Hello .
Search light no longer works at night. I put on TRUE and nothing. Can you fix the problem thank you
Search light no longer works at night. I put on TRUE and nothing. Can you fix the problem thank you
@mspeedie
probably cause of secondsRemaining not being upped, which is usually increased by the fuelupdate.
// SearchLight
using UnityEngine;
public float secondsRemaining;needs to be set to seconds > nighttime-seconds
No, I only use that one
{
"Hats do not use fuel (true/false)": true,
"BBQs (true/false)": false,
"Campfires (true/false)": false,
"Candles (true/false)": false,
"Cauldron (true/false)": false,
"Ceiling lights (true/false)": false,
"Fire pits (true/false)": false,
"Flasher Light (true/false)": false,
"Fireplaces (true/false)": true,
"Fog (true/false)": true,
"Furnaces (true/false)": false,
"Hobo Barrels (true/false)": true,
"Lanterns (true/false)": true,
"Refineries (true/false)": false,
"Search lights (true/false)": true,
"Simple lights (true/false)": false,
"SpookySpeaker (true/false)": false,
"siren Light (true/false)": false,
"Strobe (true/false)": false,
"SnowMachine (true/false)": true,
"Protect BBQs (true/false)": true,
"Protect Campfires (true/false)": true,
"Protect Cauldron (true/false)": true,
"Protect Fire pits (true/false)": true,
"Protect Fireplaces (true/false)": true,
"Protect Furnaces (true/false)": true,
"Protect Hobo Barrels (true/false)": false,
"Protect Refineries (true/false)": true,
"Always On (true/false)": false,
"Night Toggle (true/false)": true,
"Console Output (true/false)": true,
"Check Frequency (in seconds)": 30,
"Dusk Time (HH in a 24 hour clock)": 17.0,
"Dawn Time (HH in a 24 hour clock)": 8.0