We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! In the latest version of MSX+, Mawranths's hairs ( #2372 ) have some mismatches in their ID's within:
{ "id": "overlay_female_mutation_beaded_var_black", "fg": 241 }, { "id": "overlay_female_mutation_beaded_var_blond", "fg": 242 }, { "id": "overlay_female_mutation_beaded_var_blue", "fg": 243 }, { "id": "overlay_female_mutation_beaded_var_brown", "fg": 244 }, { "id": "overlay_female_mutation_beaded_var_green", "fg": 245 }, { "id": "overlay_female_mutation_beaded_var_pink", "fg": 246 }, { "id": "overlay_female_mutation_beaded_var_red", "fg": 247 },
This happens due to the above hairs' mutations file, in which, their ID's actually has "hair" in it. So it should look like:
{ "id": "overlay_female_mutation_hair_beaded_var_black", "fg": 241 }, { "id": "overlay_female_mutation_hair_beaded_var_blond", "fg": 242 }, { "id": "overlay_female_mutation_hair_beaded_var_blue", "fg": 243 }, { "id": "overlay_female_mutation_hair_beaded_var_brown", "fg": 244 }, { "id": "overlay_female_mutation_hair_beaded_var_green", "fg": 245 }, { "id": "overlay_female_mutation_hair_beaded_var_pink", "fg": 246 }, { "id": "overlay_female_mutation_hair_beaded_var_red", "fg": 247 },
I changed the files, tested and it worked. (I would love to make these modifications to the repo myself, but github is not my forte, sadly.)
Before: After:
There may be more mismatches. (Excuse my english; not native language.)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi! In the latest version of MSX+, Mawranths's hairs ( #2372 ) have some mismatches in their ID's within:
This happens due to the above hairs' mutations file, in which, their ID's actually has "hair" in it.
So it should look like:
I changed the files, tested and it worked. (I would love to make these modifications to the repo myself, but github is not my forte, sadly.)
Before:
After:
There may be more mismatches. (Excuse my english; not native language.)
The text was updated successfully, but these errors were encountered: