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)

Compiler 02-02-2013 08:19

Can someone give code for best compression ratio for.vp6 videos, and also code to compress freearc+srep+precomp with 1GB RAM utilisation for decompression?Thanks.

Razor12911 02-02-2013 12:00

Quote:

Originally Posted by Compiler (Post 413445)
Can someone give code for best compression ratio for.vp6 videos, and also code to compress freearc+srep+precomp with 1GB RAM utilisation for decompression?Thanks.

Mhhm. I don't think videos are compressable, rather resample them.

jonhutty 04-02-2013 20:04

Yener90 i am new to creating installers and would very much like to learn i have used inno setup and inno ide when i compile a game or use one of the installers from this site i get the installers to work and it to install the game but when i click on the game to play it will not launch what am i doing wrong pleas help. jon

pakrat2k2 04-02-2013 20:26

you use originals to install game first, then make conversion following instructions.
Uninstall original game, ( so that it removes the game + any registry entries ), then install from conversion. IF the game ran perfectly fine from original, then it must run from conversion as well. Did you also install the pre-requisites the game needed as well?

Depending on the conversion, sometime you MUST install them for the game to work.
Things like DX, vcredist are not so important as most gamers already have them installed from other games, but things like physx, agiea, ubisoft launcher, dotnet, gfwl, are game independant, and those must be installed for game to work properly.

yener90 05-02-2013 02:57

after seeing some bugs regarding internal MP4 video playback, here is the update:

Update 1.0.0.5:
- overworked language files completely:
-> easier to update new versions of Inno
-> Supports Update 5.5.3
- fixed internal MP4 video playback

REV0 05-02-2013 03:28

Quote:

Originally Posted by yener90 (Post 413529)
- fixed internal MP4 video playback

So this means that we can use Video in internal yener ?

yener90 05-02-2013 06:01

you could always do.
just not mp4 ^^

i saw some post regarding your exit from fileforums?
unfortunately its the disadvantage of open source. easy editable.
give me some idea how to crypt better?

Fabioddq 05-02-2013 09:29

Quote:

Originally Posted by yener90 (Post 413541)
you could always do.
just not mp4 ^^

i saw some post regarding your exit from fileforums?

Just some time (vacation) for trolls. LOL

About crypt better, would not be able to encrypt the temporary folder?
If any troll try copying the files from the temporary folder, will ask for a password.

I don't know if this is possible, just an idea.

Thanks for your return yener!

Razor12911 09-02-2013 08:56

maybe this will fix problem with video but will need codecs.

It works for 3g2, 3gp, 3gpp, adt, adts, asf, flv, m2v, m2t, m2ts, m2v, m4v, mkv, mod, mov, mp2v ,mp4, mp4a, mpe, mpeg, mpg, ts, tts, wm, wmv, wmx, and wvx videos.

Your video line in 8.5.7.4 script is

mciSendString('status AVIFile mode', PlayingMode, 255, 0);

change it to

mciSendString('status MPEGVideo mode', PlayingMode, 255, 0);

then these formats will work

3g2, 3gp, 3gpp, adt, adts, asf, flv, m2v, m2t, m2ts, m2v, m4v, mkv, mod, mov, mp2v ,mp4, mp4a, mpe, mpeg, mpg, ts, tts, wm, wmv, wmx, and wvx

Just an idea of fixing video problem in CI 8.5.7.4 and CIU

spawniectes 10-02-2013 11:41

Hi yener90 I'm working whit your CI 1.0.0.5 scrypt and I wanna know how can I make to add extra buttons to my autorun besides of the already exist on setup.ini.-

pakrat2k2 10-02-2013 12:09

Release 1.0.0.0:
- fix translations
- Added different dpi support (should work fine on Windows 8)
- Added equalizer, exit button + minimize button support
- added transparent borders support
- fixed mysterious button appear in installer
- animated buttons
- changing background images in installer
- improved disk changing for freearc operation
- Open DVD, ReadMe and Manual button
- 20 play buttons support

look in iss script

spawniectes 10-02-2013 17:35

Quote:

Originally Posted by pakrat2k2 (Post 413812)
Release 1.0.0.0:
- fix translations
- Added different dpi support (should work fine on Windows 8)
- Added equalizer, exit button + minimize button support
- added transparent borders support
- fixed mysterious button appear in installer
- animated buttons
- changing background images in installer
- improved disk changing for freearc operation
- Open DVD, ReadMe and Manual button
- 20 play buttons support

look in iss script

Yes I see that, but actually I need something like an extra readme button, 'cause I already use the manual button and the readme button, the other one I want it for make a url call button so I can add the Fileforums CD/DVD Conversion Forum to my autorun.

GTX590 11-02-2013 08:00

Hi yener90!!!!
Is it possible to add an animation in the autorun menu section?
I mean like that one in "Splinter Cell Double Agent" menu!:)

yener90 15-02-2013 06:15

an user asked me how he can port part "codepart" of CIU to CI.
But you should know CIU is based on CI.
so why not using it??
in the first page, i just ported Theme of the CI to CIU.
So you can see, thats also easy.

The Ultimate in CIU means much more posibilitys then before.
you dont need to use them.

In Setup.ini are big differences.
On CIU its much much more clean.

File differences in CIU
Autorun.jpg -> Autorun.png
Installer.jpg -> Installer1.png
-> you can add more files like Installer2.png, Installer3.png..
If you click next, automaticly next background will be taken
SmallInstaller.jpg -> SmallInstaller.png

PNG FILES DOESNT REQUIRE ANY TRANSPARENT PART
-> just open Autorun.jpg and save it as Autorun.png

Some clarification:
ChangeFrame feature only required if the form or the border between Installer1.png and InstallerX.png is different.
so it reloads completely the installer.
try not to use this feature. you will feel some lag^^

jackstuff 17-02-2013 23:05

Quote:

Originally Posted by yener90 (Post 413541)
i saw some post regarding your exit from fileforums?
unfortunately its the disadvantage of open source. easy editable.

If possible than create the installer in "install shield" haaaa:D:D:D:D

JacksMafia 19-02-2013 05:55

hey yener
i have downloaded the new freearc 0.67 and it contains serp and precomp compression meaning that we can use it through freearc-i think- http://imageshack.us/a/img46/7555/22405455.jpg
but every time i try to do that i can't extract the .arc file it always gives an error when you try to install the game saying that it's not serp compressed file
http://imageshack.us/a/img41/1234/48043055.jpg
any ideas?
thanks mate

Razor12911 19-02-2013 08:45

the arc.ini is different. from CI and freearc.

JacksMafia 19-02-2013 09:24

ok how to make it same?

Cesar82 19-02-2013 14:40

Information
 
Yener90
In CIU 1.0.0.5 is a small "bug" on page autorun.
If you put the music button (Traditional) and Equalizer button. By clicking the music button, stop the music and the equalizer button stops.
But if you click on the equalizer button, the music stops, but the music button not change the button image (to off).

* If possible next CIU upgrade this "bug".

I still prefer using Windows XP, but I have windows 7 on another HD.
In windows XP, I tried everything to create the image .bmp in GIMP for CIU. There was no way the same.
I figured out what was going wrong. Paint Windows XP does not properly save the image. I found a solution. I'm using the "RealWorld Paint". It's free. Only it has to go save as, and select 1-bit pallete, and replace.

* Yener has how you make sure it does not affect the correct functioning of the CIU.

Thank you.

Razor12911 19-02-2013 20:19

Quote:

Originally Posted by JacksMafia (Post 414101)
ok how to make it same?

you mustn't, try to make a bat convertor.
if you make them the same. you'll have problems extracting installer files either can't make freearc files using freearc.

can give you tips on making a bat/convertor,

Cesar82 23-02-2013 09:59

Question
 
This is normal in loading the full screen of the installer based on the CIU 1.0.0.5?
It load the transparency image on startup. (Mask BMP image).
It happens in other installers based CIU I did download.
Or is it because the PC has low settings? Core 2 Duo E4500 (2.2 GHz), 3 Gb RAM.

http://i.imgur.com/jYi8RST.jpg

yener90 23-02-2013 11:26

Freearc is faster then the system. its normal. after you put correct file in dvd1 it should be fixed.

Cesar82 23-02-2013 12:22

I put the installer for FreeArc to Print image. (Takes 1 Second so ever).
Even though, Compression = none (Before recording in midea).
Must be PC (slow).

This error is normal to compile the script?
http://i.imgur.com/hAJH7UB.png

Is giving this error at the end. (Do not load the button music image).
Only load button image after entering with mouse button
http://i.imgur.com/IJJrL0e.jpg

Sorry the bad english. (Text translated in google translator).

yener90 24-02-2013 06:03

Update 1.0.0.6:
- fixed bugs (thx to LuisCésar82 for his help and his references)
- fixed german translation

Cesar82 24-02-2013 20:57

Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you

kassane 28-02-2013 04:55

Yener90, would like to add to your CIU this new SREP?

Code:

Changes: Srep 3.1

    * -m1f -a4 now is default compression mode, for quick and dirty compression. Use -m3f -a1 for maximum compression
    * 32-bit version became 1.5x faster than in SREP 3.0
    * gcc64 version: srep64g.exe. srep32i/srep64i still are the fastest executables
    * bugfix: it was impossible to allocate more than 4 GB for bitarr[]
    * bugfix: 32-bit version now uses only 1.5 GB for future-lz decompression by default (instead of 4GB-1 that's too much)


Changes in the printed stats:

    * cpu time displayed now is the sum of times spent in *ALL* threads
    * cpu/global times and speeds are printed, with speeds measured in MiB/s
    * on future-lz decompression, I/O and VM stats are printed only when they are non-zero
    * -pc option displays performance counters


yener90 01-03-2013 04:32

Quote:

Originally Posted by LuisCésar82 (Post 414416)
Yener Thanks for CIU 1.0.0.6!
Very good.
Just missed the small problem Music button + Equalizer Button in autorun page.

Yener, analyzes the music button after the splash.
Not load music button before enter mouse in background.

Thank you

will check it out.

JacksMafia 02-03-2013 05:30

yener don't want to sound that i ask much but would you please add multi bmp support for multi installer images and add hdd space inductor in system check page

mausschieber 03-03-2013 10:39

Problem with videocard
 
sorry for my bad english

how can i change this in yener90's script
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;
if (VidRam<63) or (VidRam>1100) then vr:=VidRam
else if VidRam<100 then vr:=64
else if VidRam<200 then vr:=128
else if VidRam<300 then vr:=256
else if VidRam<400 then vr:=384
else if VidRam<600 then vr:=512
else if VidRam<800 then vr:=792
else if VidRam>800 then vr:=1024

http://i.imagebanana.com/img/kpkzv9fd/Unbenannt2.jpg

thanks in advance

Joe Forster/STA 05-03-2013 00:09

Quote:

Originally Posted by mausschieber (Post 414768)
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;

Good question! This function returns an Integer which is, probably, 32 bit unsigned (max. 4GB - 1) or, even more probably, 31 bit signed (min. -2GB, max. 2GB - 1). I think you'd have problems even with a 2 GB vieo card as this function will return 0 (or a negative value?) for them.

Try to print the return value of the GetVidMemLocal function onto the screen. I think you'll get zero. Perhaps, adding this as the first condition:

Code:

if VidRam=0 then vr:=1024
else [...]

would help as all video cards have video RAM (onboard or system shared) anyway so zero is never a valid value.

yener90 05-03-2013 02:40

ive got 2 GB and i will check it out.
the funny thing here is, that gt 630 is not a good card. low end card.
4 GB for this sounds like a deception.

yener90 05-03-2013 08:13

New CIU 1.0.1.0:
http://img407.imageshack.us/img407/4554/ciu1.jpg
http://img717.imageshack.us/img717/1531/ciu2.jpg

i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

spawniectes 05-03-2013 09:01

Quote:

Originally Posted by yener90 (Post 414852)
New CIU 1.0.1.0:
http://img407.imageshack.us/img407/4554/ciu1.jpg
http://img717.imageshack.us/img717/1531/ciu2.jpg

i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

Spanish= En unidad [drive] hay [mb] GB de espacio disponible. :D

Cesar82 05-03-2013 09:10

You will add or replace the previous description?
At leats [mb] MB of free disk space is required.

The previous description personally I find more needed.

* You could put musicBG.mp3 in Background folder to player during Fullscreen installing.
(If exist musicBG.mp3, play music different from music of pages else play music.mp3).

Fabioddq 05-03-2013 09:21

Quote:

Originally Posted by yener90 (Post 414852)
New CIU 1.0.1.0:
i need new translations:
Code:

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

In Portuguese Brasil:

Code:

DiskSpaceAvailable=Na unidade [drive] tem [mb] GB de espaço livre disponível.

JacksMafia 05-03-2013 12:23

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.

in Arabic

على القرص=[drive] المساحة المتوفره هى [mb] GB
i also noticed that in arabic.isl file the ram is wrote as ram which is wrong the correct is
ram=رامات

i think what's left after thin new staff is more control over the small installer :D

NamelessOne 05-03-2013 13:55

Code:

DiskSpaceAvailable=Na disku [drive] slobodno je [mb] GB prostora.
You can use this translation for Bosnian, Croatian and Serbian.

Th3Raven 05-03-2013 16:06

DiskSpaceAvailable=On drive [drive] is [mb] GB free disk space available.


Spatiu Disponibil pe Disc=Pe disc [drive] sunt [mb] GB disponibili.


translation for romanian

yener90 06-03-2013 04:18

Quote:

Originally Posted by LuisCésar82 (Post 414854)
You will add or replace the previous description?
At leats [mb] MB of free disk space is required.

The previous description personally I find more needed.

you will see ;)

Th3Raven 06-03-2013 05:08

there are gonna be changes at how the system requierements looks (i mean more accurate) ?


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

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