Nothing special

Designed a level that creates new, exciting, and challenging Armagetron game play? Or maybe just something funky. Put it right here.
Post Reply
Luke-Jr
Dr Z Level
Posts: 2246
Joined: Sun Mar 20, 2005 4:03 pm
Location: IM: [email protected]

Nothing special

Post by Luke-Jr »

Just a random map inspired by Tron Legacy

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE resource SYSTEM "map-0.5.0-a.dtd">
<resource type='acemap' name='Ramps and flying cycles' version='0.0.1' author='[email protected]' category='demo'>
	<map version='3'>
		<world>
			<border>
				<effect type='solid'/>
				<color r='0' g='1' b='0' alpha='0.1'/>
				<foreach item='level' array='[0, -1]'>
					<var name='lvlZ' value='level*8'/>
					<plane>
						<!-- floor -->
						<origin>
							<point x='0' y='0' z='lvlZ'/>
						</origin>
						<point x=' 0' y=' 0' z='lvlZ'/>
						<point x='40' y=' 0' z='lvlZ'/>
						<point x='40' y='18' z='lvlZ'/>
						<point x=' 0' y='18' z='lvlZ'/>
						<hole>
							<point x='14' y=' 8'/>
							<point x='28' y=' 8'/>
							<point x='28' y='17'/>
							<point x='14' y='17'/>
						</hole>
					</plane>
				</foreach>
			</border>
			<border>
				<effect type='solid'/>
				<color r='0.3' g='0.3' b='0.3'/>
				<plane>
					<!-- walls going full height of all floors -->
					<point x=' 0' y=' 0' z='-8'/>
					<point x='40' y=' 0' z='-8'/>
					<point x='40' y='18' z='-8'/>
					<point x=' 0' y='18' z='-8'/>
					<point x=' 0' y=' 0' z='-8'/>
					<point x=' 0' y=' 0' z=' 8'/>
					<point x=' 0' y='18' z=' 8'/>
					<point x='40' y='18' z=' 8'/>
					<point x='40' y=' 0' z=' 8'/>
					<point x=' 0' y=' 0' z=' 8'/>
				</plane>
				<plane>
					<!-- ramp between the floors -->
					<point x='14' y='15' z=' 0'/>
					<point x='21' y='15' z='-1'/>
					<curve/>
					<point x='23' y='13' z='-2'/>
					<curve/>
					<point x='21' y='10' z='-3'/>
					<curve/>
					<point x='18' y='13' z='-4'/>
					<curve/>
					<point x='21' y='15' z='-5'/>
					<curve/>
					<point x='23' y='13' z='-6'/>
					<curve/>
					<point x='21' y='10' z='-7'/>
					<point x='14' y='10' z='-8'/>
					<point x='14' y=' 9' z='-8'/>
					<point x='21' y=' 9' z='-8'/>
					<curve/>
					<point x='26' y='13' z='-7'/>
					<curve/>
					<point x='21' y='16' z='-6'/>
					<curve/>
					<point x='15' y='13' z='-5'/>
					<curve/>
					<point x='21' y=' 9' z='-4'/>
					<curve/>
					<point x='26' y='13' z='-3'/>
					<curve/>
					<point x='21' y='16' z='-2'/>
					<point x='21' y='16' z='-1'/>
				</plane>
			</border>
			<border>
				<!-- portal from bottom to top -->
				<effect type='portal'>
					<target y='y+1' z='z+8'/>
				</effect>
				<window alpha='1'/>
				<color r='0' g='0' b='1' alpha='0.3'/>
				<plane>
					<point x='32' y='14' z='-8'/>
					<point x='35' y='14' z='-8'/>
					<point x='35' y='14' z=' 0'/>
					<point x='32' y='14' z=' 0'/>
				</plane>
			</border>
			<border>
				<!-- portal from top to bottom -->
				<effect type='portal'>
					<target y='y+1' z='z-8'/>
				</effect>
				<window alpha='1'/>
				<color r='0' g='0' b='1' alpha='0.3'/>
				<plane>
					<point x='32' y='14' z=' 0'/>
					<point x='35' y='14' z=' 0'/>
					<point x='35' y='14' z=' 8'/>
					<point x='32' y='14' z=' 8'/>
				</plane>
			</border>
			<zone>
				<!-- zones you get points for being inside -->
				<!-- due to overlap, you get double in the center -->
				<inside>
					<adjust name='who.score' value='1'/>
				</inside>
				<color r='0' g='1' b='0' alpha='0.5'/>
				<sphere radius='2'>
					<point x='19' y=' 3' z=' 5'/>
					<stretch z='z*2.5'/>
				</sphere>
			</zone>
		</world>
	</map>
</resource>
User avatar
Ratchet
Match Winner
Posts: 779
Joined: Sat Mar 15, 2008 5:55 am

Re: Nothing special

Post by Ratchet »

Any possibility we can get a preview? :D I don't think CT's preview generator feels like working ATM.
Image
"Dream as if you'll live forever,
Live as if you'll die today." -James Dean
Luke-Jr
Dr Z Level
Posts: 2246
Joined: Sun Mar 20, 2005 4:03 pm
Location: IM: [email protected]

Re: Nothing special

Post by Luke-Jr »

Since this is a 3D map, I'm not sure how you want a preview... Anyhow, this is the best I can do at the moment:
shot0001.png
syllabear
Shutout Match Winner
Posts: 1030
Joined: Fri Oct 13, 2006 1:37 pm
Location: UK/HK

Re: Nothing special

Post by syllabear »

where do you get that dtd from?
The Halley's comet of Armagetron.
ps I'm not tokoyami
Luke-Jr
Dr Z Level
Posts: 2246
Joined: Sun Mar 20, 2005 4:03 pm
Location: IM: [email protected]

Re: Nothing special

Post by Luke-Jr »

syllabear wrote:where do you get that dtd from?
Didn't make it yet. Making maps first, to test various possibilities.
User avatar
theroze
Match Winner
Posts: 596
Joined: Mon Aug 10, 2009 7:30 am
Location: 47 72 69 64

Re: Nothing special

Post by theroze »

Oh wow, if we are ever going to play that map, don't forgt the ramps please! :P
apparition wrote:You being able to kill so many players that quickly and efficiently is evidence that the community skill level must be dropping... Sad :/
Reigning champion of: Sir-spam-a-lot 2011
syllabear
Shutout Match Winner
Posts: 1030
Joined: Fri Oct 13, 2006 1:37 pm
Location: UK/HK

Re: Nothing special

Post by syllabear »

Luke-Jr wrote:
syllabear wrote:where do you get that dtd from?
Didn't make it yet. Making maps first, to test various possibilities.
I knew that :roll:
The Halley's comet of Armagetron.
ps I'm not tokoyami
Post Reply