Jump to content

Where are the UI options you added?

Closed 2.2

Tom
Tom

Posted

I can't find the UI options?

TF Crazy

Posted

oxide/config/CRaidCOntroller.json

TF Crazy

Posted

Changed Status from Pending to Closed

rex

Posted

months the plugins do not work why it always causes damage to the base thank you 

TF Crazy

Posted

Several possibilities :

  • Check that
    Enable nullify damage": true,

     

  • If you do damage to one of your buildings and this is activated, it's normal.

    Allow entity's owner bypass": true

     

  • The last possibility is that you are in a time slot where raids are allowed.

For example

    "3.1 Monday": {
      "3.1.1 Start": "16:00",
      "3.1.2 End": "00:00"
    },

The Raids will start on Monday at 4 p.m. and end at midnight.

So if you raid during this period the damage to the bases will be active.

 

rex

Posted

THANK YOU ITS NICKEL WORK 

rex

Posted

I put from 19.00 to 23.00 it is 19.00 but I still have the red bar thank you  

 

TF Crazy

Posted

When you make a modification to a configuration file, remember to reload the plugin

o.reload CRaidController

Please wait a few minutes, your computer time and the server time may differ.

rex

Posted

yes but it's 20.11 and the bar is still red and we can't raid 

 

rex

Posted

Yes, but it's 8:11 PM, the bar is still red, and we still can't raid even though my config is set.

  "1. UI": [
    {
      "1.1 Hide UI":  false,
      "1.2 Hide if isn't raid time":false,
      "1.3 Hide if is raid time": false,
      "1.4 Anchor Min": "0.78 0.89",
      "1.5 Anchor Max": "0.99 0.99"
    }
  ],
  "2. Damage": [
    {
      "2.1 Enable nullify damage": true,
      "2.2 Allow entity's owner bypass":  true
    }
  ],
  "3. Raid Schedules": {
    "3.1 Monday": {
      "3.1.1 Start": "19:00",
      "3.1.2 End": "23:00"
    },
    "3.2 Tuesday": {
      "3.2.1 Start": "19:00",
      "3.2.2 End": "23:00"
    },
    "3.3 Wednesday": {
      "3.3.1 Start": "19:00",
      "3.3.2 End": "23:00"
    },
    "3.4 Thursday": {
      "3.4.1 Start": "19:00",
      "3.4.2 End": "23:00"
    },
    "3.5 Friday": {
      "3.5.1 Start": "19:00",
      "3.5.2 End": "23:00"
    },
    "3.6 Saturday": {
      "3.6.1 Start": "19:00",
      "3.6.2 End": "23:00"
    },
    "3.7 Sunday": {
      "3.7.1 Start": "19:00",
      "3.7.2 End": "23:00"
    }
  },
  "4. Options": [
    {
      "4.1 Refresh time": 5.0

 

 

rex

Posted

It tells me on the server: "It's not raid time."

TF Crazy

Posted

So either you haven't reloaded the plugins.

Otherwise the plugin has US time zone

 

 

Line 374 replaces

            // FRENCH DAY string date = dt.ToString("dddd", new System.Globalization.CultureInfo("fr-FR"));
            string date = dt.ToString("dddd",newSystem.Globalization.CultureInfo("en-US"));  

about

            string date = dt.ToString("dddd",newSystem.Globalization.CultureInfo("fr-FR"));//string date = dt.ToString("dddd", new System.Globalization.CultureInfo("en-US"));  
            

 

rex

Posted

how to set the time in french thank you 

TF Crazy

Posted

You can create your own discussion topic next time. Thanks.

I replied to you in my previous message to put the date in FR

1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

120.5k

Files Sold

Total number of files sold.

2.5m

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.