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

Reply
 
Thread Tools Search this Thread Display Modes
  #46  
Old 19-11-2011, 05:49
mroussev's Avatar
mroussev mroussev is offline
Registered User
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
mroussev is on a distinguished road
Thanks now is working.
Reply With Quote
Sponsored Links
  #47  
Old 22-11-2011, 02:49
nicola16's Avatar
nicola16 nicola16 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 74
Thanks: 23
Thanked 15 Times in 12 Posts
nicola16 is on a distinguished road
found errors in the autorun.iss or MW3.iss
Reply With Quote
  #48  
Old 22-11-2011, 17:54
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
easy is just change the autorun.iss
Reply With Quote
  #49  
Old 23-11-2011, 05:39
The-revenge The-revenge is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 144
Thanks: 19
Thanked 4 Times in 4 Posts
The-revenge is on a distinguished road
pakrat2k2, the video folder is 1,54 Gb, if I compress abou 50% of bink video with RAD video I can gain about 700 Mb, and then the conversion fit in 3 DVD5. What do you think?
Reply With Quote
  #50  
Old 23-11-2011, 05:53
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
sure go ahead
Reply With Quote
  #51  
Old 23-11-2011, 14:31
andersondj andersondj is offline
Registered User
 
Join Date: Mar 2009
Location: brasil
Posts: 12
Thanks: 42
Thanked 3 Times in 1 Post
andersondj is on a distinguished road
pakrat2k2 i have improve your code!
A Change autorum script and COD MW3 Script If you want test!
http://www.megaupload.com/?d=EJBOTE7G

Changelog
AUTORUM
The butons Play and Uninstal it's works now!
MW3
Add MW3GFW.dll to place with the original exe for before of the creation the installer
add GDF binary to the game explorer For Win Vista or 7 32,64!
desktop icon it's only created on win XP

sorry for my bad English i am brazilian.
Reply With Quote
  #52  
Old 24-11-2011, 04:42
DeNon DeNon is offline
Registered User
 
Join Date: Aug 2010
Location: Israel
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
DeNon is on a distinguished road
i don't understood, how to compile? what press?
Reply With Quote
  #53  
Old 24-11-2011, 12:32
andersondj andersondj is offline
Registered User
 
Join Date: Mar 2009
Location: brasil
Posts: 12
Thanks: 42
Thanked 3 Times in 1 Post
andersondj is on a distinguished road
Quote:
Originally Posted by DeNon View Post
i don't understood, how to compile? what press?
Install Ino Setup click on Run.iss with the right button on the mouse and pres copile
Reply With Quote
  #54  
Old 27-11-2011, 17:55
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
looks good BUT you need to change the about box line to read:

Inno Setup script by Fabioddq modified verion of Original script by Peterf1999 for The Witcher 2.

Peterf1999 wrote the ORIGINAL script, and any modifications to that script should be credited to him. Yes I've used that script but the about box message needs to credit peter, not me

And create a new topic for it, & attach the file within your post here on the forum, rather then an external site. That way if modifications are needed you can 'fix' any errors and update the file easier here, then elsewhere.

IF youd rather not release it public at the moment, then remove the link from your post & PM me a link I CAN d/l from. Right now its set to private so i cant d/l & check it.

Last edited by pakrat2k2; 27-11-2011 at 18:36.
Reply With Quote
  #55  
Old 27-11-2011, 19:16
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 pakrat2k2 View Post
looks good BUT you need to change the about box line to read:

Inno Setup script by Fabioddq modified verion of Original script by Peterf1999 for The Witcher 2.

Peterf1999 wrote the ORIGINAL script, and any modifications to that script should be credited to him. Yes I've used that script but the about box message needs to credit peter, not me

And create a new topic for it, & attach the file within your post here on the forum, rather then an external site. That way if modifications are needed you can 'fix' any errors and update the file easier here, then elsewhere.

IF youd rather not release it public at the moment, then remove the link from your post & PM me a link I CAN d/l from. Right now its set to private so i cant d/l & check it.
Sorry, I had not seen was that private. Is public now, tomorrow will create the topic because I have to wake up early. Anyway, you can take the test now.
I changed line of the box "about":
"Inno Setup script by Fabioddq modified version of original script by Peterf1999 for the Witcher 2"

Thanks guy!
http://www.mediafire.com/?xqq5d5wohg96qpo

Last edited by Fabioddq; 27-11-2011 at 19:19.
Reply With Quote
  #56  
Old 27-11-2011, 19:50
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
found a few 'corrections' that need to be changed.

In BatmanAC.iss find this section

Code:
 #ifdef AddToFireWallList
    if FWAdd then begin
    SetIniString('Windows Firewall', 'AppExlist', 'True', ExpandConstant('{app}\setup.ini'))
     AddApplicationToExceptionList(ExpandConstant('{app}\iw5sp.exe'),ExpandConstant('{cm:AppName}'));
    end else SetIniString('Windows Firewall', 'AppExlist', 'False', ExpandConstant('{app}\setup.ini'))
    #endif
change the iw5sp.exe to \Binaries\Win32\BatmanAC.exe, do a search for it and replace all. Easier.

Under the [Languages] subsection:

change: Name: en; MessagesFile: compiler : Default.isl --> added a space so it wont show up as
to: Name: en; MessagesFile: Default.isl

and the rest from MessagesFile: compiler:xxx.isl
to MessagesFile: Languages\xxx.isl

where xxx is the languages the game supports ( under the [Languages] subsection. Remove ANY that the game doesnt support. Do the same for autorun.iss, remove any languages the game doesnt support.

Last edited by pakrat2k2; 27-11-2011 at 19:53.
Reply With Quote
  #57  
Old 28-11-2011, 05:22
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
OK, I made the corrections, your name will be remembered in the topic!
Thank you for your help!
Reply With Quote
  #58  
Old 12-12-2011, 20:52
GAMES_PC GAMES_PC is offline
Registered User
 
Join Date: Dec 2011
Location: indonesia
Posts: 15
Thanks: 43
Thanked 2 Times in 2 Posts
GAMES_PC is on a distinguished road
ouch 5 hour to compile but run great thx
Reply With Quote
  #59  
Old 12-12-2011, 21:32
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
5 hrs !??! what did you run it on... an old 286 PC ??
Reply With Quote
  #60  
Old 13-12-2011, 00:12
GAMES_PC GAMES_PC is offline
Registered User
 
Join Date: Dec 2011
Location: indonesia
Posts: 15
Thanks: 43
Thanked 2 Times in 2 Posts
GAMES_PC is on a distinguished road
Quote:
use core 2 duo win 7 460 gtx sir pakrat

i think my core 2 duo

Last edited by GAMES_PC; 13-12-2011 at 01:27.
Reply With Quote
Reply


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
Call of Duty Modern Warfare 3 REV0 PC Games - CD/DVD Conversions 58 27-02-2019 06:03
Call of Duty Modern Warfare 2 ShadowDuke PC Games - Protection List 2 10-11-2009 09:16



All times are GMT -7. The time now is 09:11.


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