Jump to content

nivex

Creator
  • Posts

    4,778
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Only PVP or only PVE base spawns

    no problem
  2. nivex

    Raidable Bases

    some good ideas will keep them I mind @Swedish Chef
  3. hi, normal mode is available in the free version only. you can change it in the language file for the premium version
  4. nivex

    Raidable Bases

    @chuck norris@CovfefeWaterEvent, SatDishEvent, PowerPlantEvent, JunkyardEvent, HarborEvent and AirEvent. All of which appear to have been fixed so I suggest updating those plugins. It was a very simple bug that caused all of this mayhem but was extremely difficult to figure out as I looked over it many times without finding the issue lol. That includes looking over 6,000 changes in Raidable Bases and checking over Junkyard Event multiple times without finding anything wrong. I am greatful for the help received while looking into this issue! @stouty84as @nashslashmentioned this is probably the best way since it's not possible to set them globally unless you set them the same in each profile. you can also configure the names that you'd like them to be set to in the profiles though, rather than having it pick from Facepunch's list of random names
  5. nivex

    Abandoned Bases

    @Pupsik@Covfefesorry for this issue! I will try to fix it asap
  6. nivex

    Only PVP or only PVE base spawns

    Hi, you can only set one of those options to true If you want it to be 50/50 then you can use the option "Chance To Randomly Spawn PVP Bases (0 = Ignore Setting)": 50.0, let me know if you have anymore questions
  7. nivex

    Raidable Bases

    i can confirm that the major bug causing arena walls and other such entities to spawn in the wrong location / away from the base is fixed in the next update ! this is huge as it's taken me almost all month to figure out. and the bug wasn't even in my plugin which is what everyone told me to start with, but I am happy to have it fixed in the culprits plugin, and a workaround in mine, finally either way! delete the entire line ResetToPool(foundations); and change public List<Vector3> foundations { get; set; } = Pool.GetList<Vector3>(); to public List<Vector3> foundations { get; set; } = new List<Vector3>(); and it'll be fixed without having to update the other plugins causing this bug since it won't pool this lists anymore
  8. nivex

    Raidable Bases

    @Covfefeit is possible that the current major bug in 2.4.2 is also causing this so please let me know if 2.4.3 does not fix it when I release it. ETA is a few days I'd imagine. just need to fix mini spamming players with enter/exit messages and a few other minor things before it's ready for release @ClockwurkStability can't be fixed by me. I'm just calling native methods from the game, and the game doesn't like that for whatever reason. but anyway, rather than reinvent the wheel I have just decided to semi-reverrt the changes that disabled the stability option in CopyPaste by allowing a configuration option to use stability option once again from CopyPaste instead, at your own risk
  9. nivex

    Bundle

    yes that's right. tier 3 + plugin = bundle, and has everything
  10. nivex

    Bundle

    hi, the bundle includes the plugin and a tier. you decide which tier you want to include in said bundle. each tier inherits the previous tier currently. they will be made unique soon. the difference is the amount of bases in each: tier 1 (10 bases, 2 per diff), tier 2 (25 bases, 5 per diff), and tier 3 (50 bases, 10 per diff)
  11. nivex

    Raidable Bases

    probably file permission issue. you would have to post the messages shown when trying to load the plugin.
  12. nivex

    update

    hi, updates for what?
  13. nivex

    Ladders are blocked

    @TheProfessorsorry for the delay but there are currently bugs that must be resolved before I can release the update. I am unable to reproduce one major bug so I do not have an ETA yet but I'd hope it to be within a week if at all possible
  14. nivex

    Raidable Bases

    @DiDreamer@roccoah yes, this reminds me, there is a Russian Kits plugin that does not work because their API for isKit is bugged. replace the API with this to fix it: [HookMethod("isKit")] public bool isKit(string kitName) { return kitsList.Exists(p => p.Name == kitName); }
  15. nivex

    Raidable Bases

    @chuck norrisCopyPaste is what pastes the bases so you will need to look for an error
  16. nivex

    buy raid

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  17. nivex

    buy raid

    Added `Buyable Events => Use Permission (raidablebases.buyraid)` (false)
  18. nivex

    buy raid

    hm well I could make it optional to use a permission, and disable it by default
  19. nivex

    FIX PLEASE

    I mean to uninstall everything except Raidable Bases and CopyPaste
  20. nivex

    Abandoned Bases

    As stated in Discord, I may add the option in the future
  21. nivex

    buy raid

    it has never required a permission, and adding a permission at this stage of the plugin would only serve to severely confuse those who have been using it without a permission
  22. nivex

    FIX PLEASE

    best bet is to use only raidable bases and copypaste to make sure its another plugin causing the issue, or your config
  23. nivex

    Raidable Bases

    @Covfefe post #1 - i'll look into it to make sure this is not happening Use Cumulative Probability - in laymen terms you want the total probability of all 5 to equal 100%, and each should be the specific amount from 100% that you want to allow. so for example you could put 40.0 for easy, 30.0 for medium, 15.0 for hard, 10.0 for expert and 5.0 for nightmare post #2 - this works. if it's not showing for you then it's because you're using a cheat (vanish, noclip, anything within past 30 seconds, god, or godmode plugin). i've changed it in 2.4.3 to allow cheating if you have permission raidablebases.canbypass post #3 - known issue - trying to fix this. it's what all of the position issues are from. disabling walls will not fix it as the center is still wrong
  24. oops sorry I forgot to respond to this. I will note this for later ty for the suggestion
  25. nivex

    Zone/base overlap

    heya thanks for reporting this. it is fixed in the next update
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.7k

Files Sold

Total number of files sold.

2.4m

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.