PDA

View Full Version : Stronghold 3 Gold (inno script)


sentinelks
04-08-2013, 12:40
Script Sentinelk Mod ((BETA)).. code by Sherogat

EXTERNAL COMPRESSION .Arc
For external compression (which is the default), proceed as below:
1) compile the file with script.iss anthem (u) unicode
2) Open the folder Conversion Arc, and launch Compress.bat


! IMPORTANT!
3) if you have the game in a different directory than the file script.iss, just change this code:
# define path "C:\Program Files(x86)\Firefly Studios\Stronghold 3\"
with what you want (important that the files are the same as those listed in the file Data1.lst, Data2.lst


For INTERNAL COMPRESSION .bin
proceed as under:
Move the uninstall files and unins000.dat,unins000.exe of the game and redist folder before proceeding with the conversion
1) remove the semicolon from the file path.ini
2) enable compression you want or leave the default compression is compression = none (no compression) you use compression = lzma ecc.
3) compile the file script.iss

4) If you play in a different directory just change here:
# define path "C:\Program Files(x86)\Firefly Studios\Stronghold 3\"
EXAMPLE:
# define path "C:\Program Files(x86)\Stronghold 3\"
# define path "D:\Program Files(x86)\Stronghold 3\"
# define path "E:\Program Files(x86)\Firefly Studios\Stronghold 3\"
# define path "H:\Program Files(x86)\Stronghold 3\" etc..

screenshot:
http://i.imgur.com/8un5vXJ.png

Grumpy
22-07-2015, 19:01
File re-uploaded to first post. ;)

Danziel123
10-01-2023, 22:09
Hi, can you update the conversion? Thank you:)