Update README.md

This commit is contained in:
PixieCore 2021-08-15 00:47:41 +02:00 committed by GitHub
parent de7f17005f
commit b1e886b860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ APEX Legends / R5 Server Engine research
## R5Dev ## R5Dev
Instructions are kinda outdated. Will be updated soon.
To use the vs project / engine hooking, here are some basic instructions: To use the vs project / engine hooking, here are some basic instructions:
1. Build the solution 1. Build the solution
@ -18,3 +20,16 @@ To use the vs project / engine hooking, here are some basic instructions:
4. Run `launcher.exe` 4. Run `launcher.exe`
The game will pop a debug terminal, that will forward your commands directly to the in-game source console backend. SQVM prints are also enabled, and the hooks will attempt to load game vscripts out of `platform\` relative from the game executable before falling back to the SearchPath's defined in GameInfo.txt or the in-memory VPK structures. The game will pop a debug terminal, that will forward your commands directly to the in-game source console backend. SQVM prints are also enabled, and the hooks will attempt to load game vscripts out of `platform\` relative from the game executable before falling back to the SearchPath's defined in GameInfo.txt or the in-memory VPK structures.
## R5Net DISCLAIMER
When hosting to the Server Browser (R5Net) you will stream your IP to that database which will be stored there till you stop hosting the server.
This is NEEDED so you can even connect to other players servers.
There is a Checkbox that is by default disabled that allows you to stream to the server browser.
If you tick that and don't assign a password your server will be visible in the server browser.
But if you assign a password you will get a token as a response and a password.
People can join with that over the "Private Servers" button. If you do that your IP will still be stored on the database till you stop hosting the server to ensure people can connect.
Alternative way is just to host the server without ticking the server browser checkbox and just give the people you want to connect the IP including the port.
TL;DR If you tick the server browser box in "Host Server" your ip will be stored till you close the server.