Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2025, 16:59
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
Need help repack my games, im new to this

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....87&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.

Last edited by GybEMHPj4XAp3Cu; 01-05-2025 at 17:23.
Reply With Quote
Sponsored Links
  #2  
Old 02-05-2025, 05:17
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,968
Thanks: 6,278
Thanked 10,923 Times in 2,927 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
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....87&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
Attached Images
File Type: png Unbenannt-2.png (11.5 KB, 211 views)
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #3  
Old 02-05-2025, 19:10
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
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???


Last edited by Joe Forster/STA; 02-05-2025 at 23:11.
Reply With Quote
  #4  
Old 03-05-2025, 01:40
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,968
Thanks: 6,278
Thanked 10,923 Times in 2,927 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
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???

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.
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #5  
Old 03-05-2025, 01:55
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
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.
In Inno Setup version 6.4 and higher there is no MainForm anymore. that's where you get the error.
__________________
https://t.me/FMXInno
Reply With Quote
  #6  
Old 04-05-2025, 15:29
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 mausschieber View Post
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....87&postcount=3

Last edited by GybEMHPj4XAp3Cu; 04-05-2025 at 15:33.
Reply With Quote
  #7  
Old 14-05-2025, 15:58
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
How do I remove the setup.dll + records.ini from my final ISO file ?

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?

There's no .exe of the game too, this is weird.

Last edited by GybEMHPj4XAp3Cu; 14-05-2025 at 16:56.
Reply With Quote
  #8  
Old 25-05-2025, 16:28
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 400
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
can you help me man?
contact the author of the script
__________________
https://t.me/FMXInno
Reply With Quote
  #9  
Old 25-05-2025, 18:12
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
need help with my questions , someone ????
Reply With Quote
  #10  
Old 25-05-2025, 19:17
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,053
Thanks: 1,768
Thanked 2,260 Times in 772 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
need help with my questions , someone ????
Would these be the questions?

Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
How do I remove the setup.dll + records.ini from my final ISO file ?
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.
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
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?

There's no .exe of the game too, this is weird.
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.

Last edited by Cesar82; 25-05-2025 at 19:37.
Reply With Quote
  #11  
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
  #12  
Old 27-05-2025, 23:38
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
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?

Last edited by GybEMHPj4XAp3Cu; 27-05-2025 at 23:44.
Reply With Quote
  #13  
Old 28-05-2025, 02:05
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,968
Thanks: 6,278
Thanked 10,923 Times in 2,927 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
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?
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
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #14  
Old 15-06-2025, 10:20
kakajaj kakajaj is offline
Registered User
 
Join Date: Jun 2025
Location: Hungary
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kakajaj is on a distinguished road
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.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Repack Games. Gamer2023 Conversion Tutorials 4 30-06-2021 08:36
[ASK] Repack games Anadius The Sims 4 Installer sickperson Conversion Tutorials 1 29-12-2020 02:07
Multiple Games to DVD Grumpy PC Games - CD/DVD Conversions 6 22-12-2005 15:47
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48
downloaded games are driving me crazy... hrtbrknhksnglby PSX Games 2 24-07-2002 19:58



All times are GMT -7. The time now is 16:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
FileForums @ https://fileforums.com