userJakbcancel

145 Commits over 792 Days - 0.01cph!

11 Days Ago
Replaced static fuel_barrel_black objects on large oilrig with yellow and red variants so gameplay remains unchanged. Ran S2P
11 Days 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.
11 Days Ago
Removed static upright fuel_barrel_black objects from large oilrig as they are too visually similar to the diesel barrel pickupables. Ran S2P.
11 Days 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
12 Days 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
12 Days Ago
Rearranged logic in OnPrimaryAttackHeld to make that the method that requests pouring
12 Days 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
15 Days Ago
Prevent fall damage sfx playing when in debug.invis
15 Days Ago
Disabled mip map limits on cannot_see_icon to fix low resolution debug.invis icon overlay when using low graphics settings
16 Days Ago
Simplify SwapCamera. Removed an orbit camera lock position. Reordered orbit camera lock positions to go to the player first
17 Days Ago
WIP orbital camera setup. Currently swaps cameras with pressing Q, Tab changes lock target, hold right click and use mouse to move orbit. Needs UI setup
17 Days Ago
Setup the rest of the player gesture animation buttons. Surrender and the dances don't work right now
17 Days Ago
Setup more anims: Viewmodel specific: manualcycle, dryfire, throw, use_self, use_other, use_other_wounded PlayModel specific: drop_item, pickup_item, drink, victory, wave
17 Days Ago
Only allow camera movement when the input field is not in focus
18 Days Ago
TODO comments for later around camera work
18 Days Ago
Move camera gradually using WASD/leftshift (up)/leftctrl (down)
18 Days Ago
Clothing is now equipped to the active viewmodel. Makes use of a new editor-only method to apply clothing directly from a list of ItemModWearable rather than using a BasePlayer to look at their equipped clothing. Run this method when equipping items and wearables so the viewmodel is always up to date. (Doesn't work with skins just yet)
18 Days Ago
Commenting
18 Days Ago
Added new FOV slider to the canvas to modify Camera FOV. Setup min/max values respecting regular gameplay FOV bounds. Includes "Field of View" text overlaying the slider
18 Days Ago
Renamed script in line with scene rename
18 Days Ago
Setup the existing positonal marker square images in the centre of the canvas so they can be toggled on/off with a new button. Shortcutted with `U`. Some code cleanup & commenting
18 Days Ago
Added the scene to SceneLoader so it appears in Editor scenes dropdown menu. Renamed scene to CharacterAnimationAndSkinViewer
18 Days Ago
Copied legacy script's Camera setup so ironsights ADS, screen shake and animation camera rotations work as expected
19 Days Ago
Fixed not being able to reselect most recently selected items/wearable after using the clear buttons
19 Days Ago
Added a clear selected item button (shortcutted with `I`) to unequip the player item, worldmodel and viewmodel
19 Days Ago
merge from main
22 Days Ago
Setup Animations button in the bottom left to open a collapsable scroll view. Works harmoniously with the Items and Wearables select collapsable scroll view - animations button forces collapse of select scroll view, items/wearables button forces collapse of animations scroll view.
22 Days Ago
Ensure the selected item viewmodel always has the same player skin as the spawned PlayerModel
22 Days Ago
Commenting
22 Days Ago
Fixed editor PlaySoundFirstPerson NRE when there isn't a local player. Added a Sound Manager to this scene so sounds work
23 Days Ago
Simplified how the scroll view is populated
23 Days Ago
Code cleanup and reordering
23 Days Ago
Fixed wearables being removed when selecting a new item
23 Days Ago
Code setup for new collapsable Items and Wearables selection. Each one is a toggle button that opens a scrollview and populates with items or wearables - replaces the old 2 separate scroll views, creating more screen space. Made the UI bigger. Removed old scrollviews and setup code
23 Days Ago
Setup new UI layout for tabbed collapsable item and wearable search. Code setup next
24 Days Ago
Prevent keyboard shortcuts for randomising player seed and clearing wearables being triggered when typing in filter input boxes. Ignore shortcuts when filter input boxes are in focus
24 Days Ago
Randomising the player seed preserves selected clothing
24 Days Ago
Player can now be equipped with clothing using the wearableScrollView. Multiple items of clothing can be equipped as long as they are compatible in regular gameplay. Equipping a clothing item that is not compatible with others selected will clear the selected clothing. New button to clear player clothing, shortcut with pressing O
24 Days Ago
Redid UI sizing
24 Days Ago
Reapplied player changes
24 Days Ago
Subtract 127494 - contained unwanted files
24 Days Ago
Increase UI size so the scene feels better maximised
24 Days Ago
Now spawning a BasePlayer in the scene rather than just a PlayerModel so we can give items to the player later. Rotation is broken right now
25 Days Ago
Load all wearables into the UI and setup wearable filtering - mirroring the item setup. Can likely clean this up later.
25 Days Ago
Setup "Randomise Player Seed" button. Some code cleanup/preparations
25 Days Ago
Duplicated item's scroll view and filter input to create a scroll view and filter box for wearables
25 Days Ago
Spawn the PlayerModel on Awake. Rotate 180 degrees to face the camera. Force censorship cubes off and randomise the player seed. Randomise player seed again by pressing P
25 Days Ago
Cleaned up needsCursor, capslock input, item giving, InitPlayer and capslock scene help text
25 Days Ago
merge from god_indicator
25 Days Ago
NRE fix for UIGodOverlay Instance not being initialised yet when saved convars are loaded. Tested in editor.