Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-08-2012, 07:26
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,828
Thanked 2,311 Times in 789 Posts
Cesar82 is on a distinguished road
Suggestion
In the new project could be added a sound related to the game to execute when displaying the splash.
With relation to what I suggested earlier, putting componetes section, I have no idea how to integrate the setup.ini. But it would be nice to have a checkbox option to add the interface of the installer, then add the reference to a particular file setup.ini section [ExtractSettings] of FreeArc.
You said that the unicode version of Inno Setup is better. I thought it was best to ansi. I switched to unicode version now.
System requirements do not really need. In scripts Peterf1999 sometimes the requirements of a game do not pass the requirements section and the game works perfectly.
Is this a foolishness function requisios.
-> The graphical interface of your new project will be English only? Could have the text in a file Lang_eng.ini to anyone who wanted could edit the ini file to your local language.
Thank you for your attention.
(I know: This is a forum, not an MSN)
Sponsored Links
  #2  
Old 09-08-2012, 09:05
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
lupetto77 the most effective and sufficient command for precomp is
Code:
precomp -intense0 -c-
and it should be placed in arc.ini. Parameters -zl#,#,# and -d# should be used ONLY for second compressing THE SAME files to speed up whole process. These parameters haven't positive effect for ratio. What's more - improper may worsen it! So don't use them.
Exception is when you've prepared conversion and want to post it. Then you may give us parameters returned at the end of precomping to speed up compression of THE SAME files that you've precomped

Last edited by BAMsE; 09-08-2012 at 12:45.
  #3  
Old 09-08-2012, 11:29
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself
Code:
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Hour=hour
Minutes=minutes
Minute=minute
Seconds=seconds
Second=second
-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg

Last edited by yener90; 09-08-2012 at 17:49.
  #4  
Old 09-08-2012, 12:25
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Quote:
Originally Posted by yener90 View Post
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself
Code:
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Minutes=minutes
Seconds=seconds
-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg
Here are for Romanian language.
Code:
Original(English)

Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Minutes=minutes
Seconds=seconds


Translated(Romanian- Română)

Extracting=Extragere %1 ...
Elapsed=Timp Trecut (Time related)
Remaining=Timp Rămas (Time related)
Hours=Ore
Minutes=Minute
Seconds=Secunde
I have put an attachment because of the character encoding.
Attached Files
File Type: txt C.I. 8.5 Romanian.txt (354 Bytes, 6 views)

Last edited by Th3Raven; 09-08-2012 at 12:27. Reason: Added Attachment
  #5  
Old 09-08-2012, 12:49
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself
Code:
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=ours
Minutes=minutes
Seconds=seconds
-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg
For Portuguese Brasil:

Extracting = Extraindo %1 ...
Elapsed = Decorrido
Remaining = Restando
Hours = Horas
Minutes = Minutos
Seconds = Segundos

Last edited by Fabioddq; 09-08-2012 at 12:53.
  #6  
Old 09-08-2012, 18:46
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself
Code:
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Hour=hour
Minutes=minutes
Minute=minute
Seconds=seconds
Second=second
here is text file with the following languages inside:
english, czech, danish, dutch, french, polish, russian, turkish, vietnamese, swedish, ukrainian.
Attached Files
File Type: txt languages.txt (1.6 KB, 11 views)
  #7  
Old 10-08-2012, 01:37
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
here is text file with the following languages inside:
english, czech, danish, dutch, french, polish, russian, turkish, vietnamese, swedish, ukrainian.
Yep... Polish is really difficult language and even Google Translate has problems with it
  #8  
Old 09-08-2012, 12:31
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Quote:
Originally Posted by BAMsE View Post
lupetto77 the most effective and sufficient command for precomp is
Code:
precomp -intense0 -c-
and it should be placed in arc.ini. Parameters -zl#,#,# and -d# should be used ONLY for second compressing THE SAME files to speed up whole process. These parameters haven't positive effect for ratio. What's more - improper may worsen it! So don't use them.
Exception is when you've prepared conversion and want to post it. Then you may give us parameters returned at the end of precomping to speed up compression of THE SAME files that you've precomped



not affects
As I wrote above because I'm starting out with the command lines you may postarmi a full command line that compresses enough and as fast as possible in the extraction ... and above 100% working with the project Yener Thanks for the help
  #9  
Old 09-08-2012, 12:39
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
As I wrote above because I'm starting out with the command lines you may postarmi a full command line that compresses enough and as fast as possible in the extraction ... and above 100% working with the project Yener Thanks for the help
Try only the baseline:
Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
something like:
Code:
arc a -r -w.\ Data.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "Folder1\*" "Folder2\*" "Folder3\*"
(if this last example it compress 3 folders (and relative subfolders) because i don't know what do you want to compress (folders, files, etc..)! It's just an example!)

Last edited by Onizuka87k; 09-08-2012 at 12:43.
  #10  
Old 09-08-2012, 12:44
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Polish

Code:
Extracting=Dekompresowanie  %1 ...
Elapsed=Upłynęło
Remaining=Pozostało
Hours=godzin(a)(y)
Minutes=minut(a)(y)
Seconds=sekund(a)(y)
(a) is form for 1
(y) for 2, 3, 4
without is for 5 and more

My suggestion:
In its present form, "Elapsed" and "Remaining" will move due to variable width of digits. It'll be difficult to read.
"Elapsed" should be aligned to the left and "Remaining" to the right side of window. Eventually above and under progressbar

Last edited by BAMsE; 09-08-2012 at 13:00.
  #11  
Old 09-08-2012, 13:47
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
@all thx for the translations

Quote:
Originally Posted by BAMsE View Post
Polish
My suggestion:
In its present form, "Elapsed" and "Remaining" will move due to variable width of digits. It'll be difficult to read.
"Elapsed" should be aligned to the left and "Remaining" to the right side of window. Eventually above and under progressbar
following system
-> x hour minutes <- if hours are available
-> x minutes x seconds <-- if minutes are available
-> x seconds

it would look bad :/
how about creating for remaining label in center a label which is left aligned?
the chance that both touch is really low.

i really need to finish gui works, so i can work on designer...
  #12  
Old 09-08-2012, 14:19
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Quote:
Originally Posted by yener90 View Post
how about creating for remaining label in center a label which is left aligned?
IMO will be good.
And don't bother bracket forms in my translation. Just use primary, without brackets

Last edited by BAMsE; 09-08-2012 at 14:26.
  #13  
Old 09-08-2012, 16:10
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
For Spanish:

Extracting = Extrayendo
Elapsed = Transcurrido
Remaining = Restante
Hours = Horas
Minutes = Minutos
Seconds = Segundos

  #14  
Old 09-08-2012, 19:35
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
Yener A fantastic job, I look forward ...

If you can fix this:
when using these parameters:

Code:
-mprecomp:zl68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
-mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
-mprecomp:zl11,68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
-mprecomp:zl98:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
not work unless it is commenting on these two lines of code, but then the progressbar remains frozen while the computer works the same

Code:
; Source: include \ CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
/ / ExtractTemporaryFile ('CLS-precomp.dll');
I hope that will solve this thanks again for your work
CI 8.5 coming this afternoon...tried your params on my system: WORKING

CI 8.5 changelog:
- video mode overworked
-> after finishing video it will switch to background pics
-> video button switches immediately
- slideshow overworked:
i hope this fixes problem with more pics
- precomp fixed
- overworked small installer gui (with precentage, time and file info)
- additional savegame folder deleting (SaveGameFolder2)

after release i hope i can continue and finish CI Designer...

@all thanks again for the translations => will update them

Last edited by yener90; 09-08-2012 at 20:13.
  #15  
Old 10-08-2012, 05:18
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
yep so if its wrong blame google translate LOL
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 19:27.


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