1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-06-10 21:21:40 +02:00
parent 6eea01b307
commit 20562a7873

View file

@ -86,7 +86,7 @@ Locales = {}
the asset to ensure everything works as expected! the asset to ensure everything works as expected!
]] ]]
Config.Language = 'en' Config.Language = 'de'
--[[ --[[
Framework Detection System: Framework Detection System:
@ -167,7 +167,7 @@ Config.Inventory = dependencyCheck(inventories) or 'default'
]] ]]
local dispatch = { local dispatch = {
['qs-dispatch'] = 'qs-dispatch' ['qs-dispatch'] = 'ps-dispatch'
} }
Config.Dispatch = dependencyCheck(dispatch) or 'default' Config.Dispatch = dependencyCheck(dispatch) or 'default'
@ -452,7 +452,7 @@ Config.SpawnDistance = 100.0 -- Distance in meters for spawning rela
Config.MaximumDistanceForDecorate = 350.0 Config.MaximumDistanceForDecorate = 350.0
Config.DecorateOnlyAccessForOwner = true -- Can anyone with a key decorate or only the owner? Config.DecorateOnlyAccessForOwner = true -- Can anyone with a key decorate or only the owner?
Config.HideRadarInDecorate = true -- Disable radar in decorations? Config.HideRadarInDecorate = true -- Disable radar in decorations?
Config.ModernDecorateMode = true -- Use the old keyboard and mouse decoration system (if you use true, you will use the modern method) Config.ModernDecorateMode = false -- Use the old keyboard and mouse decoration system (if you use true, you will use the modern method)
Config.DefaultStashData = { Config.DefaultStashData = {
maxweight = 1000000, maxweight = 1000000,