CustomChaosPool
Allows for full customization of the Bottled Chaos equipment pool via config file
Last updated | 2 years ago |
Total downloads | 6317 |
Total rating | 2 |
Categories | Mods Tweaks Server-side Survivors of the Void |
Dependency string | konomiyu-CustomChaosPool-1.1.4 |
Dependants | 5 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.9README
CustomChaosPool
ever wanted to have Glowing Meteorite and Spinel Tonic in your bottle chaos pool?
no? or maybe you want to remove volcanic egg?
well this mod is for you!
Allows for full customization of the Bottled Chaos equipment pool via config file
should be compatible with mods as long as you can get their name/internal name/equipment index
Only the host needs the mod? (untested)
Config guide
Input
The config accepts a string which has to be devided by commas.
for example : Equipment1, Equipment2, Equipment3
The Config can accept the name, internal name or the index of the equipment
you can find the names, internal names and indexes of all equipments here
for example : 0, Disposable Missle Launcher, DroneBackup
this would select the Preon Accumulator(0), the Disposable Missile Launcher(Disposable Missle Launcher) and the Backup(DroneBackup)
please note that if you have modded equipment indexes would be different
The Config also has options for case and space insensitivity
for example : "vOLc aNic eGG " or "eccentricvase" can both be valid inputs
Config Options
Selection
Capitalization Insensitivity
Enables Capitilization insensitivity
for example : "Eccentric Vase" and "eccentric vase" will both work with this enabled
Some modded equipment might have the same internal name with different capitilizations so try disabling this if that's the case
Space Insensitivity
Enables Space insensitivity
for example : "Eccentric Vase" and "Ecc entri c Vase " will both work with this enabled
Some modded equipment might have the same name with different Spacing so try disabling this if that's the case
Special Character Insensitivity
Enables Special Character insensitivity
for example : "Trophy Hunter's Tricorn" and "Trophy Hunters Tricorn" will both work with this enabled
Some modded equipment might have the foreign character names which will get discarded by this option
Equipment
Remove Equipment
Removes any selected equipment from the pool
for example : "Jade Elephant, Sawmerang"
this will remove jade elephant and sawmerang from the equipment pool
Experimental
Enable Experimental settings
Enables experimental settings which might break things
Such as allowing you to add elite aspects or trophy hunter to the equipment pool
Required for all other options in experimental
Add Equipment
Adds any selected equipment to the pool
for example : "Glowing Meteorite, Spinel Tonic"
this will add glowing meteorite and spinel tonic to the equipment pool
Use Exact Pool & Pool
Lets you set an exact pool
for example : "Radar Scanner, Royal Capacitor"
this would set the equipment pool to only contain radar scanner and royal capacitator
Overides Remove/Add Equipment
Auto Cleanup non default equipment
Automatically removes any non default equipment from the pool
for example : "Radar Scanner, Trophy Hunter's Tricorn"
if Auto cleanup is enabled trophy hunter would be automatically removed
this is meant to prevent mistakes
Trophy Hunter's Tricorn patch
Enables a patch for trophy hunter's tricorn
This patch fixes an issue where if trophy hunter's tricorn is added to the pool and is rolled it will replace your equipment with the consumed version of trophy hunter's tricorn regardless of your current equipment
Might break other mods that modifies the trophy hunter's tricorn's code
Miscellaneous
Log Debug
Logs extra info for debugging purposes
Give Equipment Info
Logs the Indexes, Names and Internal names of all equipments to the console
this is meant to be used to find the internal name of modded equipments
Mod Compatibility
as said above this mod should be compatible with other mods as long as you can get the name/internal name/equipment index
you can find those by enabling "Give Equipment Info" then looking at the log file.
Step by step guide
Method 1 Console
- Enable Give Equipment Info
- Launch the game, Then in BepInEx Enable Developer Tools in Settings, you might also want to disable Close this window when the game is loaded
- In Console Search for "CustomChaosPool"
- Wait for "Equipment Info" to pop up
- Double click on "Equipment Info" and search for what ever equipment you want there
Method 2 Log
- Enable Give Equipment Info
- Launch the game until the main menu, then close the game
- Locate your BepInEx folder, the image below assumes your using thunderstore
- Open "LogOutput.log"
- Search for "Equipment Info" (try Ctrl F)
I hope this is easy enough to understand to a non mod developer ^v^
Known Issues
If Trophy hunter is added to the pool and is rolled, it will replace your equipment with the consumed version of trophy hunter regardless of your equipment
there is an experimental patch for which may break mods that modifiy the tricorn
If 2 modded equipment somehow have the exact same name, capitalization, spacing and special characters the mod will ignore whichever one loads slower
though if this were to happen you can still select them via equipment index as that cannot be the same
Planned features
Maybe a way to view the equipment name/internal name/index of modded equipments🗸 implementedSpecial characters (such as ') insensitivity🗸 implemented
Contact
You can find me in the modding discord konomiyu#3611, feel free to message me regarding any issues or suggestions for the mod
Changelog
1.1.4
- Changed the default value from "Volcanic Egg" to "FireBallDash" so that it works with languages other than english
1.1.3
- Give equipment info now gives extra info
- Improved step by step guide to be easier to follow
1.1.2
- fixed config issues
1.1.1
- Uploaded the correct file (version 1.1.0 was accidentally 1.0.2, whoops)
1.1.0
- Added Special Character insensitivity (with an option to disable it)
- Added an experimental patch for trophy hunter's tricorn
- Minor internal changes
1.0.3
- Added options for disabling space/cap insensitivity
- Give Equipment info now also gives the exact capitalization and spacing
1.0.2
- Fixed bug that caused the mod not to work
- Added Debugging stuff
- Added a feature to find the name/internal name/index of modded equipment
- Updated README
1.0.1
- Minor Readme changes
1.0.0
- Inital Release.