mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Formatting, eof newline
@@ -2,6 +2,5 @@ This page is a work in progress. You can help by contributing to the page.
|
||||
|
||||
The goal of this page is to provide an abstract overview of the components that make up (Open)RCT2, and how they fit together and/or communicate.
|
||||
|
||||
## Object Loading ##
|
||||
|
||||
Every save file has a list of all objects that are required for the scenario. Objects are split into 11 different types. There is a maximum number of objects for each type that can be loaded in each save. When the game first starts it creates an installed objects list of all available objects that are in the object folder. When a save is loaded it checks the installed objects list for a location of the object and loads it. Every object has a checksum to prevent corruption issues. The checksum is checked every time an object is loaded. For more information about the object structure see [[Objects]].
|
||||
## Object Loading
|
||||
Every save file has a list of all objects that are required for the scenario. Objects are split into 11 different types. There is a maximum number of objects for each type that can be loaded in each save. When the game first starts it creates an installed objects list of all available objects that are in the object folder. When a save is loaded it checks the installed objects list for a location of the object and loads it. Every object has a checksum to prevent corruption issues. The checksum is checked every time an object is loaded. For more information about the object structure see [[Objects]].
|
||||
|
||||
Reference in New Issue
Block a user