FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Game Installer (https://fileforums.com/showthread.php?t=96839)

lhanz678 22-04-2015 01:50

Game Installer
 
1 Attachment(s)
Credits:
Razor12911 for
UltraARC for Inno Setup
Graphic Studio

NBA2K15 UltraARC New Layout and full ScreenShot

Changelog
Code:

-Fixed Game trailer video now supported wmv codec(thanks to Razor12911 for fix)
-Added New layout for better use
-All Form Modules full Customise(Browser form etc.)
-Fixed IsDone Cancel

Sample AutoRun

http://s1.bild.me/bilder/030315/2767462nba1.png

Main Installer

http://s1.bild.me/bilder/030315/6496456ss1.png

http://s1.bild.me/bilder/030315/7945616ss2.png

http://s1.bild.me/bilder/030315/2098148ss3.png

http://s1.bild.me/bilder/030315/8062806ss4.png

http://s1.bild.me/bilder/030315/3961531ss5.png

http://s1.bild.me/bilder/030315/9662529ss6.png

Installing Process |ISDone Cancel

http://s1.bild.me/bilder/030315/6168763ss8.png

http://s1.bild.me/bilder/030315/8396007ss10.png

http://s1.bild.me/bilder/030315/7086996ss11.png

Code:

NBA2K15.rar (4.95 MB, 291 views)
AviFormat.rar (12.6 KB, 40 views)
Update.rar (14.7 KB, 43 views)
NBA2K15 UltraARC.rar (5.28 MB, 21 views)
Thanks for downloading guys :)


Stor31 22-04-2015 07:42

thx...
mandatory to use TinyTools For Compress and Split ????

lhanz678 22-04-2015 21:13

Quote:

Originally Posted by Stor31 (Post 440066)
thx...
mandatory to use TinyTools For Compress and Split ????

i never try to use split,and script not supported that,but if you want update the script it is open to every one :)

Razor12911 23-04-2015 08:41

Great job bro, unique design.

punchao 23-04-2015 14:23

as I can do to play the trailer?
and how to able web site button?

Incredible job,it's beautiful

lhanz678 23-04-2015 16:04

Quote:

Originally Posted by punchao (Post 440119)
as I can do to play the trailer?
and how to able web site button?

Incredible job,it's beautiful

sorry mate i forgot to enable it

1.
open script goto
[Files]
//Source: Trailer\Video.mp4; DestDir: {tmp}; Flags: dontcopy

delete "//"

Source: Trailer\Video.mp4; DestDir: {tmp}; Flags: dontcopy

2 goto in InitializeWizard

//ExtractTemporaryFile(ExpandConstant('video.mp4'));
//mciSendString('open "'+ ExpandConstant('{tmp}\Video.mp4') +'" alias MPEGVideo parent '+ IntToStr(VideoForm.Handle) +' style child','',0,0)
//mciSendString('put MPEGVideo window at '+ IntToStr(11) +' '+ IntToStr(10) +' '+ IntToStr(ScaleX(629)) +' '+ IntToStr(ScaleY(439)),'',0,0)

delete again "//"

now add mp4 video file in trailer folder rename it "video"

punchao 24-04-2015 00:43

donīt work for me ,bro
This is my .mp4 video
http://snap.ashampoo.com/uploads/201...4/nl27v702.png

coveiro 24-04-2015 05:31

Quote:

donīt work for me ,bro
This is my .mp4 video
http://snap.ashampoo.com/uploads/201...4/nl27v702.png
Hello, the script change of video.mp4 to video.avi, and convert your video to avi, worked here.

prudislav 24-04-2015 06:01

any way of forcing it to use 7zip to decompress?

punchao 24-04-2015 08:12

Quote:

Originally Posted by coveiro (Post 440136)
Hello, the script change of video.mp4 to video.avi, and convert your video to avi, worked here.



You have to modify the script?

gozarck 24-04-2015 09:56

Very beautifull desing. It's unique. KUDOS Bro.

punchao 24-04-2015 09:57

Quote:

Originally Posted by prudislav (Post 440141)
any way of forcing it to use 7zip to decompress?

if not IS7zExtract ( 0, 100, ExpandConstant('{src}\*******'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

prudislav 24-04-2015 14:55

Unknown identifier IS7zExtract

lhanz678 24-04-2015 18:15

Quote:

Originally Posted by prudislav (Post 440151)
Unknown identifier IS7zExtract

for now it not supported by you can edit it :)

lhanz678 24-04-2015 18:26

Quote:

Originally Posted by punchao (Post 440133)
donīt work for me ,bro
This is my .mp4 video
http://snap.ashampoo.com/uploads/201...4/nl27v702.png

i think it happen bcos of codec try install klite codec pack or use avi format :) by the way i upload ah update for avi format just replace it :)

prudislav 25-04-2015 00:59

Quote:

Originally Posted by lhanz678 (Post 440154)
for now it not supported by you can edit it :)

how ?? have no idea how to do it
i just want to make some installer without repacking whole 50 gigs (only one i managed to get working is the gta5 one from houcine , bu i need some NBA one even f simple)

punchao 25-04-2015 02:27

thank you very much for your work

a suggestion:
you should make it compatible with UltraARC, is the best compressor undoubtedly

lhanz678 25-04-2015 02:28

Quote:

Originally Posted by prudislav (Post 440162)
how ?? have no idea how to do it
i just want to make some installer without repacking whole 50 gigs (only one i managed to get working is the gta5 one from houcine , bu i need some NBA one even f simple)

houcine create nba2k15 ciu installer check it out :)

lhanz678 25-04-2015 02:30

Quote:

Originally Posted by punchao (Post 440168)
thank you very much for your work

a suggestion:
you should make it compatible with UltraARC, is the best compressor undoubtedly

ok i try that :)

prudislav 25-04-2015 05:48

i guess i will need to wait for UltraArc compatible version

Stor31 25-04-2015 06:20

Quote:

Originally Posted by prudislav (Post 440177)
i guess i will need to wait for UltraArc compatible version

Me too. ;):D:D

djrahulpro 25-04-2015 08:59

hi i appreciate your works but just make clean video and please would you like to put it on youtube....so we can solve out the problems.....

lhanz678 25-04-2015 15:51

i can not make video guest bcos my internet not stable ,please wait when i finish the update

for now 50% supported ultraArc but i got some runtime error when i try the isdone cancel function :)

when it ok i upload it

updated

i fix the error i upload it soon :)

SS

NBA2K15 UltraARC
and i update the cancel form :)

http://s1.bild.me/bilder/030315/7454452FIX.png

prudislav 26-04-2015 01:38

nice job, didnt expected UltraArc suport that soon ;-) Will wait for 7zip support

lhanz678 26-04-2015 02:17

Quote:

Originally Posted by prudislav (Post 440201)
nice job, didnt expected UltraArc suport that soon ;-) Will wait for 7zip support

UltraARC support 7zip :)

What does the program do?

This program allows you split freearc, 7-Zip and winrar archives in so that they may be able to fit in media
or volume output of your choice, CD700s, DVD5s, DVD9s, BRD25s, BRD50s, doesn't matter, it
will fit.

prudislav 26-04-2015 02:49

well you have in OP written that "for now not suported 7zip and precomp 0.42"
and i already have the gamefiles packed with 7zip with IS7zExtract line from punchao in archive.ini
so I guess your script doesnt support IS7zExtract which is what i need :-(

punchao 26-04-2015 05:45

#define unrar
#define 7ZIP

and

Code:
#ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif

lhanz678 26-04-2015 07:01

Quote:

Originally Posted by prudislav (Post 440206)
well you have in OP written that "for now not suported 7zip and precomp 0.42"
and i already have the gamefiles packed with 7zip with IS7zExtract line from punchao in archive.ini
so I guess your script doesnt support IS7zExtract which is what i need :-(

it bcos you did not read the update :) if you use UltraARC for conversion my script supported now ,just wait for finalizing and some bug fix i will upload it

prudislav 26-04-2015 07:55

ok i misunderstood it then :-D Will wait

punchao 27-04-2015 04:51

i need a tutorial
video not work for me

lhanz678 27-04-2015 05:13

Quote:

Originally Posted by punchao (Post 440252)
i need a tutorial
video not work for me

what video format you use :) mp4 and avi supported and i post some update you can try it

punchao 27-04-2015 06:41

http://www25.zippyshare.com/v/ZD27D6Q4/file.html

lhanz678 27-04-2015 21:33

Quote:

Originally Posted by punchao (Post 440262)

what link is this for? :)

punchao 28-04-2015 03:21

these are the videos that have tried to do in the repack (.mp4 & .avi)
...... and I still have not gotten

sorry for my bad english

prudislav 28-04-2015 05:57

any progress on 7zip support?

lhanz678 28-04-2015 17:47

Quote:

Originally Posted by prudislav (Post 440296)
any progress on 7zip support?

ultra ARC supported 100% now i fix some small bugs in script and finalizing :)

lhanz678 28-04-2015 17:51

Quote:

Originally Posted by punchao (Post 440291)
these are the videos that have tried to do in the repack (.mp4 & .avi)
...... and I still have not gotten

sorry for my bad english

the avi and mp4 supported like i post and i testted it btw i working on to fix this bug :)

lhanz678 28-04-2015 18:31

NBA2K15 UltraARC not available to download this is beta only ,but you can testing it :) if theres bug let me know

video trailer supportted mp4.format in next revision i update this in wmp :) soon

prudislav 29-04-2015 00:25

Nice seems to work fine , will report if i encounter any bug

lhanz678 29-04-2015 00:45

Quote:

Originally Posted by prudislav (Post 440320)
Nice seems to work fine , will report if i encounter any bug

oh that is a good news mate :)


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

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