|
|
|
#1
|
|||
|
|||
|
Quote:
the Define Binary is the exe of your game.exe or program.exe, for example my game im trying to repack is INSIDE, so in the main folder of INSIDE game there is INSIDE.exe (the game exe) so you only have to put INSIDE.exe, and that's it: #define Binary "INSIDE.exe" /* Type full path to EXE file */ so when it install/unpack, it will target that exe and create a shortcut for it on desktop if you check the create shortcut checkbox. Most games have their exe in the main directory of the folder, if your exe is in a subfolder then type #define Binary "Subfolder/INSIDE.exe" /* Type full path to EXE file */ "Subfolder" is your subfolder name. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hello im new and have a problem. I have an .arc file of a steam game that i want to decompress and install via the script.
So my questions are where do i put the .arc file and what do i have to put in #define myextension ".bin" ? I am a complete beginner that only started to read into this yesterday so i apologize! But thanks in advance
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 227 | 30-05-2026 05:01 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |