• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE]Fix Option Save(Resolution, Perfor, Etc)

Newbie Spellweaver
Joined
Nov 25, 2015
Messages
97
Reaction score
2
How to fix that !

First open :
Code:
PopUpScreenOption.cpp

There you will look for:
Code:
CPopScreenOption::ApplyOptionSetting()

and then, you will change these lines:

Code:
ApplyPerforAndEtc();
ApplyResolutionSetting();

To that lines:

Code:
m_pProfile->ApplyResolution();
ApplyResolutionSetting();

m_pProfile->ApplyDisplay();

Kappa, its working !
 
Newbie Spellweaver
Joined
Nov 25, 2015
Messages
97
Reaction score
2
What source are you using ?

Edit: sorry i forgot to sayd ! You need to execute SuddenAttack.exe with Admin Rights !
 
Last edited:
Newbie Spellweaver
Joined
Nov 25, 2015
Messages
97
Reaction score
2
Click on suddenattack.exe, properties, compatibility, Run as an Administrator
 
Newbie Spellweaver
Joined
Nov 25, 2015
Messages
97
Reaction score
2
I've been testing this code. And i see. This code just change OS resolution, and the game keep the same. But someone has posted here that this version of source has not a "upscalling" of images, so the games dont change her resolution, but all the rest, except by resolution, are saved, i think only the performance options, but sounds, and sensibility are all saved !

i Wiil try to fix the performance !
 
Skilled Illusionist
Joined
May 6, 2012
Messages
309
Reaction score
33
I've been testing this code. And i see. This code just change OS resolution, and the game keep the same. But someone has posted here that this version of source has not a "upscalling" of images, so the games dont change her resolution, but all the rest, except by resolution, are saved, i think only the performance options, but sounds, and sensibility are all saved !

i Wiil try to fix the performance !

the scaling of images is implemented. The scaling of prims and d3dText isn't implemented. Because gamehi used their own developed poop ala hantext, the only allowed the client to change the resolution ingame.
 
Back
Top