Create Campfire-Powered Mods
Campfire is a modder’s framework, and allows you to create your own camping equipment, tents, and more without writing any code. You can then release these creations as your own mod! These creations will be completely compatible with Frostfall 3 and Last Seed.
See the Dev Kit Tutorials page for guides and step-by-step instructions.
If you’re publishing a Campfire-powered mod, please use the following bbcode on your mod page description:
[center][url=http://www.nexusmods.com/skyrim/mods/64798][img]http://i.imgur.com/kPyl4AD.png[/img][/url][/center]
This code will place the following banner that will link your user easily back to Campfire so they can download it or upgrade:
CampUtil API
Campfire includes a useful set of functions that can be called without making your mod directly dependent on Campfire.esm. This is the same function library used by mods like Frostfall to gather information about the player and their current situation in Campfire (number of current followers, the current tent in use, and so on). See the CampUtil API page for more information.
See Also…
Also check out the Frostfall Dev Kit, which includes access to the FrostUtil API. See the Frostfall Dev Kit page and the FrostUtil API docs for more info.