Since this is fully matched we can probably start documenting a bit (I actually named few things but not much), the files are categorised by the folder they belong to for clarity:
Game will have anything related to the game mode/game mode manager
Actor has anything related to actors
Unknown contains things I wasn't sure what it was or couldn't identify at all
Train has everything related to the train, that includes the cargo and passenger managers, systems handling tracks etc (now that I think about it maybe I should have moved the ZTB parser there? idk)
TitleCard hosts the title card system as the name suggests
Player has something related to one of the sub-structs of the player stuff, I put it there but I'm actually unsure if this is actually related to the player actor or not
and any file directly under 024_MainGame is uncategorised simply because it doesn't make any sense and I thought having a "misc" folder would be weird
Since this is fully matched we can probably start documenting a bit (I actually named few things but not much), the files are categorised by the folder they belong to for clarity:
Gamewill have anything related to the game mode/game mode managerActorhas anything related to actorsUnknowncontains things I wasn't sure what it was or couldn't identify at allTrainhas everything related to the train, that includes the cargo and passenger managers, systems handling tracks etc (now that I think about it maybe I should have moved the ZTB parser there? idk)TitleCardhosts the title card system as the name suggestsPlayerhas something related to one of the sub-structs of the player stuff, I put it there but I'm actually unsure if this is actually related to the player actor or notand any file directly under
024_MainGameis uncategorised simply because it doesn't make any sense and I thought having a "misc" folder would be weird