Open hkzorman opened 6 years ago
I believe this is much important because this textures can be completelly unseless in some situations.
Agreed, textures should be provided by the mods using advanced_npc
, not the API itself. Thanks.
This is my next task to work on.
The proposal here is to make the mod
advanced_npc
completely as an API, with zero specific implementations of NPCs. Below is a comprehensive list of files that will be removed from the project and will be re-used in a separate, brand-new mod:All these files will be re-used in another mod.
Also, minor changes in
npc.lua
are required as currently it depends onrandom_data.lua
for names. When this is implemented,advanced_npc
will be a pure API for implementing NPCs.