Skip to content

Commit e06551b

Browse files
committed
Switch test map to use generated terrain (mapfile="")
- Remove .smf file from test_fixtures/minimal_test_map.sdd/ - Set mapfile="" in mapinfo.lua to use Spring's map generation - Matches SpringBoard's config.json approach with map generation options Status: Still debugging segfault after "Loading Feature Definitions" - Using spring-headless --isolation - MAPOPTIONS: new_map_x=10, new_map_y=8 - MODOPTIONS: MapSeed=42 - Map scans successfully but crashes during load Need to identify what's missing for generated map support.
1 parent 610532d commit e06551b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test_fixtures/minimal_test_map.sdd/mapinfo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local mapinfo = {
55
description = "Minimal 2x2 test map for CI smoke tests",
66
author = "Auto-generated",
77
version = "v1.0",
8-
mapfile = "maps/TestMinimal2x2.smf",
8+
mapfile = "",
99
modtype = 3,
1010
depend = {"Map Helper v1"},
1111
replace = {},
-723 KB
Binary file not shown.

0 commit comments

Comments
 (0)