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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user