-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Hardcore mode #5160
base: master
Are you sure you want to change the base?
Hardcore mode #5160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No bugs found. It is lacking a save on returning to the main menu, though. I was able to revert a bit by using that.
I didn't check but this mode should also suppress the warning for exiting without saving as this should force the save when exiting so that warning is not incorrectly shown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs more bulletproofing against players exploiting the fact that the game doesn't save when exiting in this mode before I think this is a polished enough feature to include in the game.
Also, wouldn't it make sense to include the checkbox for this in the Difficulty settings, rather than Misc? It's where most people would look for it. |
What's the current progress on this? Last I checked this was very brittle in terms of how well it saves and keeps the player from very easily cheating in the difficulty mode. |
I got stuck at saving upon leaving so help would be useful. It's not mandatory feature though so you know... |
That's fine, I'll just take this off the list of PRs I need to review. |
This PR has been inactive for a while and as such is being marked If this is still being worked on / will probably resume work at |
We are currently in feature freeze until the next release. |
Brief Description of What This PR Does
This PR adds hardcore mode - removes standard saving from game together with quicksaves and in place of auto-saves a save is performed that writes into one save name selected upon save creation.
Related Issues
Progress Checklist
Note: before starting this checklist the PR should be marked as non-draft.
break existing features:
https://wiki.revolutionarygamesstudio.com/wiki/Testing_Checklist
(this is important as to not waste the time of Thrive team
members reviewing this PR)
styleguide.
Before merging all CI jobs should finish on this PR without errors, if
there are automatically detected style issues they should be fixed by
the PR author. Merging must follow our
styleguide.