From 8c9240932113957c8e68a3134e4977842b2ae50b Mon Sep 17 00:00:00 2001 From: Zylox <76428709+zyloxmods@users.noreply.github.com> Date: Sun, 21 Jan 2024 01:54:44 +0100 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab7aa8d0..8deb724b 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,26 @@ -# FNGameProj +# FNGameProj-24.00 -> This is a repository with Unreal Projects for different Fortnite versions +> This branch and version is deprectated and will receive no updates -> Use 24.40 PIE instead [Link](https://github.com/bc2424/UEFN-PIE) -## Versions +> This is a Unreal Project for modding a old Version of Fortnite (24.00) which has some c++ class recreated -- [9.10](https://github.com/zyloxmods/FNGameProj/tree/9.10) -- [14.30](https://github.com/zyloxmods/FNGameProj/tree/14.30) -- [7.40](https://github.com/zyloxmods/FNGameProj/tree/7.40) +## How To use -## Deprectated Versions +#### Installation -- [24.00](https://github.com/zyloxmods/FNGameProj/tree/24.00) +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 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](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