BalanceConfigurator
Mod that allows one to edit fields from BalanceData, and as an example of a mod using Trainworks Reloaded that has user editable configuration.
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | Conductor-BalanceConfigurator-1.0.0.zip |
| Downloads | 101 |
| Dependency string | Conductor-BalanceConfigurator-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100MT2-Trainworks_Reloaded
A Data Loader and Injection Engine for Monster Train 2
Preferred version: 0.7.8README
BalanceConfigurator
Noncosmetic mod that allows one to edit fields from BalanceData, and as an example of a mod using Trainworks Reloaded that has user editable configuration.
Features
Ability to edit particular starting details of runs among other things:
- Ticket values for each rarity type for cards, enhancers (shop upgrades), and artifacts
- Example: for enhancers the rarity tickets are Common = 70, Uncommon = 30 meaning 70% chance for common, and 30% chance for uncommon.
- Starting gold
- Maximum hand size
- Start of turn ember
- Extra ember for deployment phase
- Max ember
- Initial cap for Dragons Hoard
- Max cap for Dragons Hoard
- Start of turn hand size
- Unit Upgrade slots
- Spell Upgrade Slots
- Equipment Upgrade Slots (not useful)
- Maximum spawn points per floor
- Initial Unit capacity per floor
- Maximum number of mutators
- Number of champion upgrades shown
- Main class Xp factor (controls experience gained)
- Subclass Xp factor
- Alternate champion unlock level
- Gold for skipping rewards.
As with all non cosmetic mods and as a warning do not do anything online such as community challenges or the daily challenge with modded content. Getting an unfair advantage and setting a high score will surely get you banned.
Usage
Once installed via thunderstore or manually. The file to edit is json/settings.json. The default values are those used within the game. Edit to your liking.
If installed via thunderstore the file you are looking for should be located at
C:\Users\<user>\AppData\Roaming\Thunderstore Mod Manager\DataFolder\MonsterTrain2\profiles\<profile>\BepInEx\plugins\Balance-Configurator\json\settings.json
If installed manually it should be placed where you installed BepinEx. Normally such an install would be placed in the same directory as the game's executable.
C:\Program Files (x86)\Steam\steamapps\common\Monster Train 2\BepInEx\plugins\Balance-Configurator\json\settings.json
Lastly
We are not responsible for any unintended behavior / damage that results from using this mod. Use responsibly.
CHANGELOG
v3.1.1
- Update Chinese translations
v3.1.0
- Added "Allow Endless from Any Single Player Run" Mutator runs, and Malicka Challenge runs.
- Fix for SargeT3 (Unit Max Upgrade Slots / Spell Max Upgrade Slots correctly default to 5)
- Unit Max Upgrade Slots renamed -> Unit Maximum Upgrade Slots
- Spell Max Upgrade Slots renamed -> Spell Maximum Upgrade Slots
- Equipment Max Upgrade Slots renamed - Equipment Maximum Upgrade Slots
- Added configuration versioning to prevent having to rename fields to change their default.
v3.0.1
- Update Chinese translations
v3.0.0
- Updated for Destiny of the Railforged
- Ability to modify Boss Relic costs in Soul Savior mode.
- Ability to modify many Soul Savior unlock conditions and rerolls.
- Add Unit Max Upgrade Slots
- Add Spell Max Upgrade Slots
- Add Equipment Max Upgrade Slots
- Rename option Unit Upgrade Slots -> Unit Initial Upgrade Slots
- Rename option Spell Upgrade Slots -> Spell Initial Upgrade Slots
- Rename option Equipment Initial Upgrade Slots -> Equipment Initial Upgrade Slots
v2.3.2
- Update Chinese translations
v2.3.1
- Fix broken Deck Screen out of battle when using Deployment sort.
v2.3.0
- Ability to sort deck by deployment phase hand
v2.2.2
- README touchups.
- Update Chinese translations
v2.2.1
- README touchups.
v2.2.0
- Added options for Overriding / Persisting the Deck Sort Option.
- Added missing event ticket count option for Shardsoul (PurgeChampion)
v2.1.0
- Added event ticket count for Mothers Remnant, TheOldOrder, and Purifying Flame
v2.0.0
- Fixes for Echoes from the Void.
- Update Chinese translations.
v1.4.0
- Story ticket Counts
- Shattered Halo affects banner drafts
- Number of Banner draft options
- Eliminate Run Rarity Floors
- Eliminate Rarity Floors for Equipment Merchant
- Allow Card Mastery for all run types (Dimensional Challenges, Custom, Community Challenges)
v1.3.0
- Added configuration for run history max entries.
v1.2.1
- Updated Chinese translation
v1.2.0
- Chinese translation of config option descriptions (and the README) by lostone-zc
- Added ability to edit draft costs, chance of random outpost dialogue, and dialogue speed.
v1.1.0
- Removed settings.json which was an artifact of the old configuration system.
v1.0.3
- Use BepinEx configuration library.
v1.0.2
- Fix parsing of clan XP factors.
v1.0.1
- No-op, screenshots / README touchups
v1.0.0
- Initial release