start & install
This commit is contained in:
20
dodo.py
20
dodo.py
@@ -1,16 +1,16 @@
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
import yaml
|
||||
map_server = "TheIsland"
|
||||
dir_server = "/home/xpamych/ARK_Servers/"
|
||||
session_name = "Dodo server"
|
||||
Port = 7777
|
||||
QueryPort = 27015
|
||||
ServerPassword = ""
|
||||
MaxPlayers = 70
|
||||
ModsId = []
|
||||
listen = True
|
||||
Cluster = False
|
||||
#map_server = "TheIsland"
|
||||
#dir_server = "~/ARK_Servers/"
|
||||
#session_name = "Dodo server"
|
||||
#Port = 7777
|
||||
#QueryPort = 27015
|
||||
#ServerPassword = ""
|
||||
#MaxPlayers = 70
|
||||
#ModsId = []
|
||||
#listen = True
|
||||
#Cluster = False
|
||||
|
||||
def read_yaml():
|
||||
with open("config.yaml", "r") as f:
|
||||
|
||||
Reference in New Issue
Block a user