Deus Ex: Human Revolution

Deus Ex: Human Revolution

檢視統計資料:
Cloaked Figure 2013 年 1 月 1 日 上午 1:41
Updated: DEHR:DC Here is a Full Battery Recharge Fix/Script/Mod/Cheat.
Update: A guy on the cheat engine forums updated this script for the Directors Cut. I do not own the DC myself so I am unable to test it. But according to the forums on Cheat engine it is working.

Just follow the instructions from the old post below but add this script instead of the older one if you are playing the Directors Cut.

Here it is:

local addr = "[[[[[DXHRDC.exe+01607B1C]+0]+44]+198]+278]+27c";
local f = createForm( true );
local t = createTimer( f, true );
timer_setInterval( t, 1000 );

timer_onTimer( t, function( )
local energy = readFloat(addr);
if energy then
if math.abs(energy % 30.0) < 0.005 then
writeFloat(addr, energy + 0.01);
end
end
end );

-------------------------------------------
(Original Post)

Link to Inventory and Debug Mod post: http://steamcommunity.com/app/28050/discussions/0/846940248963330550/

This is something that has been around awhile that not alot of people are aware of, it's a script for Cheat Engine that allows full battery recharge instead of just the first one. I have been playing with it for months and not come across any errors. Figured I'd post it here since the game is now on sale.

What it does, everytime a battery fills up it adds a very tiny percentage (0.01%) to the next unfilled battery which allows your regain to kick in. This causes all of your batteries to recharge at whatever rate you have upgraded the Sarif Series 8 Energy Converter's regain too.

Lot's of have people complained that this should have been in the game in the first place. I personally find the game way more enjoyable without the constant worry about energy bars and not wasting them. I actually use energy bars more now because I am not saving them for "oh crap moments"

Anyway Here is what you need to do:

1. Download, install and start cheatengine. (it's free to download)
2. Start Deus EX HR.
3. Tab to cheat engine.
4. Select the deus ex hr process from the long list, by clicking the little computer with a magnifying glass(it is right under file).
5. Press CTRL + ALT + L to bring up LUA script editor.
6. Copy in the script, press "execute script".
7. Tab back into the game and enjoy

Here is the script, copy it EXACTLY as it is: (UPDATE: Do not use the script below if you are playing the Directors Cut. Use the one posted at the top)


local addr = "[[[[[dxhr.exe+015DE1A8]+14]+270]+6C]+A0]+274";
local f = createForm( true );
local t = createTimer( f, true );
timer_setInterval( t, 1000 );

timer_onTimer( t, function( )
local energy = readFloat(addr);
if energy then
if math.abs(energy % 30.0) < 0.005 then
writeFloat(addr, energy + 0.01);
end
end
end );



This only works for the current game version (1.4.651.0), if the game is updated again it will not work. I doubt we will ever seen another update as we have had this one for most of the year.

引用自 The Guardian
well i can't get it too work- every time i try it gives me an error message. do i copy and paste it completely or do i have to format it in a certain way?

I'm not sure why it is doing that, here are step by step screen shots to make the script work with cheat engine. Hopefully this helps you.

Step 1: http://imageshack.us/f/543/step1l.png/

Step 2: http://imageshack.us/f/145/step2z.png/

Step 3: http://imageshack.us/f/23/step3dy.png/

Step 4: http://imageshack.us/f/546/step4dd.png/

After doing all of this it should work, You have to be in area where you have access to the batteries. I generally wait till the first factory mission after getting off the chopper to alt-tab out and activate cheat engine.

引用自 Tricks
I may need to disable it later if I start falling into the trap of constantly hiding while waiting for powers to recharge.

If it does become an issue it is very easy to disable, you do not even have to exit the game just alt-tab out and turn off cheat engine. It will not corrupt saves or anything like that.

最後修改者:Cloaked Figure; 2013 年 12 月 20 日 上午 2:35
< >
目前顯示第 16-21 則留言,共 21
Tricks 2016 年 7 月 21 日 上午 9:36 
If the images don't work then there is also a 7 step process mentioned in the OP.

This thread is a real blast from the past, the nostaliga is really kicking in :)
Marcos_DS 2016 年 7 月 25 日 上午 2:27 
引用自 Ned Flanders
why do you need cheats to beat such an easy game? beat it pacifist/foxiest of hounds on hardest difficulty.
Cause its rather tedious. If the battery can reload, why would it stop after the first cell?
If the batteries cant reload (would also make sense), why can't jenson just go to a supermarcet and buy as many energy bars as he needs? Its not like they are some rare military items...
Tricks 2016 年 7 月 25 日 上午 5:50 
I will add that from my perspective it was just more fun to be able to use the abilities.

Like for example in Warframe I hated how rare energy was and how it reduced me to playing every frame in an extremely similar and boring guns-only style. I was afraid to use abilities, always saving them up for that 'emergency' situation because I never knew when I would be able to get that energy back. Basically in the old days I very rarely even used my 3rd or 4th abilities due to the huge cost.

Fortunately when I got further into the game I discovered you could unlock certain passive bonuses, one of which gave a very substantial energy regen. This was a complete game changer and made the experience 10x more fun, it felt like the way that the game was meant to be played. Actually being able to use the unique abilities of a frame to beat levels in a certain way rather than just gunning everything down like any generic third person shooter.

Still, the core experience of Warframe is very repetitive though and I did eventually get bored after a little over 1000 hours. I've since quit the game, but got my money's worth I'd say since I only spent <£5 on it. (1 cosmetic glowy cloak)
BitCrusader 2018 年 7 月 7 日 下午 12:27 
Is there something like this for Mankind Divided? I don't want infinite battery, as that would feel too much like cheating, but the system discourages me from using augs (like Dishonored).
T-TaaN 2019 年 1 月 28 日 上午 11:38 
Don't works for me.
Post Scriptum. I download .ct from site and now it's works, thanks! Now buying additional battaries have sense
最後修改者:T-TaaN; 2019 年 1 月 29 日 上午 12:19
eerie_light 2022 年 8 月 31 日 上午 4:35 
Works for me (build 2.0.0.0). But after DEHR restart everything comes back to the default condition. Do I have to follow the whole procedure with Cheat Engine and script every time I quit the game?
< >
目前顯示第 16-21 則留言,共 21
每頁顯示: 1530 50