mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 20:23:07 +01:00
The 515 MegaPR early downport (#7783)
Co-authored-by: Selis <selis@xynolabs.com> Co-authored-by: Selis <sirlionfur@hotmail.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: SatinIsle <thesatinisle@gmail.com> Co-authored-by: Heroman <alesha3000@list.ru> Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -306,6 +306,18 @@ var/list/gamemode_cache = list()
|
||||
|
||||
var/static/invoke_youtubedl = null
|
||||
|
||||
var/static/asset_transport
|
||||
|
||||
var/static/cache_assets = FALSE
|
||||
|
||||
var/static/save_spritesheets = FALSE
|
||||
|
||||
var/static/asset_simple_preload = FALSE
|
||||
|
||||
var/static/asset_cdn_webroot
|
||||
|
||||
var/static/asset_cdn_url
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = subtypesof(/datum/game_mode)
|
||||
for (var/T in L)
|
||||
@@ -987,6 +999,24 @@ var/list/gamemode_cache = list()
|
||||
if("invoke_youtubedl")
|
||||
config.invoke_youtubedl = value
|
||||
|
||||
if("asset_transport")
|
||||
config.asset_transport = value
|
||||
|
||||
if("cache_assets")
|
||||
config.cache_assets = TRUE
|
||||
|
||||
if("save_spritesheets")
|
||||
config.save_spritesheets = TRUE
|
||||
|
||||
if("asset_simple_preload")
|
||||
config.asset_simple_preload = TRUE
|
||||
|
||||
if("asset_cdn_webroot")
|
||||
config.asset_cdn_webroot = value
|
||||
|
||||
if("asset_cdn_url")
|
||||
config.asset_cdn_url = value
|
||||
|
||||
else
|
||||
log_misc("Unknown setting in configuration: '[name]'")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user