Skip to content
New issue

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

[th06] Please change default lives and bombs to 2 and 3 #196

Open
sere3925sere opened this issue Oct 26, 2024 · 3 comments
Open

[th06] Please change default lives and bombs to 2 and 3 #196

sere3925sere opened this issue Oct 26, 2024 · 3 comments

Comments

@sere3925sere
Copy link

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:

    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.

@32th-System
Copy link
Member

2024-11-24.00-13-43.mp4

@32th-System
Copy link
Member

On a more serious note: it would be a good idea to not store per-stage high scores if thprac is applied

@sere3925sere
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants