"Getting Code Running" | Author: Connor Prosise | Posted on: July 11, 2025
The problem:
I encountered many problems getting the environment set up and running. When I downloaded the code from Perforce. I was not able to get the project to open and getting it to compile. Hopefully, this might give some insight into future Devs working on this project.
The Solution:
I was previously using Unreal 5.3. So the first step was to get the 5.4, which is the version chosen. The project had the VSTools plugin required. After some searching, I needed to update my Visual Studio to 17.14.x. When it opened, it gave me the option to add the project. Next, I received some cryptic build errors. It turns out that the 64-bit .NET libraries need to be in the path ahead of the 32-bit version. Once this was fixed, I compiled and saw an issue with a module missing from the build. I added the UMG module to the build script and was then able to open the project in Unreal and run the game.
Get Operation Nightfall
Operation Nightfall
Status | Released |
Authors | Untamed Gaming Studio, kodadoka, AntonyXabier |
Genre | Shooter |
More posts
- Unreal 5.4 Quality of Life | Author: Connor Prosise | 7/24/2578 days ago
- Adjusting Real-Time Ammo Display | Author: Koda Durbin | 7/24/2578 days ago
- "Visual Countdown" | Rex Mejia |7-24-2578 days ago
- UI Logic Lost in Translation: When It Wasn’t the Code Author: Marcos Salinas |...78 days ago
- AI's Identity Crisis: When Enemies Turn on Each Other| Author: Antony Castro| Po...78 days ago
- Adding Fab Assets| Author: Connor Prosise | 7/18/2584 days ago
- Setting Up Game Loop | Author: Koda Durbin | 7/18/2584 days ago
- Fixing Audio Stacking and Overlay Duplication in Menu Transitions | Author: Marc...84 days ago
- Preventing Overlapping Spawns: Ensuring Enemies Don't Stack Up| Author: Antony C...84 days ago
- "Weapon Assignment Bug" | Rex Mejia | 7-17-2585 days ago
Leave a comment
Log in with itch.io to leave a comment.