-
Posts
5,987 -
Joined
-
Last visited
-
Days Won
201
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
thanks, this is fixed in the next update already as per the patch notes, Move Cookables Into Ovens has been disabled for now. you can of course still add items to the copypaste file Move Items Into Lockers would allow items frequently used in player kits to spawn into lockers Additional Containers To Include As Boxes could be enabled (if Destroying The Cupboard Completes The Raid is not enabled) so that lockers are required to be looted in order for the raid to end if you place high value on items in lockers lockers can hold a substantial amount of items so you must understand that you will have far fewer items in boxes as a result
-
@Xandraa tree? trees are deleted by the plugin. what tree are you speaking of specifically? the exact prefab name @CraftI see no issue with this for any of my tests. make sure each profile is configured as above. the best I can do is allow a bit longer of a delay before equipping a weapon. there is no other fix
-
lockout timers don't reset. it is given either when it ends or when it despawns depending on when they were flagged as a raider but not both. I've attempted to fix this but short of overriding the override for OverrideCorpseName there is no guaranteed fix, and there's simply no reason to do this as it would break a lot of other code to accomplish that. hopefully my workaround is enough for you.
-
@gamaonly the person who purchased may download the update you can fix it yourself: Senses.Init( owner: GetEntity(), memoryDuration: 5f, range: 50f, targetLostRange: 75f, visionCone: -1f, checkVision: false, checkLOS: true, ignoreNonVisionSneakers: true, listenRange: 15f, hostileTargetsOnly: false, senseFriendlies: false, ignoreSafeZonePlayers: false, senseTypes: EntityType.Player, refreshKnownLOS: true ); change that to this (you are just adding a line) Senses.Init( owner: GetEntity(), brain: this, memoryDuration: 5f, range: 50f, targetLostRange: 75f, visionCone: -1f, checkVision: false, checkLOS: true, ignoreNonVisionSneakers: true, listenRange: 15f, hostileTargetsOnly: false, senseFriendlies: false, ignoreSafeZonePlayers: false, senseTypes: EntityType.Player, refreshKnownLOS: true );
-
2.6.5 has been released and requires the Rust update if I missed your suggestion this round then it should be in the next non-hotfix update. I'm assuming something will go wrong since it's a Rust update please note my hours different from those hours so I will not be available when the Rust update hits until several hours later. my testing shows that the plugin compiles with the Rust update so it should be fine hopefully, which is generally the case but not always @aimacakthis is not a raid bases issue. it is true pve and belongs in the true pve thread. post your config there.