Devlogs
UI and general improvements - Devlog #7
Posted September 08, 2024 by Darxkl05
#3D #Atmospheric #First-Person #Horror #Indie #Psychological Horror #Retro #Survival Horror #analog horror #arg #atmospheric #atmospheric horror game #devlog #godot #godot devlog #godot game #godot horror #godot horror game #godot indie #godot ps1 #godot ps2 #godot psx #godot scary #horror #horror game #indie #indie game #indie horror #indie horror game #ps1 #ps1 horror game #psx #psx devlog #psx horror game #psychological horror #psychological horror game #retro #retro horror game #scary #scary game #survival horror
UI
- Added health and stamina HUD indicator
- Health in HUD matches actual player health
- Designed stamina system with tired state
- Designed notes menu
- Text from notes can now be read through a Silent Hill-esque interaction
INVENTORY
- Made renders for all the inventory items
- Renders show up in the inventory as item icons
- Made shader for low health inside the inventory (bar flickers when health is below 20 to add more tension)
- Designed new system for items
- Instead of using buttons, a set of items inside of another one (ItemList node) will be used instead. This node allows me to add new items in a much easier way, as well as detecting the currently selected item
- Animated selection box for currently selected items, weapons and supplies
- Designed equip / unequip system, which also modifies the viewmodel visibility according to the equipped item
OTHER
- Edited and added stone footsteps as well as the whole footstep sound system.
- Finished save room interaction with note system
- Fixed major raycast bug
- Fixed flashlight and nightstick viewmodel clipping through walls