From: Mario Date: Wed, 30 Dec 2015 21:32:53 +0000 (+1000) Subject: Add a note to misc_gamemodel preferring use of misc_clientmodel X-Git-Tag: xonotic-v0.8.2~156 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=bc1b6c13f9f753810796995e9b730a999cbe2702;hp=52e32439febfcc5f78f5e0eeeacbb22f83c4c3b3 Add a note to misc_gamemodel preferring use of misc_clientmodel --- diff --git a/scripts/entities.ent b/scripts/entities.ent index f37e0b22..c27c2ec3 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -820,6 +820,8 @@ Generic placeholder for inserting MD3 models in game. Requires compilation of ma +NOTE: usually misc_clientmodel will predict better and have more fps! +Use this only if you need to. A way to load models from a map by the engine (e.g. self-animated zym models). Is non-solid by default. The keys below actually apply to most engine-loaded model entities as they are engine features; however, they are described here as they aren't overridden by game code in misc_gamemodel. Its q3map2 keys below will work on any brush entity!