-
Posts
5,174 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
Changed Fixed In to Next Version
-
another plugin is removing the player as the initiator, most likely death notes which has always done this, or something else. I removed the workaround for it (because its hacky code and I won't be using it) which is why its noticeable.
-
@aimacakmost players are accustomed to turrets without power sources working, but it would be very confusing for players to destroy a power source and have power persist. you copy from center of base looking at top of the center most foundation, or you can use the AutoHeight option in the config (NOT profile)
-
Facepunch will have to resolve the buoyancy having fewer slots (36). I guess just use the normal box until this next Rust forced update and check again:) Ill go ahead and try to force the size in my next update but it should be changed by Facepunch to be consistent size with the other box by default @aimacakya, it is intended to work this way. then you can decide which turrets always have power and which do not. walled off TC is intended also, but I would have to see a box to confirm if it is where I want it to be. it's best to edit it to your liking, of course. there is no one size fits all here, either:) I will check umod threads later today
-
heya this is a bug and is fixed in the next update if (victim.skinID == 14922524 && weapon != null && RaidableBase.Has(weapon)) { return false; } changed to if (victim.skinID == 14922524 && weapon != null && weapon.OwnerID == 0 && RaidableBase.Has(weapon)) { return false; }
-
Changed Status from Pending to Closed
-
hi, this happens when another plugin removes the player as the initiator. Death Notes is known to do this with its use of the OnFireBallSpread hook, but it's not limited to that plugin
-
a video of this would be better. I feel like some information is left out. it is not clear where the players are, and this sounds like an AI bug not a plugin bug. npcs are told to attack every second, so if they're staring off into Narnia then their AI is frozen and there's nothing I can do about that.
-
Loot still accessable Prior to taking tc
nivex replied to drippytip2022's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Loot still accessable Prior to taking tc
nivex replied to drippytip2022's Support Request in Support
yes -
I have no answer. the plugin does not assign a value to Mode unless it's done manually. it can't be a config issue. this setting is in the profile. I'll see what I can do. I just rewrite everything in these cases, and I see that I can condense some code instead so I will do that for this issue.
-
hm, couldn't tell you. there's nothing that allows the plugin to change the difficultly once it has been set. it must be changed manually
-
Loot still accessable Prior to taking tc
nivex replied to drippytip2022's Support Request in Support
yes, this is intended. they're technically looting the bag the box drops and not the box itself. you would have to use an option to make the box invulnerable. I can add an option to make them invulnerable until the TC is destroyed your other option isn't viable unless the boxes have no locks at all, and Add Locks To Boxes is disabled, then you can just enable Boxes Are Invulnerable instead. -
it's not a bug. it can't spawn a base unless its in that profile, or your player bought the wrong difficulty by mistake.