| View previous topic :: View next topic |
| Author |
Message |
sethton How do I cheat?
Reputation: 0
Joined: 10 Jul 2013 Posts: 3
|
Posted: Wed Jul 10, 2013 2:04 pm Post subject: Hitman Absolution - HUD |
|
|
Hi,
Does anyone know of a way to disable the UI in Hitman Absolution?
I really want to play the game but the HUD is horrific (especially the points bar). Does anyone know how to enable the purist mode HUD on any difficulty?
Looked everywhere online but haven't managed to find a solution.
I came here because I use the cheat engine for Juarez that I found on this site (which is amazing and enables HUD removal).
Any help would be much appreciated.
Thanks! |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25975 Location: The netherlands
|
Posted: Wed Jul 10, 2013 2:18 pm Post subject: |
|
|
If you have the first release (unpatched) there may be a ingame cheat that can do this.
Alternatively if you're an experienced coder, try ce's d3d snapshot and figure out which draw commands render parts of the gui, and then do a hook that skips them
Perhaps someone else can help _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
sethton How do I cheat?
Reputation: 0
Joined: 10 Jul 2013 Posts: 3
|
Posted: Wed Jul 10, 2013 2:57 pm Post subject: |
|
|
| Dark Byte wrote: | If you have the first release (unpatched) there may be a ingame cheat that can do this.
Alternatively if you're an experienced coder, try ce's d3d snapshot and figure out which draw commands render parts of the gui, and then do a hook that skips them
Perhaps someone else can help |
Thanks for the quick reply. Unfortunately I'm about as good at modifying games as I am at juggling chainsaws on a unicycle. Was hoping someone had an easy fix
I bought the game on release but the HUD just drives me crazy so I haven't even got past the 2nd level yet. They had a petition for IO to remove it but they ignored it.
Appreciate the help though. If anyone can get me an easy fix then I can give you a copy of Tomb Raider Guardian of Light and Nuclear Dawn. |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Jul 11, 2013 6:24 pm Post subject: |
|
|
Values like these are typically stored as 1, and are constant. Simply search for Hex: 3F800000 (or float value of 1).
Go through the list, changing the values to 0. Eventually, you will find the values that draw the various parts of the GUI; color, transparency, size modifiers etc.
These values usually have an address with a small value (i.e. somewhere near the beginning of the game code). |
|
| Back to top |
|
 |
|