- Using OBS Studio script to automatically change level of opacity according to HP value.
- Also using cheat engine script to output value health to
output.txt
- OBS Studio with scripting support , cheat engine , python3.6 Note : Python script is somewhat unstable at the moment.
- Assuming color source has been created and it has Opacity filter set to 50 , with name
py_color
- load script in OBS
- find address of health value in game, change description to
hp
. - load lua script in cheat engine, start script by pressing
f3
,f4
to stop. - finish setup by Start / Stop buttons in OBS Studio, check
console output
it will showtick
every 200 ms .
Video - How Speedrunners Use Game Hacking Tools Video - Pointer scan https://wiki.cheatengine.org/index.php?title=Lua:Class:Addresslist https://wiki.cheatengine.org/index.php?title=createTimer https://learnxinyminutes.com/docs/lua/