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

Missing custom properties #147

Open
xNul opened this issue Feb 10, 2024 · 2 comments
Open

Missing custom properties #147

xNul opened this issue Feb 10, 2024 · 2 comments

Comments

@xNul
Copy link
Contributor

xNul commented Feb 10, 2024

Some custom properties are still missing from the tool. The ones I have found are:

  • Located at level_json['properties']['worldSaveData']['value']['DungeonSaveData']['value']['values'][i]['MapObjectSaveData']['value']['values'][j]['Model']['value']['RawData']['value']['values'] with the Model struct_type of PalMapObjectModelSaveData
  • Located at level_json['properties']['worldSaveData']['value']['DungeonSaveData']['value']['values'][i]['MapObjectSaveData']['value']['values'][j]['Model']['value']['Connector']['value']['RawData']['value']['values'] with the Connector struct_type of PalMapObjectConnectorSaveData
  • Located at level_json['properties']['worldSaveData']['value']['DungeonSaveData']['value']['values'][i]['MapObjectSaveData']['value']['values'][j]['Model']['value']['BuildProcess']['value']['RawData']['value']['values'] with the BuildProcess struct_type of PalMapObjectBuildProcessSaveData
  • Located at level_json['properties']['worldSaveData']['value']['DungeonSaveData']['value']['values'][i]['MapObjectSaveData']['value']['values'][j]['ConcreteModel']['value']['ModuleMap']['value'][k]['value']['RawData']['value']['values'] with the module key of EPalMapObjectConcreteModelModuleType::ItemContainer
  • Located at level_json['properties']['worldSaveData']['value']['DungeonSaveData']['value']['values'][i]['MapObjectSaveData']['value']['values'][j]['ConcreteModel']['value']['RawData']['value']['values'] with the struct_type of PalMapObjectConcreteModelSaveData
  • Located at local_data_json['properties']['SaveData']['value']['worldMapMaskTexture']['value']['values']
@cheahjs
Copy link
Owner

cheahjs commented Feb 10, 2024

Bleh, thanks for the heads up. Looks like my initial save file that I used didn't have all the raw data bits.

@xNul
Copy link
Contributor Author

xNul commented Feb 10, 2024

I've found a couple more:

  • Located at level_json['properties']['worldSaveData']['value']['MapObjectSaveData']['value']['values'][0]['Model']['value']['EffectMap']['value'][0]['value']['RawData']['value']['values'] with the key of EPalStatusID::Burn
  • Located at level_json['properties']['worldSaveData']['value']['CharacterParameterStorageSaveData']['value']['StoredParameterInfoSaveData']['value']['values'][0]['SaveParameter']['value']['RawData']['value']['values'] with the struct_type of PalIndividualCharacterSaveParameterSaveData

That's every custom property I have.

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

2 participants