bongocat-osu
bongocat-osu copied to clipboard
custom mode osu configuration
I saw the custom mode tutorial for taiko mode, I was wondering if there was one for the osu mode, or where I could find it, I have a friend's little character that I want to use instead of the cat if possible
I think it is more or less the below. (I didn't test)
You need to add the png file img/osu/empty.png
that is fully transparent for "smoke" to work.
To skin bongocat you don't really need to use custom mode, you only need to change the correct files.
"custom": {
"background": "img/osu/mousebg.png",
"mouseImage": "img/osu/mouse.png",
"mouseOnTop": true,
"mouse": true,
"offsetX": 0,
"offsetY": 0,
"scalar": 1.0,
"paw": [255, 255, 255],
"pawEdge": [0, 0, 0],
"keyContainers": [
{
"defaultImage": "img/osu/up.png",
"keys": [
{
"image": "img/osu/right.png",
"keyCodes": [88]
},
{
"image": "img/osu/left.png",
"keyCodes": [90]
},
{
"image": "img/osu/wave.png",
"keyCodes": [67]
}
]
},
{
"defaultImage": "img/osu/empty.png",
"keys": [
{
"image": "img/osu/smoke.png",
"keyCodes": []
}
]
}
]
}