Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Apr 1, 2024
1 parent 108518f commit 71fc7dd
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions Resources/ConfigPresets/SimpleStation14/SssnekSsstation.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
[game]
hostname = "🐍 | SssnekSsstation"
desc = "An English HRP server with a love for sneks."
maxplayers = -1
# soft_max_players = 48
lobbyenabled = true
lobbyduration = 180
role_timers = true
fallbackpreset = "extended"
# map_pool = "ParkMapPool"
# loadouts_enabled = true
# loadouts_points = 14

[npc]
enabled = true
pathfinding = true

[server]
rules_file = "Parkstation/ParkstationRules.txt"
id = "snekstation"

# [whitelist]
# enabled = true
# min_players = 24

# [queue]
# enabled = true

[rules]
time = 120

# [events]
# ramping_average_end_time = 120.0
# ramping_average_chaos = 7.0

[traitor]
min_players = 2
players_per_traitor = 8
starting_balance = 16

[zombie]
min_players = 10


[mapping]
autosave_interval = 180.0

[atmos]
space_wind = true
space_wind_max_velocity = 22.0

[shuttle]
emergency_early_launch_allowed = true
emergency_dock_time = 260.0
emergency_transit_time_min = 120.0
emergency_transit_time_max = 240.0
recall_turning_point = 0.75
auto_call_time = 150
arrivals = false

[biomass]
easy_mode = false

[explosion]
tiles_per_tick = 128
incremental_tile = false

[ic]
restricted_names = false
flavor_text = true

[ooc]
enable_during_round = true

[vote]
map_enabled = true
restart_enabled = true
restart_required_ratio = 0.75
restart_not_allowed_when_admin_online = true
timermap = 45


[hub]
tags = "rp:high,region:am_n_e,lang:en,no_tag_infer"

[log]
path = "logs"
format = "log_%(date)s-%(time)s.txt"
level = 1
enabled = true

[net]
tickrate = 30
log_late_msg = false


[infolinks]
discord = "https://discord.gg/49KeKwXc8g"
github = "https://github.com/Simple-Station/SssnekSsstation"
patreon = "https://www.patreon.com/simple14"

# [admin]
# new_player_join_sound = true


[build]
fork_id = "SnekStation"

0 comments on commit 71fc7dd

Please sign in to comment.