-
-
Notifications
You must be signed in to change notification settings - Fork 104
Objects
"Objects": {
"DrawApproachCircles": true,
"DrawComboNumbers": true,
"DrawFollowPoints": true,
"LoadSpinners": true,
"ScaleToTheBeat": false,
"StackEnabled": true,
"Sliders": {
"ForceSliderBallTexture": true,
"DrawEndCircles": true,
"DrawSliderFollowCircle": true,
"DrawScorePoints": true,
"SliderMerge": false,
"SliderDistortions": true,
"BorderWidth": 1,
"Quality": {
"CircleLevelOfDetail": 50,
"PathLevelOfDetail": 50
},
"Snaking": {
"In": true,
"Out": true,
"OutFadeInstant": true,
"DurationMultiplier": 0,
"FadeMultiplier": 0
}
},
"Colors": {
"MandalaTexturesTrigger": 5,
"MandalaTexturesAlpha": 0.3,
"Color": {
"EnableRainbow": true,
"RainbowSpeed": 8,
"BaseColor": {
"Hue": 0,
"Saturation": 1,
"Value": 1
},
"EnableCustomHueOffset": false,
"HueOffset": 0,
"FlashToTheBeat": false,
"FlashAmplitude": 100
},
"UseComboColors": false,
"ComboColors": [
{
"Hue": 0,
"Saturation": 1,
"Value": 1
}
],
"UseSkinComboColors": false,
"UseBeatmapComboColors": false,
"Sliders": {
"WhiteScorePoints": true,
"ScorePointColorOffset": 0,
"SliderBallTint": false,
"Border": {
"UseHitCircleColor": false,
"Color": {
"EnableRainbow": false,
"RainbowSpeed": 8,
"BaseColor": {
"Hue": 0,
"Saturation": 0,
"Value": 1
},
"EnableCustomHueOffset": false,
"HueOffset": 0,
"FlashToTheBeat": false,
"FlashAmplitude": 100
},
"EnableCustomGradientOffset": true,
"CustomGradientOffset": 0
},
"Body": {
"UseHitCircleColor": true,
"Color": {
"EnableRainbow": false,
"RainbowSpeed": 8,
"BaseColor": {
"Hue": 0,
"Saturation": 1,
"Value": 0
},
"EnableCustomHueOffset": false,
"HueOffset": 0,
"FlashToTheBeat": true,
"FlashAmplitude": 100
},
"InnerOffset": -0.5,
"OuterOffset": -0.05,
"InnerAlpha": 0.8,
"OuterAlpha": 0.8
}
}
}
}
Enables/Disables the rendering of the approach circle
Enables/Disables the rendering of the combo number
Enables/Disables the rendering of the follow point
Enables/Disables the rendering of the spinner
Enables/Disables scaling the hitcircles to the beat.
Enables/Disables hitcircles stacking. (False causes stacked hitcircles to act like 0 stack leniency on beatmap's settings)
Enables/Disables the rendering of sliderend and reverse slider circle.
Enables/Disables the rendering of sliderball.
Enables/Disables the rendering of the score points. (Mostly used in older skins).
Enables/Disables the merging of sliders bodies.
Enables/Disables sliders distortions (For better representation of certain Aspire maps.)
Set the thickness of sliders border.
Set the LOD for hitcircles
Set the LOD for sliders path
Enables the snaking in for sliders body.
Enables the snaking out for sliders body.
Set the duration multiplier for sliders snaking animation (Higher values = longer time for the sliders to complete their snaking animation)
Set the duration multiplier for sliders fade in/out animation (Higher values = longer time for the sliders to complete their fade animation)
Set the number of cursor needed to trigger Mandala mode
Set the alpha for Mandala textures
Determines the speed for the rainbow.
Determines the starting color for the circle.
Enables/Disables custom hue offset.
Determines the hue offset.
Enables/Disables flashing to the beat.
Determines the amplitude for the flashing to the beat.
Enables/Disables the usage of custom combo colors.
Determines the color of the custom combo colors. (Can be stacked to allow for more custom colors. Example:)
"ComboColors": [
{
"Hue": 0,
"Saturation": 1,
"Value": 1
}
{
"Hue": 100,
"Saturation": 1,
"Value": 1
}
],
Enables/Disables the usage of skin combo colors.
Enables/Disables the usage of the beatmap's combo colors.
Enables/Disables the tinting of the sliderball
Enables/Disables the usage of hitcircles color for the slider border.
Colors: Refer here
Enables/Disables custom gradient offset.
Determines the gradient offset.
Enables/Disables the usage of hitcircles color for the sliders border.
Colors: Refer here
Enables/Disables rainbow for the cursor.
Determines the speed for the rainbow.
Determines the starting color for the sliders border.
Enables/Disables custom hue offset.
Determines the hue offset.
Enables/Disables flashing to the beat.
Determines the amplitude for the flashing to the beat.
Determines the offset for the inner part of the sliders body.
Determines the offset for the outer part of the sliders body.
Determines the alpha for the inner part of the sliders body.
Determines the alpha for the outer part of the sliders body.