Update README.md

This commit is contained in:
Zylox
2024-01-21 01:54:44 +01:00
committed by GitHub
parent fac9a5955c
commit 8c92409321
+17 -11
View File
@@ -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