buyzone disappears

buyzone disappears

Re: buyzone disappears Posted by GrandMasterLee on Sun Nov 14th 2004 at 9:46am
GrandMasterLee
12 posts
Posted 2004-11-14 9:46am
12 posts 1 snarkmarks Registered: Nov 14th 2004 Occupation: Systems Architect
I'm just testing out some of the map making bits to orient myself and I
want to make a simple yet effective test map so I can see how the
entities interact with the map and users. I make a box, hollow it out,
put an info_terrorist start, a box just beneath the entity and then tie
that box, usint ctrl-t to func_buyzone and compile.

When I load up the map, the box is gone and there is no buyzone. what did I do wrong there?

I've done a little searching and experimenting, but nothing so far. Did I just miss using the proper entity?

-- The GrandMaster
Re: buyzone disappears Posted by Leperous on Sun Nov 14th 2004 at 11:16am
Leperous
3382 posts
Posted 2004-11-14 11:16am
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
What texture did you use to make the box and the func_buyzone?
Re: buyzone disappears Posted by GrandMasterLee on Sun Nov 14th 2004 at 5:35pm
GrandMasterLee
12 posts
Posted 2004-11-14 5:35pm
12 posts 1 snarkmarks Registered: Nov 14th 2004 Occupation: Systems Architect
I'm just using a rock floor texture. I just picked the first thing I saw for this.

Is it right though to tie the buyzone to a brush?

-- The GrandMaster
Re: buyzone disappears Posted by CuC on Sun Nov 14th 2004 at 5:39pm
CuC
11 posts
Posted 2004-11-14 5:39pm
CuC
member
11 posts 1 snarkmarks Registered: Nov 14th 2004 Location: UK
To insert a buy zone, just do the following:-

Insert your info_player_terrorist / info_player_counterterrorist, create a box that covers the area you wish for the buyzone, this may also go over the info_player entities. Change the new box to have func_buyzone, select which team you want the buyzone to be for by changing it's properties.

Compile !
Re: buyzone disappears Posted by Dred_furst on Sun Nov 14th 2004 at 5:45pm
Dred_furst
455 posts
Posted 2004-11-14 5:45pm
455 posts 135 snarkmarks Registered: Sep 3rd 2003 Location: UK
make sure its the toolstrigger texture, that may effect it.

just search tools
Re: buyzone disappears Posted by CuC on Sun Nov 14th 2004 at 5:46pm
CuC
11 posts
Posted 2004-11-14 5:46pm
CuC
member
11 posts 1 snarkmarks Registered: Nov 14th 2004 Location: UK
it doesn't matter what texture you use as it will disappear from ingame, because you have applied the func_buyzone brush entity to it. I do however recommend using something plain, maybe like nodraw texture, so that you can see what it is straight off in Hammer
Re: buyzone disappears Posted by GrandMasterLee on Sun Nov 14th 2004 at 6:25pm
GrandMasterLee
12 posts
Posted 2004-11-14 6:25pm
12 posts 1 snarkmarks Registered: Nov 14th 2004 Occupation: Systems Architect
I tried that first, and I couldn't join T or CT. Though the map was all
hosed and this one is just plain. So I'll try it again with this one.
Is it supposed to be INTEGER or just "Terrorist" /"Counter Terrorist".
the type for Team says (int) but the dropdown has text in it.

Thanks much all. So far I've done that right, just probably need to get the Team selected now.

-- The GrandMaster
Re: buyzone disappears Posted by CuC on Sun Nov 14th 2004 at 6:29pm
CuC
11 posts
Posted 2004-11-14 6:29pm
CuC
member
11 posts 1 snarkmarks Registered: Nov 14th 2004 Location: UK
In the Team Number (int) option, select the team that the buyzone refers to.

I can upload a .zip file for you with a demo map inside if that makes it easier for ya
Re: buyzone disappears Posted by GrandMasterLee on Sun Nov 14th 2004 at 10:29pm
GrandMasterLee
12 posts
Posted 2004-11-14 10:29pm
12 posts 1 snarkmarks Registered: Nov 14th 2004 Occupation: Systems Architect
All good. I just had something totally hosed in that other map. Not
sure what the deal was but it's all working as it should now. Thanks
much for the support. I'd be happy to write up a description or upload
the testmap I just made. I got skybox and buyzone.

Now for 3DSkybox.

--The GrandMaster