Jump to content

nivex

Creator
  • Posts

    5,794
  • Joined

  • Last visited

  • Days Won

    198

Everything posted by nivex

  1. nivex

    Stuck need help.

    you're welcome. I'm glad you got it all figured out. BetterChat is what I recommend. there are other plugins but BetterChat is the only one I'm familiar with. it's free and works great.
  2. nivex

    Raidable Bases

    @Soller I can add "Max Events During Deep Sea" (or some percentage) under Maintained/Scheduled/Buyable, but not going to bloat it with options for each difficulty. It will limit the amount of new events only, anything already spawned prior to the deep sea opening will not be despawned
  3. nivex

    Stuck need help.

    hello, ya you purchased the plugin. the tier package doesn't include the plugin. it contains everything used by the plugin and tier 3 is a good choice yep
  4. nivex

    Stuck need help.

    hello Bullet, you really must read the documentation first or you won't understand how to use the plugin. there's too much information from the documentation to repeat here. read everything, and once you get to the basic setup guide "a few steps" you'll have a basic understanding of what to do. the required steps is to edit the config, create loot tables using Raidable Bases Loot Table Editor (or use the default temporarily), download the copypaste plugin, download your own copypaste bases, install those copypaste bases and the plugin, add those filenames for each base to the profiles, and so forth. this is explained in the documentation I have tier packages available that have all of those files preconfigured. it's much easier to edit that than to do it all from scratch. if you're new, then I suggest a tier package. it's a very complicated plugin and will take a very long time either way. you can find all of my tier packages on my profile, every tier package has a red image and only one tier package is necessary if you decide to go that route. all tier packages do have their own unique bases though. https://codefling.com/nivex
  5. nivex

    despawn

    Changed Status from Pending to Closed
  6. nivex

    despawn

    hi, you can enable these options in the profiles Despawn Dropped Loot Bags From Raid Boxes When Base Despawns Despawn Dropped Loot Bags From Npc When Base Despawns
  7. nivex

    Raidable Bases

    thank you @Agricolait is greatly appreciated of course
  8. Changed Status from Pending to Closed
  9. ah, no worries. have fun
  10. nivex

    Raidable Bases

    thanks @Agricola, the line number varies based on the number of bases in the profile
  11. nivex

    Raidable Bases

    @ciri heya, that's Sphere Colors in the profiles oxide/data/RaidableBases/Profiles/
  12. heya, if it doesn't change the image then I will have to fix it
  13. nivex

    Cars/Mounts/Helis in RBs

    you're welcome here's the fix. edit RaidableBases.cs line 7975: AddContainer(container); change to: if (!container.HasParent()) AddContainer(container); line 19831: var m = entity as BaseMountable; change to: var m = entity.HasParent() ? entity.GetParentEntity() as BaseMountable : entity as BaseMountable;
  14. nivex

    Cars/Mounts/Helis in RBs

    hi, it does look like its bugged. ill fix it in the next update. set this to true until the next update so the mount despawns for now. "Despawn Spawned Mounts": true,
  15. nivex

    Raidable Bases

    hi, those settings are what the plugin drops on death. the game will drop it's own prefab loot too. all of my npcs are heavy scientists so they will drop heavy scientist loot. you can change that under Spawn Alternate Default Scientist Loot oxide/data/RaidableBases/Profiles/ this example changes it to scientist roam loot "Spawn Alternate Default Scientist Loot": { "Prefab ID List": [ "roam" ], "Enabled": true, "Disable All Prefab Loot Spawns": false }, if you don't want any prefab loot then set Disable All Prefab Loot Spawns to true instead. any other loot is from another plugin @zoidberg
  16. nivex

    tree spawn

    hi, the translation is confusing. Eject Tree Radius When Spawning Base will eject trees on spawn if configured above 0 Delete Tree Radius When Spawning Base will delete trees on spawn if configured above 0 Respawn Deleted Trees When Despawning Base will respawn trees on despawn if set to true
  17. nivex

    Carbon compatible?

    Changed Status from Pending to Closed
  18. nivex

    Carbon compatible?

    nice, you're welcome, enjoy! no plans for a ui haha that would be absolutely massive.
  19. nivex

    Carbon compatible?

    ^ also chatgpt its handy but when it gives you too much information it can be confusing to follow.
  20. nivex

    Carbon compatible?

    Dont reinstall, nothing is broken. This is just a profile filter issue. "Include PVP Bases": false Maintained Events will only pick profiles with Allow PVP set to false. Any profiles with Allow PVP set to true are skipped. If all profiles are still true, nothing spawns. If you change and don't reload, nothing spawns. Do this: Set Allow PVP to false in each profile you want Maintained Events to spawn from Reload the plugin Or, if you want to keep using PVP profiles and convert them to PVE for Maintained Events: Set "Include PVP Bases": true Enable Convert PVP to PVE only (Convert PVP to PVE only ignores Allow PVP, but it cannot bypass Include PVP Bases being false)
  21. nivex

    Carbon compatible?

    hi "Include PVP Bases": false, Maintained Events has that set to false, so it will only use profiles that have Allow PVP set to false as well. if you did set it to false then you need to reload the plugin to apply those changes. I've tested this config for you and it is working
  22. nivex

    Carbon compatible?

    heya, you don't need to restart the server. just reload the plugin with c.reload RaidableBases if you have issues with PVP then use the Convert PVP to PVE option. this is under Manual, Maintained, Scheduled and Buyable Events
  23. nivex

    Carbon compatible?

    hi it works fine with Carbon yes
  24. nivex

    Propane Tanks :)

    heya, no, that's just for ladders and barricades.
  25. nivex

    Abandoned Bases

    added in the next update Added sar option, `Distance to block the command when used near players that are not authed` (50 meters) - vanish, invis and noclip users are excluded! "AuthorizeOther": "You are not allowed to use this command near unauthorized players.", you can of course change that message or remove it entirely by setting it to "AuthorizeOther": "", still working on player-made boat support in multiple plugins of mine so it will be released when that is completed:)
2.2m

Downloads

Total number of downloads.

10.4k

Customers

Total customers served.

150.5k

Files Sold

Total number of files sold.

3.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.