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

Display Base Mental State UI bug #45

Closed
iguanacore opened this issue Mar 18, 2024 · 2 comments
Closed

Display Base Mental State UI bug #45

iguanacore opened this issue Mar 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@iguanacore
Copy link
Owner

ModLoaderLite settings related, when the save file is corrupted or missing, selecting someone who has Mental State (like Xiandao), the UI bugs out.

One way to replicate the issue:

  • Delete the .MLL file for the save
  • Load that save file
  • Select a Cultivator
  • Issue appears

Another way of replicating the issue:

  • Start a new run
  • Save the game, use a new and unique name for the save file
  • Load that file
  • Select a Cultivator
  • Issue appears

After the issue appears, it can be solved by rewriting the save file (which creates a new and working .MLL file for the save) and loading the rewritten file.
One possible solution could be making the aspect disabled by default, and requiring the player to enable it.

@iguanacore iguanacore added the bug Something isn't working label Mar 18, 2024
@NecrCode
Copy link
Contributor

NecrCode commented Jun 14, 2024

it works fine for as long as i don't select a cultivator, no matter how many times i reload the save:

  • Load the save
  • Select a Cultivator (works fine)
  • Reload the save
  • Select a Cultivator
  • Issue appears

and if you comment this currentMentalStateSlider.AddChild( baseMentalStateBar ); Line:58, then the issue no longer appears.

@iguanacore
Copy link
Owner Author

Resolved with #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants