-
Posts
5,628 -
Joined
-
Last visited
-
Days Won
194
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
@Chevelle the issue with having all of your bases for every difficulty in 1 profile is that they all share the same settings if you put them into their own profiles then they can have independent settings for each as intended the zip file I gave you is your profile split into all 5 difficulties so you just need to adjust them
-
@Chevelle I attached a zip that has separate files for each difficulty Commands To Run With Assign Rank After X Completions Commands To Run On Event Completion Murderer Items Dropped On Death Scientist Items Dropped On Death Amount Of Items To Spawn all of those settings need to be adjusted to the expected value for each difficulty chevelle.zip
-
@Chevelle you have it configured to spawn both PVP and PVE with this setting. it overrides everything. either set it to 100.0 or to 0.0 "Chance To Randomly Spawn PVP Bases (0 = Ignore Setting)": 0.1, all of your bases spawn as nightmare because they're in a nightmare profile "Difficulty (0 = easy, 1 = medium, 2 = hard, 3 = expert, 4 = nightmare)": 4, difficulties are separated by profile using this setting, not by the name of the copypaste file
-
@Chevelle config options such as Convert PVP to PVE will override Allow PVP settings in the profiles. disable Convert PVP to PVE and enable Convert PVE to PVP in the config @Dead Nasty autoheight is in the profiles. it's helpful, but it isn't needed if the base is copied properly, but it won't fix your issue of the base rotating into terrain when it spawns if recentering with Fortify doesn't work then you have to copy it using /copy and then use /paste to ensure that it spawns properly. I copy while clipped into the center foundation. it's a bit tricky but just keep trying and you'll figure it out. @original4d hi, no this wasn't removed. it's in the profiles, oxide/data/RaidableBases/Profiles/ @Senso-GR update to 2.8.2 if you still have issues then you can use these commands to figure out why. rb.config list to ensure all the bases exist rbe debug to see why bases aren't spawning. do not type it until the grid fully loads. type it a second time to turn it off
-
2 issues 1. dome is bugged and I will fix it 2. your copypaste file is not centered to begin with it should be recopied from the center of the base using Fortify if using any of my tier packages then you need to update and install the latest copypaste files if the copypaste file for the base is not centered properly then it can rotate into terrain when CopyPaste spawns it
-
Allow Teleport (false) option in RB config will eject you whenever you teleport into the event ya I will add it here in a later update this requires 2 steps to work 1. conversion of your RB installation files using the Convert EN to RU tool. instructions in the below zip archive. 2. changing this value to false in the .cs private const bool en = true; Convert EN to RU.zip
-
Changed Status from Pending to Closed
-
for anyone else curious it's in the profiles, oxide/data/RaidableBases/Profiles/ enjoy
-
public static bool IsKilled(this BaseNetworkable a) => (object)a == null || a.IsDestroyed; you can change that to this in .cs public static bool IsKilled(this BaseNetworkable a) { try { return (object)a == null || a.IsDestroyed || a.transform == null; } catch { return true; } } this is a workaround, and you should find the cause on your server so it can be fixed.
-
Bradley and helicopters to help bases?
nivex replied to Beaverthelieber's Support Request in Support
ok, no ETA, but I will note it down -
Bradley and helicopters to help bases?
nivex replied to Beaverthelieber's Support Request in Support
I'm not aware of anything if you had a plugin that could issue that as a console command from the player then maybe but the primary issue with this is the players would just exploit it in one of two ways 1. cause the heli to deal free damage to the base, in which case you'd have to enable Block Helicopter Damage To Bases 2. hide securely in the base while fighting the heli, essentially getting a free kill on it. if the base is immune to damage from the above option then there is no risk to the player I'm not opposed to either idea but 1 and 2 really take the fun out of the idea. what do you think?
