About This File
Light- and Extinguishable Candles
Â
A simple script and CK guide to create candles that can be lit and extinguished by the player.
Â
Attention: This is NOT a playable mod!
It's a modder's resource which you will need to install to your own mod in the Creation Kit. You need a basic understanding of Papyrus and world building in the CK in order to use this. It only works for candles which you place new in a mod; it will not affect existing candles in the game world.
Â
With that out of the way, let's get to business:
Â
How to Create Extinguishable Candles in the Skyrim CK (LE/SE)
Â
Step 1: Activators
Â
Create two activators, one for the lit candle and one for the unlit candle. You can use existing candle objects from the base game (the Nordic Ruins candles come in lit- and unlit versions).
Â
Add the script from the download section to both activators. Do not fill their properties!
Don't forget to compile the script.
Â
See the screenshot from the CK above for a recommended setup, including two sound effects that work well in my opinion.
Â
Step 2: World Placement
Â
1) Place the unlit activator in your scene.
2) Place the lit activator nearby and set it disabled by default.
3) Fill the script property "LinkedCandle" on both placed activators with the other candle (i.e., fill the unlit candle into the lit candle's property and vice versa).
4) Place a light bulb. Set the lit activator as its enable parent so that it only becomes visible when the lit candle is, too.
5) Move the two activators so that they overlap completely.
Â
And you're done!
Â
Next time you visit this room in the game, your unlit candle will be there and you should be able to activate it. If you've set up everything correctly, clicking on it will light it, and clicking on it again will extinguish it.
Â
Credits
This was created adapting ideas and script snippets from the Creation Kit Wiki. I can't claim any credit for this idea nor the script.
Â
Please feel free to use this script or derivatives of it in any way you like. This should also work in other Papyrus-based Beth games.