111,318 Commits over 3,928 Days - 1.18cph!
Tags applied to items prefabs
Switch default era from None -> Unknown and add new "Any" era so we know what items are explicitly allowed in any era vs unassigned
Add tags for era to item assets
Every item reserialized after adding era field & updating asset tags
Improve item asset tags
- `workbench0` - `workbench3` depending on crafting requirement
- `craftable` for items that are craftable
- {Category}Item for item category (WeaponItem, FunItem, etc)
- `ItemDLC` for items that are dlc
- `ItemRedirect` for items that are redirects of other items
Add era field for items (none, primitive, medieval, frontier & modern)
- items default to "no era"
- items in none will show up in all eras
- items in lower eras will show up in higher eras
- no eras assigned to items yet
WIP support for storing which NPC clothing loadout was active on a corpse, to support more accurate head bags and death screens when killing NPC's that change appearance via loadout (notably arctic scientists and scarecrows/murderers)
Remove QTE specific gameplay code.
Rename functions.
Rename and refactor QTEEntity/SnakeQTEntity to WildlifeHazard/SnakeHazard.
Rename entity prefabs.
Manifest.
Codegen.
Delete QTE folders and restructure.
Delete QTE related UI prefabs and code.
Delete QTE related gesture setup.
merge from Halloween24/ghost_sheet_fixes
- fixed sheet exploding when mounting
- other small config changes to help collision and mounting movement
adjusted some bc config values for max origin delta and collision cast directions
setting length multiplier on ghost sheet BC controllers 1 across all states (stops exploding when mounting)
Fixed viewmodel renderers on non metal shields
▉▉▇▄▉ ▆▄▍▌▉█▅ ▄▍█▉▊▌ ▅▋▉▄▄██▌█ ▄▊▌ ▉▆▊ ▊▅▄▌▍▇▍ ▇▇█▍█▌▉▆ ▆▄▋▍▊▌▄█ █▌▊▋ ▌▍ ▇▍▍▅██▌▇ ▊ ▊█▆█▅ ▉▅▍▉▆▅▋ ▊▄▊▊▋▉ (▊▉▍ ▇▉ ▄▇▄ █▄▇▇▅█▌ ▇▄███▌ :▍)
▍▆▊▌▅ █▉█▊▅▋▇ ▇█▋▍▆▅ ▅▇█▋▍▅▇▅▉ █▇▄ ▆▍▆ ▊▋▄▄▆▅▇ ▉▅▌▌▍▍▆▆ ▅▌▊█▍▊▌▆ ▇▉▉▍ ▌▅ ▅▊▍▋▄▋▊▋ ▌ ▍▄▋▌▇ ▌▄▅▇▍▇▆ ██▋▄▉▋ (▉▊▉ ▋▅▉▇▄▆▍ ▆▌█▉█▄▊ █▅▌▉▇ ▆▇ ▅▄█▌▊▆▅ ▊▉▄ ▄▄▇▅▌▆█▇▊/▅▍██▋▌█▋▇ ▍▋▅▆▇▅▉)
Disable shield collider while the shield is on the players back
Added support for multiple record modes: FrameInterval or Manual.
Automate timeline playback, start recording and then end recording after timeline has finished.
OnComplete now triggers after playback has finished, so we correctly pop up the output folder etc.
Can now specify an initial timeline playback start time.
Fix copy paste
- now remaps every type of network id, fixing storage entities
- fixed building ID not being reset for new pastes
- refactored pasting code so it more closely resembles SaveRestore.Load()
- fixed rotation of pastes not always working
- save entities in order of network id so the pasting is more deterministic
- removed saving of entity ids in pastes because it's not needed
- change paste directory from EntityCopies -> copypaste
HLOD now immediately resolves when the player finishes loading
removed the metal shield skin from rig then linked the v_shield to the weapon rootbone in the prefab.
Timeline playback/record initial test
Show the loading screen before teleporting the player rather than after, should fix players seeing the halloween/xmas dungeon as it loads in
battering ram fuel consumption
Show incorrect presses in red
fixed car lift collider box being offset in y/z
Incorrect key presses now reduce remaining time.
QTE will now fail when running out of time.
QTE timer loss is now configured on QTE entity.
fixed storage building large ceiling collider gap
Repair UI and gesturecollection prefabs after merge
▆▇▍▊▋▋ ▇▇█▊▊▌▄▋▍▊▍▅▅ (▆▍█▅▆▄) ▇▇▇ ▍▊▊▄▉▋▍▉ ▌▅▇▄█▊ █▄▄▄▊▊▌▇▊ ▅▆▋▄▋
▉▆▄ ▅▊▉▆▌▊▄█▇▅ ▅▄▇▄ ▋▄ ▉▍▋▄▌▇▌▇▄ ▄▍ ▄▅▋ ▉█▆▄▇▅ ▄▄▋ █▆▇▌▆ ▉▅█▌▍▅ ▇▊ ▌▆▆▋▌▆ ▅▌▊▍▇▉▊▊ ▌▆▊▊▍█▆ ▆▋██ ▉▋▌ ▉▅▄▄█▍ ▊▍▌▉▆ ▌ ▌▌▌▆ ▄▇ ▊▍▇ ▆▆▇▅▌▇
Add a small delay before showing QTE ui.
Tweak sequence length ranges.
Negative modifier tweaks.
Fail state can now apply player modifiers.
Pressing a wrong key will now fail the QTE.
Add some placeholder modifier effects for fail state.
Merge from main -> copypaste
QTE entity start/stop/complete triggering.
UI interacts with the entity.
Completing the QTE now triggers the entity completion methods, ending the gesture, hiding the UI and clearing any associated player for SingularInteraction qte entities.
Basic initial QTE sequence generation, just string based for now.
Trigger QTE event properly and with generated sequence.
3p anims + updated worldmodel anims
removed WaterVisibilityTrigger from xmas dungeon cell prefabs