diff --git a/README.md b/README.md index 74a4aca..a597678 100644 --- a/README.md +++ b/README.md @@ -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.