-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description We've had the DeltaV TOML files for awhile now, and it's come up that we very strongly need to update the defaults. Someone who actually knows what they're doing(I'm not a server host, I'm just the guy who codes a ton of random things), please let me know if I've gotten anything wrong here. --------- Signed-off-by: VMSolidus <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]>
- Loading branch information
1 parent
bc17a0d
commit 0ab7da1
Showing
5 changed files
with
55 additions
and
108 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[admin] | ||
see_own_notes = true | ||
deadmin_on_join = true | ||
|
||
[discord] | ||
rich_main_icon_id = "einstein-engines" | ||
|
||
[events] | ||
ramping_average_end_time = 180.0 | ||
ramping_average_chaos = 4.5 | ||
|
||
[game] | ||
hostname = "Einstein Engines (change this)" | ||
desc = "An alternative upstream that favors content intended for RP servers. If you are reading this, please change it." | ||
soft_max_players = 60 | ||
lobbyenabled = true | ||
lobbyduration = 240 | ||
|
||
[hub] | ||
tags = "lang:en-US,region:am_n_e,rp:med" | ||
hub_urls = "https://hub.spacestation14.com/" | ||
|
||
[ic] | ||
flavor_text = true | ||
|
||
[infolinks] | ||
discord = "https://discord.gg/X4QEXxUrsJ" | ||
github = "https://github.com/Simple-Station/Einstein-Engines" | ||
website = "https://simplestation.org/" | ||
bug_report = "https://github.com/Simple-Station/Einstein-Engines/issues/new/choose" | ||
|
||
[net] | ||
max_connections = 1024 | ||
tickrate = 30 | ||
|
||
[netres] | ||
limit = 10.0 | ||
|
||
[build] | ||
fork_id = "EinsteinEngines" | ||
|
||
[server] | ||
rules_file = "Rules.txt" | ||
rules_header = "ui-rules-header" | ||
|
||
[ooc] | ||
enable_during_round = true | ||
|
||
[vote] | ||
restart_required_ratio = 0.7 | ||
preset_enabled = true | ||
map_enabled = true | ||
|
||
#[worldgen] | ||
#enabled = true |