PDA

View Full Version : Custom Model in Stripper2 Problem


paranoiz
24-10-2004, 04:08
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:
{
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:
{
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, 05:30
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, 14:53
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, 17:32
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, 20:11
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, 02:29
Use a cycler_sprite.

http://collective.valve-erc.com/index.php?ent=cycler_sprite

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

paranoiz
25-10-2004, 12:37
Thats it!!:D

thank you all for that wonderful support.

Pierre-Marie Baty
25-10-2004, 13:52
You're welcome
and welcome to Bots United ! ;)