Skip to content
Chesko edited this page Jan 28, 2015 · 10 revisions

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.

Campfire SDK

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.

Campfire Documentation

Existing Mods

  • Compatibility with your Existing Mod
  • Interacting with Campfire
  • Frequently Asked Questions

Campfire Mod Development

  • Overview
  • Creating a simple Placeable Object
  • Creating a multi-part Placeable Object
  • Creating a simple Tent
  • More Tent Features
  • Advanced Tent Creation

Campfire API References

  • [CampUtil API](CampUtil API Reference)
  • TentSystem API
Clone this wiki locally