-
Posts
5,174 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
hi, any base that spawns in the ground like this was not copied properly you can modify the individual height for bases in the profiles, but the base needs to be recopied properly. that is, from the center of the base only, and at the correct height so that /paste shows it spawning with half of the foundation exposed
-
- 583 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
- 583 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
Changed Status from Pending to Closed
-
heya ok, glad you got it working. enjoy
-
@oldmenrust heya, if players cannot repair items then disable Block Plugins Which Prevent Item Durability Loss by setting it to false in each profile under oxide/data/RaidableBases/Profiles/ helicopters do get bounced into the stratosphere. it will be fixed in next update. you can set Eject Mounts -> Minicopter to false (as well as AttackHelicopter and ScrapTransportHelicopter) but it will still happen if the player tries to circumvent some other setting when mounted to one of those mounts if you want to fix it now you can edit the RaidableBases.cs plugin file and change on line 10072: float forceMultiplier = vehicle is GroundVehicle || vehicle is BasicCar ? 1f : vehicle is BaseSubmarine ? 1.25f : 15f; to float forceMultiplier = vehicle switch { BaseHelicopter => 2.5f, GroundVehicle or BasicCar => 1f, BaseSubmarine => 1.25f, RidableHorse => 3f, Tugboat or BaseBoat or _ => 15f };
-
@Oldbtchsgaming you can use the height setting per base in the profiles, but really the base should be recopied from the proper height and use /paste to verify. half of the foundation should be exposed above ground. you could simply edit the copypaste file itself and change the height there. height setting in profile, this should be used as a last resort. height setting in a copypaste file: this should only be used if you cannot get it to /copy properly
-
heya. they can use one of these commands /rb resetui status|buyable|delay|lockout|cooldown so if they put the status ui on top then type: /rb resetui status if they type /rb resetui by itself then it will reset all of their ui
-
no problem. glad you sorted. ya, RB handles it all independently of everything except CopyPaste
-
hi, it can still be another plugin regardless. any plugin can override TruePVE while its loaded, which is what RB does. but you don't have tracing enabled. there's no need or benefit to have it disabled as it is only ever used when you type /tpve.trace use that, reload TruePVE, go out of the event, type /tpve.trace, walk back in to the turret, type again to turn the trace off. look in the server console. if you see any relevant trace messages from turrets then there could be an issue such as Protection Radius not being large enough for that specific base. otherwise, you should not see any relevant messages as RB should override it. if RB did not allow it, then another plugin has prevented it. I suggest turning trace on AFTER you enter the event
-
Changed Status from Pending to Closed
-
no problem
-
thanks for the config ok, we'll see what happens. there's no debug if the base is inside of some zone though. I've added more debug in the next update
-
Changed Status from Pending to Closed
-
no problem, enjoy
-
also, you can enable ab.debug and then shoot the base to see what it says. disable it afterwards so we don't get unnecessary information. edit: if the base is in a zone manager zone then it won't convert. this seems the most likely. several plugins can create zones. if you have authed or built anything on the base then it might not convert
-
I see they have nteleportation.deletehome which they shouldn't. that is an admin/staff/moderator permission to delete other players homes with /home delete. players can use /home remove with just nteleportation.home. same goes for nteleportation.homehomes and nteleportation.radiushome let's see the config because I don't see any issue with AB yet. though screenshots are a nightmare with a wall of text. please attach a text file or post raw text only
-
heya, generally this happens when there's a permission issue. there are multiple issues that could affect permissions though. can you show me everything this says? oxide.show user 76561199053476862
-
Changed Status from Pending to Closed