FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS: Advanced Simple Installer Script (https://fileforums.com/showthread.php?t=99481)

KaktoR 29-11-2017 08:49

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

pnKed 29-11-2017 09:58

Quote:

Originally Posted by KaktoR (Post 464464)
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

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?

KaktoR 29-11-2017 10:17

If you don't want music, just change

#define Music

to

;#define Music

Just add a ; before

pnKed 29-11-2017 10:21

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.

KaktoR 29-11-2017 10:23

Create Setup.exe, move it to compressed game files (there should be a records.ini file)

pnKed 29-11-2017 10:31

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?

KaktoR 29-11-2017 10:38

There is one from where you have compressed a game.

pnKed 29-11-2017 10:42

I see now, moving the exe there doesn't fix things, I prob need to add some paths? Thanks for the help btw!

pakrat2k2 29-11-2017 10:55

Quote:

Originally Posted by pnKed (Post 464475)
I see now, moving the exe there doesn't fix things, I prob need to add some paths? Thanks for the help btw!

no, just move the setup.exe, records.ini, archives ( from ultraarc )

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.

pnKed 29-11-2017 11:06

Quote:

Originally Posted by pakrat2k2 (Post 464476)
no, just move the setup.exe, records.ini, archives ( from ultraarc )

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.

I do have this from the records:
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

Do I add this to the script?

KaktoR 29-11-2017 11:46

No, just run setup.exe, then install

pnKed 30-11-2017 06:46

Doesn't do anything sadly

KaktoR 30-11-2017 06:52

Make sure #define UltraARC is enabled.

KaktoR 30-11-2017 07:06

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

FF doesn't let me upload anything atm. Have pakrat send a copy, maybe he can upload it :rolleyes:

pakrat2k2 30-11-2017 08:16

Uploaded updated copy to first post ( added date just to keep it straight ) so people know its newest version.


All times are GMT -7. The time now is 14:09.

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