View Single Post
  #9  
Old 27-05-2025, 23:20
GybEMHPj4XAp3Cu GybEMHPj4XAp3Cu is offline
Registered User
 
Join Date: Apr 2025
Location: fuckyou
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
GybEMHPj4XAp3Cu is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Would these be the questions?


You cannot remove the Setup.dll and Records.ini files.
Setup.dll contains the files needed by the installer to unpack your game, and Records.ini contains the compressed file information needed to unpack it.

You can include these files, but to do so you must use the DSG tools by clicking on the TOOLS button and then on the "Setup DLL" tab.
You must unpack Setup.dll and place all the unpacked contents of Setup.dll and Records.ini in a folder named "Setup_DLL" next to the installer script and recompile the script.

You must correctly configure the path to the game executable at the beginning of the script, in: #define GameExe
The game executable is probably inside the "StandOff_Data" folder or in another subfolder of the game.
or there was some capture of the game executable before you compressed the original game folder.
To create icons, remove // on begin of the 3 lines inside [Icons] section os script and recompile.
Which one is correct the #1 or #2 ? can you show me a picture how it's suposse to look like ,because the installer part is confusing.

After selecting the game executable in developper mode and save to get into DSG ,I'm trying to select the game directory ,and the OK button get gray out ,any idea why?

Last edited by GybEMHPj4XAp3Cu; 27-05-2025 at 23:47.
Reply With Quote