From 3fa44be35cc5ab9efe373e13486520bbde80f6ee Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 26 Jul 2025 22:44:02 +0200 Subject: [PATCH] Update config.lua --- resources/[standalone]/nordi_tdm/config.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/[standalone]/nordi_tdm/config.lua b/resources/[standalone]/nordi_tdm/config.lua index 6aa6ff033..3cf4a16d7 100644 --- a/resources/[standalone]/nordi_tdm/config.lua +++ b/resources/[standalone]/nordi_tdm/config.lua @@ -1,13 +1,11 @@ Config = {} - -- Spielfelder Konfiguration Config.gameFields = { field1 = { name = "Arena 1", maxPlayers = 20, - -- Eigene Lobby für dieses Feld lobby = { pos = vector3(2022.6752, 2836.8718, 49.3064), @@ -127,7 +125,7 @@ Config.gameFields = { } } - +-- Team Masken Konfiguration Config.teamMasks = { team1 = { male = { @@ -158,3 +156,6 @@ Config.teamMasks = { -- Game Settings Config.maxGameTime = 600 -- 10 Minuten Config.maxHits = 30 -- Spiel endet bei 30 Treffern + +-- Debug Settings +Config.debugMode = true -- Set to false in production