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

Animations not changing #61

Open
GentlemanPugeon opened this issue Jul 2, 2024 · 4 comments
Open

Animations not changing #61

GentlemanPugeon opened this issue Jul 2, 2024 · 4 comments

Comments

@GentlemanPugeon
Copy link

I’ve had this persona 5 boot animation sequence for a while and I wanted to switch it for something else but every time I select a new animation, the same persona 5 animation runs. The suspend and throbber animations works perfectly but I can’t get new animations to run for the boot up sequence. I’ve attempted uninstalling and reinstalling the animation changer but it doesn’t work. Any ideas on what I can do to troubleshoot?

@ChisanaKita
Copy link

Hey, based on the source code, you need to modify your config.json in desktop mode.

So:

  1. Switch to desktop mode
  2. Open dolphin (the file explorer)
  3. Navigate to Home > homebrew > settings > SDH-AnimationChanger
    Or /home/deck/homebrew/settings/SDH-AnimationChanger/
  4. Double click the config.json to open in a text editor
  5. Scroll to the top and find the randomize variable (The value should be set to "")
  6. Change the value of randomize to "all", so "randomize": "all"
  7. Save and go back to gaming mode, double check the Shuffle on Boot option is enabled (just to be sure)
  8. Reboot.

Good luck

@GentlemanPugeon
Copy link
Author

I followed your instructions and, unfortunately, the same boot up played

@GentlemanPugeon
Copy link
Author

I verified I changed the code properly. I also verified the correct id’s are selected for boot thru randomize. I think maybe I just glitched the program or something. Is there a hard reset for animation changer that won’t affect my other plugins?

@TheLogicMaster
Copy link
Owner

The mechanism for the plugin setting the actual boot animation is just creating a symbolic link from the downloaded animation into the official animation override directory based on the file names in the python script. To verify that the plugin is working, just visit that directory in desktop mode and ensure that the animations are in proper location and the boot animation is selected in Steam customization settings. See the Python script for file names and paths.

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

3 participants