Underrail

Underrail

View Stats:
Cheat Engine Speed Hack FTW
So I found out that a speed hack works great with this game. It is in no way cheating - it technically makes the game harder in that you have less time to react and you are more likely to get spotted by the enemy first if you don't have high stealth skills. 2x or 3x speedup greatly cuts down the time wasted running around and picking locks/hacking.

To use it : just download cheat engine, select the process, enable speed hack, set to 2 or 3 times speedup, and press apply.
Last edited by BrickOnKeyboard; Jan 11, 2017 @ 12:16am
< >
Showing 1-6 of 6 comments
Wyrtt Jan 11, 2017 @ 1:12am 
Let me tell you a secret. Any decent gamer uses speedhack in almost all games except for FPS . It cuts tedium part.
I know analytical letsplayer who plays all games exclusivly with SH enabled.
Altos Jan 11, 2017 @ 4:12am 
It's nice, but it can crash your game and make certain instances impassable, according to peeps from the underrail.com forums.
Goral Jan 16, 2017 @ 12:42am 
Allowing to speed things up (walking/running/doors opening, etc.) should be added to the options. Increasing the combat speed isn't enough.
fiordhraoi May 8, 2017 @ 1:49pm 
I know this thread is a few months old at this point, but I thought this might be useful to some people. If you use CE's speedhack, you can use this script so that when you hold down the tilde (~) key, the game fast-forwards at 5x speed, but when you're not holding it down it's normal speed. To put in the script, open Cheat Engine, go to Memory View (button is in the middle left of the screen), then in the Memory View window do Tools - > LUA Engine. Paste the following in there, then hit Execute. Now when you hold down ~, your game will speed up.

You can change the 5 to whatever value you want.
------------

lastSpeed=1;

function checkKeys(timer)
if (isKeyPressed(0xc0)) then
if lastspeed ~= 5 then
speedhack_setSpeed(5)
lastSpeed=5
end
else
if lastspeed ~= 1 then
speedhack_setSpeed(1)
lastSpeed=1
end
end

end

t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
destroyor May 8, 2017 @ 4:35pm 
Or you could just use hotkeys:
Edit -> Settings -> Hotkeys (tab on the left)
Speedhack speed 1, 2, 3
Speedhack speed+ and speed-
fiordhraoi May 10, 2017 @ 12:49pm 
You can do it that way too. I like the script because it lets me just hold down and automatically goes back to normal speed when I let go. Hotkeys let you toggle between multiple speed settings. All up to personal preference. :)
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jan 11, 2017 @ 12:15am
Posts: 6