DmC Devil May Cry

DmC Devil May Cry

Not enough ratings
DmC 21:9 Interface fix
By Dmitry
Some small fixes for UI of the game
   
Award
Favorite
Favorited
Unfavorite
Achievment tracker fix
By default game have a small issue when playing on 21:9 displays, achievment tracker doesn't fully go away and get stuck on the screen.
To fix this head to the file "Documents\My Games\UnrealEngine3\DevilGame\Config\DevilUI.ini" open it with notepad and add block:

[DevilGame.DVGFxContainer_AchievementNotifier]
m_bApplyOffset=true
m_PosOffset=(X=100,Y=0)

place it after block with this name: [DevilGame.DVGfxContainer_CreditsScreen]. It should look like this:

save file and set it to read only!
If you do everything correct achievements tracker should go away completely:
HUD placement
If you want you can also place hud elements more to the sides of the screen. For now i know only how to move healthbar, overdrive, weapon selector and orb counter.
To move them once again open file: "Documents\My Games\UnrealEngine3\DevilGame\Config\DevilUI.ini",
  • find block: "[DevilGame.DVGFxContainer_DanteHealthBar]" and change line "m_PosOffset" to "m_PosOffset=(X=-184,Y=8)"
  • Same thing with the block: "[DevilGame.DVGFxContainer_OverdriveBar]", change line to "m_PosOffset=(X=-149,Y=110)".
  • And again with the block: "[DevilGame.DVGFxContainer_WeaponSelector]", change line to "m_PosOffset=(X=-200,Y=535)"
  • And finally do the same thing with the block: "[DevilGame.DVGFxContainer_RedOrbCounter]", once again change the third line to "m_PosOffset=(X=1200,Y=605)". Save the file and set it to read only.
If you do everything correct HUD will look like this:
This is just for resolution 3440x1440. If you resolution is different you probably gonna need to change every x and y coordinate. Good luck with that :)
3 Comments
Jaxom 15 Oct @ 6:49pm 
And if you feel a little lazy, here's a link for a fixed copy of the DevilUI.ini file (includes all the fixes from this guide, don't forget to rename it DevilUI.ini and adjust the writting permissions accordingly to avoid having it rewritten by the system on your next game startup):
GoogleDrive [drive.google.com]
Jaxom 15 Oct @ 6:37pm 
I'd also add to modify the DevilUI.ini file's settings to prevent Administrators to write the file, as "read only" isn't preventing the file to be re-written (maybe a Windows 11-only issue, but I noticed that the file was reinitialised when starting the game, despite being set to "read only").
vivacewhistle75 28 Dec, 2021 @ 6:24am 
I ended up discovering almost everything myself but there's something I couldn't find a solution to, is there any way to put the style hud (D,C,B,A,S,SS,SSS) in the corner of the screen?