Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Chesko
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.1
Fixed missing script
Used a FormList instead of a Spell[] to track powers, so that changes are detected on existing installs
Version 1.1.0
Add "Set Up Camp" power, which pulls from both lists. Disabled by default; toggle in the MCM to enable.
Version 1.0.0
ESL-ify plugin, which requires changing FormIDs. This is a breaking change and requires a new game.
Fixed some typos
Version 0.1.0
Initial release
Skyrim mod/Campfire plugin to use a power/hotkey/EasyWheelMenu to place Campfire's placeable items without opening your inventory.
A work in progress, as I am learning mod-making best practices.
This mod uses semantic versioning, meaning the version is composed of three parts: MajorVersion.MinorVersion.PatchVersion
A major version update (e.g. 0.1.0 to 1.0.0) is a breaking change, so saves using the previous version cannot use the new version. A minor version update (e.g. 1.0.0 to 1.1.0) adds a significant feature and generally can be safely updated. Check the file description. A patch version update (e.g. 1.0.0 to 1.0.1) is for small changes and bug fixes.