-
Notifications
You must be signed in to change notification settings - Fork 90
/
env.cfg-dist
73 lines (58 loc) · 2.46 KB
/
env.cfg-dist
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Default configuration that works for the docker environment
# Replace any value necessary if you wish to run this server in an other environment
# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Rcon password
#rcon_password ""
# Set server names and description
sv_hostname "En développement."
sets sv_projectName "SOZ"
sets sv_projectDesc "SOZ Test server"
# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png
# Do not show the server in listing by default
sv_master1 ""
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
# -> replace "" with the key
set steam_webApiKey ""
# Limit to 16 players by default
sv_maxclients 4
# License key for your server (https://keymaster.fivem.net)
#sv_licenseKey changeme
# Mysql connection string
set mysql_connection_string "mysql://soz:soz@localhost/soz?charset=utf8mb4"
set mysql_debug true
# Log format configuration
#set log_format json #json or text
#set log_level info
#set log_handler_loki "http://loki:3100/loki/api/v1/push" # Loki server address, allow to store logs and metrics in Loki to be used by a grafana dashboard
# Disable steam login for development usage
# This will allow you to connect to the server without having a steam account and use the rockstar license field instead
#set soz_disable_steam_credential true
#set soz_enable_test_auth true
#set soz_allow_duplicate_character true
# Mumble configuration
# Allow to use an external mumble server
#setr soz_voip_mumble_address "127.0.0.1"
#setr soz_voip_mumble_port 14738
#set soz_voip_mumble_http_endpoint http://zumble:8080
#set soz_voip_mumble_http_username admin
#set soz_voip_mumble_http_password changeme
#set mumble_disableServer true
# Setup core hot reload
# When enabled, the server will automatically reload the core or the phone when a change is detected, only enable this for development
#setr soz_core_hot_reload true
#setr soz_phone_hot_reload true
# Game Value
set soz_upw_energy_per_cell_fossil 1
set soz_upw_energy_per_cell_hydro 1
set soz_upw_energy_per_cell_wind 1
set soz_upw_waste_per_harvest 1
set soz_upw_consumption_energy_per_tick 1
set soz_upw_consumption_energy_job_per_tick 1
set soz_pawl_craft_chance_tier_4 25
set soz_pawl_craft_chance_tier_3 25
set soz_pawl_craft_chance_tier_2 25
set soz_pawl_craft_chance_tier_1 25