-
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.
count 'giving up' during gameplay as failing
- add bool flag to pss to log whether or not a file was given up, this is probably redundant or at least circuitous but it is the most explicit and least lazy compared to removing giving up entirely - flag it when giving up (quitting using start instead of back) - set fail grade when filling in highscores that check this new flag (also sort of redundant with dq, but more explicit again) as well as doing the same for lua script loading and autoplay usage - stops people from potentially abusing the mechanic to cheat high rated scores by quitting-but-not-failing and receiving a score evaluation on an entire file based on only they parts of it they completed
- Loading branch information
1 parent
0d0402e
commit 2e5dfd4
Showing
4 changed files
with
8 additions
and
1 deletion.
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
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