-
Notifications
You must be signed in to change notification settings - Fork 39
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
TR1X bug: environment BGM is not saved #1769
Comments
lahm86
added a commit
to lahm86/TRX
that referenced
this issue
Nov 2, 2024
This will save the current music track and a flag to indicate whether or not it's looped, so that on load, the correct start-up for it is applied. Resolves LostArtefacts#1769.
2 tasks
lahm86
added a commit
to lahm86/TRX
that referenced
this issue
Nov 3, 2024
This will save the current music track and a flag to indicate whether or not it's looped, so that on load, the correct start-up for it is applied. This also changes the related config option from a bool to an enum with options for never, not-ambient, and always. Resolves LostArtefacts#1769.
lahm86
added a commit
to lahm86/TRX
that referenced
this issue
Nov 3, 2024
This will save the current music track and a flag to indicate whether or not it's looped, so that on load, the correct start-up for it is applied. This also changes the related config option from a bool to an enum with options for never, non-ambient, and always. Resolves LostArtefacts#1769.
lahm86
added a commit
that referenced
this issue
Nov 3, 2024
This will save the current music track and a flag to indicate whether or not it's looped, so that on load, the correct start-up for it is applied. This also changes the related config option from a bool to an enum with options for never, non-ambient, and always. Resolves #1769.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if it's a bug or a feature, but the fix is simple:
The text was updated successfully, but these errors were encountered: