CloneCD/DVD   -   BlindWrite   -   1Click DVD Copy   -   AnyDVD
DAEMON Tools   -   CureROM -   Pr0t.St0p   -   SD4 Hider/Blocker
GameCopyWorld   -   ConsoleCopyWorld   -   CD Media World   -   CoverTarget   -   LinkWorld

Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #196  
Old 05-03-2012, 14:34
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 1,996
Thanks: 232
Thanked 303 Times in 240 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by MartinezPL View Post
Thx but...i'm green from that .bat etc
can someone can post here that commands ?
listed below is PART of the full bat file:

Code:
1. cls
2. set choice1=C:\Program Files (x86)\EA Games\Syndicate
3. echo Creating archive files, please wait...
4. arc a -ep1 -ed -r -w.\ .\Disk\Data3.arc -x"%choice1%\Content\XDF\*" -x"%choice1%\Content\Textures\*"  
-x"%choice1%\Content\Videos\*" -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\*"
5. if ERRORLEVEL 1 goto arcfail
6. cls
7. :arcfail
8. echo.WARNING: FreeArc returns an error, please retry... 
9. pause
10. :EOF
I've add line numbers so you can easily more see what to change for any game.

Step#1 line 2 change the path to YOUR game. C:\Program Files (x86)\EA Games\Syndicate
Step#2 line 4 change Disk\Data3.arc to what archive you want, AND the path to what you want archived \Content\*" the -x in front of the other paths states to NOT compress it.

save the file & run it for each archive you want created. changing line 4 for each archive. easy as pie

all thanks go to peterf1999, also you MUST have the arc.exe & arc.ini in same folder as the bat file.

Last edited by pakrat2k2; 05-03-2012 at 14:36.
Reply With Quote
  #197  
Old 05-03-2012, 23:34
pravi pravi is offline
Registered User
 
Join Date: Mar 2012
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pravi is on a distinguished road
How to extract files of inno 5.4.2 setup.exe file???
Reply With Quote
  #198  
Old 06-03-2012, 06:13
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
UPDATE 7.2.1
- increased number of redist installation to 8 (it was 4 before)
- added option centering automaticly language box in autorun screen
- added option to center text in installler
Reply With Quote
  #199  
Old 06-03-2012, 06:56
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 607
Thanks: 66
Thanked 317 Times in 106 Posts
senseman is on a distinguished road
thanks yener...tested and works 8 items
Reply With Quote
  #200  
Old 06-03-2012, 14:10
napalmguy's Avatar
napalmguy napalmguy is offline
Registered User
 
Join Date: Dec 2008
Location: Dead Soon
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
napalmguy is on a distinguished road
one little suggestion if you don't mind
make the installbeforeinstall separate for each redist
as changing it within the script itself broke the final setup screen
thanks again for your hardwork
Reply With Quote
  #201  
Old 07-03-2012, 05:06
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
UPDATE 7.2.2
- cleaned up source and fixed language "errors"
- changed launch code -> now you can select seperatly, when every file should be launched
- changed taskbar text
Reply With Quote
  #202  
Old 07-03-2012, 08:41
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
UPDATE 7.2.3
- patched ISDone.dll for not changing taskbar title
- disk require message will be shown in taskbar

OK all problems connected to the newest version of ISDone 0.6f is fixed.
No more problems
Reply With Quote
  #203  
Old 08-03-2012, 04:11
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
UPDATE 7.2.4
- Fixed Button clicking
- For some users Inno Setup versions making conflicts while compiling (Ansi vs Unicode)
-> Therefore ported the messages to ansi compatible format
-> Only InstallScript.iss - For LangScript.iss it is impossible (But its not required that you compile it )

Last edited by yener90; 08-03-2012 at 04:56.
Reply With Quote
  #204  
Old 08-03-2012, 08:47
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
gatosky1620 is on a distinguished road
yener my friend i have two quetions

1. where it sounds "Button" and "buttononmouse" for each game

2. You can add the function to put a "ISSKIN"????
Reply With Quote
  #205  
Old 08-03-2012, 09:25
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
dont understand exactly bro...what do you mean with button and buttononmouse??

isskin is easily addable XD
but with my installer it will only change the border of the installer and the progressbar, nothing more.
Reply With Quote
  #206  
Old 08-03-2012, 12:44
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 1,996
Thanks: 232
Thanked 303 Times in 240 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
dont understand exactly bro...what do you mean with button and buttononmouse??

isskin is easily addable XD
but with my installer it will only change the border of the installer and the progressbar, nothing more.
think he means the wav files for button* in setup.cab
Reply With Quote
  #207  
Old 08-03-2012, 12:52
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
gatosky1620 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
think he means the wav files for button* in setup.cab
I mean where I can download the sounds (wav) for games, for example in the NFS script RUN buttons of the game sounded like

and how do I add ISSKIN, and if not too much to ask can add music to autorun
Reply With Quote
  #208  
Old 08-03-2012, 13:07
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
i recorded from game.
the other things...im not sure about autorunmenu music :/ it just shows a few seconds :/

isskin....will try to add.
Reply With Quote
  #209  
Old 08-03-2012, 13:49
yener90's Avatar
yener90 yener90 is offline
The World Is Mine
 
Join Date: Nov 2008
Location: Germany
Posts: 855
Thanks: 81
Thanked 642 Times in 143 Posts
yener90 is on a distinguished road
UPDATE 7.2.5
- Font Support added (thx to BaMsE for the idea)
-> rename the font that you want to use to font.ttf and insert it to setup.cab
-> change ButtonFont or SetupFont to the name of your added font
Reply With Quote
  #210  
Old 08-03-2012, 15:43
BAMsE's Avatar
BAMsE BAMsE is offline
Members (of Mayday)
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 275
Thanks: 16
Thanked 58 Times in 33 Posts
BAMsE is on a distinguished road
yener90 thanks a lot. One day I'll come up with an idea that'll give you more difficulties than 30 minutes of codding Unfortunately as yet my 2xDVD5 conv of ME3 is interrupted due to problems with resampled biks. Waiting for newer version of RADTools =(
Reply With Quote
Reply

Thread Tools
Display Modes

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
FIFA 10 1x DVD9 to 1x DVD5 (MULTI5) ottuh PC Games - CD/DVD Conversions 25 26-12-2011 23:18
Improve my inno setup script Theodor PC Games - CD/DVD Conversions 1 04-06-2011 15:57
Alone In The Dark 5 [Multi 5] (DVD9 to 2x DVD5) snapx PC Games - CD/DVD Conversions 14 09-05-2010 23:48
Dungeon Siege: Throne Of Agony codes wolfsrain PSP Games 1 13-05-2008 10:49
3 paragraphs working a ACtion REplay sunnyddude GameCube Games 0 10-01-2005 18:20



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


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright 2000-2010, FileForums @ http://fileforums.com