Mark of the Ninja: Remastered

Mark of the Ninja: Remastered

View Stats:
How to: Outfit Cheat
You can modify the game files to upgrade your ninja's potency, but there are limitations.

1: You can't change loadout, attack mode, and special features of an outfit. Doing so causes a crash. My guess is that it requires altering the animations of a outfit, which is beyond me.

2: There is no apparent way to change the default ninja's abilities.

You modify the "costumes.lua" and "package.lua" files. Be sure to remove "aimingspeed", since that disables timestop. Below is an example outfit, in this case the one with the Mark of Serenity.

The example includes all bonuses known to me, with a malus from a outfit removed.

--Focus
{
name = [[focus]],
unlock = [[focus_costume]],

removefow = true,
energybonus = 1.5,
energyrechargebonus = 2,
ammolimitbonus = 2,
ammorefillbonus = 2,
healthbonus = 50,
guardvisionbonus = 0.8,

attackbonus =
{
{ tag="unarmed", adjust=2},
},


damagebonus =
{
{ tag="terrified", adjust=0.75},
},

loadouts =
{
{slot="timestop", equip=true},
{slot="distract", equip=false},
},

menufg = [[movies/MainMenuBG/ninja_main_art_tattoo.bik]],
},


Enjoy. :)
Last edited by Sabin Stargem; May 1, 2020 @ 2:30am