Jump to content

14 Screenshots

Recommended Comments



TF Crazy

Posted

Your json file is incorrect

Billionaire

Posted (edited)

5 hours ago, Engola said:

as @TF Crazy said, your error comes from your config file ...

Edited by Gbutome
TF Crazy

Posted

@Engola Delete your config file. And reload plugin for generate new

  • Like 1
Engola

Posted

The plugin works perfectly, I have only found one drawback:
The heli patrol stops damaging protected structures (outside of raid hours) and players can drop the patrol without taking any damage to their bases. Is there any solution ?
Thank you
(google translator)

TF Crazy

Posted

14 hours ago, Engola said:

The plugin works perfectly, I have only found one drawback:
The heli patrol stops damaging protected structures (outside of raid hours) and players can drop the patrol without taking any damage to their bases. Is there any solution ?
Thank you
(google translator)

Damage blocked only for player. Heli can damaged player base

  • Like 1
NツZtalgie

Posted

Bonjour est-il possible d'interdire l'utilisation du lance-flamme ou lowgrade fuel pour les murailles en bois??? D'avance merci

TF Crazy

Posted

12 hours ago, NツZtalgie said:

Bonjour est-il possible d'interdire l'utilisation du lance-flamme ou lowgrade fuel pour les murailles en bois??? D'avance merci

Déjà bloqué de mémoire. Peut être qu'elle ne sont pas protèger par une armoire et que l'option est activé. 

NツZtalgie

Posted

8 hours ago, TF Crazy said:

Déjà bloqué de mémoire. Peut être qu'elle ne sont pas protéger par une armoire et que l'option est activé. 

bonjour sur mon serveur il n'est pas possible de le configurer! l'armoire protège bien le mur! Vais regarder les paramètres mais il me semble qu'il y a pas de lowgrade/lance flamme dedans ou j'ai mal vue 🙂

IKK

Posted

Oui il y a bien un problème avec la propagation du feu comme je l'avait déjà signaler. 

TF Crazy

Posted

23 hours ago, jason54 said:

Oui il y a bien un problème avec la propagation du feu comme je l'avait déjà signaler. 

Le code pour le feu est broken dans le code source de rust. Donc j'avais fait en sorte de stopper le dégâts selon un rayon d'action suivant l'impact. Donc si le fireblall est en dehors il peux avoir des dégâts. 

 

Je réfléchirais a une autre solution quand je ferrais la version 4

  • Like 1
IKK

Posted

3 hours ago, TF Crazy said:

Le code pour le feu est broken dans le code source de rust. Donc j'avais fait en sorte de stopper le dégâts selon un rayon d'action suivant l'impact. Donc si le fireblall est en dehors il peux avoir des dégâts. 

 

Je réfléchirais a une autre solution quand je ferrais la version 4

et pour le problème des tourelle de l'avant poste que l'on peut placer grâce a un plugins (on peut les détruire pendant la protection).

Alejo

Posted

Yo juste pour signaler que depuis quelques temps la barre du hud qui donne le temps restant dépasse quasiment du hud sur la droite 🙂

TF Crazy

Posted

14 hours ago, Alejo said:

Yo juste pour signaler que depuis quelques temps la barre du hud qui donne le temps restant dépasse quasiment du hud sur la droite 🙂

Avec quel affichage ?

Kleementin

Posted

I gotta say, it would be nice if this was written in english for everybody.

There might be issues/answers which are interesting for non french speaking persons.

Imagine I'd start to talk in german here. 🙂

 

More important: Any news to a new update that will fix this raid time message that comes at midnight?

I would really get rid of this.

TF Crazy

Posted

4 hours ago, Kleementin said:

I gotta say, it would be nice if this was written in english for everybody.

There might be issues/answers which are interesting for non french speaking persons.

Imagine I'd start to talk in german here. 🙂

 

More important: Any news to a new update that will fix this raid time message that comes at midnight?

I would really get rid of this.

Version 4.0.0 is not planned at the moment. I have started to think about all the new features. And there may be a lot of them:
- deletion of the config file, all will go through an admin panel in games
- allow anyone to create the display he wants
- a lot of bug fixes
- add an anti offline raid, raid limit and anti noob raid
and other things.

The plugin will probably be renamed to CRaidSetting. And the price will be increased. 

I currently don't have time to look into a rework of the plugin which will be around 4000/5000 lines of code. I'm changing jobs next month. But there will be a v4 someday. 

  • Like 3
Kleementin

Posted

On 7/27/2021 at 3:14 PM, TF Crazy said:

Version 4.0.0 is not planned at the moment. I have started to think about all the new features. And there may be a lot of them:
- deletion of the config file, all will go through an admin panel in games
- allow anyone to create the display he wants
- a lot of bug fixes
- add an anti offline raid, raid limit and anti noob raid
and other things.

The plugin will probably be renamed to CRaidSetting. And the price will be increased. 

I currently don't have time to look into a rework of the plugin which will be around 4000/5000 lines of code. I'm changing jobs next month. But there will be a v4 someday. 

Would be great if you could at least think about that message problem I mentioned.

Maybe this isn't too hard to do.

Anyway, I understand your personal situation and respect.

Although I gotta say it's a bit disappointing for someone like me who just bought the plugin and now won't get any more support on this.

I really hope you find a way to go on with your fabulous work soon so that we can benefit from it.

Good luck to you.

  • Like 1
ThaRealCamotrax

Posted

Not working for me, it did for some time but now it dosen't even after reloading.

498d996a808b28b9f7bed317abe19fe1.png

TF Crazy

Posted

On 8/1/2021 at 2:24 AM, ThaRealCamotrax said:

Not working for me, it did for some time but now it dosen't even after reloading.

498d996a808b28b9f7bed317abe19fe1.png

Show you config file

Niko31

Posted

We are wanting our raid schedule to be from 6 PM - 1 AM, but we cannot figure out how to do this. This should make sense (see below), but the plugin is not liking it.

 

 "• Monday": {
        "» All day raid": false,
        "» No raid all day": false,
        "» Schedules": [
          {
            "» Start": "00:00",
            "» End": "01:00"
          },
          {
            "» Start": "18:00",
            "» End": "24:00"
          }
        ]
      },

TF Crazy

Posted

Replace end 24 by end 00:00

Niko31

Posted

9 hours ago, TF Crazy said:

Replace end 24 by end 00:00

I'll try that. Thank you!

  • Like 1
Niko31

Posted

On 8/16/2021 at 3:28 AM, TF Crazy said:

Replace end 24 by end 00:00

One more question. When it hits midnight, Raid Controller says "Raids are finished for the day" then says "Raids are allowed up to 01:00." We allow raiding from 6 PM - 1 AM. Is there a way to disable that "Raids are finished for the day" notification when it hits midnight, but still have the notification when raids are truly not allowed?

TF Crazy

Posted

Corected in v4

Kleementin

Posted

21 hours ago, TF Crazy said:

Corected in v4

When will it come?

LosGranada

Posted

how fix this? 

"default": {
      "• Wipe Cooldown": {
        "» Enabled": true,
        "» Days after wipe": 1,
        "» Custom (dd-MM-yy HH:mm)": null
      },

 

1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 6
  • Sad 1
  • Love 2

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2m

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.