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
  #16  
Old 20-12-2011, 19:06
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
Quote:
Originally Posted by foo8088 View Post
@pakrat2k2 i already translate some to english , you can have a look .
http://www.mediafire.com/?dh8r5g4llx4dm44


if not ISArcExtract ( 1, 0, ExpandConstant('{src}\data1.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

if not ShowChangeDiskWindow ('please insert next disk and click ok', ExpandConstant('{src}'),'data2.x') then break;

if not ISArcExtract ( 3, 0, ExpandConstant('{src}\data2.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

until showchangediskwindow , it become russian , i hope someone can translate it to english
as the archives are small enough to BOTH fit on 1 dvd5 you need to change it to :

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

the other note is your original post it WAS for 2 languages ( ru/en ) Thats why it went 1,0 & 3,0 ( those were the components for RU. if EN would have been 2,0 & 4,0, IF the archives were too big for 1 dvd5 )

EDIT:

have the newest file you uploaded, will be correcting the errors, changing language to english, and fixing up images. Then will re-post back here for you.

Last edited by pakrat2k2; 20-12-2011 at 19:10. Reason: edit
Reply With Quote
Sponsored Links
  #17  
Old 21-12-2011, 01:42
damar15's Avatar
damar15 damar15 is offline
Registered User
 
Join Date: Jul 2010
Location: jordan
Posts: 189
Thanks: 184
Thanked 165 Times in 41 Posts
damar15 is an unknown quantity at this point
Red face

hi pakrat2k2 The Page Cant Open Can You Give Me another Link
Reply With Quote
  #18  
Old 21-12-2011, 18:45
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
then just goto www. freearc .org and click on the download link. ( without spaces of course )
Reply With Quote
  #19  
Old 23-12-2011, 03:52
GODZYLLA's Avatar
GODZYLLA GODZYLLA is offline
Registered User
 
Join Date: Feb 2009
Location: Planet Earth
Posts: 27
Thanks: 2
Thanked 5 Times in 3 Posts
GODZYLLA is on a distinguished road
My version, with custom images and all messages corrected.
Attached Files
File Type: rar FlatOut 3.rar (5.40 MB, 389 views)

Last edited by GODZYLLA; 23-12-2011 at 04:11.
Reply With Quote
  #20  
Old 23-12-2011, 23:07
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
godzylla, nice job but a small error in a section of code, where it specifies HD space needed & required space. ( yours specifies GB for both whereas it should be in MB or KB ) 10700GB I think was what it specified.
Reply With Quote
  #21  
Old 24-12-2011, 07:35
GODZYLLA's Avatar
GODZYLLA GODZYLLA is offline
Registered User
 
Join Date: Feb 2009
Location: Planet Earth
Posts: 27
Thanks: 2
Thanked 5 Times in 3 Posts
GODZYLLA is on a distinguished road
Thanks man!
I know it's a bug in space indicators, but I don't know what are you trying to say... In your PC it says 10700GB? Because I get 10.7GB. And my problem is that I have under 1gig free space on C: and it displays something like 638GB instead of MB, and I really didn't spent time fixing that. Btw, I only modified the original posted script.
And another thing, during installation the orig script displays remaining time, but I only get something in russian instead of the actual time (searched the entire script and I don't think I've missed a translation), so I disabled it entirely.


Last edited by GODZYLLA; 24-12-2011 at 07:40.
Reply With Quote
  #22  
Old 24-12-2011, 09:14
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
thought you might have an idea where that bug came from, ive gone thru that script 3-4 times trying to correct that, but it still comes up. As for displaying remaining time, it does show up in russian, but cant find where it that comes from either ( Ive copied the english.ini to russian.ini, so they are both in english, but that didnt help any either ) I think its part of the script that uses an older version of isfreearcextract so its not displaying properly. Will test out newest script for that & import that part of the script in.
Reply With Quote
  #23  
Old 24-12-2011, 10:48
damar15's Avatar
damar15 damar15 is offline
Registered User
 
Join Date: Jul 2010
Location: jordan
Posts: 189
Thanks: 184
Thanked 165 Times in 41 Posts
damar15 is an unknown quantity at this point
Thanks foo8088 you Conversions works good in win7 And thanks pakrat2k2
Reply With Quote
  #24  
Old 24-12-2011, 22:44
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
Quote:
Originally Posted by GODZYLLA View Post
Thanks man!
I know it's a bug in space indicators, but I don't know what are you trying to say... In your PC it says 10700GB? Because I get 10.7GB. And my problem is that I have under 1gig free space on C: and it displays something like 638GB instead of MB, and I really didn't spent time fixing that. Btw, I only modified the original posted script.
And another thing, during installation the orig script displays remaining time, but I only get something in russian instead of the actual time (searched the entire script and I don't think I've missed a translation), so I disabled it entirely.

here's how it shows on my system, still dont know why its different on yours?


Last edited by pakrat2k2; 24-12-2011 at 22:46.
Reply With Quote
  #25  
Old 03-01-2012, 16:07
javieracdc javieracdc is offline
Registered User
 
Join Date: Aug 2010
Location: chile
Posts: 33
Thanks: 0
Thanked 1 Time in 1 Post
javieracdc is on a distinguished road
Please...could someone post the final conversion from this game???...i need it
Reply With Quote
  #26  
Old 03-01-2012, 16:48
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
follow post #3 or use the corrected files from post #19 WITH steps outlined in post #3
Reply With Quote
  #27  
Old 26-11-2013, 13:04
pitcrew_13 pitcrew_13 is offline
Registered User
 
Join Date: Sep 2012
Location: indonesia
Posts: 11
Thanks: 24
Thanked 0 Times in 0 Posts
pitcrew_13 is on a distinguished road
please, can anyone upload again the script?
thanks
Reply With Quote
  #28  
Old 26-11-2013, 16:11
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
its in post #19
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35



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


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