userJarryd Campicancel
branchrust_reboot/main/tutorial_islandcancel

513 Commits over 274 Days - 0.08cph!

3 Years Ago
Merge from main
3 Years Ago
Don't print mission name into chat during tutorial
3 Years Ago
Ping fixes
3 Years Ago
Show the chat window but still block any actual chatting while in the tutorial so we still get error messages when placing things
3 Years Ago
Don't add the starting delay after placing a sleeping bag when placing the bag on the tutorial island If a player presses the general respawn button respawn them on the island, not the mainland
3 Years Ago
Added a ping for the kayak destination objective
3 Years Ago
Apply same restriction to global building blocks
3 Years Ago
Fixed trees spawned on tutorial islands getting globally broadcast Reduced network group size of tutorial island for easier testing
3 Years Ago
Don't show map controls on right of screen during tutorial While in tutorial map is always zoomed and locked to player with grid turned off
3 Years Ago
Merge from main
3 Years Ago
Added a map icon for the tutorial island
3 Years Ago
Actually track the act of cooking chicken as opposed to just tracking acquring the item Fixes several bugs with the cooking stage
3 Years Ago
Added some extra supplies to the furnace mission
3 Years Ago
Start modal layout changes
3 Years Ago
Fix exception when opening help modal between missions Updated a bunch of modal text with fixes and highlighting
3 Years Ago
Styling
3 Years Ago
More modal setup
3 Years Ago
First pass on converting the help modal into a single panel that the player cycles through
3 Years Ago
Added a custom build ping type for better clarity
3 Years Ago
Added a tutorial stage to build a roof onto the starter base
3 Years Ago
Reduce chicken and barrel count
3 Years Ago
Rework deploy pings to be a bit more reliable
3 Years Ago
Convert build target to use BaseEntityRef instead of copy+pasted id uints Add a mission step to craft and place a key lock on the door of the base
3 Years Ago
Wrecked boat instead of a helicopter
3 Years Ago
Added a key bind to open the current tutorial help panel at any time, defaults to Y Added some text to the objectives panel to explain the bind
3 Years Ago
Merge from main
3 Years Ago
Only allow players to place walls at the correct rotation, no soft side facing out
3 Years Ago
Split the build base objective into two parts, building the foundations and then building the walls This allows an extra modal UI to explain softsides
3 Years Ago
Add a specific mount stage to the final mission
3 Years Ago
Harvest pings can now be changed per objective so different resources can have their own pings
3 Years Ago
Swap craft bow and craft bandages objective
3 Years Ago
Heal objective now just requires the player to use a bandage
3 Years Ago
Don't show the tutorial highlight in the crafting menu if the item is in the crafting queue Refactored the crafting queue UI component to reduce allocations
3 Years Ago
Fix exception when finishing tutorial Don't show bag count after placing a sleeping bag Various typo fixes
3 Years Ago
Added auto panel closer to start of tutorial panel Added debug.starttutorial
3 Years Ago
Fixes
3 Years Ago
Fixed hunt chicken objective not completing
3 Years Ago
Text updates
3 Years Ago
Styling changes
3 Years Ago
Merge from main
3 Years Ago
Fix build targets not reinitialising properly after loading a save mid mission
3 Years Ago
Fixed broken tutorial container reference on load
3 Years Ago
Fixed mission loading work from yesterday
3 Years Ago
Flush the players network group after loading the tutorial, a bit hacky but gets saving/loading working
3 Years Ago
Don't start initial conversation when loading a save
3 Years Ago
More cleanup, destroy all entities on the island Remove islands from the active island list on the server and client
3 Years Ago
WIP cleanup after tutorial is finished
3 Years Ago
Added a PostServerLoad callback to MissionObjective, supports setting up any session specific behaviour set up in MissionStarted or ObjectiveStarted after a save is loaded
3 Years Ago
Added a start modal to prompt the player whether they want to start a tutorial
3 Years Ago
Fixed contacts button flickering after leaving the tutorial