-
Posts
5,806 -
Joined
-
Last visited
-
Days Won
198
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
@PhatBlinkie hi, there's no way to achieve that in PVE when locking to players is enabled. if you bypass the PVE lock then no PVE bases will lock to players what I can do is add an option under "Manual Events" for "Bypass Lock Treasure To First Attacker" then you could host your PVE events manually and they won't lock. I will add option for a larger map marker too (I don't want to add different colors, that's bloat)
-
hi, private object OnInterferenceUpdate(AutoTurret turret) { return Has(turret, true) ? true : (object)null; } just change it from false to true again. it no longer needs to be false. line 14029 sentry turrets plugin has already been updated too
-
@erdemkrdgn hi, each tier contains all the files setup to work with the bases in that package if you have loot tables already, then you could use only the bases if you wanted. if you have some bases already then you could add them by command to my profiles, or add my bases to your profiles by command
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
Need Help Disabling or Editing NPC Loadouts in Raidable Bases
nivex replied to skipper559's Support Request in Support
hi its in the profiles oxide/data/RaidableBases/Profiles -
Need Help Disabling or Editing NPC Loadouts in Raidable Bases
nivex replied to skipper559's Support Request in Support
heya a loadout is configured under Scientist Loadout or Scientist Kits, if theyre spawning with different items then its from a different plugin also, what they spawn on their corpse when they die is heavy scientist prefab loot since theyre heavy scientists. disable this by setting Disable All Prefab Loot Spawns to true. or remove what prefab it shouldnt use from the Prefab ID List, and set Enabled to true, if you want corpses to have different prefab loot. -
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, he is correct that it should return true for a non-bool hook, but oxide and carbon have changed it to a bool hook. so it needs to return false now, not true
-
heya, disable the server.pve convar server.pve false the truepve plugin will provide the pve
-
How do I disable all of this in raid bases?
nivex replied to rustfoxgaming's Support Request in Support
hi, thats in your loot tables or your copypaste files. rb cant spawn it if its not configured to spawn. copypaste or another plugin would have to Empty All Containers is an option in the profiles, if its coming from your copypaste files. otherwise its in your loot tables or being spawned by another plugin lastly, delete the oxide/data/RaidableBases/Profiles/Default_Loot.json to ensure it remains an empty file since it will be recreated as an empty file. -
heya, thats caused by another plugin. restart without tugme installed. he should have an update soon so keep an eye out. if not using tugme then youll still have to do the same with whatever plugin is causing it.
- 1 reply
-
- 1
-
-
hi. ok, added this hook in the next AB update
-
hi, yes, you can disable Use Random Names in the profiles.
- 1 reply
-
- 1
-
-
hi, there is an option explicitly for that reason already. this will prevent the same base spawning twice Require All Bases To Spawn Before Respawning An Existing Base if you want that to persist a restart or reload then enable this too, Require All Bases To Spawn Persists On Restart
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
I understand how it should work and it would be nice, but this feature cannot be 100% reliable because server crashes, unloaded plugins, or degraded performance will break it. I can make events reopen after a restart, but if the plugin can't find a base after restart then you will be responsible for cleaning up any that don't reopen or work properly. If you accept these limitations I can reconsider adding it. it isn't plausible for another plugin to handle this for RB since the required methods aren't exposed and bases cannot persist server restarts, server crashes, or reloading.
