File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Protocols Tests
11
11
test_minecraft/index
12
12
test_raknet/index
13
13
test_eos/index
14
+ test_renegadex/index
14
15
test_kaillera/index
15
16
test_ase/index
16
17
test_quake1/index
@@ -31,3 +32,4 @@ Protocols Tests
31
32
test_vcmp/index
32
33
test_satisfactory/index
33
34
test_gamespy3/index
35
+ test_renegadex/index
Original file line number Diff line number Diff line change
1
+ .. _test_renegadex :
2
+
3
+ test_renegadex
4
+ ==============
5
+
6
+ .. toctree ::
7
+ test_renegadex_status
Original file line number Diff line number Diff line change
1
+ test_renegadex_status
2
+ =====================
3
+
4
+ Here are the results for the test method.
5
+
6
+ .. code-block :: json
7
+
8
+ {
9
+ "name" : " Ich bin ein ziemlich langer Server der nicht weis wie lang das geht" ,
10
+ "current_map" : " CNC-Field" ,
11
+ "port" : 7777 ,
12
+ "players" : 0 ,
13
+ "game_version" : " Open Beta 5.85.815" ,
14
+ "variables" : {
15
+ "player_limit" : 64 ,
16
+ "vehicle_limit" : 20 ,
17
+ "mine_limit" : 24 ,
18
+ "time_limit" : 50 ,
19
+ "passworded" : false ,
20
+ "steam_required" : false ,
21
+ "team_mode" : 6 ,
22
+ "spawn_crates" : true ,
23
+ "game_type" : 1 ,
24
+ "ranked" : false
25
+ },
26
+ "raw" : {
27
+ "Current Map" : " CNC-Field" ,
28
+ "Players" : 0 ,
29
+ "Port" : 7777 ,
30
+ "Name" : " Ich bin ein ziemlich langer Server der nicht weis wie lang das geht" ,
31
+ "IP" : " 10.13.37.149" ,
32
+ "Game Version" : " Open Beta 5.85.815" ,
33
+ "Variables" : {
34
+ "Player Limit" : 64 ,
35
+ "Vehicle Limit" : 20 ,
36
+ "Mine Limit" : 24 ,
37
+ "Time Limit" : 50 ,
38
+ "bPassworded" : false ,
39
+ "bSteamRequired" : false ,
40
+ "Team Mode" : 6 ,
41
+ "bSpawnCrates" : true ,
42
+ "Game Type" : 1 ,
43
+ "bRanked" : false
44
+ }
45
+ }
46
+ }
You can’t perform that action at this time.
0 commit comments