My personal tweaks and settings for Reload backend
Content inside of this repository is derived from LawinServerV2 and Reload backends. To use any of the content, you MUST have it downloaded and launched. This repository is PRIVATE, meaning none of the information inside of it should be shared. You will be kicked off the Github if you do. (also no forking)
- Rlazify (for most of shotgun knock backs fix and movement fixes)
- Razer (for Ch4 MM ini file fix)
- Alby (for Arena points Fetches in ini files)
Reload backend | https://github.com/Project-Reload/Reload-Backend
Lawin Server V: 1, 2, 3, | LawinV1 LawinV2 LawinV3
Some these files can be found in other Repositories but i converted them into .Js so you can use them in th backends since they are written in Javascript.
How to setup multiple gameservers
Details
-
- Go to Config/config.json in the directory you extracted Reload Backend into.
-
- Open it, you should see a "gameServerIP" section in the file.
-
- To add more gameservers you will have to do it like this
Example here:
"gameServerIP": ["127.0.0.1:7777:playlist_defaultsolo","127.0.0.1:7777:playlist_defaultduo"],OR (for other backends)
"gameServerIP": ["Your-IP:MM-Port:Your-FN-Playlist-Id-here","Your-IP:MM-Port:Your-FN-Playlist-Id-here"],
-
- You have now added solos and duos to your matchmaking.
Quick note:
Fortnite Gameservers use port 7777 or 7778 this is by default by its Engine and Structure so if you wat to do multiple gameservers u could use diffrent ports of these.
E.g.:
Solo playlist is Ip:127.0.0.1 and Port:7777
Duo playlist is Ip:127.0.0.1 and Port:7778
Code:
"gameServerIP": ["127.0.0.1:7777:playlist_defaultsolo","127.0.0.1:7778:playlist_defaultduo"], I recomend to do Port 7777 for Solo type gamemodes and Creative and use Port 7778 for Team modes like Teamrumble, Duos, Squads etc.
How to enable / Show arena playlist on 24.30+
Details
- Code Arena to your backend
- You need to have EventListActive and the Lobby Scorring UI
- Also need to have the ability to SAVE,RECALL/LOAD Points and get Discovery working for the playlist.
- Here's a shitty but Lobby Scorring UI working for Reload backend (This doesnt have Saving Or Recalling points for DBs btw i will Not give u that for free / figure it out on ur own)
- The playlist and Discovery setup
Later skiddas cuz i have a life to deal with :)