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
  #1  
Old 05-10-2021, 16:14
Prettyboy099's Avatar
Prettyboy099 Prettyboy099 is offline
Irregular Designer..
 
Join Date: Oct 2018
Location: Inside of 4th Wall..
Posts: 193
Thanks: 809
Thanked 609 Times in 138 Posts
Prettyboy099 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
I've been looking at your conversion and noticed that you used the WinVerBuild= key in the system requirements sections.

This key works together with WinVerMajor= and WinVerMinor= and ServicePack=.
If you choose to use the System= key you can only use this:
Code:
System=Windows 10 build 1909
Thanks, I did not know.... In next update, I will fix it.....
Quote:
Originally Posted by Cesar82 View Post
I found the minimum VRAM requirements quite strange, but from what I researched a GTX 970 (4 GB) runs at HIGH level at 29 FPS. If this information is true then the minimum requirements must be exaggerated.
I think I took the sys. req. from GameSpot... which posted the given req...
But Given req. of min and recom. matches that of Steam page....
__________________
Um... My busy life....

Last edited by Prettyboy099; 05-10-2021 at 16:26.
Reply With Quote
Sponsored Links
  #2  
Old 06-10-2021, 08:49
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Prettyboy099 View Post
Thanks, I did not know.... In next update, I will fix it.....
No need to change. I reviewed it and found that it works that way too.
If you don't write the word build in the System= key line, the default value from the winverbuild= key will be read (see red color part code below).
Code:
function GetSystemReq(Key, Section: String): Integer;
begin
  case LowerCase(Key) of
    'winvermajor' : Result := WindowsRequirimentsFromString(Section + 'SystemReq', Key, GetValInt(Section + 'SystemReq', Key, 0));
    'winverminor' : Result := WindowsRequirimentsFromString(Section + 'SystemReq', Key, GetValInt(Section + 'SystemReq', Key, 0));
    'winverbuild' : Result := WindowsRequirimentsFromString(Section + 'SystemReq', Key, GetValInt(Section + 'SystemReq', Key, 0));
    'servicepack' : Result := WindowsRequirimentsFromString(Section + 'SystemReq', Key, GetValInt(Section + 'SystemReq', Key, 0));
    'ram'         : Result := Trunc(GetSizeBytes(GetValStr(Section + 'SystemReq', Key, ''), 0) / PowerK(1, POWER_MB));
    'videoram'    : Result := Trunc(GetSizeBytes(GetValStr(Section + 'SystemReq', Key, ''), 0) / PowerK(1, POWER_MB));
    else
      Result := GetValInt(Section + 'SystemReq', Key, 0);
  end;
end;
SUGGESTION (Perhaps this will be useful in another project):
See what it looks like if you include the CIU title option.

>> Setup.ini changes:
Code:
[SetupTitle]
Left=56
Top=13
Font=cocogoose letterpress
Visible=1

[SetupTitleAR]
Left=56
Top=14
Font=cocogoose letterpress
Visible=1

Last edited by Cesar82; 06-10-2021 at 09:18.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
Gehrman (25-05-2022), GTX590 (09-10-2021), Prettyboy099 (06-10-2021)
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



All times are GMT -7. The time now is 18:28.


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