userAdam Wcancel
reporust_rebootcancel

5,225 Commits over 2,070 Days - 0.11cph!

1 Year Ago
Remaining item configs. Scene. Save.
1 Year Ago
more configs
1 Year Ago
bunch of configs
1 Year Ago
Editor context menu option to help test placements
1 Year Ago
Center point tweaks
1 Year Ago
test configs, scene, save
1 Year Ago
tweaked editor script for placement
1 Year Ago
rotation test
1 Year Ago
merge from base_decor_dlc
1 Year Ago
1 Year Ago
1 Year Ago
wr single 2 test
1 Year Ago
Weapon racks can force a rotation. Weapon racks can be set to create pegs or not.
1 Year Ago
Test rack item. More wip.
1 Year Ago
Added custom rack type checks
1 Year Ago
If custom rack type, always assume single slot
1 Year Ago
Force position test. Scene & save file.
1 Year Ago
more wip/tests
1 Year Ago
wip custom rack type positions
1 Year Ago
1 Year Ago
Fix tutorial island animals from flagging as swimming (and so reducing speed) due to them currently being very close to sea level.
1 Year Ago
Set TutorialIsland MonumentNavMesh.NavMeshAgentTypeIndex to animal group so that animals bind to the navmesh correctly. Also reduced the MonumentNavMesh extents so they don't accidentally include sea bed in some situations.
1 Year Ago
fix tests
1 Year Ago
navmesh issue debugging
1 Year Ago
more prefab tweaks
1 Year Ago
Compile fix
1 Year Ago
Mount point fixes
1 Year Ago
merge from tutorial main
1 Year Ago
Scientist RHIB tests
1 Year Ago
Cherry pick and codegen.
1 Year Ago
Merge from bear
1 Year Ago
Flee/attacked tweaks and reduced flee duration/distance
1 Year Ago
Reduce tutorial bear speeds More AI design tweaks
1 Year Ago
Behaviour changes
1 Year Ago
Only chase players from idle state if player is > 60% health
1 Year 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.
1 Year Ago
Merge from tutorial main
1 Year Ago
Merge from chickens
1 Year Ago
Tether chickens to short distance from spawn point. Reduce roam range. Increase roam frequency
1 Year Ago
Tutorial specific AI design. Chickens now only roam and idle, don't attack player.
1 Year Ago
Separate tutorial bear AI design.
1 Year 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.
1 Year Ago
Compile fix
1 Year Ago
Patrol heli ignores tutorial players.
1 Year Ago
AIBrainSenses can now ignore tutorial players. CH47 scientists/passengers ignore tutorial players.
1 Year 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.
1 Year Ago
merge from restore_time
1 Year 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.
1 Year Ago
Missed a misaligned indent
1 Year Ago
Quick cleanup/refactor after merge