Advertisement
XDMANFROMXDWORLD

My Danser Settings

Feb 2nd, 2021 (edited)
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.20 KB | None | 0 0
  1. // DONT ADD THIS TEXT //
  2. danser-0.4.1b
  3.  
  4. This is my own settings in Danser, the hit circles and sliders is blue with white border. Cursor is white.
  5. You may change the general directory to your osu folder, graphics stuff (such as resolution), audio stuff, skin, and background stuff.
  6.  
  7. The rest are important so you may not change them, but I'm not forcing you to not change them, feel free to change them if something is off.
  8. If you want to remove the magenta approach circle, you need to use different skin than default because it's the skin fault.
  9. I recommend using E.CS skin (https://osu.ppy.sh/community/forums/topics/864394)
  10.  
  11. // DONT ADD THIS TEXT //
  12.  
  13. {
  14.     "General": {
  15.         "OsuSongsDir": "D:\\osu!\\Songs",
  16.         "OsuSkinsDir": "D:\\osu!\\Skins",
  17.         "DiscordPresenceOn": false
  18.     },
  19.     "Graphics": {
  20.         "Width": 1376,
  21.         "Height": 768,
  22.         "WindowWidth": 800,
  23.         "WindowHeight": 600,
  24.         "Fullscreen": false,
  25.         "VSync": false,
  26.         "FPSCap": 0,
  27.         "MSAA": 0,
  28.         "ShowFPS": true
  29.     },
  30.     "Audio": {
  31.         "GeneralVolume": 0.5,
  32.         "MusicVolume": 0.5,
  33.         "SampleVolume": 0.5,
  34.         "Offset": 0,
  35.         "HitsoundPositionMultiplier": 1,
  36.         "IgnoreBeatmapSamples": false,
  37.         "IgnoreBeatmapSampleVolume": false,
  38.         "BeatScale": 1.2,
  39.         "BeatUseTimingPoints": false,
  40.         "Linux/Unix": {
  41.             "BassPlaybackBufferLength": 100,
  42.             "BassDeviceBufferLength": 10,
  43.             "BassUpdatePeriod": 5
  44.         }
  45.     },
  46.     "Input": {
  47.         "LeftKey": "Z",
  48.         "RightKey": "X",
  49.         "MouseButtonsDisabled": true
  50.     },
  51.     "Gameplay": {
  52.         "ShowHitErrorMeter": true,
  53.         "HitErrorMeterOpacity": 1,
  54.         "HitErrorMeterScale": 1,
  55.         "ShowScore": true,
  56.         "ScoreScale": 1,
  57.         "ScoreOpacity": 1,
  58.         "ShowCombo": true,
  59.         "ComboScale": 1,
  60.         "ComboOpacity": 1,
  61.         "ShowKeyOverlay": true,
  62.         "KeyOverlayScale": 1,
  63.         "KeyOverlayOpacity": 1,
  64.         "ProgressBar": "Pie",
  65.         "Boundaries": {
  66.             "Enabled": true,
  67.             "BorderThickness": 1,
  68.             "BorderFill": 1,
  69.             "BorderColor": {
  70.                 "Hue": 0,
  71.                 "Saturation": 0,
  72.                 "Value": 1
  73.             },
  74.             "BorderOpacity": 1,
  75.             "BackgroundColor": {
  76.                 "Hue": 0,
  77.                 "Saturation": 1,
  78.                 "Value": 0
  79.             },
  80.             "BackgroundOpacity": 0.5
  81.         }
  82.     },
  83.     "Skin": {
  84.         "CurrentSkin": "default",
  85.         "UseColorsFromSkin": false
  86.     },
  87.     "Cursor": {
  88.         "TrailStyle": 1,
  89.         "Style23Speed": 0.18,
  90.         "Style4Shift": 0.5,
  91.         "Colors": {
  92.             "EnableRainbow": false,
  93.             "RainbowSpeed": 12,
  94.             "BaseColor": {
  95.                 "Hue": 0,
  96.                 "Saturation": 0,
  97.                 "Value": 1
  98.             },
  99.             "EnableCustomHueOffset": false,
  100.             "HueOffset": 0,
  101.             "FlashToTheBeat": false,
  102.             "FlashAmplitude": 0
  103.         },
  104.         "EnableCustomTagColorOffset": true,
  105.         "TagColorOffset": -36,
  106.         "EnableTrailGlow": true,
  107.         "EnableCustomTrailGlowOffset": true,
  108.         "TrailGlowOffset": -36,
  109.         "ScaleToCS": false,
  110.         "CursorSize": 14,
  111.         "CursorExpand": false,
  112.         "ScaleToTheBeat": false,
  113.         "ShowCursorsOnBreaks": true,
  114.         "BounceOnEdges": true,
  115.         "TrailScale": 1,
  116.         "TrailEndScale": 0.2,
  117.         "TrailDensity": 0.5,
  118.         "TrailMaxLength": 100000,
  119.         "TrailRemoveSpeed": 0.6,
  120.         "GlowEndScale": 0.4,
  121.         "InnerLengthMult": 0.9,
  122.         "AdditiveBlending": true
  123.     },
  124.     "Objects": {
  125.         "DrawApproachCircles": true,
  126.         "DrawComboNumbers": true,
  127.         "DrawFollowPoints": false,
  128.         "LoadSpinners": true,
  129.         "ScaleToTheBeat": false,
  130.         "StackEnabled": true,
  131.         "Sliders": {
  132.             "ForceSliderBallTexture": false,
  133.             "DrawEndCircles": true,
  134.             "DrawSliderFollowCircle": true,
  135.             "DrawScorePoints": true,
  136.             "SliderMerge": false,
  137.             "SliderDistortions": false,
  138.             "BorderWidth": 1,
  139.             "Quality": {
  140.                 "CircleLevelOfDetail": 100,
  141.                 "PathLevelOfDetail": 100
  142.             },
  143.             "Snaking": {
  144.                 "In": true,
  145.                 "Out": false,
  146.                 "DurationMultiplier": 1,
  147.                 "FadeMultiplier": 0.5
  148.             }
  149.         },
  150.         "Colors": {
  151.             "MandalaTexturesTrigger": 5,
  152.             "MandalaTexturesAlpha": 0.3,
  153.             "Color": {
  154.                 "EnableRainbow": false,
  155.                 "RainbowSpeed": 8,
  156.                 "BaseColor": {
  157.                     "Hue": 240,
  158.                     "Saturation": 1,
  159.                     "Value": 1
  160.                 },
  161.                 "EnableCustomHueOffset": false,
  162.                 "HueOffset": 0,
  163.                 "FlashToTheBeat": true,
  164.                 "FlashAmplitude": 100
  165.             },
  166.             "UseComboColors": false,
  167.             "ComboColors": [
  168.                 {
  169.                     "Hue": 0,
  170.                     "Saturation": 0,
  171.                     "Value": 1
  172.                 }
  173.             ],
  174.             "Sliders": {
  175.                 "WhiteScorePoints": true,
  176.                 "ScorePointColorOffset": 0,
  177.                 "SliderBallTint": false,
  178.                 "Border": {
  179.                     "UseHitCircleColor": false,
  180.                     "Color": {
  181.                         "EnableRainbow": false,
  182.                         "RainbowSpeed": 8,
  183.                         "BaseColor": {
  184.                             "Hue": 0,
  185.                             "Saturation": 0,
  186.                             "Value": 1
  187.                         },
  188.                         "EnableCustomHueOffset": false,
  189.                         "HueOffset": 0,
  190.                         "FlashToTheBeat": true,
  191.                         "FlashAmplitude": 100
  192.                     },
  193.                     "EnableCustomGradientOffset": true,
  194.                     "CustomGradientOffset": 0
  195.                 },
  196.                 "Body": {
  197.                     "UseHitCircleColor": true,
  198.                     "Color": {
  199.                         "EnableRainbow": false,
  200.                         "RainbowSpeed": 8,
  201.                         "BaseColor": {
  202.                             "Hue": 0,
  203.                             "Saturation": 0,
  204.                             "Value": 1
  205.                         },
  206.                         "EnableCustomHueOffset": false,
  207.                         "HueOffset": 0,
  208.                         "FlashToTheBeat": true,
  209.                         "FlashAmplitude": 100
  210.                     },
  211.                     "InnerOffset": -0.5,
  212.                     "OuterOffset": -0.05,
  213.                     "InnerAlpha": 0.2,
  214.                     "OuterAlpha": 0.2
  215.                 }
  216.             }
  217.         }
  218.     },
  219.     "Playfield": {
  220.         "DrawObjects": true,
  221.         "DrawCursors": true,
  222.         "Scale": 1,
  223.         "OsuShift": false,
  224.         "ShiftY": 0,
  225.         "ShiftX": 0,
  226.         "ScaleStoryboardWithPlayfield": false,
  227.         "LeadInTime": 5,
  228.         "LeadInHold": 2,
  229.         "FadeOutTime": 5,
  230.         "SeizureWarning": {
  231.             "Enabled": true,
  232.             "Duration": 5
  233.         },
  234.         "Background": {
  235.             "LoadStoryboards": false,
  236.             "FlashToTheBeat": false,
  237.             "Dim": {
  238.                 "Intro": 0,
  239.                 "Normal": 0.95,
  240.                 "Breaks": 0.5
  241.             },
  242.             "Parallax": {
  243.                 "Amount": 0,
  244.                 "Speed": 0
  245.             },
  246.             "Blur": {
  247.                 "Enabled": false,
  248.                 "Values": {
  249.                     "Intro": 0,
  250.                     "Normal": 0.6,
  251.                     "Breaks": 0.3
  252.                 }
  253.             },
  254.             "Triangles": {
  255.                 "Enabled": false,
  256.                 "Shadowed": true,
  257.                 "DrawOverBlur": true,
  258.                 "ParallaxMultiplier": 0.5
  259.             }
  260.         },
  261.         "Logo": {
  262.             "DrawSpectrum": false,
  263.             "Dim": {
  264.                 "Intro": 0,
  265.                 "Normal": 1,
  266.                 "Breaks": 1
  267.             }
  268.         },
  269.         "Bloom": {
  270.             "Enabled": false,
  271.             "BloomToTheBeat": true,
  272.             "BloomBeatAddition": 0.3,
  273.             "Threshold": 0,
  274.             "Blur": 0.6,
  275.             "Power": 0.7
  276.         }
  277.     },
  278.     "Dance": {
  279.         "Movers": [
  280.             "linear"
  281.         ],
  282.         "Spinners": [
  283.             "circle"
  284.         ],
  285.         "DoSpinnersTogether": true,
  286.         "SpinnerRadius": 25,
  287.         "Battle": false,
  288.         "SliderDance": false,
  289.         "RandomSliderDance": false,
  290.         "TAGSliderDance": false,
  291.         "SliderDance2B": false,
  292.         "Bezier": {
  293.             "Aggressiveness": 60,
  294.             "SliderAggressiveness": 3
  295.         },
  296.         "Flower": {
  297.             "AngleOffset": 90,
  298.             "DistanceMult": 0.666,
  299.             "StreamAngleOffset": 90,
  300.             "LongJump": -1,
  301.             "LongJumpMult": 0.7,
  302.             "LongJumpOnEqualPos": false
  303.         },
  304.         "HalfCircle": {
  305.             "RadiusMultiplier": 1,
  306.             "StreamTrigger": 130
  307.         },
  308.         "Spline": {
  309.             "RotationalForce": false,
  310.             "StreamHalfCircle": true,
  311.             "StreamWobble": true,
  312.             "WobbleScale": 0.67
  313.         },
  314.         "Momentum": {
  315.             "SkipStackAngles": false,
  316.             "RestrictAngle": 80,
  317.             "DistanceMult": 0.666,
  318.             "DistanceMultEnd": 0.666
  319.         }
  320.     },
  321.     "Knockout": {
  322.         "Mode": 2,
  323.         "ExcludeMods": "EZHT",
  324.         "HideMods": "",
  325.         "MaxPlayers": 50,
  326.         "BubbleMinimumCombo": 200,
  327.         "RevivePlayersAtEnd": false,
  328.         "MinCursorSize": 3,
  329.         "MaxCursorSize": 7,
  330.         "AddDanser": false,
  331.         "DanserName": "Danser"
  332.     }
  333. }
  334.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement