About Raidable Bases Pack & Loot Tables (110 Bases)
Warning: To use this bases pack, you need to purchase the paid Raidable Bases plugin if you do not already own it:
https://codefling.com/plugins/raidable-bases
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 Base_Loot "Vanilla" and "Enhanced" tables included)
- 30 Medium Bases (Medium Bases Base_Loot "Vanilla" and "Enhanced" tables included)
- 30 Hard Bases (Hard Bases Base_Loot "Vanilla" and "Enhanced" tables included)
- 10 Expert Bases (Expert Bases Base_Loot "Vanilla" and "Enhanced" tables included)
- 10 Nightmare Bases (Nightmare Bases Base_Loot "Vanilla" and "Enhanced" tables included)
Beware: Our loot table package includes only the 5-tier loot tables within the Base_loot folder, ranging from easy to nightmare.
It does not include the loot tables from the Difficulty_Loot or Weekday_Loot folders.
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)
ENHANCED LOOT TABES FOR RAIDABLE BASES:
This package includes only the Base_Loot folder, offering balanced loot tables designed for Raidable Bases.
What's New?
1) Two Loot Options:
- Vanilla Loot: Classic setup for a traditional experience.
- Enhanced Loot: Optimized for 2x, 3x, 5x, and higher servers, with fewer junk items.
2) Balanced Across 5 Levels:
Loot is tailored across Easy to Nightmare levels, ensuring rewards match the effort (e.g., a 30 C4 raid gives proportional loot).
3) Regular Updates:
Loot tables are kept updated for consistent balance and fairness.
This simple, plug-and-play package ensures a clean and rewarding raiding experience for your server.
For those exclusively seeking the loot table, we offer it as a standalone product: https://codefling.com/customizations/raidable-bases-loot-tables-pack
(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.
About Base Spawn Locations:
If you are using the optional profile config we provide, Easy and Medium bases are configured to spawn near the map's center, while Hard, Expert, and Nightmare bases are set to spawn near coastal areas. This is intended to ensure bases spawn on flatter terrain, avoiding issues with the new rock mechanics that can embed bases into the ground.
However, as bases spawning near water may occasionally cause issues in some coastal areas, this setting is left to personal preference for customization.
If you'd like to adjust this, you can edit the profiles located in:
/home/serverfiles/oxide/data/RaidableBases/Profiles
Change "Force All Bases To Spawn At Height Level (0 = Water)" from 0.0 to -1.0 using a text editor.
"Force All Bases To Spawn At Height Level (0 = Water)": -1.0,
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