PDA

View Full Version : Need help repack my games, im new to this


GybEMHPj4XAp3Cu
01-05-2025, 16:59
Hello I'm completely new to this and it's been 2 days i'm trying to understand but I don't really understand,or where to start if I need to compress the game first or make the installer first ? this is really confusing and what to edit to make it an final ISO file with the setup.exe + Data1b-01.bin and Data1b-02.bin,Records.ini, autoruns.ini ?

I managed to figure out how DiskSpan GUI worked with method of compressions etc, and i'm getting twos file Data1b-01.bin and Data1b-02.bin in Conversion_Output folder.

But now for the installer I installed inno setup and got an installer from here which is compatible with DSG but where do I put Data1b-01.bin and Data1b-02.bin and setup.dll to make the setup.exe Final, if I tried to compile I get an error lol?
https://www.fileforums.com/showpost.php?p=492987&postcount=3

Sorry for bad english
I just want to repack all 43 games I downloaded for the past 6 years and update them all and burn them on BD but I need to understand how repacking works first.

mausschieber
02-05-2025, 05:17
Hello I'm completely new to this and it's been 2 days i'm trying to understand but I don't really understand,or where to start if I need to compress the game first or make the installer first ? this is really confusing and what to edit to make it an final ISO file with the setup.exe + Data1b-01.bin and Data1b-02.bin,Records.ini, autoruns.ini ?

I managed to figure out how DiskSpan GUI worked with method of compressions etc, and i'm getting twos file Data1b-01.bin and Data1b-02.bin in Conversion_Output folder.

But now for the installer I installed inno setup and got an installer from here which is compatible with DSG but where do I put Data1b-01.bin and Data1b-02.bin and setup.dll to make the setup.exe Final, if I tried to compile I get an error lol?
https://www.fileforums.com/showpost.php?p=492987&postcount=3

Sorry for bad english
I just want to repack all 43 games I downloaded for the past 6 years and update them all and burn them on BD but I need to understand how repacking works first.

I think when you using DSG the you can copy or move the Setup.exe file next to data-?.bin file in the Conversion_Output folder like this

GybEMHPj4XAp3Cu
02-05-2025, 19:10
And where do I add the setup.exe to make a final ISO with DSG for BD 50 or BD 100 and compress it after, because I only see Setup.dll,data1a-01.bin,data2a-01.bin, autoruns.ini & Records.ini in my ISO, where is the setup.exe?

And I don't understand this in the code source of the installers.
#define GameExe "XFRGB\BIN64\XFRGRIDBERD_Launcher.exe"
Do I need to define my game location in %programfiles% which my game is already installed on my pc? or it's where the game gonna get installed ,I suposse it's where the game gonna get installed..

And for the installer, I can't compile it with inno setup? why? I cannot compile any installer???

https://i.imgur.com/LFkzi6k.png

mausschieber
03-05-2025, 01:40
And where do I add the setup.exe to make a final ISO with DSG for BD 50 or BD 100 and compress it after, because I only see Setup.dll,data1a-01.bin,data2a-01.bin, autoruns.ini & Records.ini in my ISO, where is the setup.exe?

And I don't understand this in the code source of the installers.
#define GameExe "XFRGB\BIN64\XFRGRIDBERD_Launcher.exe"
Do I need to define my game location in %programfiles% which my game is already installed on my pc? or it's where the game gonna get installed ,I suposse it's where the game gonna get installed..

And for the installer, I can't compile it with inno setup? why? I cannot compile any installer???

https://i.imgur.com/LFkzi6k.png

i dont know wich installer you use but for compiler i use the Inno setup unicode
6.0.5 and have no problem to compile my setup.exe. also i using the Custom Installer Ultimate script.

GybEMHPj4XAp3Cu
04-05-2025, 15:29
i dont know wich installer you use but for compiler i use the Inno setup unicode
6.0.5 and have no problem to compile my setup.exe. also i using the Custom Installer Ultimate script.
kk thanks man, I installed 6.0.5 uni , it fixed the issue for compiling, and the installer is codex new version from the link here
https://www.fileforums.com/showpost.php?p=492987&postcount=3

GybEMHPj4XAp3Cu
14-05-2025, 15:58
How do I remove the setup.dll + records.ini from my final ISO file ?
https://i.imgur.com/F0ZQ0JB.png
Also why's the installer does not drop the .exe game on the desktop when the game is installed and how do I add the icon in control panel because I don't see any why but I see the icon from the label setup.icon lol?
https://i.imgur.com/WvtD29P.png
There's no .exe of the game too, this is weird.
https://i.imgur.com/i4Jcz9I.png

GybEMHPj4XAp3Cu
25-05-2025, 18:12
need help with my questions , someone ????

Cesar82
25-05-2025, 19:17
need help with my questions , someone ????
Would these be the questions?

How do I remove the setup.dll + records.ini from my final ISO file ?
https://i.imgur.com/F0ZQ0JB.png

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.

Also why's the installer does not drop the .exe game on the desktop when the game is installed and how do I add the icon in control panel because I don't see any why but I see the icon from the label setup.icon lol?
https://i.imgur.com/WvtD29P.png
There's no .exe of the game too, this is weird.
https://i.imgur.com/i4Jcz9I.png
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.

GybEMHPj4XAp3Cu
27-05-2025, 23:20
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.
https://i.ibb.co/674qzZrw/Screenshot-2025-05-28-020537.png (https://ibb.co/1t941n7Q)
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?
https://i.ibb.co/dw6N0gp3/Screenshot-2025-05-28-021321.png (https://ibb.co/sdQTvH1D)

GybEMHPj4XAp3Cu
27-05-2025, 23:38
I removed the // in fronts of the 3 lines [icons] it's not compiling ,wtf?

The game executable is probably inside the "StandOff_Data" folder or in another subfolder of the game.
answer: There was no executable because I can only choose only one, the executable or the game folder ,I can't select both lol..

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.
answer:Codex legitimate packs doesn't have setup.dll+Records.ini , what he might be using? freearc?

mausschieber
28-05-2025, 02:05
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.
https://i.ibb.co/674qzZrw/Screenshot-2025-05-28-020537.png (https://ibb.co/1t941n7Q)
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?
https://i.ibb.co/dw6N0gp3/Screenshot-2025-05-28-021321.png (https://ibb.co/sdQTvH1D)

the #1 is where to install the app with the corret exe path
eg:"XFRGB\BIN64\XFRGRIDBERD_Launcher.exe"
the #2 is for the savegamefolder and had nothing todo with to create desktop icon

and for DSG you better read here https://fileforums.com/showthread.php?t=104533

can you tell me over PM which game this is can imake you an template

kakajaj
15-06-2025, 10:20
Hi!

Where can i find this definition? #define GameExe

I would also like to create a game desktop icon after installation, im using the "ISDone_Example" example script.