Skip to content

Commit

Permalink
Update texture-schema for more pp masks and added basic ruleset for m…
Browse files Browse the repository at this point in the history
…ap generation
  • Loading branch information
StrauntMaunt committed Jan 10, 2025
1 parent cb542b6 commit 7b9ffe1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
Binary file modified data/fs25-map-template.zip
Binary file not shown.
33 changes: 20 additions & 13 deletions data/fs25-texture-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@
},
{
"name": "forestGrass",
"count": 2
"count": 2,
"tags": { "natural": ["wood", "tree_row"], "landuse": "forest" },
"width": 2,
"color": [11, 66, 0],
"usage": "forest",
"priority": 5,
"procedural": ["PG_forests"]
},
{
"name": "forestLeaves",
Expand All @@ -74,7 +80,7 @@
"color": [34, 255, 34],
"priority": 0,
"usage": "grass",
"procedural": ["PG_grass"]
"procedural": ["PG_grasslands"]
},
{
"name": "grassClovers",
Expand All @@ -87,12 +93,12 @@
{
"name": "grassDirtPatchy",
"count": 2,
"tags": { "natural": ["wood", "tree_row"], "landuse": "forest" },
"tags": { "landuse": "meadow" },
"width": 2,
"color": [11, 66, 0],
"usage": "forest",
"usage": "grass",
"priority": 5,
"procedural": ["PG_forest"]
"procedural": ["PG_meadows"]
},
{
"name": "grassDirtPatchyDry",
Expand All @@ -108,7 +114,8 @@
"tags": { "landuse": "farmyard" },
"info_layer": "farmyards",
"color": [34, 255, 34],
"invisible": true
"invisible": true,
"procedural": ["PG_farmyards"]
},
{
"name": "grassFreshShort",
Expand Down Expand Up @@ -136,7 +143,8 @@
"count": 2,
"tags": { "railway": true },
"width": 4,
"color": [100, 100, 100]
"color": [100, 100, 100],
"procedural": ["PG_railways"]
},
{
"name": "gravelSmall",
Expand All @@ -145,7 +153,7 @@
"width": 4,
"color": [140, 180, 210],
"info_layer": "roads",
"procedural": ["PG_roads"]
"procedural": ["PG_sideroads"]
},
{
"name": "mudDark",
Expand All @@ -154,8 +162,7 @@
"color": [47, 107, 85],
"priority": 4,
"info_layer": "fields",
"usage": "field",
"procedural": ["PG_meadow", "PG_acres"]
"procedural": ["PG_acres"]
},
{
"name": "mudDarkGrassPatchy",
Expand All @@ -175,7 +182,8 @@
"tags": { "highway": ["unclassified", "residential", "track"] },
"width": 2,
"color": [33, 67, 101],
"info_layer": "roads"
"info_layer": "roads",
"procedural": ["PG_dirtpaths"]
},
{
"name": "mudPebbles",
Expand Down Expand Up @@ -228,7 +236,6 @@
},
"width": 10,
"color": [255, 20, 20],
"background": true,
"procedural": ["PG_water"]
"background": true
}
]

0 comments on commit 7b9ffe1

Please sign in to comment.