help on zones?

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Durf
Private First Class
Private First Class
Posts: 47
Joined: Mon Mar 20, 2006 12:12 am
Location: In a tank! Where else?

help on zones?

Post by Durf »

i want 2 zones. hopefully this will work:
zone
name flag_zone
position 153.0 0.0 1001
size 25.0 25.0 1.0
rotation 0.0
flag OO US GM L SB IB ST N SR SW G CL WG
end

zone
name flag_zone 2
position 0.0 -132.0 1001
size 25.0 25.0 1.0
rotation 0.0
flag TH V A IB T SH QT F MG T SH ID MQ SE
end


box
name flags1
position 0 -132 1000
rotation 0
size 25 25 1
end

box
name flags2
position 153 0 1000
rotation 0
size 25 25 1
end

this should make the flags only be on the boxes right? but for some reason the flags are not on the boxes and they are on the ground(0m).
HELP?
........................
.__......._..___....
|__)(_)|..'.|-........
............................
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Re: help on zones?

Post by Teppic »

Try

Code: Select all

zone 
  name flag_zone 
  position 153 0 1000 
  size 25 25 10 
  rotation 0 
  flag OO US GM L SB IB ST N SR SW G CL WG
end

zone 
  name flag_zone 2
  position 0 -132 1000 
  size 25 25 10 
  rotation 0 
  flag TH V A IB T SH QT F MG T SH ID MQ SE
end


box
  name flags1
  position 0 -132 1000
  rotation 0
  size 25 25 1
end

box
  name flags2
  position 153 0 1000
  rotation 0
  size 25 25 1
end
and make sure you have -sb set in 'the conf'/'on the cli'/'in the map file'
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

did you put -fb (flags on boxes) on your conf?
Image
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Post by Teppic »

Oh yeah, sorry fb not sb :oops:
User avatar
Durf
Private First Class
Private First Class
Posts: 47
Joined: Mon Mar 20, 2006 12:12 am
Location: In a tank! Where else?

LOL

Post by Durf »

that fixed it!
wow....something so insignificant as that! thanks a bunch! both of you.
........................
.__......._..___....
|__)(_)|..'.|-........
............................
Post Reply