-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample-server.json
More file actions
39 lines (39 loc) · 963 Bytes
/
Copy pathexample-server.json
File metadata and controls
39 lines (39 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"serverName": "BZFlag Test Server",
"description": "A test server for BZFlag-style tank game with map selection.",
"mapFile": "test.bzw",
"motd": "Welcome to the test server!",
"maxPlayers": 16,
"port": 3000,
"tankSpeed": 25.0,
"tankRotationSpeed": 0.785398,
"reverseSpeedRatio": 0.5,
"forwardAccel": 1.8,
"reverseAccel": 1.2,
"forwardDecel": 2.5,
"turnAccel": 3.0,
"turnDecel": 4.0,
"jumpVelocity": 19,
"gravity": 9.8,
"shotSpeed": 100,
"shotRange": 350,
"shotDuration": 3.5,
"shotDistance": 350,
"shotReloadTime": 1000,
"shotMaxActive": 1,
"shotRadius": 0.5,
"shotTailLength": 4.0,
"shotsKeepVerticalVelocity": false,
"voiceNearbyRadius": 60,
"voiceIceServers": [],
"fogMode": "none",
"fogDensity": 0.001,
"fogStart": 50,
"fogEnd": 100,
"antiCheat": {
"mode": "strict",
"linearDriftThreshold": 3.0,
"linearDriftThresholdVelocityChanged": 20.0,
"angularDriftThreshold": 0.5
}
}