|
|
|
#1
|
|||
|
|||
|
How do we use this script to make a compressed game?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Use the _Tools folder for compressing game files.
Use script to create setup.exe for unpacking archives. Btw, last round of testing was good, except new script tomorrow
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
pakrat2k2 (29-11-2017) | ||
|
#3
|
|||
|
|||
|
How do we edit the music out? Modifying the script will stop it but will the music option still appear when on the setup.exe?
|
|
#4
|
||||
|
||||
|
If you don't want music, just change
#define Music to ;#define Music Just add a ; before
__________________
Haters gonna hate
|
|
#5
|
|||
|
|||
|
Cheers, I've compressed a game using Compressor 2.1 but have no idea how to implement the script into it so it will unpack itself.
|
|
#6
|
||||
|
||||
|
Create Setup.exe, move it to compressed game files (there should be a records.ini file)
__________________
Haters gonna hate
|
|
#7
|
|||
|
|||
|
Can't find a records.ini file. Sadly, could you send me an example of a script made to make a setup.exe for a UltraARC compressed .arc file?
|
|
#8
|
||||
|
||||
|
There is one from where you have compressed a game.
__________________
Haters gonna hate
|
|
#9
|
|||
|
|||
|
I see now, moving the exe there doesn't fix things, I prob need to add some paths? Thanks for the help btw!
Last edited by pnKed; 29-11-2017 at 10:44. |
|
#10
|
||||
|
||||
|
Quote:
all in a folder. what I do is set an output folder ( within script itself ) copy the files/folder from ultraarc into the output folder, then when everythings together the output from ultraarc will always be in output folder. no searching for the files. |
|
#11
|
|||
|
|||
|
Quote:
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.Bin
Output={app}
Disk=1
[Record2]
Type=Split
Source={src}\Data2a.Bin
Output={app}\Data2.Bin
Disk=1
[Record3]
Type=Split
Source={src}\Data2b.Bin
Output={app}\Data2.Bin
Disk=2
[Record4]
Type=Freearc_Split
Source={app}\Data2.Bin
Output={app}
Disk=2
[Record5]
Type=Freearc_Original
Source={src}\Data3.Bin
Output={app}
Disk=2
[Record6]
Type=Split
Source={src}\Data4a.Bin
Output={app}\Data4.Bin
Disk=2
[Record7]
Type=Split
Source={src}\Data4b.Bin
Output={app}\Data4.Bin
Disk=3
[Record8]
Type=Freearc_Split
Source={app}\Data4.Bin
Output={app}
Disk=3
|
|
#12
|
||||
|
||||
|
No, just run setup.exe, then install
__________________
Haters gonna hate
|
|
#13
|
|||
|
|||
|
Doesn't do anything sadly
|
|
#14
|
||||
|
||||
|
Make sure #define UltraARC is enabled.
__________________
Haters gonna hate
|
|
#15
|
||||
|
||||
|
Code:
Update v6.9.5 - All settings are now in Settings.ini - Added Internal Inno compression. Now you have to choose between UltraARC, DiskSpan and Internal Inno - Fixed some bugs - Added System requirements page - Added ISSysInfo.dll by peterf1999 - Removed the Slideshow Fullscreen option by now because of some bugs with it. Slideshow is now always in fullscreen - Changed disk requirement appereance - Changed SmallBitmap to a banner bitmap - Added some more options to Settings.ini - Minor improvements
__________________
Haters gonna hate
Last edited by KaktoR; 30-11-2017 at 07:09. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |