Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zealottormunds authored Feb 9, 2021
1 parent 625f809 commit 6dfdc4b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,24 @@
This API for Naruto Shippuden: Ultimate Ninja Storm 4 expands the possibilities of modding, allowing developers to create better and bigger mods.

## Current Features:
#### Adding new characters without replacing:
#### Loading brand new cpk files with customizable priorities.
The modding API can load custom made cpk files without replacing any of the base ones. They can be loaded with the top priority to overwrite any kind of game files.

#### Plugin system
The plugin system can be used to create custom code for the game, whether it is a modification of the original source or even brand new code.

#### Adding new characters without replacing vanilla ones:
Thanks to the character limit expander, you will never have to replace a prm for another one anymore. You can add up to 65535 characters.

#### Special conditions in characters:
You can add special hardcoded conditions to your characters, like Guy's air dash, Minato's teleport awakening action, and many others.
You can add special hardcoded conditions to your characters, like Guy's air dash, Minato's teleport awakening action, Kaguya's prm upgrade, and many others.

#### Partner slots:
The API also includes a way to add partners to your characters, just like how Kiba and Akamaru work in the normal game.

#### Executable patching:
This API lets you patch any indices on NSUNS4.exe without modifying the executable itself. This is useful for big mods that require removing or editing bytes on this file, allowing modders to create simple patch files (.ns4p) to release along with their mods. The API is able to read these files at runtime and modify the executable accordingly.

#### Message management:
By using this API you will be able to replace and add message IDs to the game without modifying the MessageInfo file. This means you aren't limited by the size of MessageInfo, and instead you can add your own messages, no matter how much longer than the original they are.

Expand Down

0 comments on commit 6dfdc4b

Please sign in to comment.