From cae49c10ee4298a05723fcef9eb1b7fe75bbf052 Mon Sep 17 00:00:00 2001 From: LBmaster001 Date: Tue, 22 Sep 2020 14:54:30 +0200 Subject: [PATCH] Update model.cfg Fix Model config animations not working ingame because of missing selections. The old version will work in Buldozer, but inspecting the binazired p3d with Eliteness shows an empy model.cfg --- Test_Building/model.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Test_Building/model.cfg b/Test_Building/model.cfg index 9dfb76b..9626f64 100644 --- a/Test_Building/model.cfg +++ b/Test_Building/model.cfg @@ -28,6 +28,11 @@ class CfgModels class sample_building: Default { skeletonName = "Skeleton_3doors"; + sections[] = { + "door1", + "door2", + "door3" + }; class Animations { class Door1 @@ -68,4 +73,4 @@ class CfgModels }; }; }; -}; \ No newline at end of file +};