AMM: Custom NPC appearances
How to add appearances to existing NPCs (via AMM)
Last updated
How to add appearances to existing NPCs (via AMM)
Last updated
This guide has not yet been updated to use ArchiveXL: Resource patching. As such, you will probably end up overwriting an existing NPC's file, breaking compatibility.
Until the guide updates, you should stick to AMM: Custom NPCs. This guide will only tell you how to target the right (vanilla) NPC file, since the rest of the process is the same.
In your project's directory, create the following folder structure:
In that folder, create your_custom_file.lua
. (You can get a template project under AMM: Custom NPCs).
The most important thing here is the entity_id
- this is what tells AMM about the already existing file that you have modified.
As an example, look at the lua file I made for Takemura's custom appearances way back when:
The rest of the process is documented in the other guide.
Knowing what I know today, I probably would have created a custom entity for Takemura-san in the first place, but since I chose to go down this road, I'm doomed to provide compatibility patches for the rest of eternity.
Ah, well. There are worse fates.