Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 Save Format #9

Open
5 of 7 tasks
moritz-h opened this issue Sep 26, 2024 · 0 comments
Open
5 of 7 tasks

1.0 Save Format #9

moritz-h opened this issue Sep 26, 2024 · 0 comments

Comments

@moritz-h
Copy link
Owner

moritz-h commented Sep 26, 2024

The low level structures of the save format did not change since Update 8. Therefore, most things still work. However, some new structures needs to be added, what I know is missing so far:

  • InventoryItem struct did change (depending on object version)
  • Add FGDynamicStruct
  • Add ClientIdentityInfo
  • Add missing property struct names
  • Add int64 map type
  • Support for lightweight buildings (Many buildings are now stored in the lightweight building subsystem, which are serialized as class specific data, see below)

Overall missing things for complete save format (which were not in the tool before):

  • Support parsing of class specific data (e.g. belt data). Currently this is only read as binary buffer, without being parsed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant