FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

Fabioddq 09-08-2012 12:49

Quote:

Originally Posted by yener90 (Post 405153)
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
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

yener90 09-08-2012 13:47

@all thx for the translations :D

Quote:

Originally Posted by BAMsE (Post 405161)
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...

BAMsE 09-08-2012 14:19

Quote:

Originally Posted by yener90 (Post 405168)
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 :p

elbubi 09-08-2012 16:10

For Spanish:

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

;)

pakrat2k2 09-08-2012 18:46

1 Attachment(s)
Quote:

Originally Posted by yener90 (Post 405153)
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
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.

yener90 09-08-2012 19:35

Quote:

Originally Posted by lupetto77 (Post 405138)
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 :D => will update them

BAMsE 10-08-2012 01:37

Quote:

Originally Posted by pakrat2k2 (Post 405178)
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 :D

pakrat2k2 10-08-2012 05:18

yep so if its wrong blame google translate LOL

yener90 10-08-2012 06:50

UPDATE 8.5 released.

Th3Raven 10-08-2012 07:45

Quote:

Originally Posted by yener90 (Post 405212)
UPDATE 8.5 released.

Thank You SIR YENER90 for your hard work and for supporting our moods and demands.;)

senseman 10-08-2012 13:07

yener...problem persists about turkish error

http://s18.postimage.org/6glk1f62v/image.jpg

http://s18.postimage.org/3nsche5qf/image.jpg

lupetto77 10-08-2012 14:10

Quote:

Originally Posted by yener90 (Post 405212)
UPDATE 8.5 released.

First, thanks for released ...

Then I wanted to ask you how do you move the window at the bottom right? (The window when you start the installation)

REV0 10-08-2012 15:14

And also, there are 2 'This will install x game to your computer' information on small installer

pakrat2k2 10-08-2012 15:40

Quote:

Originally Posted by senseman (Post 405220)

here's the image

http://img228.imageshack.us/img228/5123/imageldm.jpg

Onizuka87k 10-08-2012 17:12

@Yener90:
First of all: awesome job with the latest CI! :cool:

About the languages, for italian, i think it's better this line:
Quote:

Extracting=Estrazione di %1 ...
And the following just because it's my first (personal) installer with your CI (using latest release) and I'm proud to show you (i'm working on this yet but it's almost done)! :D:D

http://img716.imageshack.us/img716/9673/1autorun.th.jpghttp://img13.imageshack.us/img13/6773/32351214.th.jpghttp://img515.imageshack.us/img515/2953/59607496.th.jpghttp://img859.imageshack.us/img859/9083/76610136.th.jpghttp://img62.imageshack.us/img62/79/39611012.th.jpghttp://img35.imageshack.us/img35/9770/6installer.th.jpg

yener90 10-08-2012 22:19

UPDATE 8.5.1
- fixed turkish language
-> this happened because the turkish translator wanted to make advertisment for his shop :rolleyes:
- updated italian (thx to Onizuka87k)
- added two options:
ProgressBarLabelColor=$ffffff <- color of progressbar percentage
MoveProgressBarLabel=0 <- move postition of progressbar percentage up/down
positive = up
negative = down

Onizuka87k
nice nice :cool:
i reached my target :D
now everyone is creating installers with beautiful different interfaces

silviugut 11-08-2012 03:18

Thanks yener90 for the new CI 8.5!I tried it and it works perfectly!We still have a question!
How to make video file and background images to not see it in fullscreen?
My monitor is FullHD and I want the video and images during installation to see in a black background , not in full screen!!
I have these lines in Setup.ini:
[InterfaceSettings]
BackgroundWidth=1280
BackgroundHeight=720
What should I change or add?
Thanks in advance for answer!

edwinkyr 11-08-2012 03:42

when u use 1080p monitor

BackgroundWidth=1280
BackgroundHeight=720

become

BackgroundWidth=1920
BackgroundHeight=1080

yener90 11-08-2012 06:14

silviugut
ShowBGFullscreen=0 solves your problem

if the monitorsize = the size of the pics it will show also fullscreen.

silviugut 11-08-2012 11:27

Quote:

Originally Posted by yener90 (Post 405234)
ShowBGFullscreen=0 solves your problem

if the monitorsize = the size of the pics it will show also fullscreen.

Thanks for the reply! The problem is solved!:D:D;)

yener90 11-08-2012 12:21

Quote:

Originally Posted by silviugut (Post 405245)
The problem is solved!:D:D;)

its not a problem, its a feature :D

senseman 11-08-2012 12:32

Quote:

Originally Posted by yener90 (Post 405227)
UPDATE 8.5.1
- fixed turkish language
-> this happened because the turkish translator wanted to make advertisment for his shop :rolleyes:
- updated italian (thx to Onizuka87k)
- added two options:
ProgressBarLabelColor=$ffffff <- color of progressbar percentage
MoveProgressBarLabel=0 <- move postition of progressbar percentage up/down
positive = up
negative = down

Onizuka87k
nice nice :cool:
i reached my target :D
now everyone is creating installers with beautiful different interfaces

thanks yener...now %100 work

Quote:

Originally Posted by REV0 (Post 405222)
And also, there are 2 'This will install x game to your computer' information on small installer

same here...how to fix it

http://d1208.hizliresim.com/10/c/bsgug.jpg

Th3Raven 11-08-2012 12:54

Quote:

Originally Posted by REV0 (Post 405222)
And also, there are 2 'This will install x game to your computer' information on small installer

Quote:

Originally Posted by senseman (Post 405249)

I think the second line shows the same text at the beginning of the installation and when actually start to copy the files it show the file that is currently installed.
Yener90, correct me if i'm wrong.

yener90 11-08-2012 12:59

i will investigate my time on this.
does it appear all the time?
when exactly?

REV0 11-08-2012 13:12

hi yener,

In my cases it shows up first second and stays until the end of installation. Tested on Turkish, Italian and English, tried 3 different setups, it stays

yener90 11-08-2012 13:15

only internal installation?

kassane 11-08-2012 13:21

Hi yener90, the installer during my test was repeated during the file information at the beginning and was still on top of the installation time, what do I do about it?
http://desmond.imageshack.us/Himg99/...pg&res=landing

Th3Raven 11-08-2012 13:36

Quote:

Originally Posted by yener90 (Post 405254)
only internal installation?

On internal installation everything is fine. At least at me.:D
http://img545.imageshack.us/img545/9361/screedcopy.jpg
BTW i have modified al little your script( the overlapped text in instalation)-->http://desmond.imageshack.us/Himg99/...pg&res=landing

yener90 11-08-2012 13:53

ive uploaded 8.5.1.1:
hope this solves your problem.

senseman 11-08-2012 14:35

Quote:

Originally Posted by yener90 (Post 405258)
ive uploaded 8.5.1.1:
hope this solves your problem.

thanks for fix,it works

http://a1208.hizliresim.com/10/d/bsmvg.jpg

kassane 12-08-2012 07:26

Quote:

Originally Posted by yener90 (Post 405258)
ive uploaded 8.5.1.1:
hope this solves your problem.

http://desmond.imageshack.us/Himg812...pg&res=landing

Thanks, yener90 here was great, tested and approved!

Fabioddq 12-08-2012 20:50

Works perfectly! Thanks yener! :D

https://lh5.googleusercontent.com/-h...JkI/s467/6.jpg

najoor 13-08-2012 03:58

i have problem for make ci (Custom Installer)
I did not read

I know that is hard
And many excesses
But it might help you with uploading photos
To people like me can easily use it

I'm sorry for the English language
I use the Google Translath
Unfortunately

Dark_Siegfried89 13-08-2012 05:33

Thanks Yener90!!!
Great Job Bro!!! :)

kassane 13-08-2012 06:33

I want to put a video on my CI8.5.1.1. And the old version CI8.3 and had seen the image of the program called SUPER, I have the 2012 version, I just want to know if the setup program is right for this conversion?
http://desmond.imageshack.us/Himg259...pg&res=landing

Fabioddq 13-08-2012 08:02

Quote:

Originally Posted by najoor (Post 405282)
i have problem for make ci (Custom Installer)
I did not read

I know that is hard
And many excesses
But it might help you with uploading photos
To people like me can easily use it

I'm sorry for the English language
I use the Google Translath
Unfortunately

Read this tutorial about CI: http://www.fileforums.com/showthread.php?t=92805

All configurations are in Setup.ini, open with notepad.
Edit too Setup.cab and put your imagens, buttons, etc.
In InstallerScript.iss under [registry] put the reg entries of your game. Use regedit.exe for get the reg entries.

Note: read the tutorial carefully and you will not have problems. ;)

Fabioddq 13-08-2012 08:08

Quote:

Originally Posted by kassane (Post 405284)
I want to put a video on my CI8.5.1.1. And the old version CI8.3 and had seen the image of the program called SUPER, I have the 2012 version, I just want to know if the setup program is right for this conversion?

I use this program and works great! But the video always looks grainy.

JacksMafia 13-08-2012 10:34

Ideas:
1.create app to make and organize the setup pics and video this will make everything easy
2.make the iss script extract the game keys from the registry automatically instead of the manual way -maybe not the iss but another app-
3.create batch file creator with the codes of compression instead of the manual way

what you think guys?!

REV0 14-08-2012 01:48

I like smallinstaller's bar. I really hope that we'll see ME2 though :D

Quote:

1.create app to make and organize the setup pics and video this will make everything easy
2.make the iss script extract the game keys from the registry automatically instead of the manual way -maybe not the iss but another app-
3.create batch file creator with the codes of compression instead of the manual way
1. That's what yener is doing

2. You can get your keys, you need to read some tutorials there's no need to spend hours for such a thing.

3. Possible, but people who use precomp or srep compressions need extreme ones, they wont use these 2 for normal compression. So if precomp or srep is in the business, this means you need max compression possible.

najoor 14-08-2012 04:03

Hello again
Thanks for help Fabioddq
I was able to make the Autorun
But I have a small problem
how to creat icon uninstal in the control panel ?
Thanks for help me


All times are GMT -7. The time now is 22:45.

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