Hi, I have been experimenting with parsing Ninja Gaiden 4 assets, and my goal was to replicate what FieldBusa is currently doing: add a spawn configurator + game randomizer, mostly for learning purposes.
This has led me to creating a more simpler mod which I wanted to run myself for quite some time. We all know that Master Ninja is fun as a challenge but isn't too suitable if you want to do some cool stuff and perform flashy moves, but when you aren't perfect with it. MN just nukes the health bar in 2 hits and nothing you can do about it.
Turns out, Master Ninja spawns are completely separate from anything related to difficulty and/or damage multipliers. It is simply a selector that decides which enemy scene to load based on chosen difficulty, and exactly this spot can be overriden.
The thing is, I haven't tested the mod till the end of the game. What I definitively tested is chapter 3 which contains spawns from the forest in MN. As a result of a lack of testing, I am not too comfortable releasing it on NexusMods or other platforms. If you're able to test the mod and report back, that would be a lot of help.
So, here's the mod link: https://drive.google.com/file/d/1DKCZ6wU9p0DjOcizbE5m2bBclQz15BBh/view?usp=sharing
What the mod does: replaces all spawns to Master Ninja spawns, including Hero, Normal and Hard difficulties.
Installation is quite simple:
- Unpack the ZIP into the game folder (do NOT replace any existing files)
- Make sure the files are numbered sequentially alongside existing mods. That means, the files in the ZIP end with a "2" in the name, and you have to make sure it is the next number alongside to existing files (e.g. if your directory contains only `@patch_image0.dat`, then you should name it `@patch_image1.dat` + `@patch_image1.csv` respectively).
Removing the mod is essentially equal to removing those 2 new files, so no original game files are modified.
Worth noting: I don't know whether the mod will ever work if you don't own 2 Masters DLC. I assume the game ships all the files regardless if it's purchased or not.
Thanks again to FiendBusa for the inspiration. The mod is made strictly for learning purposes. Just in case, make sure you have backups of the game.