Skip to content

Releases: katzerax/kmod

1.6.0

15 Nov 10:29
6bb4578
Compare
Choose a tag to compare

1.6.0 - Refactors & r2modman fixes

  • Better method of checking if dependencies are installed, hypothetically (handled in DependencyCheck)
  • Better config KMod.json formatting
  • ConfigHandler fixes missing values if it finds any
  • ConfigHandler allows me to dynamically add new values
  • Config KMod.json should show up in r2modman too now (separate directory from default)
  • Removed the timer from KeybindFix and removed the signal handling from it.
  • KeybindFix now detects when the game loads into the main_menu scene before activating properly™️
  • Recognizer script detects the r2modman titleapi dependency now
  • SizeChanger script detects the r2modman sizeunlocker dependency now
  • DependencyCheck is dynamically activated and deactivated to check dependencies if needed, contains the appropriate functions to do so within it

1.5.2

14 Nov 00:28
ae7eeff
Compare
Choose a tag to compare

1.5.2: TitleAPI integration

This update mostly just adds support for TitleAPI. It will not break the mod if you do not have TitleAPI installed.

TitleAPI:
https://github.com/iamkikin-off/title_api
https://thunderstore.io/c/webfishing/p/LoafWF/TitleAPI/

1.5.0

10 Nov 00:06
d0bc4c6
Compare
Choose a tag to compare

SizeUnlocker Support!

Now automatically detects if you have SizeUnlocker installed, allowing you to go past vanilla sizes . Does not change your experience much if you do not have SizeUnlocker installed. It is an optional dependency.

Better WebFishing v1.09 compatibility

07 Nov 04:17
357f6a0
Compare
Choose a tag to compare

1.4.1

  • More consistent, functional keybind loader (was broken after 1.09 dropped, now should be fixed)
  • Limits the player's size changing to the newly added hard limits of 0.6 and 1.4 (I think hypothetically this could be coded around in C# but i've just done this mod in gdscript only so)

1.4.0

31 Oct 00:53
aa1cddb
Compare
Choose a tag to compare

Save size across lobbies

This update changes SizeChanger to save your size across lobbies, and reduces the mod file size.

Also now on thunderstore: https://thunderstore.io/c/webfishing/p/katzerax/KMod/

1.3.0

30 Oct 07:28
a33a469
Compare
Choose a tag to compare

Support for Pre-Opening and Closing OptionsMenu on Boot

this is intended to be a temporary solution to the current bug in the game where you need to open your options menu for your custom keybinds to activate. this just automates that quickly at the start and you never notice that. can be disabled in config. has no noticeable performance impact.

1.2.0

28 Oct 20:06
2bcaf83
Compare
Choose a tag to compare

Config support!

  • Added a config that enables or disables individual modules (currently only SizeChanger)

1.1.1

28 Oct 18:56
570fbd5
Compare
Choose a tag to compare

Hotfix

  • Fixed an issue where you would stop being able to change size after changing a lobby.

1.1.0

28 Oct 06:51
8e5fc42
Compare
Choose a tag to compare
  • Stopped overwriting player.gd
  • Functions mostly the same as the last update but major rework under the hood

1.0.0

26 Oct 04:23
60a3489
Compare
Choose a tag to compare

Initial release. Currently only does the following:

Numpad +: Increase player size
Numpad -: Decrease player size
Numpad Enter: Reset player size

More to come.