Browse Source

Improve RenX.FuckCronus/README.md

release/1.0
Jessica James 3 years ago
parent
commit
d6bc0d2a79
  1. 18
      src/Plugins/RenX/RenX.FuckCronus/README.md

18
src/Plugins/RenX/RenX.FuckCronus/README.md

@ -1,4 +1,18 @@
== Function == # Setup
1) Setup Jupiter on the same server as your game server
2) Add `RenX.Listen` and `RenX.FuckCronus` to your root `Config.ini`
3) Configure `RenX-ListenServer` (see RenX.Listen.ini) server block in `RenX.Core.ini`. These are the settings for any servers which connect to your bot.
4) In UDKRenegadeX.ini on the game server, replace `devbot.ren-x.com` with `127.0.0.1`
5) Startup Jupiter Bot
6) Startup game server
7) Verify your server is listed on the RenX server list
### Optional:
It's also possible to use this plugin as a general proxy for devbot traffic, so that you can change the listed IP address of your game server. To do this:
1) Setup Jupiter on the server (i.e: proxy node) you wish to have listed instead of your game server
2) Follow the same steps as above, except use your proxy node's IP address instead of `127.0.0.1`
# Function
Sanitizes logs going to the Renegade X devbot (server list), and sanitizes commands coming from the Renegade X devbot. Sanitizes logs going to the Renegade X devbot (server list), and sanitizes commands coming from the Renegade X devbot.
@ -6,7 +20,7 @@ When all sanitizations are disabled, this can also be used to change the listed
without relying on Cronus. This is done by hosting Jupiter on the IP address you wish to have listed, and routing without relying on Cronus. This is done by hosting Jupiter on the IP address you wish to have listed, and routing
traffic from there. traffic from there.
== Rationale == # Rationale
*Short*: Thieves shouldn't be trusted with personally identifiable information. This prevents that. *Short*: Thieves shouldn't be trusted with personally identifiable information. This prevents that.

Loading…
Cancel
Save