|
#616
|
|||
|
|||
|
Which one ? Sleeping Dogs, Darksiders II, Dishonored, Watchdogs or Rome 2
![]() I used 8.4.3 in Napoleon, if you want more complicated work i'll put Sleeping Dogs at your service, only for personal use tho, since it's not released
Last edited by REV0; 06-08-2012 at 12:15. |
| Sponsored Links |
|
#617
|
|||
|
|||
|
Quote:
waiting for ![]() provide it i could test my designer
|
|
#618
|
|||
|
|||
|
Quote:
|
|
#619
|
|||
|
|||
|
i read about degrees etc...its not possible due limitation of inno setup :/
|
|
#620
|
|||
|
|||
|
Quote:
http://fileforums.com/showthread.php?t=93154 |
|
#621
|
||||
|
||||
|
Ignore errors in the text (PT-BR text translated in Google Translate)
Suggestion for future project: Suggestion 1 Add Remove support for a second save game folder or settings created in the execution of the game. The project already has an IC 8.4.3 If possible add another folder to be deleted on uninstall. EX: In the Setup.ini file contains: SaveGameFolder = If you can add: SaveGameFolder2 = For some games alike as Darksiders puts files in: "{userdocs}\My Game\ Darksiders" and "{localappdata}\Darksiders" Suggestion 2 Create autorun setup separately (Two EXE files). Suggestion 3 Add a function to disable the message by clicking the cancel button's label setup Put function in setup.ini, to enable, disable it. This function only before starting the install. After starting inatall is necessary to take this message. Suggestion 4 Add function components Suggestion 5 Add folder Inno Setup unicode integrated CI for anyone who uses the ANSI version does not need to change version. You just put a .bat file to open the script with the Inno folder. (7 mb) Suggestion 6 Add to Setup.ini option to disable the title bar of the Setup label Suggestion 7 Add help file txt for editing setup.ini (for users new), and also about the first lines of the script, What is every line: # define XXX "" Congratulations for the excelent work. |
|
#622
|
|||
|
|||
|
Suggestion 1 -> makeable
Suggestion 2 -> not possible -> how should the users select the language that they want? Suggestion 3 -> i dont really see the usage of this while installing it asks you, there are only two(three) windows without this message this part was really difficult because of isdone etc dont want to break it. Suggestion 4 -> too difficult -> how integrate to setup.ini if you can explain this part it could be makeable Suggestion 5 -> not possible -> it requires more than just the inno setup why do people use ansi version? it doesnt work multilingual properly. Suggestion 6 -> makeable Suggestion 7 -> converter creators need only one line other ones are private for me. There was also one with system requirements... why people need this? if you buy a game you watch the requirements. if you later want to use your game, i dont believe that someone has worse system then before. |
|
#623
|
|||
|
|||
|
lil question:
how should the video be handled?? one time play than show normal background?? should the sound be switched off in video so music got played?? any suggestion about this point are welcome |
|
#624
|
|||
|
|||
|
hi yener,
I personally prefer, one time video, then backgrounds with music. And video should be 720p or original resolution (tried it in Napoleon it was fullscreen) BTW, ''There was also one with system requirements... why people need this? if you buy a game you watch the requirements. if you later want to use your game, i dont believe that someone has worse system then before.'' Same reason they want to see EULA... I never read them, just click 'I accept' I think some people want to have more 'legit' setups. As suggestion, if someone want system requirements so bad, write them down on rtf. file then add it as EULA to conversion, problem solved |
|
#625
|
||||
|
||||
|
Quote:
Me with the same string that you used to be able to compress a folder with 7GB to 5.9 gb. There is another string to use ... if you post it please. |
|
#626
|
|||
|
|||
|
Depends on stuff i guess, i applied same values for TDU2, and it reduced to 5.68gb from 15.6 GB
BTW yener i detected a bug on Turkish selected setup, it says 'Express Bilgisayar' on left side of the setup (you can see on screenshot below):
Last edited by REV0; 07-08-2012 at 14:35. |
|
#627
|
||||
|
||||
|
Bamse I tried the command lines that you posted, it compiles but when I go to install I get this error ...
![]() help on how I can solve this problem? Last edited by Joe Forster/STA; 08-08-2012 at 10:28. |
|
#628
|
||||
|
||||
|
lupetto77 screen is really bad, besides I don't know Italian
![]() If it is general Windows message, that precomp.exe stops working and will be terminated, so... I had the same with my Prototype 2 conv. My solution is partial and quite primitive. Yener90 works on it. |
|
#629
|
||||
|
||||
|
Quote:
I don't know if it's the right way but i solved excluding (by comment) CLS-precomp.dll: Code:
;Source: include\CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
Code:
//ExtractTemporaryFile('CLS-precomp.dll');
ps: Since you use the arc command-line, do you edit the line about precomp version on Setup.ini like this? Code:
PrecompVer=inside
|
|
#630
|
||||
|
||||
|
Thank you commenting the two lines as you said you now works great
Last edited by Joe Forster/STA; 08-08-2012 at 10:28. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |