.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   Custom Model in Stripper2 Problem (http://forums.bots-united.com/showthread.php?t=2840)

paranoiz 24-10-2004 03:08

Custom Model in Stripper2 Problem
 
Hi there,
Iīm using your plugin Stripper2 on a Counterstrike-Server and i want to place a custom model (a truck) in de_dust. Everything is ok so far, the precached truck-model is exactly where i want to have it. But i can walk through it ...:'(

I have tested:
Code:

{
classname/func_wall
PRECACHE_MODEL(models/truck.mdl)
model/models/truck.mdl
origin/150 650 0
bbox_min/-200 -200 0
bbox_max/200 200 190
}

and:
Code:

{
classname/func_wall
PRECACHE_MODEL(models/truck.mdl)
frame/1
framerate/10
rendermode/1
angle/0
renderamt/255
scale/0.50
spawnflags/1
model/models/truck.mdl
origin/150 650 0
}

but its always the same result...:(

Can you help me please?

Please excuse my bad english....

sPlOrYgOn 24-10-2004 04:30

Re: Custom Model in Stripper2 Problem
 
yea you'll probably need to put some clip brushes around it..
or do you want to beable to drive it?
if you do.. you'll need some of those vehicle brushes..
I can't remember...

paranoiz 24-10-2004 13:53

Re: Custom Model in Stripper2 Problem
 
ok thx, can you tell me, what i have to do?
I canīt find it in the example _str.cfg.
I think i know what you mean with "clip brushes". Some invisible "walls" around the truck.mdl, am i right?
But how can i do this? How must the code look like for this? ???:(

If you like, please post a code for a driveable vehicle too.

I searched in google for tutorilas or code about stripper2...:( but i didnīt find anything.

Thank you for your help

Pierre-Marie Baty 24-10-2004 16:32

Re: Custom Model in Stripper2 Problem
 
I'm not sure anybody ever succeeded adding drivable vehicles with Stripper2. Maybe botman can tell ?

As for clip brushes, I believe you can't just insert a new clip brush from scratch, but only copy existing ones. There must be Stripper2 tutorials about clip brushes on Google...

paranoiz 24-10-2004 19:11

Re: Custom Model in Stripper2 Problem
 
i searched again, without result. One link in google to botmans news from October 22nd, 2001 about the HalfLife Map Viewer...

Any idea?

sfx1999 25-10-2004 01:29

Re: Custom Model in Stripper2 Problem
 
Use a cycler_sprite.

http://collective.valve-erc.com/inde...=cycler_sprite

I think there is a way to set it as solid.

paranoiz 25-10-2004 11:37

Re: Custom Model in Stripper2 Problem
 
Thats it!!:D

thank you all for that wonderful support.

Pierre-Marie Baty 25-10-2004 12:52

Re: Custom Model in Stripper2 Problem
 
You're welcome
and welcome to Bots United ! ;)


All times are GMT +2. The time now is 15:09.

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