Welcome to the Unreal Engine Game Project repository! This repository contains the files necessary to play a hyper-realistic car racing game developed using Unreal Engine 5. Unfortunately, Github doesn't have enough space to store huge files that are required to play the car racing game. So, all the required files including the screen-recording of playing car racing game is available on Mega Cloud. The link is: https://mega.nz/folder/2lcwiYKa#J6GAX9dfHZePQo0DdYQbkw
The project on Mega Cloud whose link is shared above includes the following files and folders:
Manifest_DebugFiles_Win64.txt
Manifest_UFSFiles_Win64.txt
Manifest_NonUFSFiles_Win64.txt
RacingGameCourse.exe
(Executable file for playing the game locally)Content/
Config/
Binaries/
AssetRegistry.bin
RacingGameCourse.uproject
Plugins/
Content/
Config/
Binaries/
GlobalShaderCache-PCD3D_SM5.bin
GlobalShaderCache-PCD3D_SM6.bin
To play the game, follow these steps:
Game/Windows/RacingGameCourse
folder.RacingGameCourse.exe
file to start the game.This car racing game was developed using Unreal Engine 5. Here's a brief overview of the development process:
Importing and Rigging the Car in Blender: The car model was created and rigged in Blender 3D, then imported into Unreal Engine.
Making the Car Drivable in Unreal Engine 5: Using Unreal Engine's built-in physics and vehicle systems, the car was configured to be drivable within the game environment.
Texturing and Configuring the Car: Textures and materials were applied to the car model to enhance its visual appearance, and configurations were made to optimize its performance within the game.
Creating Gameplay Elements: Gameplay elements such as checkpoints, a timer system, and a finish line were implemented to provide structure and challenge to the racing experience.
Building the Environment: A city environment with realistic roads, buildings, and other assets was created to serve as the backdrop for the racing game.
Adding Additional Features: Features like a speedometer and non-player character (NPC) cars from the Epic Games Marketplace were integrated to enhance the gameplay experience.
RacingGameCourse.exe
file is the executable that allows you to play the game locally. Ensure you have all other files and folders from this repository downloaded for the game to function properly.Enjoy playing the game and feel free to explore the project.