Skip to content

Commit 4e9cd04

Browse files
authoredFeb 7, 2023
feat: add ets2 and ats (GameServerManagers#134)
1 parent caf4f99 commit 4e9cd04

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
 
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
SiiNunit
2+
{
3+
server_config : Server {
4+
lobby_name: "SERVERNAME"
5+
description: ""
6+
welcome_message: ""
7+
password: ""
8+
max_players: 8
9+
max_vehicles_total: 100
10+
max_ai_vehicles_player: 50
11+
max_ai_vehicles_player_spawn: 30
12+
connection_virtual_port: 100
13+
query_virtual_port: 101
14+
connection_dedicated_port: 27015
15+
query_dedicated_port: 27016
16+
server_logon_token: ""
17+
player_damage: true
18+
traffic: true
19+
hide_in_company: false
20+
hide_colliding: true
21+
force_speed_limiter: false
22+
mods_optioning: false
23+
timezones: 0
24+
service_no_collision: false
25+
in_menu_ghosting: false
26+
name_tags: true
27+
friends_only: false
28+
show_server: true
29+
moderator_list: 0
30+
}
31+
32+
}

‎EuroTruckSimulator2/server_config.sii

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
SiiNunit
2+
{
3+
server_config : Server {
4+
lobby_name: "SERVERNAME"
5+
description: ""
6+
welcome_message: ""
7+
password: ""
8+
max_players: 8
9+
max_vehicles_total: 100
10+
max_ai_vehicles_player: 50
11+
max_ai_vehicles_player_spawn: 30
12+
connection_virtual_port: 100
13+
query_virtual_port: 101
14+
connection_dedicated_port: 27015
15+
query_dedicated_port: 27016
16+
server_logon_token: ""
17+
player_damage: true
18+
traffic: true
19+
hide_in_company: false
20+
hide_colliding: true
21+
force_speed_limiter: false
22+
mods_optioning: false
23+
timezones: 0
24+
service_no_collision: false
25+
in_menu_ghosting: false
26+
name_tags: true
27+
friends_only: false
28+
show_server: true
29+
moderator_list: 0
30+
}
31+
32+
}

0 commit comments

Comments
 (0)
Please sign in to comment.