This commit is contained in:
2023-12-19 10:29:00 +01:00
commit a73869d3f2
7 changed files with 593 additions and 0 deletions

14
!start_client.bat Normal file
View File

@ -0,0 +1,14 @@
@echo off
:: Either put the batch in the Ghosts install dir, or change the value below to the Ghosts install dir
set GHOSTS_INSTALL=%~dp0
:: Remove this line if automatic updates on start should be disabled
start /W alterware-launcher.exe --update
::///////////////////////////////////////////////////////////////////////
:://You're done!! WARNING!!! Don't mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set GAME_EXE=iw6-mod.exe
start %GAME_EXE%