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

General saving settings - scenes #138

Closed
Kristof3131995 opened this issue Aug 28, 2021 · 4 comments
Closed

General saving settings - scenes #138

Kristof3131995 opened this issue Aug 28, 2021 · 4 comments
Labels

Comments

@Kristof3131995
Copy link

I think we need a scenes with every set up saved to every stage, character, formation and motion. Whenever you change something on a character it takes over to another scene and it has to be fixed left and right.

Id be great if making a scene would save each and every setting in the game.

@alloystorm
Copy link
Owner

Thanks will think about that.

@alloystorm alloystorm added the wip Work in progress label Nov 4, 2021
@tobbi64
Copy link

tobbi64 commented Nov 4, 2021

It would be great if you could make/save presets for your characters, so its fast and easy to switch between looks

@alloystorm
Copy link
Owner

To clarify the current logic:

  • When saving a scene, every setting of the models and stages are saved with it.
  • After the scene is saved, further setting changes are not updated in the scene file except the "Last Scene" which is updated every time a change is made
  • When loading a scene, both the current actor setting and the settings saved with the scene are restored, there might be inconsistancies through out different versions that which setting takes priority. It seems the settings from the scene should take priority, we'll look into this part later and make sure it works as expected.
  • Please also note that to optimize the save file, if a setting is not changed, it won't be included in the save. This can cause confusion under certain scenarios. Will think about this and see if there is a better way.

@alloystorm
Copy link
Owner

Refined scene load logic.
Previously the actor settings are not restored when loading scene, this has been fixed in 1.1.3
And settings from the saved scene are now applied after actor settings and will take priority.

@alloystorm alloystorm added fixed and removed wip Work in progress labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants