Author Topic: [SOLVED] mini model?  (Read 4298 times)

X-20

  • Posts: 268
  • Turrets: +62/-33
[SOLVED] mini model?
« 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)
« Last Edit: November 19, 2007, 08:42:23 am by Lava Croft »
Quote from: Stannum
I'm busy making muffins right now so I'll have to ban you later. >:|
Quote
<joey`> mcdonalds fired me for trying to install irc on the teleprompter

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: mini model?
« Reply #1 on: November 18, 2007, 08:45:49 am »
What do you mean? A white spec in-game or in Radiant? Screenshots?

Thorn

  • Guest
Re: mini model?
« Reply #2 on: November 18, 2007, 11:10:11 am »
_scale

Lava Croft

  • Guest
Re: mini model?
« Reply #3 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.

X-20

  • Posts: 268
  • Turrets: +62/-33
Re: mini model?
« Reply #4 on: November 18, 2007, 07:33:27 pm »
What do you mean? A white spec in-game or in Radiant? Screenshots?

Heres a screenie


Quote from: Stannum
I'm busy making muffins right now so I'll have to ban you later. >:|
Quote
<joey`> mcdonalds fired me for trying to install irc on the teleprompter

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: mini model?
« Reply #5 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.

X-20

  • Posts: 268
  • Turrets: +62/-33
Re: mini model?
« Reply #6 on: November 18, 2007, 09:42:40 pm »
its fixed  ;)
Quote from: Stannum
I'm busy making muffins right now so I'll have to ban you later. >:|
Quote
<joey`> mcdonalds fired me for trying to install irc on the teleprompter

ShadowNinjaDudeMan

  • Posts: 1385
  • Turrets: +86/-58
    • Tremopolis
Re: [SOLVED] mini model?
« Reply #7 on: November 19, 2007, 07:29:10 pm »
Its just very tiny.
My favorite player is Jesus, because everything is forgiven when he respawns.

NOM!NOM!NOM!

n.o.s.brain

  • Posts: 339
  • Turrets: +1337/-24
    • youtube page
Re: [SOLVED] mini model?
« Reply #8 on: November 20, 2007, 01:47:19 am »
yeah, lol, its fixed ;D