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 26-02-2011, 06:07
ruxy013 ruxy013 is offline
Registered User
 
Join Date: Jan 2011
Location: Vinkovci
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
ruxy013 is on a distinguished road
Thanks to ALVARIX2 great job, and sonicf helped me to.... thank..... works on windows 7 x86.....
Reply With Quote
Sponsored Links
  #47  
Old 01-03-2011, 07:48
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
I have one question...the Hardware compatibility check, works only on single core CPU's or also on multi?
Thanks!
Reply With Quote
  #48  
Old 01-03-2011, 07:59
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
multi ( i have quad core )
Reply With Quote
  #49  
Old 02-03-2011, 04:43
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
Well, then i don't get a thing...
I have an AMD Phenom(tm) II X4 925 Processor @2807 MHZ and if i set the CPU frequency in Inno Setup like this :
Code:
#define CpuMHZ "3000"
when i run my installer the Processor Label turns red and if i press the Next button i'm being told that the hardware doesn't meet the minimum requirements and asked if i want to continue.

So the inno setup compare only one of my CPU's core with the value defined by me.

Please correct me if i'm wrong.Thanks,

Kraemer
Reply With Quote
  #50  
Old 02-03-2011, 06:20
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
because your number isnt 3000, its 2807.. leave it at its default & compatablilty check will be green.
Reply With Quote
  #51  
Old 02-03-2011, 08:50
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
So you're saying that if i have a game that requires a minimum 3k+ single core on the hardware form the color will still be green?

I'm asking this making an abstraction of Dead Space. I'm just trying to figure it out how the installer compares those two values (my proc freq and my game demands).

Thanks.
Reply With Quote
  #52  
Old 02-03-2011, 10:26
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
NO, it just uses the base numbers from the script itself.

the numbers that you see in the hardware compatability check are a part of the ISS script file( in this game):

#define VideoMem "256"
#define CpuMHZ "2400" ---> 2.4Mhz
#define PhysicalRam "2048"

So your 2807 machine is only a 2.8 AND would fail if the above number was at 3000. For it to pass it would need to be at 2800.
Reply With Quote
  #53  
Old 03-03-2011, 02:09
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
I don't think you've understood what i've been asking, or maybe i didn't understand your answer.

Let's take this example:
#define VideoMem "256"
#define CpuMHZ "3000" ---> 3.0Ghz SingleCore (let's say that the game works very fine on a 3.0 single Core)
#define PhysicalRam "2048"

And i have a quad Core at 2.8 Ghz. The ISS file is comparing only one of my core's (2.8< 3.0) or all my core's (4*2.8>>>3.0).

This is the thing i don't really get. I'd be thankfully if you could explain it the best you can.

Thanks.
Reply With Quote
  #54  
Old 03-03-2011, 06:52
kraemer kraemer is offline
Registered User
 
Join Date: Feb 2011
Location: Romania
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
kraemer is on a distinguished road
LE: Now i've noticed that if i'm trying to uninstall the game while running on WIN XP the GameuxInstallHelper.dll is not deleted from my application folder on the hard disk and also the registries are intact. Anyone else is confronted with this issue?
Reply With Quote
  #55  
Old 03-03-2011, 13:54
ruler6666 ruler6666 is offline
Registered User
 
Join Date: Feb 2011
Location: Germany
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ruler6666 is on a distinguished road
Hello,
I have the en/ger version. I want it only in german. How can I do this? Deleting only the en movies folder doesn't work. The game don't starts after installation.
Reply With Quote
  #56  
Old 23-03-2011, 09:40
snf snf is offline
Registered User
 
Join Date: Mar 2010
Location: cairo ,egypt
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
snf is on a distinguished road
Hi all
i do every thing and all works good,i also delete the 2,3,4,5.dat files.
but when i install the game its start in blank black screen and nothing else not even load the EA logo.
i use win 7 with the last DirectX
what can i do?
Reply With Quote
  #57  
Old 13-02-2012, 17:09
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
no one has solved the problem that even Kraemer said on this topic .... I think interests to more people

I don't think you've understood what i've been asking, or maybe i didn't understand your answer.

Let's take this example:
#define VideoMem "256"
#define CpuMHZ "3000" ---> 3.0Ghz SingleCore (let's say that the game works very fine on a 3.0 single Core)
#define PhysicalRam "2048"

And i have a quad Core at 2.8 Ghz. The ISS file is comparing only one of my core's (2.8< 3.0) or all my core's (4*2.8>>>3.0).

This is the thing i don't really get. I'd be thankfully if you could explain it the best you can.

Thanks.
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
Dead Space 2 (MULTI2 EN,FR) 2xDVD9 to 3xDVD5 mviking PC Games - CD/DVD Conversions 108 17-05-2016 03:19
Dead Space (DVD9 to 2x DVD5) ravd PC Games - CD/DVD Conversions 29 11-10-2012 12:15
Kane & Lynch Dead Men (DVD9 to DVD5) fracicone PC Games - CD/DVD Conversions 11 16-01-2008 05:13



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


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