Skip to content

Commit

Permalink
Allow railing OMT to rotate for E/W facing trumpet
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Feb 18, 2024
1 parent f6a2b40 commit fd31b4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions data/json/overmap/overmap_special/highway_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@
{ "point": [ 1, 6, 0 ], "overmap": "hw_clover_leaf_1_6" },
{ "point": [ 0, 7, 0 ], "overmap": "hw_three_lane_merge_e_south" },
{ "point": [ 1, 7, 0 ], "overmap": "hw_road_south" },
{ "point": [ -1, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ 0, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ 1, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ 2, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ -1, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 0, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 1, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 2, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ -1, 0, 1 ], "overmap": "hw_clover_leaf_bridge_-1_0" },
{ "point": [ 0, 0, 1 ], "overmap": "hw_clover_leaf_bridge_0_0" },
{ "point": [ 1, 0, 1 ], "overmap": "hw_clover_leaf_bridge_0_0" },
Expand All @@ -269,10 +269,10 @@
{ "point": [ 0, 1, 1 ], "overmap": "hw_clover_leaf_bridge_0_1" },
{ "point": [ 1, 1, 1 ], "overmap": "hw_clover_leaf_bridge_0_1" },
{ "point": [ 2, 1, 1 ], "overmap": "hw_clover_leaf_bridge_2_1" },
{ "point": [ -1, 2, 1 ], "overmap": "hw_railings" },
{ "point": [ 0, 2, 1 ], "overmap": "hw_railings" },
{ "point": [ 1, 2, 1 ], "overmap": "hw_railings" },
{ "point": [ 2, 2, 1 ], "overmap": "hw_railings" }
{ "point": [ -1, 2, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 0, 2, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 1, 2, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 2, 2, 1 ], "overmap": "hw_railings_north" }
],
"locations": [ "land", "highway" ],
"occurrences": [ 0, 0 ],
Expand Down Expand Up @@ -335,8 +335,8 @@
{ "point": [ 2, 3, 0 ], "overmap": "hw_trumpet_2_3_north" },
{ "point": [ 0, 4, 0 ], "overmap": "hw_trumpet_0_4_north" },
{ "point": [ 1, 4, 0 ], "overmap": "hw_trumpet_1_4_north" },
{ "point": [ 0, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ 1, -1, 1 ], "overmap": "hw_railings" },
{ "point": [ 0, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 1, -1, 1 ], "overmap": "hw_railings_north" },
{ "point": [ 0, 0, 1 ], "overmap": "hw_trumpet_bridge_0_0_north" },
{ "point": [ 1, 0, 1 ], "overmap": "hw_trumpet_bridge_1_0_north" },
{ "point": [ 0, 1, 1 ], "overmap": "hw_trumpet_bridge_0_1_north" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@
"mil_base_8h1",
"mil_base_8i1",
"mil_base_8j1",
"s_gas_g0_roof"
"s_gas_g0_roof",
"hw_railings"
],
"copy-from": "generic_air"
},
{
"type": "overmap_terrain",
"copy-from": "generic_air",
"id": [ "special_air", "lab_subway_vent_shaft_roof", "hw_railings" ],
"id": [ "special_air", "lab_subway_vent_shaft_roof" ],
"flags": [ "NO_ROTATE" ]
},
{
Expand Down

0 comments on commit fd31b4e

Please sign in to comment.