Rising Thunder Wikia
No edit summary
Tag: Visual edit
(fixed wrong stuff and removes redundant information)
Tag: Visual edit
Line 1: Line 1:
Official Repos: https://github.com/RiotGames/rtce-server
+
Official Repos: https://github.com/RiotGames/rtce-server
   
 
Repository community fork: https://github.com/darvell/rtce-server
 
Repository community fork: https://github.com/darvell/rtce-server
 
=== Server Resources ===
 
   
 
=== Server Setup ===
 
=== Server Setup ===
Line 9: Line 7:
   
 
export RT_SERVER_HOSTNAME=<your_server_ip>
 
export RT_SERVER_HOSTNAME=<your_server_ip>
 
run the Server with python rtd.py
 
   
 
to connect to your server use:
 
to connect to your server use:
   
http://<your_server_ip>:1137/_01/ as ip in Rising Thunder. The last slash is important. It will not work with
+
http://<your_server_ip>:1337/_01/
 
http://<your_server_ip>:1137/_01
 
 
=== Insights ===
 
   
 
=== Community api ===
 
=== Community api ===

Revision as of 10:13, 26 January 2018

Official Repos: https://github.com/RiotGames/rtce-server

Repository community fork: https://github.com/darvell/rtce-server

Server Setup

first export the IP from your Server with:

export RT_SERVER_HOSTNAME=<your_server_ip>

to connect to your server use:

http://<your_server_ip>:1337/_01/

Community api

The community added API like functionalities, its possible to scan how many players are online and how many are queueing.

http://<IP HERE>/rpc/GetUsersInRankedCount shows players in queue

http://<IP HERE>/rpc/GetUserCount shows online players