-
Posts
4,808 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
I reproduced this and have fixed it in the next update
-
Changed Status from Pending to Closed
-
ok, no problem
-
its in the documentation which needs to be read too
-
so the folder oxide/data/copypaste doesn't exist on your server. this is where the copypaste files belong. it needs to be lowercase too CopyPaste plugin from uMod is required too there is a video in the documentation on how to setup the plugin yourself
-
yes. everything is on the server by default, but it needs to be configured.
-
i've added this for you. it will be retroactively added to all profiles in next update this includes examples for ease of editing, with each example disabled by default. this prevents the example from showing before you have the chance to edit it, and allows you to disable it at any time while preserving the existing entries. this includes a command rb.config noexplosivecosts if you wish to wipe them all from every profile
-
hi, welcome to the modding community. it's best that I write everything down so you can follow one step at a time until completed. this plugin is very complicated as stated in the documentation, and requires several files to function properly the plugin itself (oxide/plugins/RaidableBases.cs) the config (oxide/config/RaidableBases.json) copypaste files (oxide/data/copypaste/) profiles (oxide/data/RaidableBases/Profiles/) loot tables (oxide/data/RaidableBases/Difficulty_Loot) you purchased the plugin, so you have #1 you purchased a base pack, so you have #3 you do not have #2, #4 and #5 configured so the plugin does not function because you do not have those configured you will need to do so in order to use the plugin. I highly recommend a tier package as it's much easier to edit a working copy than to do it from scratch. my tier packages contain everything needed, where base packs from other third-parties do not. https://codefling.com/nivex you can add bases to your profiles with commands (this is an example...you need to specify the correct filenames from your base pack): rb.config add "Easy Bases" roneasy1 roneasy2 roneasy3 rb.config add "Medium Bases" ronmedium1 ronmedium2 ronmedium3 etc, but you still need to configure the rest of the plugin
-
Changed Status from Pending to Closed
-
looks cool to me can remove it like you would any other personal marker you can change it in the language file ("My Purchased Raid Base") Added `Add Personal Marker On Owners Map` (false) for purchased events (@fuscazo) in version 2.9.0 to be released September 5th 2024
-
heya, that pack contains the copypaste files only. you would still need to add them to your profiles, but it does not look like you have any profiles configured. please have another look at what I said.
-
hi, well you do not have any profiles configured/installed. you would still need to configure the plugin as installing the copypaste files is not sufficient. so you would install the plugin install the copypaste files add the copypaste files to the profiles, and configure each profile create loot tables setup the configuration file etc if you bought a tier package from me then it would have everything you need already and all you would need to do is configure to your servers specific needs as you see fit. other parties that sell base packs generally do not contain any profiles, loot tables, etc. usually its only the copypaste files.
-
heya. bases need to be added to your profiles to work. use rb.config list and rbe debug
-
@NoxiousPluK hi, you can add remove to Blacklisted Commands in the config to block that plugin this will only work for the above command. if players have privileges to use the below commands then it will not work properly. Remover Tool does not call the canRemove hook for the below commands: /remove all /remove structure, or /remove s /remove external, or /remove e /remove admin (it is intended that this command not be blocked if you activate it outside of the event first) noclip (same as /remove admin) it can be fixed if Tryhard were to implement call hooks for canRemove in each of those functions. otherwise I don't think there is anything I can do to prevent it.
-
- 572 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
4k isn't that small. you should still have more than 118 points on it. you need maps with at least 1500 points but again the config could cause it if you are excluding too many locations
-
hi, as for debug. in the future let the plugin run normally for some minutes then type rbe debug and immediately again to toggle it off. this clumps all of the debug together I dont need anymore debug though. the map is the issue with only 118 points. the config could cause it if not configured properly for your map though I don't see any zonemanager messages, is that not installed? just making sure, and no it should not be used with rb fyi
-
heya, these are despawn logs 1. can you show messages when the plugin loads 2. including the grid message 3. and show the rbe debug messages (type that again to toggle it off)
-
Changed Status from Pending to Closed
-
no problem
-
heya, you can look at the .cs to find all of the hooks btw private void OnPlayerEnteredRaidableBase(BasePlayer player, Vector3 raidPos, bool AllowPVP, int difficulty, string unused1, float unused2, float unused3, float loadTime, ulong ownerId) this will provide the ownerId
-
- 572 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)