Page 1 of 1

How to activate dev functions in Mark of the Ninja: Remastered?

Posted: Sat Aug 31, 2024 8:12 pm
by kulik_alex
in autoexec.lua there are strings like

Code: Select all

helpList = 
{
	"== Utility ==",
	"X -- Teleport Ninja",
	"C -- Reload current cameras",
	"H -- Toggle HUD",
	"Numpad -- Adjust current camera",
	"CTRL+A -- Refill Ninja Items",
_VERSION returns Lua 5.1
What can I try next?

Re: How to activate dev functions in Mark of the Ninja: Remastered?

Posted: Sun Sep 01, 2024 9:43 am
by kulik_alex

Code: Select all

LoadFile("autoexec.lua")
didn't help. ToggleGodMode is nil.

Re: How to activate dev functions in Mark of the Ninja: Remastered?

Posted: Sun Sep 01, 2024 12:37 pm
by kulik_alex
Using ghidra I found the function that registers the C functions for ToggleGodMode and ToggleInvisibility, but nobody calls this function.