About Raidable Bases Pack & Loot Tables (110 Bases)
This package is produced by the fullwiped & xrust.co servers.
This is a configuration file that contains 110 bases designed by us, along with custom base loot for five difficulty levels, from easy to nightmare.
This Raidable Bases Pack & Loot Tables package includes:
- 30 Easy Bases (Easy Bases loot table included)
- 30 Medium Bases (Medium Bases loot table included)
- 30 Hard Bases (Hard Bases loot table included)
- 10 Expert Bases (Expert Bases loot table included)
- 10 Nightmare Bases (Nightmare Bases loot table included)
With a total of 110 bases, this package focuses on simplicity and optimization.
Most bases are protected by turrets and traps, and each base is designed with player PC performance and server stability in mind.
Additional Features:
A configuration JSON file (optional for your use, at your discretion)
Five profile configuration JSON files located in data/RaidableBases/Profiles (optional, but saves time by adding all 110 bases without needing individual console commands)
Well-Balanced, 5-Level Loot Tables for Raidable Bases:
The package also includes carefully balanced loot tables across five difficulty levels, from Easy to Nightmare, within the Base_Loot category.
These loot tables are designed with drop rates that fit vanilla, 2x, 3x, 5x, or 10x servers, ensuring competitive gameplay without excessive rewards.
For example, a base requiring around 30 C4s will yield loot proportional to the effort, encouraging players to stay online and invest time in your server.
Our goal is to provide high quality and consistent updates for an excellent experience. The loot tables will be updated regularly to maintain balance and fairness.
For those exclusively seeking the loot table, we offer it as a standalone product:
(Note: If you've purchased our Raidable Bases Pack & Loot Tables (110 Bases) package, there is no need to buy this separately.)
INSTALLATION INSTRUCTIONS:
I recommend two installation options:
1) First Option: If you have never installed Raidable Bases before, you can simply copy all the files from the downloaded "oxide" folder to your server.
I strongly recommend this method because I have made several adjustments to prevent issues, such as bases embedding underground, ensuring they spawn at sea level, and removing Arena walls and NPCs. If you want to use your own configuration, check the second option below.
2) Second Option: If you already have existing Raidable Bases or wish to avoid modifying your configuration and profile files, you’ll need to add the new bases using commands.
Open the console with F1 and use these commands to save the new bases to your existing profile configuration in /serverfiles/oxide/data/RaidableBases/Profiles.
Example command:
rb.config add "Easy Bases" fullwipedeasy1
Second example command:
rb.config add "Easy Bases" fullwipedeasy2
Summary of Commands to Add New Bases:
Quoterb.config add "Easy Bases" fullwipedeasy1 fullwipedeasy2 fullwipedeasy3 etc. to fullwipedeasy30
rb.config add "Medium Bases" fullwipedmed1 fullwipedmed2 fullwipedmed3 etc. to fullwipedmed30
rb.config add "Hard Bases" fullwipedhard1 fullwipedhard2 fullwipedhard3 etc. to fullwipedhard30
rb.config add "Expert Bases" fullwipedexp1 fullwipedexp2 fullwipedexp3 etc. to fullwipedexp10
rb.config add "Nightmare Bases" fullwipednight1 fullwipednight2 fullwipednight3 etc. to fullwipednight10
If you do not want to add 110 bases one by one, you can perform a clean installation using the first method.
However, this will overwrite all config settings in your existing Profiles folder, from "easy" to "nightmare" bases.
Be sure to back up your files before proceeding.
Loot Tables Installation Instructions:
If you have successfully added the bases, within the zip file you downloaded, you will find 5 different loot table JSON files ranging from easy to nightmare inside the data/RaidableBases/Base_Loot folder. Move these files to the following directory in your files and replace them: /serverfiles/oxide/data/RaidableBases/Base_Loot
The number of items that spawn in crates is determined not by the loot table but by five different configs found in the /serverfiles/oxide/data/RaidableBases/Profiles directory, using the code below.
For example, open Easy Bases.json inside the Profiles folder with Notepad, press CTRL+F, and search for "Amount Of Items To Spawn" In the example below, the spawn amount is set to 90.
You can adjust this number to your preference, either increasing or decreasing it. Keep in mind that changing this will affect the drop rates in the loot table.
"Amount Of Items To Spawn": 90,
You may also open the individual base profile files (e.g., Easy Bases.json, Medium Bases.json, Hard Bases.json, Expert Bases.json, Nightmare Bases.json) located in /serverfiles/oxide/data/RaidableBases/Profiles and adjust the "Loot Amount Multiplier" to values such as 2.0 or 5.0. This will alter the existing loot balance. However, we recommend keeping this setting at 1.0, as changing it may disrupt the intended loot balance:
"Loot Amount Multiplier": 1.0
If you're confident that you've successfully uploaded all the files, enter the following command in RCON to restart the plugin and apply the changes. Good luck:
o.reload RaidableBases