mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
1.1 KiB
1.1 KiB
FNGameProj-23.00
This branch and version is deprecated and will receive no updates -> Use 24.20 PIE instead Link
This is a Unreal Project for modding a old Version of Fortnite (23.00) which has some c++ class recreated
How To use
Installation
All desktop editions of Visual Studio 2019+ 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 5.1 from egl
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 - Code fixes and additions