-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
845afd7
commit 705612a
Showing
12 changed files
with
131 additions
and
1,280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 1 addition & 26 deletions
27
Themes/Til Death/BGAnimations/ScreenEvaluation decorations/wifeScold.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1 @@ | ||
-- should be merged with other stuff later and need to test to make sure it //actually// does nothing if scores aren't 4k | ||
|
||
storeSongSearchResult(nil) | ||
|
||
local score | ||
local Scores | ||
local RateScores | ||
local newScore | ||
|
||
if not getCurKey() then -- these are probably fairly redundant checks but oh well for now | ||
ms.ok("No chart key detected (probably never generated)... skipping wife calculations...") | ||
else | ||
if STATSMAN:GetCurStageStats():GetPlayerStageStats(PLAYER_1):GetPlayedSteps()[1]:GetStepsType() == "StepsType_Dance_Single" then | ||
score = STATSMAN:GetCurStageStats():GetPlayerStageStats(PLAYER_1):GetHighScore() | ||
Scores = getCurChart().Scores | ||
RateScores = formLink(Scores, getRate(score)) | ||
newScore = formLink(RateScores, fashionScoreKey(score)) | ||
newScore = buildPlayerScore(newScore, score, devianceTable, NoteRowTable) | ||
setCurScore(newScore) | ||
saveCurChart() | ||
SCREENMAN:SystemMessage("Wife: Score Saved") | ||
else | ||
SCREENMAN:SystemMessage("Wife: Not 4k singles, Stop wasting my time") | ||
end | ||
end | ||
return | ||
-- gone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.