Alice: Madness Returns

Alice: Madness Returns

AndyPandy Jul 10, 2013 @ 2:26pm
2
1
Want higher FPS then 30? Here is how...
For anyone that has Alice: Madness Returns and want to unlock your FPS from 30/31 frames to whatever you want, like to 60 FPS, well here is how... go to steam games/ Alice: Madness Returns/ Local files/ AliceGame/ Config/ DefaultEngine.ini and find the line of code called MaxSmoothedFrameRate=31 and change the number 31 to 60 or whatever number you want and save the file as DefaultEngine.ini and now no more locked FPS of 31! ^.^

The line of code should look like this...

[Engine.Engine]
GameEngine=AliceGame.AliceGameEngine
bEnableColorClear=TRUE
DefaultPostProcessName=PostProcesses.PostProcess_Default
bEnableColorClear=TRUE
DefaultOnlineSubsystemName=
DynamicCoverMeshComponentName=
SubtitleFontName=WarfareFonts.Fonts.WarfareFonts_Chrom20
LoadingTextFontName=WarfareFonts.Fonts.WarfareFonts_Chrom20
bSmoothFrameRate=TRUE
MinSmoothedFrameRate=22
MaxSmoothedFrameRate=31
; NVCHANGE_BEGIN: Jiayuan - Apex Destructible DamageMap Parameters
ApexDamageParamsName=Nv_ApexDamageMap.AliceDamageMap
; NVCHANGE_BEGIN: Jiayuan - Apex Destructible DamageMap Parameters
LanguageRegistryPath=Software\EA Games\Alice Madness Returns
bSuppressMapWarnings=true

After changing it should look like this...

[Engine.Engine]
GameEngine=AliceGame.AliceGameEngine
bEnableColorClear=TRUE
DefaultPostProcessName=PostProcesses.PostProcess_Default
bEnableColorClear=TRUE
DefaultOnlineSubsystemName=
DynamicCoverMeshComponentName=
SubtitleFontName=WarfareFonts.Fonts.WarfareFonts_Chrom20
LoadingTextFontName=WarfareFonts.Fonts.WarfareFonts_Chrom20
bSmoothFrameRate=TRUE
MinSmoothedFrameRate=22
MaxSmoothedFrameRate=60
; NVCHANGE_BEGIN: Jiayuan - Apex Destructible DamageMap Parameters
ApexDamageParamsName=Nv_ApexDamageMap.AliceDamageMap
; NVCHANGE_BEGIN: Jiayuan - Apex Destructible DamageMap Parameters
LanguageRegistryPath=Software\EA Games\Alice Madness Returns
bSuppressMapWarnings=true

Remember always backup your files before editing them. :D Enjoy!
Last edited by AndyPandy; Jul 11, 2013 @ 12:19pm
< >
Showing 1-15 of 41 comments
JimSifu Jul 10, 2013 @ 11:42pm 
Thanks :) it works !
AndyPandy Jul 10, 2013 @ 11:56pm 
Originally posted by JimSifu:
Thanks :) it works !
No problem glad to help ^.^ i hate locked frames! This isnt a console, its PC :P
Psalms91 Jul 11, 2013 @ 12:17am 
Is there a code for anti-crashing? I need to adjust it before my Madness Returns over and over again.
NapoleonDK Jul 11, 2013 @ 7:47am 
Thank you for this! Finally, my eyeballs can tolerate this game! :)
Risdyne Jul 11, 2013 @ 11:29am 
Seems to me by also setting:
bSmoothFrameRate=TRUE to bSmoothFrameRate=False

Then, turn vSync ON in your graphics driver makes the game run better.

You have to turn Vsync On though after turning that framerate smooth off or you get horrid image tearing.
AndyPandy Jul 11, 2013 @ 12:18pm 
Originally posted by =EGC= Serenity:
Seems to me by also setting:
bSmoothFrameRate=TRUE to bSmoothFrameRate=False

Then, turn vSync ON in your graphics driver makes the game run better.

You have to turn Vsync On though after turning that framerate smooth off or you get horrid image tearing.

Oh and if anyone wants to change their res simply change ResX=1280 and ResY=720 to the numbers you want, but if you want Vsync off/on simply change UseVsync=True to UseVsynce=False or vice versa, the lines of code should look like this...

[SystemSettings]
UseVsync=True
ResX=1280
ResY=720
MotionBlur=True
TEXTUREGROUP_Character=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_CharacterNormalMap=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_CharacterSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_Cinematic=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_Effects=(MinLODSize=128,MaxLODSize=512,LODBias=1)
TEXTUREGROUP_Lightmap=(MinLODSize=512,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_Shadowmap=(MinLODSize=512,MaxLODSize=1024,LODBias=0,NumStreamedMips=3)
TEXTUREGROUP_RenderTarget=(MinLODSize=1,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_Skybox=(MinLODSize=512,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_UI=(MinLODSize=512,MaxLODSize=1024,LODBias=0,MipGenSettings=TMGS_NoMipmaps)
TEXTUREGROUP_Vehicle=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_VehicleNormalMap=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_VehicleSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_Weapon=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WeaponNormalMap=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WeaponSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_World=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WorldNormalMap=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WorldSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_MobileFlattened=(MinLODSize=8,MaxLODSize=256,LODBias=0)
TEXTUREGROUP_WorldImportant=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WorldImportantNormalMap=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
TEXTUREGROUP_WorldImportantSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0)
DynamicTonemapping=True
AmbientOcclusion=False

Remember always make a backup of files before editing them. ^.^ Enjoy!
Last edited by AndyPandy; Jul 11, 2013 @ 12:21pm
BurningTofu Jul 11, 2013 @ 12:27pm 
The wonders of PC, this is one of the reasons why I favor over console.
Kn0 Jul 14, 2013 @ 3:18pm 
thanks a lot man. i was wondering why the hell witcher 2 at the highest ran at 60 and this game ran so bad. why dont they unlock it from the start?basterds
AndyPandy Jul 14, 2013 @ 3:28pm 
Originally posted by Kn0:
thanks a lot man. i was wondering why the hell witcher 2 at the highest ran at 60 and this game ran so bad. why dont they unlock it from the start?basterds
it is because its a console port but i know what u mean this is PC not console but i try to find these lines of code and unlock them working on bully: scholorship editon right now ^.^
Kn0 Jul 14, 2013 @ 3:30pm 
but a lot of console ports actually do it right. the only other game that is locked that i can think of is dark souls
AndyPandy Jul 14, 2013 @ 3:34pm 
Originally posted by Kn0:
but a lot of console ports actually do it right. the only other game that is locked that i can think of is dark souls
Alice: madness returns, bully: scholorship edition, and not a console port but its still locked is God Mode (which is another one i unlocked and made a thread about) and i am sure there is more and if so i will find them, and i will unlock them! >:P
Kn0 Jul 14, 2013 @ 3:36pm 
well keep up the good worked with half assed ports!
AndyPandy Jul 14, 2013 @ 4:05pm 
Originally posted by Kn0:
well keep up the good worked with half assed ports!
i will XD have fun with that unlocked alice i know 30 FPS was driving me mad hatter! >:P bully is kinda hard but i will figure it out
DATA Jul 14, 2013 @ 7:30pm 
AMD USERS! TURN PHYSX LOW/MEDIUM and you wont get those huge frame loss
HYDRO Oct 31, 2014 @ 10:43pm 
Nice tip Thanks now my girl will be happy!
< >
Showing 1-15 of 41 comments
Per page: 1530 50