-
Posts
5,170 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
I will continue to respond in the discussions so everyone can see the answers. I will resolve it in the next update. either by fixing the issue, or removing support for Zone Manager if I cannot fix it
-
@Eddie Flats @Kobani the issue is something has broken with the Zone Manager support. I am not sure how to fix it but I am trying. I suggest removing Zone Manager Zones from your spawn points for the time being (just disable the zone in Zone Manager. you don't need to delete it) alternatively, if you move your spawns database into the profiles then you can enable Prevent Building Until Base Spawns and remove the need for Zone Manager entirely
-
hi, try downloading the file and uploading it again.
-
error when using tunnels and missle silo elevator
nivex replied to mark bergervoet's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
error when using tunnels and missle silo elevator
nivex replied to mark bergervoet's Support Request in Support
thanks, it will be fixed in next update just ignore it for now. I have other issues to fix before I can release another update -
- 583 comments
-
- 2
-
-
- #rust
- #rust plugin
- (and 6 more)
-
Changed Status from Pending to Closed Changed Fixed In to 2.9.0
-
Added by request for @IIIaKa Added `Explosive Costs` to profiles for users to input costs for each base, shown in the map marker shop window. Alternatively, use this to display approximate or potential raid rewards These are not requirements and are not enforced in the plugin. This serves as information for you to easily relay to your players. These costs are not determined automatically (and probably never will be as I have no clue how to do that) Each base will have an example that is disabled by default. You can edit and change to the correct values and enable them to have them visible in the map marker shop window. If you don't want the examples cluttering your profiles then you can remove them all with the command rb.config noexplosivecosts This indeed would be a great addition for Easy and Medium profiles to show relative costs for raiding those bases to new players so they can get a better grasp at how raiding works
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
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.