Releases: daviscook477/BaseMod
Fix console for week 15 patch
Console should be working again
Update to week 15 patch
This update makes BaseMod capable of working with teh week 15 patch.
Note that there may still be bugs. If you encounter any issues please report them on the issues tab.
Hotfix to prevent wasting GPU cycles
Custom characters require extra GPU processing to render but BaseMod was using this extra GPU processing even when there weren't any custom characters registered. This hotfix fixes that so when using mods that don't need that extra processing there are no slowdowns.
New UI Features for Modders
v2.1.0 Merge remote-tracking branch 'origin/master'
Hotfix for previous version
Previous version accidentally broke the deck
and hand
command. This build fixes that but had to revert the feature that added the ability to hold down a key and have it count as multiple presses.
There was an issue with this release that involved Nemesis and crashing with an IndexOutOfBoundsException. That has been fixed and an updated jar
has been attached to this release.
Revamped Dev Console
The Dev Console is much more user friendly now:
- Holding down keys triggers multiple keypresses, no need to press Backspace a bunch of times anymore!
- The console remembers your previous commands! Press up and down arrows to chose between previously typed commands.
- The console is more than just a single line of text now! It displays the last few commands and their output in a large multi-line textbox now.
- Help text exists now! When a command is mistyped you are notified with an error message and samples of how to use the command.
- 2 more commands -
hp
andmaxhp
for changing your current HP and your max HP respectively.
Custom Relic Pools for Custom Characters
- Can now set up character specific relics for characters other than the ironclad and the silent
Hooks for power changes
v1.9.5 Add hook into when powers change
Custom Keyword support with proper initialization
v1.9.4 Custom Keyword support with correct initialization
Reorganize test mod image locations
v1.9.3 Organize images better