.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   adding modelz /w strip2 (http://forums.bots-united.com/showthread.php?t=3951)

-=]Blue-Fusion[=- 09-05-2005 02:21

adding modelz /w strip2
 
hey! just wondering if it was possible to add models into maps with stripper 2 (not cyclers) just models that are for display only.. is it? and if it is can you post how? tks :D

Pierre-Marie Baty 09-05-2005 04:00

Re: adding modelz /w strip2
 
Yes it is, and to know how I'd suggest you read the documentation :)

-=]Blue-Fusion[=- 09-05-2005 05:18

Re: adding modelz /w strip2
 
lol i dont see it in stripper 2's read me :|

-=]Blue-Fusion[=- 09-05-2005 05:46

Re: adding modelz /w strip2
 
could you just please post how? :)

Pierre-Marie Baty 09-05-2005 05:52

Re: adding modelz /w strip2
 
It's similar to other entities... add the entity type you want, and set it the model file you want. You can also set a bounding box for it.

-=]Blue-Fusion[=- 09-05-2005 05:54

Re: adding modelz /w strip2
 
lol im so nooooob at it can you just post a basic setup??? plzzzzzzzzz :(

botman 09-05-2005 14:34

Re: adding modelz /w strip2
 
Use the monster_furniture entity and set the 'model' key to the model you want to spawn.

botman

-=]Blue-Fusion[=- 10-05-2005 00:12

Re: adding modelz /w strip2
 
is this right???

[add]
{
classname/monster_furniture
angle/0
model/models/plant_palm.mdl
skin/0
origin/3 26 -415
}
{
classname/custom_precache
PRECACHE_MODEL(models/plant_palm.mdl)
}
?? because this doesnt work and thats all i can think of :(

-=]Blue-Fusion[=- 10-05-2005 03:59

Re: adding modelz /w strip2
 
anyone?

Pierre-Marie Baty 10-05-2005 11:22

Re: adding modelz /w strip2
 
if I understand the readme correctly it should rather be
Code:

{
  classname/monster_furniture
  PRECACHE_MODEL(models/plant_palm.mdl)
  model/models/plant_palm.mdl
  origin/3 26 -415
}

If you don't see it it's probably that the origin you specified is bad.
You'll probably want to set a bounding box too.


All times are GMT +2. The time now is 00:06.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.