userHowie Schechtmancancel

734 Commits over 2,527 Days - 0.01cph!

7 Years Ago
further trying to fix key spawning in unreachable place
7 Years Ago
trying to fix some weird key spawning stuff
7 Years Ago
unsaved stuff
7 Years Ago
played with some attack hold values for dagger guy and sword guy
7 Years Ago
fixed some issues with jumping while throw aiming and landing while left trigger is held
7 Years Ago
one more range guy fix
7 Years Ago
store dagger on holster instead of belt for melee guy, moved candles, moves switch weapon to character base was trying to get the ai to used switch weapon, which plays sheath/unsheath animations, but i dont think the behavior trees support a inventory movement state yet
7 Years Ago
still alignment issues but now i think its fixed!
7 Years Ago
turned off debug trace and I think i fixed the misaligned module stuff
7 Years Ago
added branches back in not spawning or animating to the right z height though :(
7 Years Ago
fixed issue with check that there's room for character's fingers when grabbing ledge
7 Years Ago
fixed strafe animation not playing when aiming throwable item, iscarryingtorch set to false when torch breaks in character's hand
7 Years Ago
some unsaved stuff
7 Years Ago
added rotation to moving mesh obstacle, doesn't work with climbing yet
7 Years Ago
barrels break from bombs
7 Years Ago
unsaved stuff
7 Years Ago
fixed keys spawning weirdly when ai's last on ground positon was on a child actor
7 Years Ago
can now switch weapons while moving looks a little weird sometimes but with proper animations it should work fine
7 Years Ago
more modules, can now move while throw aiming, some climbing adjustments got rid of ready throw montage and just have it go into strafe movment when aiming, also slowed down walk speed while throw aiming
7 Years Ago
turning off debug lines
7 Years Ago
unsaved stuff more modules and unsaved stuff
7 Years Ago
storing recently spawned modules and removing them from master module array in floor, helps reduce repetition
7 Years Ago
added some modules, can't stagger while climbing, moved give item to characterbase
7 Years Ago
can now long jump as soon as character lands
7 Years Ago
finally found the climbing/flying bug TurnToFaceInputDirection could still be fired while climbing and jumping
7 Years Ago
fixed gate not disabling new collision, added loot spawner actor in place of chests in all modules, key goes to random loot spawner or AI fixed keys sometimes spawning in ground when coming from barrel
7 Years Ago
fixed an error that was popping up in RemoveEffectVisual and additional freeze particles spawn for each freeze
7 Years Ago
unsaved stuff
7 Years Ago
added loot spawner not on any modules yet but can be set to spawn a certain type of loot or set it to random, when set to barrels it spawns a random number of barrels at semi random positions
7 Years Ago
cleaned up weapon base, can now hit multiple actors in one swing feels better
7 Years Ago
work on preventing overlapping modules, adjustment to gates so they don't hang over edge weirdly Was hoping I could come up with a solution to automatically have the module base destermine the boundries of itself but I don't think there is any way around placing a collision box by hand for each module. Get actor bounds works a lot of the time, but as soon as the module actor is rotated or the module is not a overall box shape it doesnt give an accurate enough boundry.
7 Years Ago
added breakable barrels, another module, keys can spawn in chests and barrels
7 Years Ago
Hooked back up ai spawning, key spawning, and other floor functions and made nessessary modifications to make everything work with new floor
7 Years Ago
unsaved stuff
7 Years Ago
tunring off some unessary debug stuff
7 Years Ago
changed module type to an enum rather than a bunch of bools, neater that way, print screen when we dont have module for desired module type
7 Years Ago
starting to implement new floor spawning system based on difficulty curve and module attributes
7 Years Ago
unsaved stuff
7 Years Ago
bunch of reorganizing and entering info for all modules if the info gets reset after restarting the editor I might cry
7 Years Ago
unsaved stuff
7 Years Ago
fixed not being able to pick up keys, and reduced size of ledge trace sphere a tad
7 Years Ago
no more jank
7 Years Ago
moving meshes push character more smoothly now, can climb on moving meshes for the most part still has some jank to work out though
7 Years Ago
shield and belt items didn't have sufficient item info to equip properly
7 Years Ago
unsaved stuff
7 Years Ago
just making a struct for some sort of module rating system
7 Years Ago
set owner before interacting with interactable object had to hit open on a gate twich before
7 Years Ago
if we switch to a belt item we can't throw while throw aiming stop throw aiming
7 Years Ago
redid and moved belt item switching to character base
7 Years Ago
some clean up