Help!

Designed a level that creates new, exciting, and challenging Armagetron game play? Or maybe just something funky. Put it right here.
Post Reply
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Help!

Post by DDMJ »

Ok so I have this 4 Team fortress map and I wanted to add a sumo zone in the middle. When I tested it, the zone got conquered immediately. So my question is how do I change the conquest rate and defend rate of only that zone and not the other 4 fortress zones? The map code is attached.
Attachments
sumo_chutes-0.0.1.aamap.xml
(4.56 KiB) Downloaded 347 times
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

That's not possible currently. The conquest rates are all global settings. You'll have to wait for 0.3.1.
User avatar
philippeqc
Long Poster - Project Developer - Sage
Posts: 1526
Joined: Mon Jul 12, 2004 8:55 am
Location: Stockholm
Contact:

Post by philippeqc »

As for what may come in 0.3.1, have a look at the mess that is the documentation for the v2 of zones (Your_mom did his best to put it on the wiki. Any and all faults are mine).

-ph
Canis meus id comedit.
viper
Posts: 3
Joined: Mon Aug 28, 2006 9:36 am

Post by viper »

:? im having a bit of a problem and im new not very good with coding but ive got this map so far can you guys tell me wats wrog with it :?: :?:
Attachments
mymap-0.2.8.aamap.xml
(1.38 KiB) Downloaded 308 times
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

nice map.

firstly, your first line reads <!--this is a comment-->
Can't be doing with that on the fisrt line. Remove it.

Secondly, you need to include a dtd for the map to use. ie:
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
put this on the second line.

Other than that it's fine.

so the first 3 lines read:

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
<Resource type="aamap" name="mymap" version="0.2.8" author="viper" category="fortress">
viper
Posts: 3
Joined: Mon Aug 28, 2006 9:36 am

man thnx

Post by viper »

man thank you i have been having sooo much trouble with that thanks for the help i apreciate it
Post Reply