;Product Info Name "Final-Power" !define APPNAME "Final-Power:The Ultimate Warrior" !define PRODUCT "Final-Power" ;Define your own software name here !define VERSION "Alpha 1" ;Define your own software version here CRCCheck On ; Script create for version 2.0rc1/final (from 12.jan.04) with GUI NSIS (c) by Dirk Paehl. Thank you for use my program !include "MUI.nsh" !define HAVE_UPX !ifdef HAVE_UPX ;!packhdr tmp.dat "upx -9 tmp.dat" !packhdr temp.exe "upx\upx --best temp.exe" !endif SetCompressor lzma ;-------------------------------- ;Configuration OutFile "setup.exe" BRANDINGTEXT "Final-Power:The Ultimate Warrior Alpha 1" ;Folder selection page InstallDir "$INSTDIR\" ;Remember install folder InstallDirRegKey "HKCU" "Software\Valve\Steam" "ModInstallPath" !define MUI_ICON "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer1.ico" !define MUI_UNICON "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer1.ico" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\header.bmp" !define MUI_WELCOMEFINISHPAGE_BITMAP "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer.bmp" !define MUI_HEADERIMAGE_UNBITMAP "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\header.bmp" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer.bmp" !define SND_NAME "installer.mp3" ;-------------------------------- Var STARTMENU_FOLDER Var hmci ReserveFile "${SND_NAME}" ;Pages !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_STARTMENU Application $STARTMENU_FOLDER !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_UNPAGE_WELCOME !insertmacro MUI_UNPAGE_COMPONENTS !insertmacro MUI_UNPAGE_DIRECTORY !insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_UNPAGE_FINISH !define MUI_ABORTWARNING !define MUI_CUSTOMFUNCTION_GUIINIT ".GUIInit" !define MUI_CUSTOMFUNCTION_UNGUIINIT "un.onGUIInit" !define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM" !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\Final-Power" !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Final-Power" ;-------------------------------- ;Language !insertmacro MUI_LANGUAGE "English" ;-------------------------------- Section "Final-Power Mod Files" section_1 ; Set Section properties SetOverwrite on ; Set Section Files and Shortcuts SetOutPath "$INSTDIR\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\autoexec.cfg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\combos.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\config.cfg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\custom.hpk" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\delta.lst" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\esf.wad" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\fmod.dll" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\fp.fgd" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\fp.ico" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\game.cfg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\hulls.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\liblist.gam" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\listenserver.cfg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\server.cfg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\settings.scr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\user.scr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\voice_ban.dt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\wordfilter.gdc" SetOutPath "$INSTDIR\cgshaders\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\dof_blur_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\dof_blur_vp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\dof_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\dof_vp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\glow_blur_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\glow_blur_vp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\glow_combine_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\glow_combine_vp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\glow_mask_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\Kopie von dof_blur_vp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\sun_mask.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\water1_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\water2_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\water_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cgshaders\water_vp.cg" SetOutPath "$INSTDIR\classes\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_broly.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_buu.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_cell.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_frieza.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_gohan.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_goku.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_krillin.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_piccolo.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_randompc.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_trunks.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\classes\short_vegeta.txt" SetOutPath "$INSTDIR\cl_dlls\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\cl_dlls\client.dll" SetOutPath "$INSTDIR\dlls\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\dlls\fp.dll" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\dlls\fpbot.dll" SetOutPath "$INSTDIR\gfx\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\esf_gero.sun" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\evm_kami_night.sun" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\glowlist.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\moon.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\moon_a.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\sun.bmp" SetOutPath "$INSTDIR\gfx\env\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2nitebk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2nitedn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2niteft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2nitelf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2nitert.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\c2niteup.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkgbk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkgdn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkgft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkglf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkgrt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\drkgup.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassybk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassydn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassyft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassylf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassyrt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\grassyup.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_bk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_dn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_dnw.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_ft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_lf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_rt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_up.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_hill256_upw.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_bk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_dn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_ft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_lf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_rt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\null_plainsky256_up.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starsbk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starsdn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starsft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starslf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starsrt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\Starsup.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_bk.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_dn.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_dnw.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_ft.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_lf.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_rt.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_up.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\env\stratosphere256_upw.tga" SetOutPath "$INSTDIR\gfx\hires_tex\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\a1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\a2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\a3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\a4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\b1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\b2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\b3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\b4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\c1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\c2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\c3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\c4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\d1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\d2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\d3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\d4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\global.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_0.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_5.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\hires_tex\wall_6.tga" SetOutPath "$INSTDIR\gfx\shell\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\shell\kb_act.lst" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\shell\kb_def.lst" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\shell\kb_keys.lst" SetOutPath "$INSTDIR\gfx\vgui\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_brolyevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_brolygood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_buuevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_buugood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_gohanevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_gohangood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_gokuevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_gokugood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_randompc.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_randompcevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_randompcgood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_speaker1.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_speaker2.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_speaker3.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_speaker4.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_trunksevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_trunksgood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_vegetaevil.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_vegetagood.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\640_voiceblocked.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\icntlk_pl.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\icntlk_squelch.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\icntlk_sv.tga" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\vgui\speaker4.tga" SetOutPath "$INSTDIR\gfx\water\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\bump1.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\bump2.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\bump3.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\bump4.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\bump5.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\esf_gero.water" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\evm_kami_night.water" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\holo2.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\noise2.bmp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\gfx\water\normal.bmp" SetOutPath "$INSTDIR\logos\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\logos\remapped.bmp" SetOutPath "$INSTDIR\maps\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\maps\esf_gero.bsp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\maps\evm_kami_night.bsp" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\maps\evm_kami_night.txt" SetOutPath "$INSTDIR\models\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\agibs.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\arch_japan.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\arrival_rck01.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\arrival_rck02.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\arrival_rck03.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\arrival_rck04.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\babrock.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\beamhead.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\brck1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\brck2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\brck3.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\brck4.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\bridge.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\bush.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_pne1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_pne2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_pne3.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_rck01.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_rck02.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_rck03.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\cell_rck04.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\dead_rock01.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\dead_rock02.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\fern001.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\goku.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\grass.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\grass2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\hgibs.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kaiball.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\Kaiold.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kairock.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kaitree1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kaitree2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kaizsword.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\kamipine.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\krillinstone.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\modellist.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namek.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namekl.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namekm.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namek_house1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namek_house2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\namek_house3.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\Nhouse.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\nhouse2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\null.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\palm.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\palmtree.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\piccolostone.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pine.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pine1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_bush.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_fern.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_shrub.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_tree.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_tree1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_tree2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_tree3.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_treeb.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\pi_twig.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\rocka.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\rockb.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\rockgibs.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\rocks.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\saiyan_pod.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\saiyan_pod2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\ship.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\slave.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\ssj_energy.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\topship.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\tree1.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\tree2.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\tree3.mdl" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\xen_plant9_1.mdl" SetOutPath "$INSTDIR\models\player\broly\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\broly\broly.mdl" SetOutPath "$INSTDIR\models\player\evilbuu\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\evilbuu\evilbuu.mdl" SetOutPath "$INSTDIR\models\player\fatbuu\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\fatbuu\fatbuu.mdl" SetOutPath "$INSTDIR\models\player\gijigoku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\gijigoku\gijigoku.mdl" SetOutPath "$INSTDIR\models\player\gohan\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\gohan\gohan.mdl" SetOutPath "$INSTDIR\models\player\goku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\goku\goku.mdl" SetOutPath "$INSTDIR\models\player\gordon\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\gordon\gordon.mdl" SetOutPath "$INSTDIR\models\player\lssj_broly\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\lssj_broly\lssj_broly.mdl" SetOutPath "$INSTDIR\models\player\ssj2goku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssj2goku\ssj2goku.mdl" SetOutPath "$INSTDIR\models\player\ssj3goku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssj3goku\ssj3goku.mdl" SetOutPath "$INSTDIR\models\player\ssjgohan\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssjgohan\ssjgohan.mdl" SetOutPath "$INSTDIR\models\player\ssjgoku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssjgoku\ssjgoku.mdl" SetOutPath "$INSTDIR\models\player\ssjtrunks\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssjtrunks\ssjtrunks.mdl" SetOutPath "$INSTDIR\models\player\ssjtrunks\skins\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssjtrunks\skins\ssjbody.tga" SetOutPath "$INSTDIR\models\player\ssjvegeta\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ssjvegeta\ssjvegeta.mdl" SetOutPath "$INSTDIR\models\player\trunks\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\trunks\trunks.mdl" SetOutPath "$INSTDIR\models\player\trunks\skins\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\trunks\skins\body.tga" SetOutPath "$INSTDIR\models\player\ussjvegeta\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\ussjvegeta\ussjvegeta.mdl" SetOutPath "$INSTDIR\models\player\vegeta\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\models\player\vegeta\vegeta.mdl" SetOutPath "$INSTDIR\mp3\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\mp3\playlist.txt" SetOutPath "$INSTDIR\SAVE\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\SAVE\HLSave.sav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\SAVE\HLSave01.sav" SetOutPath "$INSTDIR\shaders\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\commentest.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\detail.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\floor.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\fx.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\glass.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\light.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\metal.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\out.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\refractions.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\shaderslist.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\sky.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\test.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\wall.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\water.shader" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\water_fp.cg" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\shaders\water_vp.cg" SetOutPath "$INSTDIR\sound\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\jump.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\teleport.wav" SetOutPath "$INSTDIR\sound\ambience\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\desert1_lp.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\lightning01.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\rain_c.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\rockmoving.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\thunder.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\thunderclap.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\thunderclap2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\thunderroll.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\waterfall.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\ambience\waterfall2.wav" SetOutPath "$INSTDIR\sound\brolli\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\pscream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\smash1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\smash2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\brolli\trans2.wav" SetOutPath "$INSTDIR\sound\buu\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\candyeat.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\mouthbeam.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\mouthbeam_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\buu\trans2.wav" SetOutPath "$INSTDIR\sound\fatbuu\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\candyeat.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\mouthbeam.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\mouthbeam_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\fatbuu\trans2.wav" SetOutPath "$INSTDIR\sound\gohan\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\ha.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\kamehame.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\powerbeam.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\powerbeamha.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\pscream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\Scream1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\shield.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\shield_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\gohan\trans2.wav" SetOutPath "$INSTDIR\sound\goku\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\ha.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\kame-alternate.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\kamehame.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\pscream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\solarflare.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\spiritbomb2_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\spiritbomb_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\spiritbomb_shoot.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\Trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\goku\trans2.wav" SetOutPath "$INSTDIR\sound\player\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\player\pl_step1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\player\pl_step2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\player\pl_step3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\player\pl_step4.wav" SetOutPath "$INSTDIR\sound\trunks\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\burning.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\burning_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\buster.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\buster_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\pscream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\trunks\trans2.wav" SetOutPath "$INSTDIR\sound\Ui\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\Ui\buttonclick.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\Ui\buttonclickrelease.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\Ui\buttonrollover.wav" SetOutPath "$INSTDIR\sound\vegeta\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\bigbang.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\bigbang_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\death.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\finalflash.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\finalflash_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\gallitgun.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\gallitgunfire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\pain1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\pain2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\pain3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\pain4.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\pscream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\renzoku.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\scream.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\scream2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\trans.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\vegeta\trans2.wav" SetOutPath "$INSTDIR\sound\weapons\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\airrecover.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\aura.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\basicbeam_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\basicbeam_chargeoriginal.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\basicbeam_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\beamfire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\beamhead.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\bigbang_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\burning_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\burning_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\buster_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\candyattack.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\candypop.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\chainswoop.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\db_flying.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\db_glowing.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\deathball_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\deathball_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\deathfall.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\descend.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\disckill.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\disc_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\explosion.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\eyebeam_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\finalflash.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\finalflash_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\fingerlaser.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\groundhit.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\groundhit2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\groundrecover.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\jump.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\kamehameha_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\kame_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\kiblast.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\kiplosion.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\mase_charge.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\mediumkick.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\mediumpunch.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\meleemiss1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\meleemiss2.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\meleemiss3.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\meleestruggleinit.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\meleestruggletie.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\melt.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\powerup.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\prepunch1.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\recoverjump.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\reflect.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\rotating.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\sbc_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\scatterbeam.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\scouter.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\sensu.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\sheathe.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\shield.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\shieldha.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\solarflare.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\spin.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\spiritbomb_fire.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\ssj2aura.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\ssj3aura.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\ssjaura.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\strongkick.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\strongpunch.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\teleport.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\throw.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\walljumps.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\weakkick.wav" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sound\weapons\weakpunch.wav" SetOutPath "$INSTDIR\sprites\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\640hud7.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\640hud8.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\aura.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\aura_part.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\ballsmoke.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\bigbang.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\black.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\blacksmoke.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\body_lgtn1.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\body_lgtn2.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\body_lgtn3.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\body_lgtn4.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\burningattack.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\burningattackstart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\burningattacktrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\charge_part.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\dust.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\explosion.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\explosionbeam.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\finalflash.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\finalflashcharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\finalflashstart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\finalflashtrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\gallitgun.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\gallitguncharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\gallitgunstart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\gallitguntrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\g_blast.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud.txt" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kaifight.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kamecharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kamehameha.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kamehamehastart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kamehamehatrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kiblast.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\kiblasttrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\lgtning.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\lgtning1.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\mouthblast.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\mouthblastcharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\mouthblaststart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\mouthblasttrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\null.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\powerbeam.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\powerbeamcharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\powerbeamstart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\powerbeamtrail.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\powerup.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\rain.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\rainpart.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\rocks.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\shadow.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\superkamecharge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\turbo_part.spr" SetOutPath "$INSTDIR\sprites\hud\" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\640cffront.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\640hud_bars.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\640_hud_right.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\barback.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\charge.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\chargebar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\chargebarline.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\chargeline.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\crosshair.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\cursor.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\healthbar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\healthline.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\healthtext.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\HUD.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\hud_main.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\kibar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\KiIcon.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\kiline.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\kitext.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\LifeIcon.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\marker.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\pl-bar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\PowerIcon.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\powerstruggle.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\psbar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\stamina-bar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\staminatext.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\transformbar.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\transline.spr" File "..\..\..\Programme\Valve\Steam\SteamApps\cctnt@gmx.at\half-life\fp\sprites\hud\trans_symbol.spr" SetOutPath "$R5" FILE "C:\Programme\valve\Steam\SteamApps\cctnt@gmx.at\half-life\cgGL.dll" FILE "C:\Programme\valve\Steam\SteamApps\cctnt@gmx.at\half-life\cg.dll" CreateShortCut "$DESKTOP\Final-Power.lnk" "$R4$1" "-applaunch 70 -console -game fp" "$INSTDIR\fp.ico" CreateShortCut "$QUICKLAUNCH\Final-Power.lnk" "$R4$1" "-applaunch 70 -console -game fp" "$INSTDIR\fp.ico" CreateDirectory "$INSTDIR\" SectionEnd Section "Start Menu" section_2 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application ;Create shortcuts CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstaller.lnk" "$INSTDIR\Uninstall.exe" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Final-Power.lnk" "$R4$1" "-applaunch 70 -console -game fp" "$INSTDIR\fp.ico" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\FP-MP3 Playlist Editor.lnk" "$INSTDIR\music\MP3_Playlist-Editor.exe" "$INSTDIR\fp.ico" !insertmacro MUI_STARTMENU_WRITE_END SectionEnd Section "Uninstaller" Uninstaller CreateShortCut "$INSTDIR\fp\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Final-Power" "DisplayName" "${PRODUCT} ${VERSION}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Final-Power" "DisplayVersion" "${VERSION}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Final-Power" "URLInfoAbout" "http://www.final-power.com" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Final-Power" "Publisher" "Final-Power:The Ultimate Warrior" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Final-Power" "UninstallString" "$INSTDIR\Uninstall.exe" WriteRegStr HKCU "Software\${PRODUCT}" "" $INSTDIR WriteUninstaller "$INSTDIR\Uninstall.exe" SectionEnd LangString DESC_section_1 ${LANG_ENGLISH} "Installs Final-Power Mod Files" LangString DESC_section_2 ${LANG_ENGLISH} "Adds entrys to the Startmenu" LangString DESC_Uninstaller ${LANG_ENGLISH} "Installs Final-Power Uninstaller" ;Assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${section_1} $(DESC_section_1) !insertmacro MUI_DESCRIPTION_TEXT ${section_2} $(DESC_section_2) !insertmacro MUI_DESCRIPTION_TEXT ${Uninstaller} $(DESC_Uninstaller) !insertmacro MUI_FUNCTION_DESCRIPTION_END Section -FinishSection WriteRegStr HKLM "Software\${APPNAME}" "" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}" "DisplayName" "${APPNAME}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}" "UninstallString" "$INSTDIR\uninstall.exe" WriteUninstaller "$INSTDIR\uninstall.exe" SectionEnd Function un.onUninstSuccess HideWindow MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer.." FunctionEnd Function un.onInit InitPluginsDir SetOutPath $PLUGINSDIR File "/oname=$PLUGINSDIR\spltmp.bmp" "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer splash.bmp" Splash::Show "2000" "$PLUGINSDIR\spltmp" Delete "$PLUGINSDIR\spltmp.bmp" File "${SND_NAME}" System::Call 'msvfw32.dll::MCIWndCreate(i 0, i 0,i 0x0070, t "$PLUGINSDIR\${SND_NAME}") i .r0' ; you can use "STR:play" or "STR:play repeat", but I saw "repeat" problems with midi files SendMessage $0 0x0465 0 "STR:play" ; if you want mci window to be hidden System::Call 'user32.dll::ShowWindow(i r0, i 0)' ; saves MCI window handle for WM_CLOSE in SecDummy StrCpy $hmci $0 MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2 Abort FunctionEnd Section Uninstall ;Remove from registry... DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}" DeleteRegKey HKLM "SOFTWARE\${APPNAME}" ; Delete self Delete "$INSTDIR\uninstall.exe" ; Delete Shortcuts Delete "$DESKTOP\Final-Power:The Ultimate Warrior.lnk" Delete "$SMPROGRAMS\Final-Power:The Ultimate Warrior\Final-Power:The Ultimate Warrior.lnk" Delete "$SMPROGRAMS\Final-Power:The Ultimate Warrior\Uninstall.lnk" ; Clean up Final-Power:The Ultimate Warrior Delete "$INSTDIR\cg.dll" Delete "$INSTDIR\cgGL.dll" Delete "$INSTDIR\autoexec.cfg" Delete "$INSTDIR\combos.txt" Delete "$INSTDIR\config.cfg" Delete "$INSTDIR\custom.hpk" Delete "$INSTDIR\delta.lst" Delete "$INSTDIR\esf.wad" Delete "$INSTDIR\fmod.dll" Delete "$INSTDIR\fp.fgd" Delete "$INSTDIR\fp.ico" Delete "$INSTDIR\game.cfg" Delete "$INSTDIR\hulls.txt" Delete "$INSTDIR\liblist.gam" Delete "$INSTDIR\listenserver.cfg" Delete "$INSTDIR\server.cfg" Delete "$INSTDIR\settings.scr" Delete "$INSTDIR\user.scr" Delete "$INSTDIR\voice_ban.dt" Delete "$INSTDIR\wordfilter.gdc" Delete "$INSTDIR\cgshaders\dof_blur_fp.cg" Delete "$INSTDIR\cgshaders\dof_blur_vp.cg" Delete "$INSTDIR\cgshaders\dof_fp.cg" Delete "$INSTDIR\cgshaders\dof_vp.cg" Delete "$INSTDIR\cgshaders\glow_blur_fp.cg" Delete "$INSTDIR\cgshaders\glow_blur_vp.cg" Delete "$INSTDIR\cgshaders\glow_combine_fp.cg" Delete "$INSTDIR\cgshaders\glow_combine_vp.cg" Delete "$INSTDIR\cgshaders\glow_mask_fp.cg" Delete "$INSTDIR\cgshaders\Kopie von dof_blur_vp.cg" Delete "$INSTDIR\cgshaders\sun_mask.cg" Delete "$INSTDIR\cgshaders\water1_fp.cg" Delete "$INSTDIR\cgshaders\water2_fp.cg" Delete "$INSTDIR\cgshaders\water_fp.cg" Delete "$INSTDIR\cgshaders\water_vp.cg" Delete "$INSTDIR\classes\short_broly.txt" Delete "$INSTDIR\classes\short_buu.txt" Delete "$INSTDIR\classes\short_cell.txt" Delete "$INSTDIR\classes\short_frieza.txt" Delete "$INSTDIR\classes\short_gohan.txt" Delete "$INSTDIR\classes\short_goku.txt" Delete "$INSTDIR\classes\short_krillin.txt" Delete "$INSTDIR\classes\short_piccolo.txt" Delete "$INSTDIR\classes\short_randompc.txt" Delete "$INSTDIR\classes\short_trunks.txt" Delete "$INSTDIR\classes\short_vegeta.txt" Delete "$INSTDIR\cl_dlls\client.dll" Delete "$INSTDIR\dlls\fp.dll" Delete "$INSTDIR\dlls\fpbot.dll" Delete "$INSTDIR\gfx\esf_gero.sun" Delete "$INSTDIR\gfx\evm_kami_night.sun" Delete "$INSTDIR\gfx\glowlist.txt" Delete "$INSTDIR\gfx\moon.bmp" Delete "$INSTDIR\gfx\moon_a.bmp" Delete "$INSTDIR\gfx\sun.bmp" Delete "$INSTDIR\gfx\env\c2nitebk.tga" Delete "$INSTDIR\gfx\env\c2nitedn.tga" Delete "$INSTDIR\gfx\env\c2niteft.tga" Delete "$INSTDIR\gfx\env\c2nitelf.tga" Delete "$INSTDIR\gfx\env\c2nitert.tga" Delete "$INSTDIR\gfx\env\c2niteup.tga" Delete "$INSTDIR\gfx\env\drkgbk.tga" Delete "$INSTDIR\gfx\env\drkgdn.tga" Delete "$INSTDIR\gfx\env\drkgft.tga" Delete "$INSTDIR\gfx\env\drkglf.tga" Delete "$INSTDIR\gfx\env\drkgrt.tga" Delete "$INSTDIR\gfx\env\drkgup.tga" Delete "$INSTDIR\gfx\env\grassybk.tga" Delete "$INSTDIR\gfx\env\grassydn.tga" Delete "$INSTDIR\gfx\env\grassyft.tga" Delete "$INSTDIR\gfx\env\grassylf.tga" Delete "$INSTDIR\gfx\env\grassyrt.tga" Delete "$INSTDIR\gfx\env\grassyup.tga" Delete "$INSTDIR\gfx\env\null_hill256_bk.tga" Delete "$INSTDIR\gfx\env\null_hill256_dn.tga" Delete "$INSTDIR\gfx\env\null_hill256_dnw.tga" Delete "$INSTDIR\gfx\env\null_hill256_ft.tga" Delete "$INSTDIR\gfx\env\null_hill256_lf.tga" Delete "$INSTDIR\gfx\env\null_hill256_rt.tga" Delete "$INSTDIR\gfx\env\null_hill256_up.tga" Delete "$INSTDIR\gfx\env\null_hill256_upw.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_bk.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_dn.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_ft.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_lf.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_rt.tga" Delete "$INSTDIR\gfx\env\null_plainsky256_up.tga" Delete "$INSTDIR\gfx\env\Starsbk.tga" Delete "$INSTDIR\gfx\env\Starsdn.tga" Delete "$INSTDIR\gfx\env\Starsft.tga" Delete "$INSTDIR\gfx\env\Starslf.tga" Delete "$INSTDIR\gfx\env\Starsrt.tga" Delete "$INSTDIR\gfx\env\Starsup.tga" Delete "$INSTDIR\gfx\env\stratosphere256_bk.tga" Delete "$INSTDIR\gfx\env\stratosphere256_dn.tga" Delete "$INSTDIR\gfx\env\stratosphere256_dnw.tga" Delete "$INSTDIR\gfx\env\stratosphere256_ft.tga" Delete "$INSTDIR\gfx\env\stratosphere256_lf.tga" Delete "$INSTDIR\gfx\env\stratosphere256_rt.tga" Delete "$INSTDIR\gfx\env\stratosphere256_up.tga" Delete "$INSTDIR\gfx\env\stratosphere256_upw.tga" Delete "$INSTDIR\gfx\hires_tex\a1.tga" Delete "$INSTDIR\gfx\hires_tex\a2.tga" Delete "$INSTDIR\gfx\hires_tex\a3.tga" Delete "$INSTDIR\gfx\hires_tex\a4.tga" Delete "$INSTDIR\gfx\hires_tex\b1.tga" Delete "$INSTDIR\gfx\hires_tex\b2.tga" Delete "$INSTDIR\gfx\hires_tex\b3.tga" Delete "$INSTDIR\gfx\hires_tex\b4.tga" Delete "$INSTDIR\gfx\hires_tex\c1.tga" Delete "$INSTDIR\gfx\hires_tex\c2.tga" Delete "$INSTDIR\gfx\hires_tex\c3.tga" Delete "$INSTDIR\gfx\hires_tex\c4.tga" Delete "$INSTDIR\gfx\hires_tex\d1.tga" Delete "$INSTDIR\gfx\hires_tex\d2.tga" Delete "$INSTDIR\gfx\hires_tex\d3.tga" Delete "$INSTDIR\gfx\hires_tex\d4.tga" Delete "$INSTDIR\gfx\hires_tex\global.txt" Delete "$INSTDIR\gfx\hires_tex\wall_0.tga" Delete "$INSTDIR\gfx\hires_tex\wall_1.tga" Delete "$INSTDIR\gfx\hires_tex\wall_2.tga" Delete "$INSTDIR\gfx\hires_tex\wall_3.tga" Delete "$INSTDIR\gfx\hires_tex\wall_4.tga" Delete "$INSTDIR\gfx\hires_tex\wall_5.tga" Delete "$INSTDIR\gfx\hires_tex\wall_6.tga" Delete "$INSTDIR\gfx\shell\kb_act.lst" Delete "$INSTDIR\gfx\shell\kb_def.lst" Delete "$INSTDIR\gfx\shell\kb_keys.lst" Delete "$INSTDIR\gfx\vgui\640_brolyevil.tga" Delete "$INSTDIR\gfx\vgui\640_brolygood.tga" Delete "$INSTDIR\gfx\vgui\640_buuevil.tga" Delete "$INSTDIR\gfx\vgui\640_buugood.tga" Delete "$INSTDIR\gfx\vgui\640_gohanevil.tga" Delete "$INSTDIR\gfx\vgui\640_gohangood.tga" Delete "$INSTDIR\gfx\vgui\640_gokuevil.tga" Delete "$INSTDIR\gfx\vgui\640_gokugood.tga" Delete "$INSTDIR\gfx\vgui\640_randompc.tga" Delete "$INSTDIR\gfx\vgui\640_randompcevil.tga" Delete "$INSTDIR\gfx\vgui\640_randompcgood.tga" Delete "$INSTDIR\gfx\vgui\640_speaker1.tga" Delete "$INSTDIR\gfx\vgui\640_speaker2.tga" Delete "$INSTDIR\gfx\vgui\640_speaker3.tga" Delete "$INSTDIR\gfx\vgui\640_speaker4.tga" Delete "$INSTDIR\gfx\vgui\640_trunksevil.tga" Delete "$INSTDIR\gfx\vgui\640_trunksgood.tga" Delete "$INSTDIR\gfx\vgui\640_vegetaevil.tga" Delete "$INSTDIR\gfx\vgui\640_vegetagood.tga" Delete "$INSTDIR\gfx\vgui\640_voiceblocked.tga" Delete "$INSTDIR\gfx\vgui\icntlk_pl.tga" Delete "$INSTDIR\gfx\vgui\icntlk_squelch.tga" Delete "$INSTDIR\gfx\vgui\icntlk_sv.tga" Delete "$INSTDIR\gfx\vgui\speaker4.tga" Delete "$INSTDIR\gfx\water\bump1.bmp" Delete "$INSTDIR\gfx\water\bump2.bmp" Delete "$INSTDIR\gfx\water\bump3.bmp" Delete "$INSTDIR\gfx\water\bump4.bmp" Delete "$INSTDIR\gfx\water\bump5.bmp" Delete "$INSTDIR\gfx\water\esf_gero.water" Delete "$INSTDIR\gfx\water\evm_kami_night.water" Delete "$INSTDIR\gfx\water\holo2.bmp" Delete "$INSTDIR\gfx\water\noise2.bmp" Delete "$INSTDIR\gfx\water\normal.bmp" Delete "$INSTDIR\logos\remapped.bmp" Delete "$INSTDIR\maps\esf_gero.bsp" Delete "$INSTDIR\maps\evm_kami_night.bsp" Delete "$INSTDIR\maps\evm_kami_night.txt" Delete "$INSTDIR\models\agibs.mdl" Delete "$INSTDIR\models\arch_japan.mdl" Delete "$INSTDIR\models\arrival_rck01.mdl" Delete "$INSTDIR\models\arrival_rck02.mdl" Delete "$INSTDIR\models\arrival_rck03.mdl" Delete "$INSTDIR\models\arrival_rck04.mdl" Delete "$INSTDIR\models\babrock.mdl" Delete "$INSTDIR\models\beamhead.mdl" Delete "$INSTDIR\models\brck1.mdl" Delete "$INSTDIR\models\brck2.mdl" Delete "$INSTDIR\models\brck3.mdl" Delete "$INSTDIR\models\brck4.mdl" Delete "$INSTDIR\models\bridge.mdl" Delete "$INSTDIR\models\bush.mdl" Delete "$INSTDIR\models\cell_pne1.mdl" Delete "$INSTDIR\models\cell_pne2.mdl" Delete "$INSTDIR\models\cell_pne3.mdl" Delete "$INSTDIR\models\cell_rck01.mdl" Delete "$INSTDIR\models\cell_rck02.mdl" Delete "$INSTDIR\models\cell_rck03.mdl" Delete "$INSTDIR\models\cell_rck04.mdl" Delete "$INSTDIR\models\dead_rock01.mdl" Delete "$INSTDIR\models\dead_rock02.mdl" Delete "$INSTDIR\models\fern001.mdl" Delete "$INSTDIR\models\goku.mdl" Delete "$INSTDIR\models\grass.mdl" Delete "$INSTDIR\models\grass2.mdl" Delete "$INSTDIR\models\hgibs.mdl" Delete "$INSTDIR\models\kaiball.mdl" Delete "$INSTDIR\models\Kaiold.mdl" Delete "$INSTDIR\models\kairock.mdl" Delete "$INSTDIR\models\kaitree1.mdl" Delete "$INSTDIR\models\kaitree2.mdl" Delete "$INSTDIR\models\kaizsword.mdl" Delete "$INSTDIR\models\kamipine.mdl" Delete "$INSTDIR\models\krillinstone.mdl" Delete "$INSTDIR\models\modellist.txt" Delete "$INSTDIR\models\namek.mdl" Delete "$INSTDIR\models\namekl.mdl" Delete "$INSTDIR\models\namekm.mdl" Delete "$INSTDIR\models\namek_house1.mdl" Delete "$INSTDIR\models\namek_house2.mdl" Delete "$INSTDIR\models\namek_house3.mdl" Delete "$INSTDIR\models\Nhouse.mdl" Delete "$INSTDIR\models\nhouse2.mdl" Delete "$INSTDIR\models\null.mdl" Delete "$INSTDIR\models\palm.mdl" Delete "$INSTDIR\models\palmtree.mdl" Delete "$INSTDIR\models\piccolostone.mdl" Delete "$INSTDIR\models\pine.mdl" Delete "$INSTDIR\models\pine1.mdl" Delete "$INSTDIR\models\pi_bush.mdl" Delete "$INSTDIR\models\pi_fern.mdl" Delete "$INSTDIR\models\pi_shrub.mdl" Delete "$INSTDIR\models\pi_tree.mdl" Delete "$INSTDIR\models\pi_tree1.mdl" Delete "$INSTDIR\models\pi_tree2.mdl" Delete "$INSTDIR\models\pi_tree3.mdl" Delete "$INSTDIR\models\pi_treeb.mdl" Delete "$INSTDIR\models\pi_twig.mdl" Delete "$INSTDIR\models\player.mdl" Delete "$INSTDIR\models\rocka.mdl" Delete "$INSTDIR\models\rockb.mdl" Delete "$INSTDIR\models\rockgibs.mdl" Delete "$INSTDIR\models\rocks.mdl" Delete "$INSTDIR\models\saiyan_pod.mdl" Delete "$INSTDIR\models\saiyan_pod2.mdl" Delete "$INSTDIR\models\ship.mdl" Delete "$INSTDIR\models\slave.mdl" Delete "$INSTDIR\models\ssj_energy.mdl" Delete "$INSTDIR\models\topship.mdl" Delete "$INSTDIR\models\tree1.mdl" Delete "$INSTDIR\models\tree2.mdl" Delete "$INSTDIR\models\tree3.mdl" Delete "$INSTDIR\models\xen_plant9_1.mdl" Delete "$INSTDIR\models\player\broly\broly.mdl" Delete "$INSTDIR\models\player\evilbuu\evilbuu.mdl" Delete "$INSTDIR\models\player\fatbuu\fatbuu.mdl" Delete "$INSTDIR\models\player\gijigoku\gijigoku.mdl" Delete "$INSTDIR\models\player\gohan\gohan.mdl" Delete "$INSTDIR\models\player\goku\goku.mdl" Delete "$INSTDIR\models\player\gordon\gordon.mdl" Delete "$INSTDIR\models\player\lssj_broly\lssj_broly.mdl" Delete "$INSTDIR\models\player\ssj2goku\ssj2goku.mdl" Delete "$INSTDIR\models\player\ssj3goku\ssj3goku.mdl" Delete "$INSTDIR\models\player\ssjgohan\ssjgohan.mdl" Delete "$INSTDIR\models\player\ssjgoku\ssjgoku.mdl" Delete "$INSTDIR\models\player\ssjtrunks\ssjtrunks.mdl" Delete "$INSTDIR\models\player\ssjtrunks\skins\ssjbody.tga" Delete "$INSTDIR\models\player\ssjvegeta\ssjvegeta.mdl" Delete "$INSTDIR\models\player\trunks\trunks.mdl" Delete "$INSTDIR\models\player\trunks\skins\body.tga" Delete "$INSTDIR\models\player\ussjvegeta\ussjvegeta.mdl" Delete "$INSTDIR\models\player\vegeta\vegeta.mdl" Delete "$INSTDIR\mp3\playlist.txt" Delete "$INSTDIR\SAVE\HLSave.sav" Delete "$INSTDIR\SAVE\HLSave01.sav" Delete "$INSTDIR\shaders\commentest.shader" Delete "$INSTDIR\shaders\detail.shader" Delete "$INSTDIR\shaders\floor.shader" Delete "$INSTDIR\shaders\fx.shader" Delete "$INSTDIR\shaders\glass.shader" Delete "$INSTDIR\shaders\light.shader" Delete "$INSTDIR\shaders\metal.shader" Delete "$INSTDIR\shaders\out.shader" Delete "$INSTDIR\shaders\refractions.shader" Delete "$INSTDIR\shaders\shaderslist.txt" Delete "$INSTDIR\shaders\sky.shader" Delete "$INSTDIR\shaders\test.shader" Delete "$INSTDIR\shaders\wall.shader" Delete "$INSTDIR\shaders\water.shader" Delete "$INSTDIR\shaders\water_fp.cg" Delete "$INSTDIR\shaders\water_vp.cg" Delete "$INSTDIR\sound\jump.wav" Delete "$INSTDIR\sound\teleport.wav" Delete "$INSTDIR\sound\ambience\desert1_lp.wav" Delete "$INSTDIR\sound\ambience\lightning01.wav" Delete "$INSTDIR\sound\ambience\rain_c.wav" Delete "$INSTDIR\sound\ambience\rockmoving.wav" Delete "$INSTDIR\sound\ambience\thunder.wav" Delete "$INSTDIR\sound\ambience\thunderclap.wav" Delete "$INSTDIR\sound\ambience\thunderclap2.wav" Delete "$INSTDIR\sound\ambience\thunderroll.wav" Delete "$INSTDIR\sound\ambience\waterfall.wav" Delete "$INSTDIR\sound\ambience\waterfall2.wav" Delete "$INSTDIR\sound\brolli\pscream.wav" Delete "$INSTDIR\sound\brolli\scream.wav" Delete "$INSTDIR\sound\brolli\scream2.wav" Delete "$INSTDIR\sound\brolli\smash1.wav" Delete "$INSTDIR\sound\brolli\smash2.wav" Delete "$INSTDIR\sound\brolli\trans.wav" Delete "$INSTDIR\sound\brolli\trans2.wav" Delete "$INSTDIR\sound\buu\candyeat.wav" Delete "$INSTDIR\sound\buu\death.wav" Delete "$INSTDIR\sound\buu\mouthbeam.wav" Delete "$INSTDIR\sound\buu\mouthbeam_charge.wav" Delete "$INSTDIR\sound\buu\pain1.wav" Delete "$INSTDIR\sound\buu\pain2.wav" Delete "$INSTDIR\sound\buu\pain3.wav" Delete "$INSTDIR\sound\buu\pain4.wav" Delete "$INSTDIR\sound\buu\scream.wav" Delete "$INSTDIR\sound\buu\scream2.wav" Delete "$INSTDIR\sound\buu\trans.wav" Delete "$INSTDIR\sound\buu\trans2.wav" Delete "$INSTDIR\sound\fatbuu\candyeat.wav" Delete "$INSTDIR\sound\fatbuu\death.wav" Delete "$INSTDIR\sound\fatbuu\mouthbeam.wav" Delete "$INSTDIR\sound\fatbuu\mouthbeam_charge.wav" Delete "$INSTDIR\sound\fatbuu\pain1.wav" Delete "$INSTDIR\sound\fatbuu\pain2.wav" Delete "$INSTDIR\sound\fatbuu\pain3.wav" Delete "$INSTDIR\sound\fatbuu\pain4.wav" Delete "$INSTDIR\sound\fatbuu\scream.wav" Delete "$INSTDIR\sound\fatbuu\scream2.wav" Delete "$INSTDIR\sound\fatbuu\trans.wav" Delete "$INSTDIR\sound\fatbuu\trans2.wav" Delete "$INSTDIR\sound\gohan\death.wav" Delete "$INSTDIR\sound\gohan\ha.wav" Delete "$INSTDIR\sound\gohan\kamehame.wav" Delete "$INSTDIR\sound\gohan\pain1.wav" Delete "$INSTDIR\sound\gohan\pain2.wav" Delete "$INSTDIR\sound\gohan\pain3.wav" Delete "$INSTDIR\sound\gohan\pain4.wav" Delete "$INSTDIR\sound\gohan\powerbeam.wav" Delete "$INSTDIR\sound\gohan\powerbeamha.wav" Delete "$INSTDIR\sound\gohan\pscream.wav" Delete "$INSTDIR\sound\gohan\scream.wav" Delete "$INSTDIR\sound\gohan\Scream1.wav" Delete "$INSTDIR\sound\gohan\scream2.wav" Delete "$INSTDIR\sound\gohan\shield.wav" Delete "$INSTDIR\sound\gohan\shield_charge.wav" Delete "$INSTDIR\sound\gohan\trans.wav" Delete "$INSTDIR\sound\gohan\trans2.wav" Delete "$INSTDIR\sound\goku\death.wav" Delete "$INSTDIR\sound\goku\ha.wav" Delete "$INSTDIR\sound\goku\kame-alternate.wav" Delete "$INSTDIR\sound\goku\kamehame.wav" Delete "$INSTDIR\sound\goku\pain1.wav" Delete "$INSTDIR\sound\goku\pain2.wav" Delete "$INSTDIR\sound\goku\pain3.wav" Delete "$INSTDIR\sound\goku\pain4.wav" Delete "$INSTDIR\sound\goku\pscream.wav" Delete "$INSTDIR\sound\goku\scream.wav" Delete "$INSTDIR\sound\goku\scream2.wav" Delete "$INSTDIR\sound\goku\solarflare.wav" Delete "$INSTDIR\sound\goku\spiritbomb2_charge.wav" Delete "$INSTDIR\sound\goku\spiritbomb_charge.wav" Delete "$INSTDIR\sound\goku\spiritbomb_shoot.wav" Delete "$INSTDIR\sound\goku\Trans.wav" Delete "$INSTDIR\sound\goku\trans2.wav" Delete "$INSTDIR\sound\player\pl_step1.wav" Delete "$INSTDIR\sound\player\pl_step2.wav" Delete "$INSTDIR\sound\player\pl_step3.wav" Delete "$INSTDIR\sound\player\pl_step4.wav" Delete "$INSTDIR\sound\trunks\burning.wav" Delete "$INSTDIR\sound\trunks\burning_charge.wav" Delete "$INSTDIR\sound\trunks\buster.wav" Delete "$INSTDIR\sound\trunks\buster_charge.wav" Delete "$INSTDIR\sound\trunks\death.wav" Delete "$INSTDIR\sound\trunks\pain1.wav" Delete "$INSTDIR\sound\trunks\pain2.wav" Delete "$INSTDIR\sound\trunks\pain3.wav" Delete "$INSTDIR\sound\trunks\pain4.wav" Delete "$INSTDIR\sound\trunks\pscream.wav" Delete "$INSTDIR\sound\trunks\scream.wav" Delete "$INSTDIR\sound\trunks\scream2.wav" Delete "$INSTDIR\sound\trunks\trans.wav" Delete "$INSTDIR\sound\trunks\trans2.wav" Delete "$INSTDIR\sound\Ui\buttonclick.wav" Delete "$INSTDIR\sound\Ui\buttonclickrelease.wav" Delete "$INSTDIR\sound\Ui\buttonrollover.wav" Delete "$INSTDIR\sound\vegeta\bigbang.wav" Delete "$INSTDIR\sound\vegeta\bigbang_charge.wav" Delete "$INSTDIR\sound\vegeta\death.wav" Delete "$INSTDIR\sound\vegeta\finalflash.wav" Delete "$INSTDIR\sound\vegeta\finalflash_charge.wav" Delete "$INSTDIR\sound\vegeta\gallitgun.wav" Delete "$INSTDIR\sound\vegeta\gallitgunfire.wav" Delete "$INSTDIR\sound\vegeta\pain1.wav" Delete "$INSTDIR\sound\vegeta\pain2.wav" Delete "$INSTDIR\sound\vegeta\pain3.wav" Delete "$INSTDIR\sound\vegeta\pain4.wav" Delete "$INSTDIR\sound\vegeta\pscream.wav" Delete "$INSTDIR\sound\vegeta\renzoku.wav" Delete "$INSTDIR\sound\vegeta\scream.wav" Delete "$INSTDIR\sound\vegeta\scream2.wav" Delete "$INSTDIR\sound\vegeta\trans.wav" Delete "$INSTDIR\sound\vegeta\trans2.wav" Delete "$INSTDIR\sound\weapons\airrecover.wav" Delete "$INSTDIR\sound\weapons\aura.wav" Delete "$INSTDIR\sound\weapons\basicbeam_charge.wav" Delete "$INSTDIR\sound\weapons\basicbeam_chargeoriginal.wav" Delete "$INSTDIR\sound\weapons\basicbeam_fire.wav" Delete "$INSTDIR\sound\weapons\beamfire.wav" Delete "$INSTDIR\sound\weapons\beamhead.wav" Delete "$INSTDIR\sound\weapons\bigbang_fire.wav" Delete "$INSTDIR\sound\weapons\burning_charge.wav" Delete "$INSTDIR\sound\weapons\burning_fire.wav" Delete "$INSTDIR\sound\weapons\buster_fire.wav" Delete "$INSTDIR\sound\weapons\candyattack.wav" Delete "$INSTDIR\sound\weapons\candypop.wav" Delete "$INSTDIR\sound\weapons\chainswoop.wav" Delete "$INSTDIR\sound\weapons\db_flying.wav" Delete "$INSTDIR\sound\weapons\db_glowing.wav" Delete "$INSTDIR\sound\weapons\deathball_charge.wav" Delete "$INSTDIR\sound\weapons\deathball_fire.wav" Delete "$INSTDIR\sound\weapons\deathfall.wav" Delete "$INSTDIR\sound\weapons\descend.wav" Delete "$INSTDIR\sound\weapons\disckill.wav" Delete "$INSTDIR\sound\weapons\disc_fire.wav" Delete "$INSTDIR\sound\weapons\explosion.wav" Delete "$INSTDIR\sound\weapons\eyebeam_fire.wav" Delete "$INSTDIR\sound\weapons\finalflash.wav" Delete "$INSTDIR\sound\weapons\finalflash_charge.wav" Delete "$INSTDIR\sound\weapons\fingerlaser.wav" Delete "$INSTDIR\sound\weapons\groundhit.wav" Delete "$INSTDIR\sound\weapons\groundhit2.wav" Delete "$INSTDIR\sound\weapons\groundrecover.wav" Delete "$INSTDIR\sound\weapons\jump.wav" Delete "$INSTDIR\sound\weapons\kamehameha_fire.wav" Delete "$INSTDIR\sound\weapons\kame_charge.wav" Delete "$INSTDIR\sound\weapons\kiblast.wav" Delete "$INSTDIR\sound\weapons\kiplosion.wav" Delete "$INSTDIR\sound\weapons\mase_charge.wav" Delete "$INSTDIR\sound\weapons\mediumkick.wav" Delete "$INSTDIR\sound\weapons\mediumpunch.wav" Delete "$INSTDIR\sound\weapons\meleemiss1.wav" Delete "$INSTDIR\sound\weapons\meleemiss2.wav" Delete "$INSTDIR\sound\weapons\meleemiss3.wav" Delete "$INSTDIR\sound\weapons\meleestruggleinit.wav" Delete "$INSTDIR\sound\weapons\meleestruggletie.wav" Delete "$INSTDIR\sound\weapons\melt.wav" Delete "$INSTDIR\sound\weapons\powerup.wav" Delete "$INSTDIR\sound\weapons\prepunch1.wav" Delete "$INSTDIR\sound\weapons\recoverjump.wav" Delete "$INSTDIR\sound\weapons\reflect.wav" Delete "$INSTDIR\sound\weapons\rotating.wav" Delete "$INSTDIR\sound\weapons\sbc_fire.wav" Delete "$INSTDIR\sound\weapons\scatterbeam.wav" Delete "$INSTDIR\sound\weapons\scouter.wav" Delete "$INSTDIR\sound\weapons\sensu.wav" Delete "$INSTDIR\sound\weapons\sheathe.wav" Delete "$INSTDIR\sound\weapons\shield.wav" Delete "$INSTDIR\sound\weapons\shieldha.wav" Delete "$INSTDIR\sound\weapons\solarflare.wav" Delete "$INSTDIR\sound\weapons\spin.wav" Delete "$INSTDIR\sound\weapons\spiritbomb_fire.wav" Delete "$INSTDIR\sound\weapons\ssj2aura.wav" Delete "$INSTDIR\sound\weapons\ssj3aura.wav" Delete "$INSTDIR\sound\weapons\ssjaura.wav" Delete "$INSTDIR\sound\weapons\strongkick.wav" Delete "$INSTDIR\sound\weapons\strongpunch.wav" Delete "$INSTDIR\sound\weapons\teleport.wav" Delete "$INSTDIR\sound\weapons\throw.wav" Delete "$INSTDIR\sound\weapons\walljumps.wav" Delete "$INSTDIR\sound\weapons\weakkick.wav" Delete "$INSTDIR\sound\weapons\weakpunch.wav" Delete "$INSTDIR\sprites\640hud7.spr" Delete "$INSTDIR\sprites\640hud8.spr" Delete "$INSTDIR\sprites\aura.spr" Delete "$INSTDIR\sprites\aura_part.spr" Delete "$INSTDIR\sprites\ballsmoke.spr" Delete "$INSTDIR\sprites\bigbang.spr" Delete "$INSTDIR\sprites\black.spr" Delete "$INSTDIR\sprites\blacksmoke.spr" Delete "$INSTDIR\sprites\body_lgtn1.spr" Delete "$INSTDIR\sprites\body_lgtn2.spr" Delete "$INSTDIR\sprites\body_lgtn3.spr" Delete "$INSTDIR\sprites\body_lgtn4.spr" Delete "$INSTDIR\sprites\burningattack.spr" Delete "$INSTDIR\sprites\burningattackstart.spr" Delete "$INSTDIR\sprites\burningattacktrail.spr" Delete "$INSTDIR\sprites\charge_part.spr" Delete "$INSTDIR\sprites\dust.spr" Delete "$INSTDIR\sprites\explosion.spr" Delete "$INSTDIR\sprites\explosionbeam.spr" Delete "$INSTDIR\sprites\finalflash.spr" Delete "$INSTDIR\sprites\finalflashcharge.spr" Delete "$INSTDIR\sprites\finalflashstart.spr" Delete "$INSTDIR\sprites\finalflashtrail.spr" Delete "$INSTDIR\sprites\gallitgun.spr" Delete "$INSTDIR\sprites\gallitguncharge.spr" Delete "$INSTDIR\sprites\gallitgunstart.spr" Delete "$INSTDIR\sprites\gallitguntrail.spr" Delete "$INSTDIR\sprites\g_blast.spr" Delete "$INSTDIR\sprites\hud.txt" Delete "$INSTDIR\sprites\kaifight.spr" Delete "$INSTDIR\sprites\kamecharge.spr" Delete "$INSTDIR\sprites\kamehameha.spr" Delete "$INSTDIR\sprites\kamehamehastart.spr" Delete "$INSTDIR\sprites\kamehamehatrail.spr" Delete "$INSTDIR\sprites\kiblast.spr" Delete "$INSTDIR\sprites\kiblasttrail.spr" Delete "$INSTDIR\sprites\lgtning.spr" Delete "$INSTDIR\sprites\lgtning1.spr" Delete "$INSTDIR\sprites\mouthblast.spr" Delete "$INSTDIR\sprites\mouthblastcharge.spr" Delete "$INSTDIR\sprites\mouthblaststart.spr" Delete "$INSTDIR\sprites\mouthblasttrail.spr" Delete "$INSTDIR\sprites\null.spr" Delete "$INSTDIR\sprites\powerbeam.spr" Delete "$INSTDIR\sprites\powerbeamcharge.spr" Delete "$INSTDIR\sprites\powerbeamstart.spr" Delete "$INSTDIR\sprites\powerbeamtrail.spr" Delete "$INSTDIR\sprites\powerup.spr" Delete "$INSTDIR\sprites\rain.spr" Delete "$INSTDIR\sprites\rainpart.spr" Delete "$INSTDIR\sprites\rocks.spr" Delete "$INSTDIR\sprites\shadow.spr" Delete "$INSTDIR\sprites\superkamecharge.spr" Delete "$INSTDIR\sprites\turbo_part.spr" Delete "$INSTDIR\sprites\hud\640cffront.spr" Delete "$INSTDIR\sprites\hud\640hud_bars.spr" Delete "$INSTDIR\sprites\hud\640_hud_right.spr" Delete "$INSTDIR\sprites\hud\barback.spr" Delete "$INSTDIR\sprites\hud\charge.spr" Delete "$INSTDIR\sprites\hud\chargebar.spr" Delete "$INSTDIR\sprites\hud\chargebarline.spr" Delete "$INSTDIR\sprites\hud\chargeline.spr" Delete "$INSTDIR\sprites\hud\crosshair.spr" Delete "$INSTDIR\sprites\hud\cursor.spr" Delete "$INSTDIR\sprites\hud\healthbar.spr" Delete "$INSTDIR\sprites\hud\healthline.spr" Delete "$INSTDIR\sprites\hud\healthtext.spr" Delete "$INSTDIR\sprites\hud\HUD.spr" Delete "$INSTDIR\sprites\hud\hud_main.spr" Delete "$INSTDIR\sprites\hud\kibar.spr" Delete "$INSTDIR\sprites\hud\KiIcon.spr" Delete "$INSTDIR\sprites\hud\kiline.spr" Delete "$INSTDIR\sprites\hud\kitext.spr" Delete "$INSTDIR\sprites\hud\LifeIcon.spr" Delete "$INSTDIR\sprites\hud\marker.spr" Delete "$INSTDIR\sprites\hud\pl-bar.spr" Delete "$INSTDIR\sprites\hud\PowerIcon.spr" Delete "$INSTDIR\sprites\hud\powerstruggle.spr" Delete "$INSTDIR\sprites\hud\psbar.spr" Delete "$INSTDIR\sprites\hud\stamina-bar.spr" Delete "$INSTDIR\sprites\hud\staminatext.spr" Delete "$INSTDIR\sprites\hud\transformbar.spr" Delete "$INSTDIR\sprites\hud\transline.spr" Delete "$INSTDIR\sprites\hud\trans_symbol.spr" ; Remove remaining directories RMDir "$SMPROGRAMS\Final-Power:The Ultimate Warrior" RMDir "$INSTDIR\sprites\hud\" RMDir "$INSTDIR\sprites\" RMDir "$INSTDIR\sound\weapons\" RMDir "$INSTDIR\sound\vegeta\" RMDir "$INSTDIR\sound\Ui\" RMDir "$INSTDIR\sound\trunks\" RMDir "$INSTDIR\sound\player\" RMDir "$INSTDIR\sound\goku\" RMDir "$INSTDIR\sound\gohan\" RMDir "$INSTDIR\sound\fatbuu\" RMDir "$INSTDIR\sound\buu\" RMDir "$INSTDIR\sound\brolli\" RMDir "$INSTDIR\sound\ambience\" RMDir "$INSTDIR\sound\" RMDir "$INSTDIR\shaders\" RMDir "$INSTDIR\SAVE\" RMDir "$INSTDIR\mp3\" RMDir "$INSTDIR\models\player\vegeta\" RMDir "$INSTDIR\models\player\ussjvegeta\" RMDir "$INSTDIR\models\player\trunks\skins\" RMDir "$INSTDIR\models\player\trunks\" RMDir "$INSTDIR\models\player\ssjvegeta\" RMDir "$INSTDIR\models\player\ssjtrunks\skins\" RMDir "$INSTDIR\models\player\ssjtrunks\" RMDir "$INSTDIR\models\player\ssjgoku\" RMDir "$INSTDIR\models\player\ssjgohan\" RMDir "$INSTDIR\models\player\ssj3goku\" RMDir "$INSTDIR\models\player\ssj2goku\" RMDir "$INSTDIR\models\player\lssj_broly\" RMDir "$INSTDIR\models\player\gordon\" RMDir "$INSTDIR\models\player\goku\" RMDir "$INSTDIR\models\player\gohan\" RMDir "$INSTDIR\models\player\gijigoku\" RMDir "$INSTDIR\models\player\fatbuu\" RMDir "$INSTDIR\models\player\evilbuu\" RMDir "$INSTDIR\models\player\broly\" RMDir "$INSTDIR\models\player\" RMDir "$INSTDIR\models\" RMDir "$INSTDIR\maps\" RMDir "$INSTDIR\logos\" RMDir "$INSTDIR\gfx\water\" RMDir "$INSTDIR\gfx\vgui\" RMDir "$INSTDIR\gfx\shell\" RMDir "$INSTDIR\gfx\hires_tex\" RMDir "$INSTDIR\gfx\env\" RMDir "$INSTDIR\gfx\" RMDir "$INSTDIR\dlls\" RMDir "$INSTDIR\classes\" RMDir "$INSTDIR\cl_dlls\" RMDir "$INSTDIR\cgshaders\" RMDir "$INSTDIR\" SectionEnd Function .onInit InitPluginsDir SetOutPath $PLUGINSDIR File "/oname=$PLUGINSDIR\spltmp.bmp" "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer splash.bmp" Splash::Show "2000" "$PLUGINSDIR\spltmp" Delete "$PLUGINSDIR\spltmp.bmp" File "${SND_NAME}" System::Call 'msvfw32.dll::MCIWndCreate(i 0, i 0,i 0x0070, t "$PLUGINSDIR\${SND_NAME}") i .r0' ; you can use "STR:play" or "STR:play repeat", but I saw "repeat" problems with midi files SendMessage $0 0x0465 0 "STR:play" ; if you want mci window to be hidden System::Call 'user32.dll::ShowWindow(i r0, i 0)' ; saves MCI window handle for WM_CLOSE in SecDummy StrCpy $hmci $0 ReadRegStr $R4 HKLM "Software\Valve\Steam" "InstallPath" ReadRegStr $R5 HKCU "Software\Valve\Steam" "ModInstallPath" ; -------------------------- ; this bit sets out mod path ; -------------------------- StrCpy $0 "\half-life\fp" StrCpy $1 "\steam.exe" ; -------------------------------- ; this bit gets our installer path ; -------------------------------- ReadRegStr $R0 HKCU "Software\Valve\Steam" "ModInstallPath" StrCmp $R0 "" NotPresent Present NotPresent: Goto Done Present: StrLen $R3 $R0 loop: IntOp $R1 $R1 - 1 IntCmp $R1 -$R3 exit exit StrCpy $R2 $R0 1 $R1 StrCmp $R2 "\" exit Goto loop exit: StrCpy $R0 $R0 $R1 StrCpy $INSTDIR "$R0$0" Done: FunctionEnd !macro GetReturnValue !macroend Function .GUIInit # the plugins dir is automatically deleted when the installer exits InitPluginsDir # lets extract some bitmaps... File "/oname=$PLUGINSDIR\spltmp.bmp" "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer splash.bmp" !ifdef DEBUG # turn return values on if in debug mode BgImage::SetReturn /NOUNLOAD on !endif # set the initial background for images to be drawn on # we will use a gradient from drak green to dark red BgImage::SetBg /NOUNLOAD /FILLSCREEN $PLUGINSDIR\spltmp.bmp 0 0 !insertmacro GetReturnValue # create the font for the following text CreateFont $R0 "Comic Sans MS" 50 700 # add a blue shadow for the text # show our creation to the world! BgImage::Redraw /NOUNLOAD # Refresh doesn't return any value FunctionEnd Function .onGUIEnd # Destroy must not have /NOUNLOAD so NSIS will be able to unload # and delete BgImage before it exits BgImage::Destroy # Destroy doesn't return any value SendMessage $hmci ${WM_CLOSE} 0 0 FunctionEnd /*Function un.onGUIInit # the plugins dir is automatically deleted when the installer exits InitPluginsDir # lets extract some bitmaps... File "/oname=$PLUGINSDIR\spltmp.bmp" "C:\Dokumente und Einstellungen\Christoph\Desktop\installerstuff\installer splash.bmp" !ifdef DEBUG # turn return values on if in debug mode BgImage::SetReturn /NOUNLOAD on !endif # set the initial background for images to be drawn on # we will use a gradient from drak green to dark red BgImage::SetBg /NOUNLOAD /FILLSCREEN $PLUGINSDIR\spltmp.bmp 0 0 !insertmacro GetReturnValue # create the font for the following text CreateFont $R0 "Comic Sans MS" 50 700 # add a blue shadow for the text # show our creation to the world! BgImage::Redraw /NOUNLOAD # Refresh doesn't return any value FunctionEnd*/ Function un.onGUIEnd # Destroy must not have /NOUNLOAD so NSIS will be able to unload # and delete BgImage before it exits BgImage::Destroy # Destroy doesn't return any value SendMessage $hmci ${WM_CLOSE} 0 0 FunctionEnd