Help!
- DDMJ
- Reverse Outside Corner Grinder
- Posts: 1882
- Joined: Thu Jun 08, 2006 12:15 am
- Location: LA, CA, USA, NA
- Contact:
Help!
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
- philippeqc
- Long Poster - Project Developer - Sage
- Posts: 1526
- Joined: Mon Jul 12, 2004 8:55 am
- Location: Stockholm
- Contact:



- Attachments
-
- mymap-0.2.8.aamap.xml
- (1.38 KiB) Downloaded 308 times
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:
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">