Jink CTF

User made maps to use on servers.
Post Reply
User avatar
McYukon
Private First Class
Private First Class
Posts: 46
Joined: Mon May 11, 2009 3:12 am
Location: Whitehorse, YT
Contact:

Jink CTF

Post by McYukon »

A very simple two team capture the flag map. Purple flag drop area which puts flag into the middle.
No jumping, so the ability to dodge comes in handy. Very nasty rico's in some areas. Bases are moderately protected by strategically placed pyramids.

jink |ji ng k|
verb [ intrans. ]
change direction suddenly and nimbly, as when dodging a pursuer

License:
Creative Commons Attribution-ShareAlike 3.0
Attachments
TheJink2L.jpg
Jink2.jpg
(176.7 KiB) Not downloaded yet
TheJink1L.jpg
Jink1.jpg
(177.33 KiB) Not downloaded yet
Jinkv1.0.bzw
Jink.bzw
(9.01 KiB) Downloaded 117 times
MacBook Pro Uni Late 2008, 2.4Ghz, 4GB Ram, Mac OS 10.6.5
darkid
Private First Class
Private First Class
Posts: 131
Joined: Wed Aug 12, 2009 5:03 pm

Re: Jink CTF

Post by darkid »

how'd you do that flagretun square thingy? i can't figure it out. Is it just a small pyramid which the flag drops into? how is it run-overable? Is the pyramid drivethrough/shoothrhgouh?
Darkid--Not a happy camper.
User avatar
McYukon
Private First Class
Private First Class
Posts: 46
Joined: Mon May 11, 2009 3:12 am
Location: Whitehorse, YT
Contact:

Re: Jink CTF

Post by McYukon »

darkid wrote:how'd you do that flagretun square thingy? i can't figure it out. Is it just a small pyramid which the flag drops into? how is it run-overable? Is the pyramid drivethrough/shoothrhgouh?
Its a box under the ground which is textured with the PZ ground.

Code: Select all

box
  name FlagDropB
  position 140.000000 140.000000 -0.002000
  size 10.000000 10.000000 0.0010000
  rotation 45.000000
  matref purpleG
end
And, because flags can drop onto boxes but not pyramids, I put an invisible pyramid over it 5 units in the air.

Code: Select all

pyramid
  name FlagDropA
  position 140.000000 140.000000 5.000000
  size 10.000000 10.000000 10.000000
  rotation 45.000000
  matref invisible
end
And the materials that make it all work.

Code: Select all

material
name invisible
color 0 0 0 0
end

 textureMatrix
  name scaling
  fixedscale 10.0 10.0 # time invariant u/v scale
 end


material
name purpleG
texture zone_ground.png
texmat scaling
shininess 128
end
MacBook Pro Uni Late 2008, 2.4Ghz, 4GB Ram, Mac OS 10.6.5
darkid
Private First Class
Private First Class
Posts: 131
Joined: Wed Aug 12, 2009 5:03 pm

Re: Jink CTF

Post by darkid »

could this work if you had jumping? what about flag heights? can the pyr be dth? (no.) Can the pyr be sth? (yes.)
Darkid--Not a happy camper.
User avatar
McYukon
Private First Class
Private First Class
Posts: 46
Joined: Mon May 11, 2009 3:12 am
Location: Whitehorse, YT
Contact:

Re: Jink CTF

Post by McYukon »

I believe it will work regardless of the flag height. Jumping is no problem either all you have to do is drive onto the designated spot and drop the flag.
MacBook Pro Uni Late 2008, 2.4Ghz, 4GB Ram, Mac OS 10.6.5
darkid
Private First Class
Private First Class
Posts: 131
Joined: Wed Aug 12, 2009 5:03 pm

Re: Jink CTF

Post by darkid »

flag drop heights. Can it be DriveTHrough? Can it be ShootTHrough?

i'm rather trying to make in invisible, except return flags.

And by flag heights: set _flagAltitude
the height that they fly up when you drop one.
Darkid--Not a happy camper.
User avatar
ahs3
Private First Class
Private First Class
Posts: 327
Joined: Sun Mar 04, 2007 8:33 pm
Location: Press '/' to search
Contact:

Re: Jink CTF

Post by ahs3 »

Its up at bzbattleground.com:5523

enjoy :)

--ahs3
User avatar
McYukon
Private First Class
Private First Class
Posts: 46
Joined: Mon May 11, 2009 3:12 am
Location: Whitehorse, YT
Contact:

Re: Jink CTF

Post by McYukon »

ahs3 wrote:Its up at bzbattleground.com:5523

enjoy :)

--ahs3
Hey, thanks a lot!
darkid wrote:flag drop heights. Can it be DriveTHrough? Can it be ShootTHrough?

i'm rather trying to make in invisible, except return flags.

And by flag heights: set _flagAltitude
the height that they fly up when you drop one.
It can be either shoot through or drive through, but it cannot be both.
To make it invisible you have to use the a texture with the color 0 0 0 0

Code: Select all

material
name invisible
color 0 0 0 0
end

pyramid
  name pyramid
  position 100.000000 100.000000 5.000000
  size 10.000000 10.000000 10.000000
  rotation 45.000000
  matref invisible
end
When using the above the pyramid will be invisible and the flag return will still work.
The flag height has to be a bit higher than the pyramid height position, for the above code it would be 6
MacBook Pro Uni Late 2008, 2.4Ghz, 4GB Ram, Mac OS 10.6.5
User avatar
zaphod
Sergeant
Sergeant
Posts: 352
Joined: Sun Jan 23, 2005 3:20 pm
Location: beteigeuze-system
Contact:

Re: Jink CTF

Post by zaphod »

i like it!!! good job!!!



.
.
.
.
Image
Post Reply