Allow for song specific module choices and saving/loading of song specific module choices.

This feature should require use_card, this is automatically enabled by default (this may be changed in the next commit) and has one notable bug, which is a significant FPS drop when selecting (or sometimes loading) modules on songs with 3 vocals. (This does NOT impact gameplay past song select to my knowledge)

Huge thanks to somewhatlurker again for coding help and advice as well as just being a sweetie <3
This commit is contained in:
Jay39w
2019-11-12 01:20:02 +00:00
parent 0c1d371044
commit caba4d6d9b
4 changed files with 127 additions and 6 deletions
@@ -29,6 +29,9 @@ namespace TLAC::Components
int ModuleEquipCmn3;
int ModuleEquipCmn4;
int ModuleEquipCmn5;
int ActionVol;
int ActionSlideVol;
int UsePVEquip;
bool ShowGreatClearBorder;
bool ShowExcellentClearBorder;
bool ShowRivalClearBorder;