Release 9.2.0

This commit is contained in:
Alessandro Autiero
2024-07-06 18:43:52 +02:00
parent 45b8629207
commit e3b8d7d182
91 changed files with 3871 additions and 3132 deletions

Binary file not shown.

View File

@@ -1,3 +0,0 @@
Project Reboot is a game server for Fortnite that aims to support as many seasons as possible.
The project was started on Discord by Milxnor, while the launcher is developed by Auties00.
Both are open source on GitHub, anyone can easily contribute or audit the code!"

View File

@@ -1 +0,0 @@
Your version of Fortnite is corrupted, download it again from the launcher, or use another build.

View File

@@ -1,3 +0,0 @@
Support for LawinV2 is available in the launcher.
To use the backend, select a local or remote backend from the "Backend" tab in the launcher.
To use the credentials, click on the avatar on the top left of the launcher and enter your email and password

View File

@@ -1,2 +0,0 @@
No, skins don't work in Reboot.
This is because Epic asked us to remove them.

View File

@@ -1,7 +0,0 @@
If you have ever played Minecraft multiplayer, you might know that the servers you join are hosted on a computer running a program, called Minecraft Game Server.
While the Minecraft Game server is written by the creators of Minecraft, Mojang, Epic Games doesn't provide an equivalent for Fortnite.
By exploiting the Fortnite internals, though, it's possible to create a game server just like in Minecraft: this is in easy terms what Project Reboot does.
Some Fortnite versions support running this game server in the background without rendering the game("headless"), while others still require the full game to be open.
Just like in Minecraft, you need a game client to play the game and one to host the server.
By default, a game server is automatically started on your PC when you start a Fortnite version from the "Play" section in the launcher.
If you want to play in another way, for example by joining a server hosted by one of your friends instead of running one yourself, you can checkout the "Multiplayer" section in the "Play" tab of the launcher.

View File

@@ -1,4 +0,0 @@
Some Fortnite versions support running this game server in the background without rendering the game: this type of server is called "headless" as the game is running, but you can't see it on your screen.
If headless is not supported by the Fortnite version you want to play, or if you disabled it manually from the "Configuration" section in the "Host" tab of the launcher, you will see an instance of Fortnite open on your screen.
For convenience, this window will be opened on a new Virtual Desktop, if your Windows version supports it. This feature can be disabled as well from from the "Configuration" section in the "Host" tab of the launcher.
Just like in Minecraft, you need a game client to play the game and one to host the server.

View File

@@ -1,22 +0,0 @@
For others to join your game server, port 7777 must be accessible on your PC.
One option is to use a private VPN service like Hamachi or Radmin, but all of the players will need to download this software.
The best solution is to use port forwarding:
1. Set a static IP
If you don't have already a static IP set, set one by following any tutorial on Google
2. Log into your router's admin panel
Usually this can be accessed on any web browser by going to http://192.168.1.1/
You might need a username and a password to log in: refer to your router's manual for precise instructions
3. Find the port forwarding section
Once logged in into the admin panel, navigate to the port forwarding section of your router's settings
This location may vary from router to router, but it's typically labelled as "Port Forwarding," "Port Mapping" or "Virtual Server"
Refer to your router's manual for precise instructions
4. Add a port forwarding rule
Now, you'll need to create a new port forwarding rule. Here's what you'll typically need to specify:
- Service Name: Choose a name for your port forwarding rule (e.g., "Fortnite Game Server")
- Port Number: Enter 7777 for both the external and internal ports
- Protocol: Select the UDP protocol
- Internal IP Address: Enter the static IP address you set earlier
- Enable: Make sure the port forwarding rule is enabled
5. Save and apply the changes
After configuring the port forwarding rule, save your changes and apply them
This step may involve clicking a "Save" or "Apply" button on your router's web interface

View File

@@ -1,6 +0,0 @@
A backend is a piece of software that emulates the Epic Games server responsible for authentication and related features.
By default, the Reboot Launcher ships with a slightly customized version of LawinV1, an open source implementation available on Github.
If you are having any problems with the built in backend, enable the "Detached" option in the "Backend" tab of the Reboot Laucher to troubleshoot the issue.
LawinV1 was chosen to allow users to log into Fortnite and join games easily, but keep in mind that if you want to use features such as parties, voice chat or skins, you will need to use a custom backend.
Other popular options are LawinV2 and Momentum, both available on Github, but it's not recommended to use them if you are not an advanced user.
You can run these alternatives either on your PC or on a server by selecting respectively "Local" or "Remote" from the "Type" section in the "Backend" tab of the Reboot Launcher.

View File

@@ -1,4 +0,0 @@
Many Fortnite versions don't support entering in game by clicking the \"Play\" button.
Instead, you need to click the key assigned to the Unreal Engine console, by default F8 or the tilde(the button above tab), and type open 127.0.0.1
Keep in mind that the Unreal Engine console key is controlled by the backend, so this is true only if you are using the embedded backend: custom backends might use different keys.
When using the embedded backend, you can customize the key used to open the console in the \"Backend\" tab of the Reboot Launcher.

View File

@@ -1,4 +0,0 @@
To resolve this issue:
- Check that your backend is working correctly from the "Backend" tab
- If you are using a custom backend, try to use the embedded one
- Try to run the backend as detached by enabling the "Detached" option in the "Backend" tab

View File

@@ -1,2 +0,0 @@
As explained in the "What is a Fortnite game server?" section, one instance of Fortnite is used to host the game server, while the other is used to let you play.
The Fortnite instance used up by the game server is usually frozen, so it should be hard to use the wrong one to try to play.

View File

@@ -1,3 +0,0 @@
As explained in the "What is the Unreal Engine console?" section, the "Play" button doesn't work in many Fortnite versions.
Instead, you need to click the key assigned to the Unreal Engine console, by default F8 or the tilde(the button above tab), and type open 127.0.0.1
If that doesn't work, go to the Host page and make sure that you are running a game server by clicking "Start Hosting".

View File

@@ -1,3 +0,0 @@
A Fortnite game server created by Milxnor
A Minecraft game server created by Chief Keef
I don't know

View File

@@ -1,3 +0,0 @@
A version I downloaded from the launcher crashes
A version of Fortnite I downloaded from the internet crashes
I can't enter in game from the lobby

View File

@@ -1,3 +0,0 @@
Click the Unreal Engine Key(F8 or the tilde by default) and type open 127.0.0.1
Report a bug on Discord because there is a clearly a bug
Cry

View File

@@ -1,3 +0,0 @@
Switch my backend to embedded and try again before reporting a bug on Discord
Report a bug on Discord immediately and flood the chat
Cry

View File

@@ -1,3 +0,0 @@
No, it's not possible
Yes, I just have to send Auties a message
Yes, let me ask on Discord how to get them

View File

@@ -1,3 +0,0 @@
Only the ones I can download from the launcher
Any season between season 0 and 15 works
Depends on the day of the week

View File

@@ -1,3 +0,0 @@
The address of your local machine where the game server will be hosted
Playboi Carti's hiding spot
I don't know

View File

@@ -1,3 +0,0 @@
A Fortnite window used to host matches instead of playing the game
A standalone piece of software to host matches
A stolen Epic games server we got by paying Tim Apple

View File

@@ -1,3 +0,0 @@
No, I will be kicked back to the lobby, unless I've joined someone else's server
Yes, one will be started automatically as soon as I click play
Yes, it's not needed to play

View File

@@ -1,3 +0,0 @@
A game server that doesn't render the Fortnite window to save memory
A game server hosted on someone else's PC
A game server running in Milxnor's mind

View File

@@ -1,3 +0,0 @@
Some seasons don't support a headless server, so the other frozen Fortnite is the game server
The launcher is bugged: I must report a bug on Discord
Auties hardcoded a crypto miner in Fortnite: by opening two games he gets more cash

View File

@@ -1,3 +0,0 @@
I can open port 7777 on my router or use a private VPN service
I don't have to do anything, it's all automatic
What are you talking about?

View File

@@ -1,3 +0,0 @@
A piece of software to emulate Epic Games' servers for authentication
A piece of software that makes the launcher work correctly
I don't know