TaikoNus3bankMake/TaikoFumenTimingReplace/README.md

23 lines
877 B
Markdown
Raw Normal View History

2024-04-03 00:38:00 +02:00
# Taiko no Tatsujin - Fumen Timing Window Replace Script
2024-04-23 21:33:36 +02:00
Simple Python 3 script to replace that can replace the timing windows in a Taiko Gen 3 fumen
2024-04-03 00:38:00 +02:00
2024-04-23 21:33:36 +02:00
Usage: replace_timing.py inFile outFile timingWindow
2024-04-03 00:38:00 +02:00
2024-04-23 21:33:36 +02:00
Timing Options: Standard, Hitnarrow, Hitwide or a User Defined Option.
2024-04-03 00:38:00 +02:00
Detects what difficulty timing window to use based on the Input's filename.
2024-04-23 21:33:36 +02:00
Easy(\_e) and Normal(\_n) will use the easy timing
Hard(\_h), Extreme(\_e) and Ura(\_x) will use hard timing
2024-04-03 00:38:00 +02:00
2024-04-23 21:33:36 +02:00
If it fails to detect difficulty, it'll use the hard timing values instead.
2024-04-03 00:38:00 +02:00
To add custom timing values, add a new section to timing.ini and define it's name and add values for each judgement.
2024-04-23 21:33:36 +02:00
A template can be found [here](TaikoFumenTimingReplace/resource/template.ini)
2024-04-03 00:38:00 +02:00
# Credits
swigz27 - Initial code.
2024-04-23 21:33:36 +02:00
Yuki [(Nerdy-boi)](https://github.com/Nerdy-boi) - Code optimisations and tweaks.