My Experience with IC3D’s Toys for Tots: The Future of Playtime!

This year I participated in IC3D’s 2022 Toys for Tots program. IC3D is a company that uses 3D printing to make manufacturing more accessible. They offer a range of services, including custom equipment and design, as well as their own line of 3D printing filament. I was introduced to this program by a colleague of… Continue reading My Experience with IC3D’s Toys for Tots: The Future of Playtime!

UHG Week 10 – Footsteps and More 3D Modeling

Random Tweaks and Additions With the help of a friend, I was able to add a cool tweak to our Enemy AI. I initially wanted the AI to always spawn behind the player. This is because it would seem rather jarring to have the Enemy randomly pop into existence in front of the player. I… Continue reading UHG Week 10 – Footsteps and More 3D Modeling

UHG Week 8 – Finishing Objectives

Radio Towers and Computers The goal for this week was to finish creating the remain two objectives. Here is a short recap of the three objectives our player will need to manage: Keep Generator fueled Repair Radio Tower when damaged Reset Computer Equipment at the house With the help of our redesigned objective system, creating… Continue reading UHG Week 8 – Finishing Objectives

UHG Week 6 – Lasers and Gasoline

Implementing the generator This week was all about adding a simple generator and refuel system that our player will interact with. When the generator has fuel, it will turn on the PowererdLights via our MyGameModeBase class. This means that I had to create a system that allowed the player to interact with objects by looking… Continue reading UHG Week 6 – Lasers and Gasoline

UHG Week 5 – Lights and Delegates

Doing some electrical work The goal for this week was to come up with concepts for basic gameplay mechanics and start implementing them. Here are the three major mechanics I have come up with: Keeping a generator running The generator will need to be refueled at regular intervals Can be refueled at anytime If the… Continue reading UHG Week 5 – Lights and Delegates

UHG Week 4 – Terrain Creation in Unreal Engine

Time for some landscaping Week 4 is primarily focused on creating a landscape for our player to traverse. To do this, I am using Unreal Engine’s built in landscape tool. This tool creates a rectangular grid of squares that can be manipulated via a sculpting and painting tool. This allows me to change the landscape’s… Continue reading UHG Week 4 – Terrain Creation in Unreal Engine