Quote:
Originally Posted by mausschieber
how do i set Steam and GOG for both games in 3.0.0.1
in 3.0.0.0.u9 it was set in rekords.ini
|
In version 3.0.0.1.b6 it changed a little (For the better).
Now the key used to determine the type of installation to be performed on (If the installer is a double) is determined by the key:
Code:
[InstallerSettings]
InstallerType=
Supported values are:
NORMAL, STEAM, GOG, UWP
Only one value can be entered.
STEAM and NORMAL are the same functionality.
If the value is empty it is considered as STAM/NORMAL
The key can be inserted in Records.ini, or in external Setup.ini, or internal Setup.ini and will be verified in that order.
If there is no key in Records.ini it will be checked in external Setup.ini and if it does not exist, it will be checked in the internal Setup.ini file.
Example to config internal "Setup.ini" file:
To attach the Exe from the executable section to an installation type in the [Executable#] section use the same keywords as above na key Type=.
Also add the key Type= in the [Play#Button] sections;
To attach a play button to the executable use the ExecutableID= key, like This:
Code:
[Executable1]
Type=GOG
Exe=game.exe
ExePath=
[Executable2]
Type=STEAM
Exe=game.exe
ExePath=bin64
[Executable3]
Type=STEAM
Exe64=game.exe
ExePath64=bin32
;; play atached to gog executable 32 bits
[Play1Button]
Type=GOG
ExecutableID=1
;; play atached to steam executable 32 bits
[Play2Button]
Type=STEAM
ExecutableID=3
If you do not include ExecutableID= the value of the section ass will be used [Play1Button] = value 1
For more details see the file "_Setup.ini" in the Help folder.