From b1e886b860e94966790b91080e88f94bbfd4345e Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Sun, 15 Aug 2021 00:47:41 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d9d6871f..c3e0386f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ APEX Legends / R5 Server Engine research ## R5Dev +Instructions are kinda outdated. Will be updated soon. + To use the vs project / engine hooking, here are some basic instructions: 1. Build the solution @@ -18,3 +20,16 @@ To use the vs project / engine hooking, here are some basic instructions: 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. + +## 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. From 5b0d52ebd468d2e0c3cd915cb2f4e5c8a9aa58bf Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Sun, 15 Aug 2021 00:48:07 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c3e0386f..6c111858 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,15 @@ The game will pop a debug terminal, that will forward your commands directly to ## 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. From 0ba130dd2ef4fd6ee5f91122b758a833eaf48f81 Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Sun, 15 Aug 2021 00:49:15 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c111858..10d011ba 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,11 @@ There is a Checkbox that is by default disabled that allows you to stream to the 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. +But if you assign a password you will get a token as a response and a password and it won't be visible in the server browser. -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. +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. From 655b2101d8f8aae169dbf7451ab7fc7f9d3542f7 Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Sun, 15 Aug 2021 00:49:28 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d011ba..f46d2937 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ If you do that your IP will still be stored on the database till you stop hostin 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. +TL;DR If you tick the server browser box in "Host Server" your IP will be stored till you close the server.