Jump to content

Backround Colour byraid nightmare is black too

Closed 2.6.0 2.6.1

Doughaffernen
Doughaffernen

Posted

Hi,

 

when players type "buyraid" than all is fine, but the nightmare option is since yesterday all black. in config i couldnt find failure. How i can change that all can read nightmare again?

 

"Buyable UI": {
      "Enabled": true,
      "Cursor Enabled": true,
      "Anchor Min": "0.522 0.136",
      "Anchor Max": "0.639 0.372",
      "Panel Color": "#000000",
      "Panel Alpha": 0.0,
      "Button Alpha": 1.0,
      "X Text Color": "#FFFFFF",
      "Font Size": 14,
      "Use Contrast Colors For Text Color": true,
      "Use Difficulty Colors For Buttons": true,
      "X Button Color": "#497CAF",
      "Easy Button Color": "#497CAF",
      "Easy Text Color": "#FFFFFF",
      "Medium Button Color": "#497CAF",
      "Medium Text Color": "#FFFFFF",
      "Hard Button Color": "#497CAF",
      "Hard Text Color": "#FFFFFF",
      "Expert Button Color": "#497CAF",
      "Expert Text Color": "#FFFFFF",
      "Nightmare Button Color": "#497CAF",
      "Nightmare Text Color": "#FFFFFF"
    },
    "Delay": {
      "Enabled": false,
      "Anchor Min": "0.472 0.172",
      "Anchor Max": "0.55 0.311",
      "Panel Alpha": 1.0,
      "Background Color": "#000000",
      "Text Color": "#FF0000"
    },
    "Details": {
      "Enabled": true,
      "Anchor Min": "0.748 0.228",
      "Anchor Max": "0.986 0.248",
      "Details Font Size": 10,
      "Panel Alpha": 0.98,
      "Panel Color": "#000000",
      "Label Color": "#EAEAEA",
      "Negative Color": "#FF0000",
      "Positive Color": "#008000"
    },
    "Lockouts": {
      "Enabled": true,
      "Easy Anchor Min": "0.838 0.285",
      "Easy Anchor Max": "0.883 0.320",
      "Medium Anchor Min": "0.893 0.285",
      "Medium Anchor Max": "0.936 0.320",
      "Hard Anchor Min": "0.946 0.285",
      "Hard Anchor Max": "0.986 0.320",
      "Expert Anchor Min": "0.838 0.325",
      "Expert Anchor Max": "0.883 0.365",
      "Nightmare Anchor Min": "0.893 0.325",
      "Nightmare Anchor Max": "0.936 0.365",
      "Panel Alpha": 1.0
    },
    "Enabled": true,
    "Status Anchor Min": "0.748 0.249",
    "Status Anchor Max": "0.986 0.279",
    "Status Font Size": 12,
    "Panel Alpha": 1.0,
    "Panel Color": "#000000",
    "PVP Color": "#FF0000",
    "PVE Color": "#008000",
    "Show Loot Left": true,
    "Show Time Left": true

nivex

Posted

ah, it's not using the contrast properly. it's fixed in next update.

var labelColor = config.UI.Buyable.Contrast ? GetContrast(text == null ? "#808080" : config.UI.Buyable.GetText(mode)) : Color(config.UI.Buyable.GetText(mode));

to

var labelColor = config.UI.Buyable.Contrast ? GetContrast(text == null ? "#808080" : config.UI.Buyable.Difficulty ? config.Settings.Management.Colors2.Get(mode) : config.UI.Buyable.GetButton(mode)) : Color(config.UI.Buyable.GetText(mode));

 

nivex

Posted

Changed Status from Pending to Closed

Changed Fixed In to Next Version

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.