-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Welcome to the Campfire Wiki! Here you will find detailed information on creating Campfire-enabled and compatible mods.
Many types of Placeable Objects (chairs, bags, barrels, etc) can be easily created by following a step-by-step process in the Creation Kit, without writing any code.
To create Campfire-enabled mods (even if you won't be writing any code) or compile scripts that use the Campfire API, you'll need additional files that are not included with the main Campfire release.
Please download and install the SDK that matches the version of Campfire you want to support.
Coming Soon
To install, extract the archive to your Data folder.
Important: Make sure to remove any outdated SDK files before upgrading to a newer version of Campfire! Otherwise, the loose scripts will take priority over the newer scripts in the Campfire BSA file.
- Compatibility with your Existing Mod
- Interacting with Campfire
- Frequently Asked Questions
- Overview
- Creating a simple Placeable Object
- Creating a multi-part Placeable Object
- Creating a simple Tent
- More Tent Features
- Advanced Tent Creation
- [CampUtil API](CampUtil API Reference)
- TentSystem API