From e4b88dd464f4cf18e188cd7600d91b74ea241762 Mon Sep 17 00:00:00 2001 From: type-two Date: Mon, 31 Aug 2026 01:47:14 +1000 Subject: [PATCH] =?UTF-8?q?first=20strike=20fixes:=20PathFinder=20+=20move?= =?UTF-8?q?=20cursors,=20AlwaysVisible,=20QuantizeFacingsFromSequence=20st?= =?UTF-8?q?and,=20swat=20squad=20on=20the=20shellmap=20=E2=80=94=20boots?= =?UTF-8?q?=20clean,=20zero=20yaml=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- mods/example/cursors/default.yaml | 4 ++++ mods/example/maps/shellmap/map.yaml | 12 ++++++++++++ mods/example/rules/example.yaml | 3 ++- mods/example/rules/world.yaml | 2 ++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/mods/example/cursors/default.yaml b/mods/example/cursors/default.yaml index f7bd988..86f375f 100644 --- a/mods/example/cursors/default.yaml +++ b/mods/example/cursors/default.yaml @@ -2,3 +2,7 @@ Cursors: cursors/assets/default.png: default: Start: 0 + move: + Start: 0 + move-blocked: + Start: 0 diff --git a/mods/example/maps/shellmap/map.yaml b/mods/example/maps/shellmap/map.yaml index 8b2e98e..1d3d5e0 100644 --- a/mods/example/maps/shellmap/map.yaml +++ b/mods/example/maps/shellmap/map.yaml @@ -28,3 +28,15 @@ Players: Faction: Random Actors: + Actor1: swat + Location: 14,16 + Owner: Neutral + Actor2: swat + Location: 17,15 + Owner: Neutral + Actor3: swat + Location: 19,18 + Owner: Neutral + Actor4: swat + Location: 16,19 + Owner: Neutral diff --git a/mods/example/rules/example.yaml b/mods/example/rules/example.yaml index 3c361c1..3b3205b 100644 --- a/mods/example/rules/example.yaml +++ b/mods/example/rules/example.yaml @@ -17,11 +17,12 @@ example.colorpicker: -MapEditorData: swat: - Interactable: + AlwaysVisible: Selectable: HitShape: BodyOrientation: QuantizeFacingsFromSequence: + Sequence: stand Mobile: Locomotor: foot Speed: 56 diff --git a/mods/example/rules/world.yaml b/mods/example/rules/world.yaml index adecffb..cec462c 100644 --- a/mods/example/rules/world.yaml +++ b/mods/example/rules/world.yaml @@ -20,6 +20,7 @@ world: Inherits: ^baseworld + PathFinder: Locomotor@foot: Name: foot TerrainSpeeds: @@ -42,6 +43,7 @@ world: editorworld: Inherits: ^baseworld + PathFinder: Locomotor@foot: Name: foot TerrainSpeeds: