121 Commits over 0 Days - ∞cph!
Added Place Block SFX
BlockPlacer OnUpdate error fix
Hopefully fix VoxelParticles.Spawn error
WorldItem NRE fix
Add basic Server List page to Main Menu
Delete MyComponent.cs
Add basic settings menu with audio sliders that save/load
Hopefully fix HighlightSelectBlock NRE
Can now hold right click to place 3d rect of blocks
Fallback carriable is more effective against wood
Fix not having punch animations in published build on new character
Added HighlightSelectedBlock to pickaxe and made it slightly more effective on soil
Added Stone Shovel and Stone Sword
Fix Character Select Modal not working on first startup
Fix Shovel and Sword positioning
Don't show BuildingOverlay over the Inventory
Melee Weapons use durability when hitting the world
Fix MeleeWeapon not hitting the correct block(s)
Using the Character Select menu in the Pause Menu will actually change your character instead of saving your existing character over it.
Update Stone Axe/Pickaxe to use proper models
SMG Crafting Recipe makes a bit more sense
Balance DamagePerItem for rock node
Fix rock resource being Wood type
Add Stone Pickaxe
Added Stone Axe
Made some Music to set the mood 🎵
Improved the Roller rolling sound
Update Mining Laser Item Icon
Add sound to Mining Laser. Laser and it's sounds should be networked now
Sword recipe makes a bit more sense
Don't show .0000001 on damage numbers
Tweaked effectiveness of Fallback Carriable, Sword, and made the Mining Laser work again.
Check for and take the correct amount of blocks when BrushSize is greater than 1
Fix typo
Added ProgressBars to Perks panel
CraftingMenu slides in the same way Perks Menu does when pressing TAB
Melee Weapon now properly aims towards the crosshair instead of awkwardly aiming to the side. Show crosshair when holding fallback carriable
Change Brush Size is now ALT+MWHEEL instead of SHIFT since you want to sprint and change items most times
Added rolling sound to the roller mob
Pitch the drone's idle sound with it's speed
Wait for World Renderer to be ready in HighlightSelectedBlock
Added Idle sounds to Mobs
Add Looping Idle sounds to Drone Mobs
Make sure it also works for brush sizes larger than 1
If the trace misses for placing a block, it will check for a nearby block (so you don't need to look at the face of another block to place on it)
https://files.facepunch.com/CarsonKompon/2024/August/16_07-48-BareGerenuk.mp4
MeleeWeapon and Projectiles now ignore WorldItems
Created Building Overlay that displays when holding a placable block
Fix DamagePerItem on node_tree_5
Fallback Carriable starts enabled now (disabling if you have items to start with)
MaxHealth and HealthRegen Stat Upgrades now actually do their effect
Remove starting weapons since you can craft them now
Added NotificationPanel UI to bottom right showing XP gain, Level Ups, and Item Pickups (stacking existing entries)
Fix punch animations not playing on fallback weapon
Fixed blocks dropping more than double what they were supposed to 😳
NetworkSpawn(null) where appropriate so we now only own the objects necessary to us (destroyed properly on disconnect)
Change MaxStack for Blocks from 99 to 256. Resources from nodes stack to 64.
Fix NRE in HighlightSelectedBlock
Improve item pickups
Block Placer now consumes proper amount of blocks for larger brush sizes
Fix WorldItems combining into MaxStack
Add basic Mob Healthbars that only display when hurt
More negative item fixes
Fix (Try)GiveItem not acting as expected
Weapon breaks into voxel particles when broken
Mining Tool no longer hits pickups/gibs on trace
Highlight selected block when holding Mining Tool
Fix issues when item amounts somehow go negative
Display Crosshair when holding carriables as well
Worlditems will bunch up with nearby drops of the same type (so there aren't millions)
Fix Mob Gibs spawning with incorrect scale
Moved HoldType from WeaponComponent to Carriable. Placing blocks now holds out the player's hand
BlockPlacer Gizmo displays as Red if you don't have enough blocks to make the placement
Can change the size of the blocks you place with SHIFT+MWHEEL
Fix block placement detection
https://files.facepunch.com/CarsonKompon/2024/August/15_14-58-DeepskyblueLark.mp4
Don't place blocks actively while standing still
Exclude mobs in block placement trace
Do not consume block if cannot place
Added BlockPlacer Carriable for block items
BlockPlacer now places blocks when holding left click. Takes item from active slot
Make the drone use the roller sounds for now
Make the sword less effective against wood since it already does a lot of damage with the balancing tweaks.
Resource Node balancing (so you can actually get resources)