Having some trouble with this one.
While the graphic structure itself is REALLY similiar to Standard FireBeat .gcz (ParaParaParadise, KeyboardMania 2nd/3rdMIX, pop'n music 4~8), the colors look jumbled and weird
Bishi Bashi Online .gcz
-
- Posts: 156
- Joined: Tue Sep 01, 2015 9:44 am
Re: Bishi Bashi Online .gcz
I analyzed the format, it uses the same storage format as PPP, but the color format is different.
BishiBishi uses little-endian storage BGRA5551. PPP uses big-endian storage BGRA5551.
At the same time, I corrected the previous PPP reading problem about color.
This script is also suitable for PPP.
Just remove the # from this line of code.
BishiBishi uses little-endian storage BGRA5551. PPP uses big-endian storage BGRA5551.
At the same time, I corrected the previous PPP reading problem about color.
This script is also suitable for PPP.
Just remove the # from this line of code.
Code: Select all
#pixel = rapi.swapEndianArray(pixel,2) #only for ParaParaParadise .gcz (big endian)