1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Convert custom invisible paths in SV6 files to the built-in ones

This commit is contained in:
AuraSpecs
2022-10-19 15:38:30 +02:00
committed by GitHub
parent c07795a390
commit 2544d91aaa
2 changed files with 11 additions and 0 deletions

View File

@@ -216,6 +216,16 @@ namespace RCT2
"rct2.footpath_railings.concrete" },
{ "PATHCRZY", "rct1ll.footpath_surface.tiles_green", "rct1aa.footpath_surface.queue_green",
"rct2.footpath_railings.concrete" },
// Custom path mapping
{ "PATHINVS", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",
"openrct2.footpath_railings.invisible" },
{ "PATHCLR ", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",
"openrct2.footpath_railings.invisible" },
{ "PAT25MKY", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",
"openrct2.footpath_railings.invisible" },
{ "JAINVSFP", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",
"openrct2.footpath_railings.invisible" },
};
const FootpathMapping* GetFootpathSurfaceId(const ObjectEntryDescriptor& desc, bool ideallyLoaded, bool isQueue)