-
Posts
5,790 -
Joined
-
Last visited
-
Days Won
197
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
Changed Status from Pending to Closed
-
ah, no worries. have fun
-
heya, if it doesn't change the image then I will have to fix it
-
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;
-
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,
-
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
-
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
-
Changed Status from Pending to Closed
-
nice, you're welcome, enjoy! no plans for a ui haha that would be absolutely massive.
-
^ also chatgpt its handy but when it gives you too much information it can be confusing to follow.
-
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)
-
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
-
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
-
hi it works fine with Carbon yes
-
heya, no, that's just for ladders and barricades.
- 1 reply
-
- 1
-
-
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:)
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
@Soller hi, do the limits not work? I've added the limits when you requested it. I understand that hurts legitimate players too. so an alternate solution would be helpful. "Loot Required (SAR)" "Foundations Required (SAR)" "Walls Required (SAR)" ejecting is good thinking, but it will still be exploitable. such as predicting where the player would be ejected, or the player returning and walking into the event accidentally just to die anyway I have a solution, block /sar when another player is in the event radius and not authed on the TC. just a modified version of your idea. optional, and enabled by default.
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
heya, I will add full support in the next update
-
heya, I've sent you a coupon in DM. hope that helps. enjoy!
-
Changed Status from Pending to Closed
