-
Posts
5,041 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
hi, you can edit the messages in the language file. oxide/lang/en/RaidableBases/
-
depends what you changed to start with. i'd also need the map and location on the map this happened at. bases spawning that far under terrain should never happen because they are all copied perfectly where every single base has the foundation copied 1 meter (of 3) off the ground. maybe there's some Rust layer I don't know about.
-
@ZEODEthat update was released a month ago, and you downloaded it the day it was released 😛 post a screenshot inside and outside of the base, or a video short of placing boxes on top of objects to elevate them off of the ground such as on the 2nd shelf only, or make-shift shelves, i doubt this is fixable.
-
- 578 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
buyable events and maintained events spawn the same. if it isn't working then there's no more terrain for that protection radius to spawn on. the message tells you how to adjust this, by lowering the protection radius. you can create flat land on your maps using RustEdit so you do not have this issue moving forward. most custom maps do not have enough flat land, and a lot of proc gen maps concentrate flat land near water as per documentation this is not recommended and not supported. players should use the /buyraid command. if you insist on doing this you can try setting the price to 1 in the shop, the actual cost in the raid bases config, and using the command 0 = easy, 1 = medium, etc. the actual syntax ($player.id) to use is in the shop or stores plugin documentation
-
Changed Status from Pending to Closed
-
hi, Backpacks Drop At PVP Bases Backpacks Drop At PVE Bases Allow Player Bags To Be Lootable At PVP Bases Allow Player Bags To Be Lootable At PVE Bases all of these need to be set false
-
- 578 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
Changed Status from Pending to Closed
-
Heya. You need to revoke the raidablebases.banned permission. Please read the doc
-
I am aware of the issue regarding entities not taking damage in rare situations. I am actively trying to implement a better solution to handle this. Unfortunately, it's no where near as simple as it is with Raidable Bases. CopyPaste tells RaidableBases every entity in the base, whereas Abandoned Bases must find them on its own. Finding every entity in a compound with multiple TCs or buildings is extremely difficult. This is exactly why CopyPaste has such a difficult time copying compounds in their entirety. My current solution is an approach I use in AdminRadar where I cache entities. In this case I will be caching each TC and its entities for a quick lookup when needed. It will also need to adjust the cache if it changes due to new entities being added, or existing ones being destroyed. It seems like a rather simple solution so we'll see.
- 578 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
I don't believe there is any incompatibility with DynaCupShare, but I most certainly will never support any plugin that removes players auth from TC. I strongly suggest against using any plugin that removes TC auth under any conditions when using either plugin. These plugins rely explicitly on TC auth and entity owner ids to determine if the base should be destroyed or not. Any plugin that interferes with this will cause issues.
- 578 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
Changed Status from Pending to Closed
-
Answered original question in plugin discussion
-
Changed Status from Pending to Closed
-
np. not likely. i've considered it in the past and may visit the idea again once i've implemented other features with higher priority
-
hi, it's not an error. whenever the plugin is setting up a base it will display this. many cooldowns are put in place to prevent the server from being overloaded. these are explained in the documentation