Custom Spawns API
Custom Spawns is a mod which acts as an API for other mods to spawn parties on the campaign map independently from the game’s spawning system.
The API lets modders configure via XML:
- Party spawns with various spawning and campaign factors
- Different rewards for beating a specific party
- The diplomacy of factions
- Custom dialogue when interacting with parties
As a player, if you use this mod on its own, it will do nothing. This is used as a requirement for other mods.
If you want to create your own mod based on the API, you can join our discord [discord.gg]for help or have a look at Calradia at War [github.com] which uses all Custom Spawns features. Proper documentation will be added at a later date.
If you wish to expand the API or just help with the development of the project, you can contact Eagle on discord. You can also have a look at the public repository [github.com].