![]() |
Quote:
http://i.minus.com/ibx5wzbSDaUqVG.png but i create folder Languges in folder Black_Box_Script_By_Kurutucu_V1.8 it actually works !!! but when i open setup.exe, font error :( |
i run the script Main(Compact.Mode).iss
it gives me an error Line 40: column 1: Identified Expected. |
I had already use Inno setup unicode in which we can add files,folders,licence agreement directly but how to add folder of the game directly in this script which has to be extracted after installation is completed (for example in c: /program files/ubisof]
|
Quote:
what is your inno setup version ANSI or UNICODE? |
Quote:
it was line 140.. sorry again I am using Ansi version of Innoset up. |
Quote:
find this line and change this to Code:
typeCode:
#ifdef UNICODE |
Quote:
Many thanks y_thelastknight! |
Quote:
this solved my problem. I have a little question to ask again. I use classical method of compression i.e. freearc (-m0)>precomp>srep>freearc (-mx) >innosetup. lets assume my data file is data1.arc (after final -mx compression). What changes i have to make in archieves.ini for this method of compression.? |
Quote:
you need to add the language file -> yourlanguage.isl |
Code:
[Languages] |
Quote:
Code:
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; |
kostaskaraivalis You missed the Precomp part..
Code:
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; |
Quote:
@ y_thelastknight you and kostaskaraivalis both used different variabales in archieve.ini i.e. 0,25 (your values) and 0,33 (kostaskaraivalis 's value). what effect those variable (in archieves.ini) make in this file or game compression.? BTW thanks for your reply. |
Quote:
@ y_thelastknight sorry for trouble i read the tutorial by Razor12911 about this script and i find out about those variables. |
Quote:
there is method without using precomp as well. |
| All times are GMT -7. The time now is 10:57. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com