Skip to content

Commit 05d5b00

Browse files
committed
Adding Test Results of RenegadeX
1 parent c11de5b commit 05d5b00

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

docs/tests/protocols/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Protocols Tests
1111
test_minecraft/index
1212
test_raknet/index
1313
test_eos/index
14+
test_renegadex/index
1415
test_kaillera/index
1516
test_ase/index
1617
test_quake1/index
@@ -31,3 +32,4 @@ Protocols Tests
3132
test_vcmp/index
3233
test_satisfactory/index
3334
test_gamespy3/index
35+
test_renegadex/index
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _test_renegadex:
2+
3+
test_renegadex
4+
==============
5+
6+
.. toctree::
7+
test_renegadex_status
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
}

0 commit comments

Comments
 (0)