Development Logs
Regular updates and development logs of the projects Zach's been working on.
Friday, March 21, 2025
Game Gen - Week 56
Friday, March 7, 2025
Game Gen - Week 54
Major Updates!
Unfortunately, my work has been pretty hectic, and I've missed the last few blogs, however, I haven't missed working on my game! This liminal, 90s-inspired horror game is still moving along, and I'm excited to share some of the progress!
Here's a short video to show some of the progress I've made:
Since my last blog, here are the updates I've made:
- Nearly finished the inventory system.
- The players can now pick up and drop items, move them around their inventory, and move them to their main hand. The last thing I need to implement here is being able to use the number keys to "switch pockets".
- Improved manniquine enemy.
- I improved and adjusted the functionality of this enemy and added some more sounds and things to improve the "spook factor". I've gotten scared many times while testing from these guys.
- New Enemy - The Shade:
- I've also added a new enemy, on which I'm still adding the finishing touches on. This creepy alien-like creature crawls on all fours and is afraid of light. The only way to protect yourself is to make sure you have a flashlight! There are still some tweaks I need to do to this enemy, but I'm excited about the progress on him!
- Level 1 Complete Block Out
- I've blocked out the entire first level of the game. Now, it feels a lot more like an abandoned mall.
- Multiplayer Sessions System
- You can now create a multiplayer session and/or join other existing sessions.
- Character Meshes
- While I still need to implement the ability for the player to choose which character to be, I have both character models in place and fully functional in-game.
Future Goals:
- Continue to improve the functionality of AI.
- Work on more animations for the AI to add to the creep factor.
- Work on 3D Models for environment items.
- Continue to fix and improve overall gameplay.
- Start level 2! Including more, different enemy AI and puzzles.
Thursday, January 23, 2025
Game Gen - Week 47
Scary Fun Progress!
I say scary, because more than a few times I've been scared by my own weeping-angel-like mannequins while working on this project, and it's starting to feel like it's really coming along!
Wow is multiplayer a challenge though! It gets quite confusing sometimes when having to keep track of clients and servers and who has authority, etc, but it's quite a rewarding feeling when it all get's figured out!
I missed out on blogs for a bit due to the holidays but I'm happy to show the progress I've made since my last one!
Here is a quick overview of what I've accomplished since last time:
- Furthered the interaction system and created a player inventory system complete with UI.
- I improved the player inventory UI interaction to allow for swapping things around between your main hand, pockets, and backpack inventory slots.
- Created item spawners and a spawn manager.
- The item spawners spawn four of the same item and a spawn manager selects random spawners to spawn each item type and a certain amount of each type as desired.
- Created a multi-player-ready puzzle for the main goal of this level.
- The puzzle is a fuse box with some fuses missing. The fuses can be found scattered around the level and once all the fuses are returned the door to the next level can be opened.
- Weeping-Angel-inspired enemy.
- This mannequin enemy blends in with the non-NPC mannequins around the level. Once you look away, however, you might be surprised what's behind you when you turn back around!
Here's a short video of the progress I've made:
The main challenge has been getting everything not only working but then also replicated to work in multi-player. It's starting to make more sense, especially as we work on different systems and understand how the architecture works for servers and clients.
I'm most proud of creating the puzzle, as that was the most challenging thing so far to get working for multi-player. I don't want to share all of my secrets, but here's some of the functionality. We had to do a lot of back-and-forth and iterating before we finally got this all working properly with multi-player interactions.
Fuse Box Event Graph
This is an overview of the events needed to replicate the fuse box.
- On interaction, we check who is interacting and what they are holding. If they are holding a fuse, we then continue to set the fuse added (if it's needed).
- When the player adds fuses, we run the "Add Fuses" function which iterates over the fuses in the "parent fuses" which are objects pre-set in the Fuse Box blueprint. These have an associated color tag which we check in the "check fuse color tags" macro to find which fuse "slot" or parent belongs to the color the player has. When we find the parent color matches a player's fuse, we set that fuse "parent" as the matching fuse and break the loop, then, we move on to check if the color is still missing. If so, we set the fuse of that color unhidden in the fuse box, else we let the player know they already have that color.
- Based on if the fuse was needed or not, we either clear the hand of the player or open a widget to tell them the fuse of that color has already been found.
Fuse Box "Add Fuses" Function
Item Spawning
The other blueprint I chose to include is my item spawner. This was cool to make and enabled me to spawn a few of the same items in one spot, such as flashlights or fuses. I also have a manager who will randomly select the spawners in the map to use to spawn items, so they will always spawn in different locations!
Overall I'm proud of the progress and excited to continue! Here are my goals for the next two weeks:
- Work out bugs in existing mechanics and systems, such as the inventory UI and enemies.
- Add more abilities to the player along with mechanics like fear level.
- Clean up the UI and continue to improve the player experience.
Friday, November 15, 2024
Game Gen - Week 37
Multiplayer Games!
Current Project: Multiplayer Horror
Video Overview:
Multiplayer Replicated Blueprints
Player Interaction with Blueprint Interface
If the player is a client and thus does not have authority, we have to provide authority by passing the actions through custom events which set the replication for the events. Once we have the proper authority, we call the Interact blueprint interface function which is implemented on any interactable item.
Multiplayer Flashlight Functionality
Replicated Sprinting
Interactable Pickup Parent BP
Interaction Implementation in Child BP
Blender Modeling
Here are the meshes I've made:
Simple Trash Can by zachmckinnon on Sketchfab
Overall I've been enjoying making the different mechanics, models, and hopefully some custom materials and other cool enhancements I can create for the game's immersive experience.\
Level Design for David:
Next two-week goals:
- Implement the Inventory for Players.
- Create a material to highlight interactable objects rather than a light.
- Create Widgets for Interactions to show players.
- Continue to work with David on Level Design
Friday, November 1, 2024
Game Gen - Week 35
Halloween! Woohoo!
This was quite the challenge, but extremely fun! While I still have a bug that makes the demo currently unplayable after a Shipping build, I will figure that out and get it uploaded to Itch.io for download. I got some clips from playing in the editor where the game functions properly for the most part.
At first, I saw the wrong Game Jam poster, so I based my idea off of a combination of Gun Fight and a platformer. Once I realized this was actually the Kids and Teens event with Vives letting me know, I was already too far committed to change it so here is an Unreal Engine amalgamation of a Vampire themed Gunfight on platforms!
Halloween Game Accomplishments:
- Mostly completed a full Unreal Engine 5.4 Game demo in about 4 weeks. (Only a few hours a day on weekdays.
- Created a boss character with 4 different attack options.
- Created moving and falling platforms.
- 3D modeled and UV'd a Coffin platform.
- Found and utilized free assets for level creation and hand-placed all world assets.
- Created a custom blood river material for the river's "water".
- Created custom AI Nav Links for jumping between platforms.
- Created a custom method for the boss to decide it's attack based on player's distance.
- Re-mapped animations and customized meshes of player and enemy meshes.
- Created all UI design and functionality.
- Developed and created all technical functionality of the world, character, and AI enemies.
Boss Attack Decision:
Shooting a Blood Bullet
In other News: Wave Function Collapse!
So far, I'm having a bit of an issue with calculating the properties of the dimensions for the Grid Volume vs the Tile sizes but I was successfully able to generate a single tile in the Grid Volume I created, so that's something!
My goal is to create a simple "template" of different tile types: corners, walls, interior fill, exterior fill, doorways, and eventually even stairways. Theoretically, every "feature" including a lake or river or room, etc is made up of these pieces, the only thing that really changes is the way they look. So, I'm attempting to improve upon the already created plugins to create a more user-friendly and versatile way of creating levels quickly with custom tiles.
Here's how the architecture of the system works:
I use Enums and a Struct to define the "Tile Data" that the developer will enter either through JSON, CSV, or manually. The things we need to know about a tile are what type they are, what edges can face a border, and what static mesh to use for it, as well as what other types of tiles can connect to it on each side.
I use sockets to determine which side is which to prevent confusion from different axes used in different applications like Blender vs Unreal Engine.
Once we have that data, then we just need to know which volume we want to generate in. We select the Grid Volume Actor we've placed and sized in the level and can generate in this area.
I have some bugs to work out, but I think I'm really close to getting this working in the way I think is a more improved version of what I've seen out on the market for Unreal Plugins.
I don't want to share too much of my code on this tool, as I may want to try to sell it on the UE Plugins store or something, but I'll try to get a gif of it when I get it working. It was working sort of but after some attempted bug fixing it is currently not working properly.
Friday, October 18, 2024
Game Gen - Week 33
Lots of Projects!
Overview Clip:
Star Paws
- Resources only show on the map if you have an adequate Base level.
- Resources spawn and can be collected once you've built a farm.
- The player's inventory, including their gold amount, is saved to the save game.
- Players can level up their base to see more resources become available.
- Once resources are collected, players can add goods to their trade inventory and sell items to NPCs for gold.
Level Design
Halloween Game Jam
- Moving platforms
- A custom kill volume
- Enemy AI boss with 4 different attack types including:
- Melee attacks
- Blood Bullet shooting
- Minion spawning
- Teleportation
- Minion enemies with melee attacks.
- First-person shooting mechanics in a third-person game template when the player aims.
- Player HUD with Health bar, ammo amount, reload animation, and crosshairs.
- The player's shooting revolver attack.
- Grenade and player grenade throwing attack.
- Several blended animations and animation states for custom character movement when shooting, throwing, etc.
Goals:
- Bug fixing in Star Paws main game loop
- Create functionality to level up farms in Star Paws.
- Finish Lab Level in David's game.
- Finish Halloween full concept with win and lose scenarios.
Friday, October 4, 2024
Game Gen - Week 31
Back in Action
Last Star Paws Progress:
Last we left off, I had just finished getting the "explore" functionality working for players to discover new resources on which they will be able to build farms. This includes a timer function that uses the resource's distance from the player's base to calculate how long the discovery will be.
Latest Development Checkpoints:
Getting Organized:
Code Clean Up
Next Steps:
- Bug fixing in the main gameplay loop, like crashes when interacting with the UI at the same time an NPC buys something.Most Recent Post
Game Gen - Week 56
Story Writing and Lore Building This week, I focused a lot on furthering the lore of my horror game and giving the players a secondary objec...
