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

Skins causes game freeze, crash on startup, loud don SFX, cannot display japanese symbols #5

Open
Aryetis opened this issue Dec 4, 2024 · 1 comment

Comments

@Aryetis
Copy link

Aryetis commented Dec 4, 2024

I'm fairly new to OpenTaiko stuff so maybe I did something wrong but I've noticed a few things when installing your skin. So I'm just gonna list them and explain how I've fixed them on my side.

  • The skin completly freezes the whole game if you try to access the settings menu. And make it impossible to boot afterwards because it's lacking the Moshir's OpenTaiko Skin\Modules\Modal\Script.lua file. I copy pasted it the whole Modules folder from Open-World Memories and Voilà.
  • The embedded font cannot display japanese symbols. Kind of a bummer for a very japanese oriented game. My solution is similar-ish to the previous one, simply copy paste the Fonts folder from Open-World Memories and edit the SkinConfig.ini so it can use the actual font by replacing
FontName=Fonts/Modified-DFPKanteiryu-XB.tff
BoxFontName=Fonts/Modified-DFPKanteiryu-XB.tff

with

FontNameEN=Fonts/MPLUSRounded1c-Medium.ttf
FontNameJA=Fonts/MPLUSRounded1c-Medium.ttf
FontNameFR=Fonts/MPLUSRounded1c-Medium.ttf
FontNameES=Fonts/MPLUSRounded1c-Medium.ttf
FontNameNL=Fonts/MPLUSRounded1c-Medium.ttf
FontNameDE=Fonts/MPLUSRounded1c-Medium.ttf
FontNameRU=Fonts/MPLUSRounded1c-Medium.ttf
FontNameKO=Fonts/ResourceHanRoundedKR-Medium.ttf
FontNameZH=Fonts/ResourceHanRoundedCN-Medium.ttf
BoxFontNameEN=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameJA=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameFR=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameES=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameNL=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameDE=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameRU=Fonts/MPLUSRounded1c-Regular.ttf
BoxFontNameKO=Fonts/ResourceHanRoundedKR-Regular.ttf
BoxFontNameZH=Fonts/ResourceHanRoundedCN-Regular.ttf
  • The "don" sound in the menu seems way louder than other sounds. So I've toned-down 6db the corresponding files (3 files for the same sound ?) :
Moshir's OpenTaiko Skin\Sounds\Clear.ogg
Moshir's OpenTaiko Skin\Sounds\Move.ogg
Moshir's OpenTaiko Skin\Sounds\Scroll.ogg

edit : looks like the crowns at the reward screen are misaligned too. Probably some coordinates to fix to point at the correct position in the atlas I guess. And I can see some number (coins counter maybe ?) floating on top of my character in the select song screen. Same thing probably wrong coordinates. I will edit this comment further if I have some time to fix those.
Let me know if you want some PR.

@moricy2
Copy link

moricy2 commented Jan 6, 2025

Have you resolved the issue with the coordinates of the coins and high score letters?

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

2 participants