-
-
Notifications
You must be signed in to change notification settings - Fork 552
Add a sprinting tutorial before the engulfing tutorial #6118
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
base: master
Are you sure you want to change the base?
Conversation
Tutorials may not have scrollbars on them. You need to increase the size of the tutorial until there is no scrollbar. The engulfing tutorial is already pretty long which is why it doesn't mention any hunting tips. I've been thinking that we might want to have a sprinting tutorial in general as we need to explain that sprinting uses significantly more energy than not sprinting. So a tutorial that just says to use shift to get speed, might do more harm than good as players who sprint all the time and then die due to running out of resources is not an improvement to the game in my opinion. |
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 looks close to perfect now, I'd like to see just a few tiny tweaks to the code. Also you need to run the localization update script so that other locale files are updated: https://github.com/Revolutionary-Games/Thrive/blob/master/doc/working_with_translations.md#updating-the-localizations
3b11a53
to
4effa83
Compare
Thanks, I've done that. |
That should be fine, though your code is not correctly indented (the jetbrains check is failing due to multiple lines with incorrect indent levels). If you are going to fix those today please note that the "build" jobs will all fail due to this issue on the server: aws/aws-sdk-net#3797 |
4effa83
to
a872946
Compare
The lead programmer for Thrive is currently on vacation until 2025-07-07. Until then other programmers will try to make pull request reviews, but please be patient if your PR is not getting reviewed. PRs may be merged after multiple programmers have approved the changes (especially making sure to ensure style guide conformance and gameplay testing are good). If there are no active experienced programmers who can perform merges, PRs may need to wait until the lead programmer is back to be merged. |
256d5f8
to
e0350bf
Compare
Is this ready for another look or is this still waiting for some more changes (as this is marked as a draft)? |
Brief Description of What This PR Does
Include a new sprint tutorial just before the engulf tutorial. This should help new players as it is difficult to complete the engulf tutorial without sprinting.

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.