Tremulous Forum

Media => Mapping Center => Topic started by: X-20 on November 18, 2007, 05:09:15 am

Title: [SOLVED] mini model?
Post by: X-20 on November 18, 2007, 05:09:15 am
Alright so i load up my md3 model but it just shows it as a tiny little white spec..
how should i fix this?
(btw alpha version of my maps coming out soon)
Title: Re: mini model?
Post by: Taiyo.uk on November 18, 2007, 08:45:49 am
What do you mean? A white spec in-game or in Radiant? Screenshots?
Title: Re: mini model?
Post by: Thorn on November 18, 2007, 11:10:11 am
_scale
Title: Re: mini model?
Post by: Lava Croft on November 18, 2007, 05:30:31 pm
Code: [Select]
Generic placeholder for inserting MD3 models in game. Requires compilation of map geometry to be added to level. If the map is compiled with Q3Map2, then ASE, 3DS, OBJ and other model formats are supported.

-------- KEYS --------
angle: direction in which model will be oriented.

model: path/name of model to use (eg: models/mapobjects/teleporter/teleporter.md3).

-------- Q3MAP2 KEYS --------
angles: Individual control of PITCH, YAW, and ROLL (default 0 0 0).

modelscale: Floating-point value used to scale a model up or down (default 1.0).

modelscale_vec: Floating-point vector used to scale a model's axes individually (default 1.0 1.0 1.0).

_remap: Used to remap textures/shaders in the model. To remap all shaders to a given shader, use "*;models/mymodel/mytexture". To remap a specific shader, use "models/mymodel/old;models/mymodel/new".

target: Used to attach the misc_model to a brush entity, where its "targetname" key is the same value.

_lightmapscale: Floating point value scaling the resolution of lightmaps on this model (if model is using lightmapped shaders) (default 1.0).

_cs OR _castshadows: Allows per-entity control over shadow casting. Defaults to 0 on entities, 1 on world. 0 = no shadow casting. 1 = cast shadows on world. > 1 = cast shadows on entities with _rs (or _receiveshadows) with the corresponding value, AND world. Negative values imply same, but DO NOT cast shadows on world.

_rs OR _receiveshadows: Allows per-entity control over shadow reception. Defaults to 1 on everything (world shadows). 0 = receives NO shadows. > 1 = receive shadows only from corresponding keyed entities (see above) and world. < 1 = receive shadows ONLY from corresponding keyed entities.

_celshader: Sets the cel shader used for this geometry. Note: omit the "textures/" prefix.
Title: Re: mini model?
Post by: X-20 on November 18, 2007, 07:33:27 pm
What do you mean? A white spec in-game or in Radiant? Screenshots?

Heres a screenie
(http://i14.tinypic.com/6slp4p1.png)

Title: Re: mini model?
Post by: Taiyo.uk on November 18, 2007, 08:49:09 pm
Use the scale tool for freehand scaling, or use modify->arbitrary scale to enter specific scaling factors.
Title: Re: mini model?
Post by: X-20 on November 18, 2007, 09:42:40 pm
its fixed  ;)
Title: Re: [SOLVED] mini model?
Post by: ShadowNinjaDudeMan on November 19, 2007, 07:29:10 pm
Its just very tiny.
Title: Re: [SOLVED] mini model?
Post by: n.o.s.brain on November 20, 2007, 01:47:19 am
yeah, lol, its fixed ;D