From 881b8584fa341e9fb367bb82c4f92dfc0cf75fda Mon Sep 17 00:00:00 2001 From: Taggerung Date: Thu, 22 Feb 2024 17:41:28 +1030 Subject: [PATCH] Respawn delay Added a 5s delay to respawn. This allows the loadout saving to work. --- mission.sqm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mission.sqm b/mission.sqm index 39069c4..c1a501f 100644 --- a/mission.sqm +++ b/mission.sqm @@ -20,7 +20,7 @@ class EditorData }; class LayerIndexProvider { - nextID=124; + nextID=131; }; class Camera { @@ -446,6 +446,7 @@ class ScenarioData saving=0; disabledAI=1; respawn=3; + respawnDelay=5; class Header { gameType="Zeus"; @@ -453,7 +454,7 @@ class ScenarioData }; class CustomAttributes { - class Category1 + class Category0 { name="Multiplayer"; class Attribute0 @@ -482,7 +483,7 @@ class CustomAttributes }; nAttributes=1; }; - class Category2 + class Category1 { name="Scenario"; class Attribute0 -- 2.25.1