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

Ineluki MP3 patch improvements #3087

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Ineluki MP3 patch improvements #3087

merged 1 commit into from
Sep 21, 2023

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Sep 13, 2023

Only consider files as links when they are small (< 500 Byte). "Les aventures d'un avatar 6" uses files with such names for real audio files.

Support of links for sound effects with the same logic as BGM. Note that the "loop" statement is not supported.

Fix #2598
Fix #2609

Only consider files as links when they are small (< 500 Byte).
"Les aventures d'un avatar 6" uses files with such names for real audio files.

Support of links for sound effects with the same logic as BGM.
Note that the "loop" statement is not supported.

Fix EasyRPG#2598
Fix EasyRPG#2609
@Ghabry Ghabry added this to the 0.8.1 milestone Sep 13, 2023
}

if (!se_cache) {
Output::Warning("Sound {}: Format not supported", result->file);
Copy link
Contributor

@fdelapena fdelapena Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this brings warnings where RPG_RT.exe won't? Use Output::Debug instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is copy-pasted from the non-Ineluki SE handler.
The warning will only trigger when a SE file is unsupported format wise. Missing files won't trigger it so should be save imo

@fdelapena fdelapena merged commit 9428835 into EasyRPG:master Sep 21, 2023
4 checks passed
@Ghabry Ghabry deleted the ineluki2 branch September 2, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants