# ===================================================================== # SimWind - fleet config notecard (TEMPLATE) # --------------------------------------------------------------------- # Create an in-world notecard NAMED exactly SimWind with these lines # and drop the SAME notecard into every SimWind object of your fleet # (receiver, school_sailboat, oscompass, simwind_bridge, and - with the # WIND_KEY line - the instructor HUD). # # Get a READY-FILLED version (your WIND_ID + WIND_KEY already inserted) # from your dashboard at https://simwind.net -> Downloads. # # Format: KEY = VALUE (one per line). Lines starting with # are ignored. # A missing key keeps the script's built-in default. # ===================================================================== # --- server + your fleet (REQUIRED) --- WIND_URL = https://wind.simwind.net/wind.php WIND_ID = your-fleet-id POLL_SECS = 12 # --- built-in "weather of the day" (auto mode / server down) --- # MUST be identical in every object or auto mode won't match. DEF_DIR = 225 DEF_SPD = 12 DEF_VEER = 20 DEF_GUST = 4 # --- wind-model periods (advanced; change in ALL objects or not at all) --- VEER_P1 = 240 VEER_P2 = 97 GUST_P1 = 45 GUST_P2 = 17 MIN_SPD = 1 # --- "dynamic" mode has NO keys here (on purpose) --- # Your dashboard offers three wind modes: # auto - the built-in DEF_* weather above # fixed - the dashboard's direction / speed / gustiness # dynamic - like fixed, but the BASE wind also wanders: every few minutes it # slides to a new target, within a direction range (+/- degrees) # and a speed range (+/- percent) that you set in the dashboard. # The dynamic settings (interval, ranges, weather seed) live on the SERVER and # reach every object through the normal poll - nothing to configure here. # Each object computes the wander itself from UTC time + the fleet's seed, so # the whole fleet still agrees on the wind without talking to each other. # --- instructor HUD ONLY (simwind_hud.lsl) --- # Your fleet's write key. Keep SECRET. Leave this line OUT of boats/compass. WIND_KEY = your-fleet-api-key