bongocat-osu icon indicating copy to clipboard operation
bongocat-osu copied to clipboard

Can i change texture of Bongo's right hand?

Open k0wal45 opened this issue 4 years ago • 6 comments

i like to change textures from bongo cat but i dont know how to do that with his right hand. somthing like that https://imgur.com/a/LGrES5f

k0wal45 avatar Jan 17 '21 12:01 k0wal45

@k0wal45 duplicate #95 Won't fix for a given time.

CSaratakij avatar Jan 18 '21 17:01 CSaratakij

even If i have ready images etc is it still not possible to change the right hand ;-; ?

Peps31 avatar Jan 22 '21 22:01 Peps31

@Peps31 You can change right paw image only when the mode in the config is not set to osu! mode. In osu! mode, the right paw need to draw programmatically at real time to make the paw bend correctly with the different mouse position. Bending the paw with texture that produce the intended result is not as simple as scale or shrink image. (It need to do something like how Spine2D did.) That's why you can only change the right paw color and outline in osu! mode for now.

CSaratakij avatar Jan 22 '21 23:01 CSaratakij

Is it then possible to make it disappear?

Elouanvdh avatar Jan 30 '21 19:01 Elouanvdh

It is possible. In the config.json folder, locate paw and pawEdge, and change them into this:

...

        "paw": [0, 0, 0, 0],
        "pawEdge": [0, 0, 0, 0],
...

kuroni avatar Jan 31 '21 00:01 kuroni

Hoooo thanks ^^

Elouanvdh avatar Jan 31 '21 00:01 Elouanvdh