BenBenBenB / Lethal-Company-Guy-in-Chair

A UI and AHK script to help cycle through camera views in the game Lethal Company.
MIT License
2 stars 1 forks source link

Add a way to save many configurations. #5

Open BenBenBenB opened 12 months ago

BenBenBenB commented 12 months ago

Add a way to save all inputs to a profile that can later be chosen and loaded.

  1. There should be a button to save the existing inputs. User can supply an alphanumeric name to be saved.
  2. There should be a button to load a saved profile. User will select the profile from a dropdown of their saved profiles.
Ryan-Florida commented 11 months ago

With the incoming changes for storage, this should be simple to KO. That said, I'll work on this next.

Ryan-Florida commented 11 months ago

https://github.com/Ryan-Florida/Lethal-Company-Guy-in-Chair/pull/2

Just gotta fix up tests but this work is now done.