mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# FNGameProj-14.30
|
|
> This is a Unreal Project for modding a old Version of Fortnite (14.30) which has every c++ class recreated
|
|
|
|
## How To use
|
|
|
|
#### Installation
|
|
|
|
All desktop editions of [Visual Studio 2019+]((http://www.visualstudio.com/products/visual-studio-community-vs)) can build this Project
|
|
|
|
To install the correct components for this Project , make sure the Game Development with C++ workload is checked. Under the Installation Details section on the right, also choose the following components:
|
|
- **C++ profiling tools**
|
|
- **Windows 10 SDK** (10.0.18362 or newer)
|
|
- **Unreal Engine Installer**
|
|
Right click the *FortniteGame.uproject* and Switch Unreal Engine version... to the coressponding unreal version for this Project which can be found here - not yet
|
|
|
|
Right click the *FortniteGame.uproject* and Generate Visual Studio Project Files then open the *FortniteGame.sln* and build the Project with Visual Studio
|
|
|
|
Now launch the Project by launching the *FortniteGame.uproject*
|
|
|
|
---
|
|
## Credit
|
|
|
|
- [Zylox](https://twitter.com/zyloxmods) - Code fixes and additions
|
|
- [boredcrow24](https://twitter.com/boredcrow24) - Code fixes and additions
|
|
- [RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS) - UHT Dump
|
|
- [UE4GameProjectGenerator](https://github.com/Buckminsterfullerene02/UE4GameProjectGenerator) - Project generation
|