userJakbcancel

203 Commits over 1,096 Days - 0.01cph!

8 Months Ago
Fixed button text that broke after merge
8 Months Ago
Moved a cliff forward slightly to prevent the backface poking out of terrain. S2P
8 Months Ago
Fixed rock clipping into sewer tunnel in water treatment plant. S2P
8 Months Ago
Editor force on helicopter compile fix
8 Months Ago
merge from editor_force_on_helicopter - resolved merge conflict
8 Months Ago
merge from fishing_village_collider_fix_fix
8 Months Ago
Moved the net that was causing the movement issues. Made my silly collider a little bigger. fishing_village_b s2p
8 Months Ago
merge from fishing_village_collider_fix_fix
8 Months Ago
Reapplied 132483. S2P
9 Months Ago
Add a small helper collider to fishing_village_b to prevent getting stuck https://files.facepunch.com/jacob/1b2911b1/ShareX_e7JzS9nG2E.jpg https://files.facepunch.com/jacob/1b2911b1/Unity_LEpW1Z6TJo.jpg
9 Months Ago
WIP game tip setup for bicycle sprinting, bell and bunnyhopping
9 Months Ago
Fixed sleeping players above-ground being killed by train tunnel PuzzleReset volumes by applying "Ignore Above Ground Players" bool to more prefabs. Prefabs changed: - corridor_straight_a_18m - corridor_straight_a_36m - corridor_straight_a_72m - train_tunnel_double_stop_a - train_tunnel_double_straight_a
9 Months Ago
Ignore debug.invis admins when checking PuzzleReset (contains compile errors from /main)
9 Months Ago
Exception logging change
9 Months Ago
Moved default config generation from Bootstrap to server command `server.writeserverdefaultconfig`. Run codegen. Tested in editor.
9 Months Ago
Clean up logging and include empty defaults in the cfg
9 Months Ago
Use Path.Join and log the path after cfg creation
9 Months Ago
Use StringBuilder to build the cfg
9 Months Ago
Improved logging for when a command isn't a variable, when a command is read-only, when command defaults are out of sync, when no default value was found
9 Months Ago
Exclude read-only commands from the default config
9 Months Ago
Merge from main
9 Months Ago
Code review: - Use ForceMode.VelocityChange - Scale by bike performance fraction - Max 10 bunnyhop multiplier force - Recalibrated bunnyhop force values during testing - Cleanup of old and new input state checks
9 Months Ago
Merge from main
9 Months Ago
Reapply military tunnel radiation changes from `military_tunnels_radiation_consistency` without merging the whole of naval_update
9 Months Ago
Added a small offset when activating bunnyhopping so the mounted player moves upwards with the bike rather than being glued to the seat (it was hard to get this perfect without the hands clipping through the handle bars) https://files.facepunch.com/jacob/1b0911b1/Unity_ywrHLT5FK7.mp4
10 Months Ago
Can only bunnyhop: 1. Once every 3 seconds 2. When grounded 3. When not waterlogged 4. When there is at least 10% sprint percentage remaining Bunnyhop now: 1. Uses correct physics calls to make a nice jump 2. Uses a relative force to account for slopes 3. Jumps higher at faster speeds 4. Jumps get scaled by the sprint percentage remaining 5. Consumes 10% sprint percentage https://files.facepunch.com/jacob/1b0511b1/Unity_Aa2i1beFhS.mp4 https://files.facepunch.com/jacob/1b0511b1/Unity_npssU8l2Br.mp4
10 Months Ago
Bicycle bunnyhopping basics https://files.facepunch.com/jacob/1b0411b1/Unity_tJ9ExIRjAG.mp4 Bicycle can now bunnyhop every 3 seconds by pressing right mouse button. - Todo: use the bike's angle in the jump - Todo: require bike stamina to jump - Todo: not jump when waterlogged
10 Months Ago
Fixed forever bug that caused the HAB to always have the hurt trigger active when it should turn off based on inflation and velocity
10 Months Ago
Renamed killTriggers to crushTriggers and added the triggerMovePos to the list so it is activated/deactivated at the same time as the triggerHurt
10 Months Ago
Change hab.repair.item.prefab to use the hot air balloon avatar rather than the old placeholder bear rug so "Killed by X with a Hot Air Balloon" shows the correct icon
10 Months Ago
- New TriggerPlayerMovePos script to move players with a vector relative to the centre of the trigger bounds - used to stop players getting stuck underneath a HAB when it lands on them in a safezone. - Pause players being marked hostile for 2 seconds when entering the move pos trigger to prevent the HAB marking a player as hostile if multiple players are landed on inside a safezone
10 Months Ago
full fix the NRE
10 Months Ago
Reduced the size of the HAB hurt trigger away from the door slightly to fix the old issue of jumping out of a moving HAB in the direction of travel and dying to the hurt trigger
10 Months Ago
Fixed newly introduced TriggerParentEnclosed NRE
10 Months Ago
Removed the InSafeZone check from my new HAB code to match hostile behaviour of BaseVehicle's
10 Months Ago
Improved radiation consistency at the main entrance and cave entrance of military tunnels with more sphere and box radiation triggers. Ran S2P Before: https://files.facepunch.com/jacob/1b0211b1/33YoiGKzIf.jpg After: https://files.facepunch.com/jacob/1b0211b1/6am3EFYeP4.jpg
10 Months Ago
Recycler shed now uses a box collider for radiation rather than a sphere so you only get rads when at the recycler or very close to the building
10 Months Ago
merge from naval_update to get the latest TriggerRadiation.cs
10 Months Ago
Players parented to (riding) the hot air balloon will now be marked hostile for 60s when the hot air balloon crushes another player by landing on them. This follows a similar setup to the modular car kill triggers in using the TriggerHurtNotChild script and IHurtTriggerUser interface to return the damage initiator player - the first player found is marked as the damage initiator and all other players are manually marked hostile. - Tested in editor killing a spawned player whilst riding the hot air balloon and correctly being marked hostile
10 Months Ago
New codelockedhackablecrate prefab variants for modded servers - server owner request for minigame servers. 1. codelockedhackablecrate_no_build_radius https://files.facepunch.com/jacob/1b0111b1/Unity_bJNCZmkNDK.png 2. codelockedhackablecrate_min_build_radius (no build radius of 3) https://files.facepunch.com/jacob/1b0111b1/Unity_7dnq9b0kFb.jpg
10 Months Ago
Replaced static fuel_barrel_black objects on large oilrig with yellow and red variants so gameplay remains unchanged. Ran S2P
10 Months Ago
Caged in fuel_barrel_black objects on small oilrig (1 set of 8, 1 set of 4) and replaced 4 other fuel_barrel_black objects with fuel_barrel_red as they are too visually similar to the diesel barrel pickupables. Ran S2P.
10 Months Ago
Removed static upright fuel_barrel_black objects from large oilrig as they are too visually similar to the diesel barrel pickupables. Ran S2P.
10 Months Ago
Reworked pouring so it uses a start and stop RPC. Holding left mouse button will pour (up to) 50ml out of the container every 0.5s (100ml/s), stop holding left mouse button and pouring stops. Needs bespoke animations and visual effects, something like a continuous stream pouring out when the item is tilted over. Video: https://files.facepunch.com/jacob/1b1211b1/Unity_0KbTAw2Am2.mp4
10 Months Ago
Left mouse button when holding a water jug / water bucket now pours (up to) 5% of the container's max amount from its inventory. Still needs animation setup. A gradual pour over time rather than a throw of a smaller amount may be nicer, needs more thinking. Video: https://files.facepunch.com/jacob/1b1111b1/Unity_Q6cXeVt4NE.mp4
10 Months Ago
Rearranged logic in OnPrimaryAttackHeld to make that the method that requests pouring
10 Months Ago
Liquid vessels that could throw out all their contents with left mouse button now require holding ALT at the same time to throw out all contents - making way for left mouse button by itself to gradually pour water
11 Months Ago
Prevent fall damage sfx playing when in debug.invis
11 Months Ago
Disabled mip map limits on cannot_see_icon to fix low resolution debug.invis icon overlay when using low graphics settings
11 Months Ago
Simplify SwapCamera. Removed an orbit camera lock position. Reordered orbit camera lock positions to go to the player first