Skip to content
SEApodEErman edited this page Oct 16, 2021 · 7 revisions

Default values:

"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
				}
			}
		}
}

Options

DrawApproachCircles (Type: Boolean, Range: true/false)

  Enables/Disables the rendering of the approach circle

DrawComboNumbers (Type: Boolean, Range: true/false)

  Enables/Disables the rendering of the combo number

DrawFollowPoints (Type: Boolean, Range: true/false)

  Enables/Disables the rendering of the follow point

LoadSpinner (Type: Boolean, Range: true/false)

  Enables/Disables the rendering of the spinner

ScaleToTheBeat (Type: Boolean, Range: true/false)

  Enables/Disables scaling the hitcircles to the beat.

StackEnabled (Type: Boolean, Range: true/false)

  Enables/Disables hitcircles stacking. (False causes stacked hitcircles to act like 0 stack leniency on beatmap's settings)

Sliders

ForceSliderBallTexture (Type: Boolean, Range: true/false)

DrawEndCircles (Type: Boolean, Range: true/false)

Enables/Disables the rendering of sliderend and reverse slider circle.

DrawSliderFollowCircle (Type: Boolean, Range: true/false)

Enables/Disables the rendering of sliderball.

DrawScorePoints (Type: Boolean, Range: true/false)

Enables/Disables the rendering of the score points. (Mostly used in older skins).

SliderMerge (Type: Boolean, Range: true/false)

Enables/Disables the merging of sliders bodies.

SliderDistortions (Type: Boolean, Range: true/false)

Enables/Disables sliders distortions (For better representation of certain Aspire maps.)

BorderWidth (Type: Integer)

Set the thickness of sliders border.

Quality

CircleLevelOfDetail (Type: Integer)

Set the LOD for hitcircles

PathLevelOfDetail (Type: Integer)

Set the LOD for sliders path

Snaking

In (Type: Boolean, Range: true/false)

Enables the snaking in for sliders body.

Out (Type: Boolean, Range: true/false)

Enables the snaking out for sliders body.

DurationMultiplier (Type: Integer)

Set the duration multiplier for sliders snaking animation (Higher values = longer time for the sliders to complete their snaking animation)

FadeMultiplier (Type: Integer)

Set the duration multiplier for sliders fade in/out animation (Higher values = longer time for the sliders to complete their fade animation)

MandalaTextureTrigger (Type: Integer)

Set the number of cursor needed to trigger Mandala mode

MandalaTexturesAlpha (Type: Integer)

Set the alpha for Mandala textures

Colors:

RainbowSpeed (Type: Integer)

  Determines the speed for the rainbow.

BaseColor (Type: HSV)

  Determines the starting color for the circle.

EnableCustomHueOffset (Type: Boolean, Range: true/false)

  Enables/Disables custom hue offset.

HueOffset (Type: Integer)

  Determines the hue offset.

FlashToTheBeat (Type: Boolean, Range: true/false)

  Enables/Disables flashing to the beat.

FlashAmplitude (Type: Integer)

  Determines the amplitude for the flashing to the beat.

UseComboColors (Type: Boolean, Range: true/false)

Enables/Disables the usage of custom combo colors.

ComboColors (Type: HSV)

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
			}
		],

UseSkinComboColors (Type: Boolean, Range: true/false)

Enables/Disables the usage of skin combo colors.

UseBeatmapComboColors (Type: Boolean, Range: true/false)

Enables/Disables the usage of the beatmap's combo colors.

Sliders

WhiteScorePoints (Type: Boolean, Range: true/false)

ScorePointColorOffset (Type: Integer)

SliderBallTint (Type: Boolean, Range: true/false)

Enables/Disables the tinting of the sliderball

Border

UseHitCircleColor (Type: Boolean, Range: true/false)

Enables/Disables the usage of hitcircles color for the slider border.

Colors: Refer here

EnableCustomGradientOffset (Type: Boolean, Range: true/false)

Enables/Disables custom gradient offset.

CustomGradientOffset (Type: Integer)

Determines the gradient offset.

Body:

UseHitCircleColor (Type: Boolean, Range: true/false)

Enables/Disables the usage of hitcircles color for the sliders border.

Colors: Refer here

EnableRainbow (Type: Boolean, Range: true/false)

  Enables/Disables rainbow for the cursor.

RainbowSpeed (Type: Integer)

  Determines the speed for the rainbow.

BaseColor (Type: HSV)

  Determines the starting color for the sliders border.

EnableCustomHueOffset (Type: Boolean, Range: true/false)

  Enables/Disables custom hue offset.

HueOffset (Type: Integer)

  Determines the hue offset.

FlashToTheBeat (Type: Boolean, Range: true/false)

  Enables/Disables flashing to the beat.

FlashAmplitude (Type: Integer)

  Determines the amplitude for the flashing to the beat.

InnerOffset (Type: Decimal)

Determines the offset for the inner part of the sliders body.

OuterOffset (Type: Decimal)

Determines the offset for the outer part of the sliders body.

InnerAlpha (Type: Decimal)

Determines the alpha for the inner part of the sliders body.

OuterAlpha (Type: Decimal)

Determines the alpha for the outer part of the sliders body.

Clone this wiki locally