Thread: Saw
View Single Post
  #4  
Old Today, 14:10
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,452
Thanks: 6,901
Thanked 12,058 Times in 3,351 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by WaltonSimons View Post
Hey, I managed to get my hands on another game version which I'd like to compress but I think we need a setup.exe update for that variant. The difference is the commandline which is now mandatory for both game and editor.

Version is from April 2009.
Launch commands:

Binaries\SawGame.exe -seekfreeloading
Binaries\SawGame.exe editor -seekfreeloading

Thank you kindly in advance for any help.
This Should Help
Save it as Setup.ini near the Setup.exe

Code:
///////////////////////////////////////////////////////////////////////////////
/////////////////////  EXTERNAL SETTINGS  /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

[InstallOptions]

[Executable1]
-------------------------------------------------------------------------------
Name=SAW
ExeFile=SawGame.exe
ExePath=Binaries
Parameter=-seekfreeloading

[Executable2]
-------------------------------------------------------------------------------
Name=SAW
ExeFile=SawGame.exe
ExePath=Binaries
Parameter=editor -seekfreeloading
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote