userAdam Wcancel
reporust_rebootcancel

5,881 Commits over 2,253 Days - 0.11cph!

2 Years Ago
Reduce tutorial bear attack damage Added MinimumTargetHealthFraction check to BaseNPC.Attack Tutorial bear won't damage the player if they're under 60% health.
2 Years Ago
Merge from tutorial main
2 Years Ago
Merge from chickens
2 Years Ago
Tether chickens to short distance from spawn point. Reduce roam range. Increase roam frequency
2 Years Ago
Tutorial specific AI design. Chickens now only roam and idle, don't attack player.
2 Years Ago
Separate tutorial bear AI design.
2 Years Ago
CollectibleEntity and RandomItemDispenser can flag individual items as excluded for the tutorial. Disable hemp seeds, worms and grubs for Hemp, when in the tutorial.
2 Years Ago
Compile fix
2 Years Ago
Patrol heli ignores tutorial players.
2 Years Ago
AIBrainSenses can now ignore tutorial players. CH47 scientists/passengers ignore tutorial players.
2 Years Ago
Disable game tips when starting the tutorial so they don't look like instructions for the current task/mission. Resume game tips when tutorial is completed. Call OnTutorialEnded in NotifyTutorialCompleted so time override gets disabled and tips resumed.
2 Years Ago
merge from restore_time
2 Years Ago
Reworked TimeChange to also return the new time after the change. Tutorial missions now track the current time. Each island saves its own time. Serialise tutorial time. Restore the time for players when resuming a tutorial. Protobuf.
2 Years Ago
Missed a misaligned indent
2 Years Ago
Quick cleanup/refactor after merge
2 Years Ago
merge from island_load
2 Years Ago
merge from merge branch
2 Years Ago
Restored create or resume tutorial process functionality.
2 Years Ago
More WIP and a tricky merge.
2 Years Ago
Players can't place things in the supply box
2 Years Ago
Build navmesh for islands loaded from a save
2 Years Ago
debug for testing
2 Years Ago
more wip
2 Years Ago
very WIP island loading
2 Years Ago
Merge from bounds
2 Years Ago
Compile fix
2 Years Ago
Generate island locations during bootstrap, before spawn handling. DensitySpawnPopulation can now filter out island areas. Flag junkpiles_water to not spawn in outer tutorial bounds.
2 Years Ago
Calculate and save the world bounds, minus the outer area used for tutorial islands, during island spawn position generation.
2 Years Ago
merge from island_timeout. Plastic merge this merge way harder than it needed to be for some reason, but it should all be good.
2 Years Ago
Serialize island timeout. Protobuf gen.
2 Years Ago
WIP island timeouts. Players have 15 minutes to reconnect before their tutorial island is returned and tutorial is cancelled. Reduce this time to 5 minutes if we're low on available islands. Added an island tick.
2 Years Ago
Don't allow the tech tree to be opened and make the button not interactable.
2 Years Ago
Don't allow contacts window to be opened if in the tutorial. Hide UI button for contacts if in the tutorial.
2 Years Ago
Bass, cowbell, flute, guitar, jerry can guitar, tambourine, trumpet setup for weapon racks.
2 Years Ago
Merge from beltbar_text
2 Years Ago
Added ConVar.UI.showBeltBarBinds, defaults to false. Starting the tutorial defaults it to true.
2 Years Ago
Display actual keybind buttons bound for belt bar slots instead of just 1-6. Added Input.OnKeybindChanged event, called whenever a bind is changed. Belt buttons listen to keybind change event and update as required.
2 Years Ago
Show keybind text for belt bar buttons
2 Years Ago
Added OnTutorialEnded RPC to player, ready to be called in the future. Clear local time override when tutorial ends/aborts for player.
2 Years Ago
Merge from island_spawning
2 Years Ago
Track which spawn location an island takes. Added a Return() function ready to call when we start returning/destroying tutorial islands. Free up the spawn location again when an island is done with.
2 Years Ago
Take a valid island position from the list each time we create an island. Doesn't re-use/release yet.
2 Years Ago
wip / testing
2 Years Ago
Convert to static class, get rid of gizmo debugging stuff.
2 Years Ago
Initial FillEdges implementation for getting valid islands along the map boundary edges with no overlaps. Support for loops.
2 Years Ago
Merge from usekey
2 Years Ago
Added OnTutorialStarted client RPC for setting any clientside tutorial defaults. Called when a player is spawned on the tutorial island. Set ui.ShowUseBind to true as a tutorial default.
2 Years Ago
Added ui.ShowuseBind convar to toggle behaviour. Defaults to false.
2 Years Ago
Show use keybind on interaction/use prompts
2 Years Ago
General tutorial server compile fixes