From 81bf2c532a75ab6c7b71c99a4399ecb985da7cb1 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Tue, 17 Jan 2023 13:53:05 +0100 Subject: [PATCH] edit configs --- entity.cfg | 7 ++++--- init.cfg | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/entity.cfg b/entity.cfg index b458d36..1835207 100644 --- a/entity.cfg +++ b/entity.cfg @@ -1,5 +1,6 @@ -[entity_0_geometry_col] -;model="models/Chainsaw.glb" -type="pickup" +[entity_test] +model="models/Chainsaw.glb" scale=Vector3(1.5, 1.5, 1.5) +has_collision=true +has_trimesh_col=false diff --git a/init.cfg b/init.cfg index 66d12b1..9cc8838 100644 --- a/init.cfg +++ b/init.cfg @@ -3,3 +3,6 @@ maps= ["maps/test_map.pck"] [WEAPONS] weapons= ["models/Weapons.pck"] + +[PLAYER] +starting_weapons=["REVOLVER", "UZI", "not_valid", "will not load twice", "REVOLVER"] ; Names taken from weapons.cfg Section