GreedLord1337 wrote:
how did you do it so that circles u click dissappear instantly without any animation?
Step by step guide to making your hit circle fade instantly:
- Upscale your hitcircle and hitcircleoverlay by 1.25 times.
- Tint the hitcircle with a combo color of your choice.
- Hitcircles are limited to only one combo color, as Combo# gets ignored by
instafade hitcirles.
- You can however, alternate between 2 colors every hitcircle, but this is a
bit more complicated.
- Take your upscaled hitcircle and hitcircleoverlay files, and overlap them.
- Make sure the hitcircleoverlay is on top, or else your circles won't look
the same.
- Now take the overlapped hitcircle files, and place it under your hitcircle
numbers (default-#).
- Now that you merged your hitcircle with your hitcircle numbers, remove or
rename the hitcircle and hitcircleoverlay files, and replace them with a
transparent image.
- Good transparent image:
https://cbullet.us/k8oy.png
- Now open your skin.ini configuration file, and set Combo1 to the color you
used for the hitcircle. Then delete all other lines starting with Combo2 and
onwards.
- Under [Fonts], set the HitCircleOverlap line to the width of your default-#
images. (e.g. when your default-0 is 160 pixels wide, set it to 160)
- If you're working with HD images (files ending with @2x.png), divide the
width of the image by 2. (e.g. when default-0 is 320 pixels, set it to 160)
- Setting this prevents hitcircles from appearing incorrectly when the combo
is longer than 10 circles