You are viewing a potentially older version of this package. View all versions.
CertifiedPyro-TunaGuitar-0.2.0 icon

TunaGuitar

QOL for guitars, like named chord presets!

Date uploaded a week ago
Version 0.2.0
Download link CertifiedPyro-TunaGuitar-0.2.0.zip
Downloads 2385
Dependency string CertifiedPyro-TunaGuitar-0.2.0

This mod requires the following mods to function

NotNet-GDWeave-2.0.12 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.12

README

TunaGuitar

A mod that adds QOL features for guitars!

Thunderstore Link

Current Features

  • Save named chord presets
  • Load, overwrite, rename, and delete presets
  • Rebind guitar string keys

Files

The following files are stored the game's save file directory (%appdata%/Godot/app_userdata/webfishing_2_newver/)

  • Chord presets are saved in tunaguitar.json
  • Keybinds are saved in tunaguitar_keybinds.json

Upcoming Features

  • Customize keybinds for strumming strings
  • Load common chords
  • Share chord presets with others

CHANGELOG

0.2.0

Added

  • Allow guitar string keybinds to be rebinded via the "Settings" button when using the guitar.
    • The keybinds for switching chord presets (number keys 1-9) cannot be used when rebinding the guitar strings.
    • The keybinds are stored in tunaguitar_keybinds.json.

Fixes

  • Remove logic for deselecting item if selected again.
    • This fixes a bug where an item is repeatedly selected and deselected when searching for an item.
  • Keep item selected in UI when focus is lost (e.g. entering the name for a preset when saving).

0.1.1

Fixes

  • Fix bug where ok button is sometimes disabled incorrectly when overwrite/delete dialog is opened.
  • Fix incorrect text for delete dialog.

0.1.0

Added

  • Allow user to save custom chord presets with a given name.
    • The chord presets are stored in tunaguitar.json.
  • Allow user to load chord presets.
  • Allow user to overwrite, rename, and delete chord presets.