userJarryd Campicancel
reporust_rebootcancel

13,368 Commits over 2,435 Days - 0.23cph!

2 Years Ago
Add analytics to track tutorials started, completed and quit mid-way If quitting, track which mission was currently active debug.completetutorial is now admin only, new convar debug.quittutorial is accessible to everyone
2 Years Ago
Re-enable copyLocalPlayer convar
2 Years Ago
Added the following editor only cinematic tools that already exist on cinematic (will cause conflicts when merging to media_projects, will fix that next): LODStripper MaterialDumper PlayerCopyTool SceneCameraLock
2 Years Ago
Protocol++
2 Years Ago
▍▋▇▅▊ ▆ ▍█▋▌▉▊▊▋ ▇▍ ▆█ ▊▍▋▄ ▊▍▇▋ █▊▌ ▍▌▍▋▆▋▆▆▉▅ ▅▌▇▍ ▉▌▊▍▇▋▉▅▄▊ ▍▄ ▌▅▇▋▍▌▆▊▌▍▊▍█▄ ▅ ▊▋▆█ ▄█▅▄▄▊ ▋▄ ▌▆▌▌▆▋▅ ▌▄▍ ▌▅ ▇▉▊▅▉▆ ▋▉ ▇▊▍ █▋▆▌▊▋ ▄▆▄▆▋ ██ ▍▅ █▅▆ ▅▄▋▌▅▄▉
2 Years Ago
Merge from main
2 Years Ago
Add WasHit parameter to tutorial npc Force the tutorial npc player model to always use the same player seed (12345!)
2 Years Ago
Add server.tutorialEnabled convar, defaults to true, if false players will not be prompted to start the tutorial and will not be able to start a new tutorial
2 Years Ago
Remove old tutorial gestures (no longer used, we have a standalone tutorial animator now)
2 Years Ago
Lower minimum health threshold for tutorial bear attacks (0.6 -> 0.25)
2 Years Ago
Move the trigger for ending the tutorial further out from the island
2 Years Ago
Update furnace help text
2 Years Ago
Expose show use bind and show belt bar binds in the user interface section of the options menu
2 Years Ago
Merge from main
2 Years Ago
Add more wood to all post bear stages of the supply box
2 Years Ago
Clear death marker from map after player respawns on tutorial island
2 Years Ago
Turn on GameTip.showgametips convar when starting the tutorial
2 Years Ago
Don't show the campfire or furnace deploy guides until the player is at that tutorial stage, fixes soft lock situation where the player deploys the entity before that mission stage has started
2 Years Ago
Unsaved
2 Years Ago
Added temporary doors and a parenting volume to container Crane can now track a list of target entities to move with a list of destination points, each item will be moved in sequence
2 Years Ago
Update test container model, manifest
2 Years Ago
Unsaved
2 Years Ago
Fix UI NRE when disconnecting from a server while the backpack panel is open
2 Years Ago
Merge from main (will fix tutorial not loading if instanced_rendering is on)
2 Years Ago
More merge fixes
2 Years Ago
Compile fixes, manifest, codegen
2 Years Ago
Merge from main
2 Years Ago
Remove Lights from tutorial island, TOD doesn't change so they're not necessary Change terrain mesh setup process to make sure it gets generated in case anything happens to the mesh renderer
2 Years Ago
Expose head look weight on tutorial NPC, set to 0.7 (was 1) Head look now only applies if the player is talking
2 Years Ago
Saving and loading
2 Years Ago
Crane can pickup and move objects to a specific target position/rotation
2 Years Ago
Boilerplate GenericLerp implementation for crane and entity setup
2 Years Ago
Merge from main
2 Years Ago
Ask player to start tutorial when they wake up rather than when they are sleeping
2 Years Ago
If the tutorial island cannot be loaded when reconnecting for whatever reason revert the player state so they aren't left in limbo
2 Years Ago
Fixed not being able to reconnect to a server mid tutorial after being disconnected
2 Years Ago
Tutorial NPC now looks at player when they are in range
2 Years Ago
▌▄▍▋▆█ ▆▄▌▅▊▄▆▋ █▄▍▌▊ ▋▄ ▆▆▇ ▋▅▍ ▇▍▊▍▋ ▌▆▆▌▍▆▊ ▊▍▊▅ ▄▇ █▄▆▆▆▄▍▍ ▊▉ ▊▌▉▄▄▉ ▍▄ ▆▅▍ ▆▄▉▊▄▋ ▆▍▋▇▅ ▅▄▇ ▄▊▄ ▋▉▍▋▆▋▉▍ █▅ ▉▅▍▉▍▌▇ ▅▄ ▊▊▅▇ ▋▍▌▅▉
2 Years Ago
Added button to reset tutorial in options menu
2 Years Ago
Added debug.cleartutorialforplayer server convar If a player gets stuck in the tutorial for any reason, this will delete the island and reset the player back to it's regular state on the mainland (will also kill the player if they are alive)
2 Years Ago
Cleaned up kill warnings when cleaning up the tutorial
2 Years Ago
Updated Tool Cupboard mission wording
2 Years Ago
Fixed viewmodel lingering for several seconds when cinematic starts
2 Years Ago
Typo fix Added ability to check existing inventory when a craft mission objective starts, will mark that step as completed if the player already has a target item in inventory Applied new behaviour to craft campfire objective Remove "Don't allow tutorial allowance to go down" log
2 Years Ago
Adjust spawn location during respawn mission step Add help prompt for looting corpses
2 Years Ago
Added a tutorial help popup on the death screen to communicate how to respawn
2 Years Ago
Expose fade to black time
2 Years Ago
Help text update
2 Years Ago
Better handling for tutorial islands that time out -Clear the players missions so they can restart the tutorial -Clear the InTutorial flag so they don't get respawned on a non-existent island -Notify the client (if they are connected) that the tutorial has ended to revert the time and weather settings
2 Years Ago
Properly fix hemp issue in 93017