Skip to content

Commit

Permalink
Added ItemCounterAutoCaps to sfall QoL component
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Sep 24, 2024
1 parent 1c81d25 commit b5e6bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/inno/ini_qol.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ FileName: "{app}\ddraw.ini"; Section: "Interface"; Key: "WorldMapTerrainInfo"; S
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DisplayBonusDamage"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DisplayKarmaChanges"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DontTurnOffSneakIfYouRun"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberNonRandomLevelUp"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "ItemCounterAutoCaps"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "NumbersInDialogue"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberExtraInfo"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberNonRandomLevelUp"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PlayIdleAnimOnReload"; String: "1"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "SpeedInventoryPCRotation"; String: "800"; Components: qol;
FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "SpeedInterfaceCounterAnims"; String: "2"; Components: qol;
Expand Down

0 comments on commit b5e6bce

Please sign in to comment.