We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made my high score too high by finishing the stage 6 practice with too many lives and bombs.
In this file: thprac\thprac\src\thprac\thprac_th06.cpp
thprac\thprac\src\thprac\thprac_th06.cpp
In this function:
class THGuiPrac : public Gui::GameGuiWnd { THGuiPrac() noexcept { *mLife = 8; *mBomb = 8;
Please change mLife to 2 and mBombs to 3.
I don't think there is currently any way to undo high score over than deleting score.dat, and that deletes everything.
Ideally I'd like thprac to disable high scores when thprac is in use, but this is a good enough alternative for now.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
On a more serious note: it would be a good idea to not store per-stage high scores if thprac is applied
Would be awesome, yeah.
Changing default lives is easier though, so might do that until then.
Interesting, firefox doesn't play HVC1 video. I guess I approve, H264 is enough in most situations.
No branches or pull requests
I made my high score too high by finishing the stage 6 practice with too many lives and bombs.
In this file:
thprac\thprac\src\thprac\thprac_th06.cpp
In this function:
Please change mLife to 2 and mBombs to 3.
I don't think there is currently any way to undo high score over than deleting score.dat, and that deletes everything.
Ideally I'd like thprac to disable high scores when thprac is in use, but this is a good enough alternative for now.
The text was updated successfully, but these errors were encountered: