Every time I try to load a map I have it continues to say...well let me just show a pic
Trouble with loading maps
Trouble with loading maps
Last edited by xtrapoint on Tue Nov 29, 2011 12:22 am, edited 4 times in total.
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
Re: Trouble with loading maps
Can you post the map?
Re: Trouble with loading maps
This is it please tell me what i can do to make it work.(I've changed it a bit)
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<Resource type="aamap" name="round" version="1.0.1" author="xtrapoint"
category="polygon">
<Map version="0.2.8">
<Settings>
<Setting name="CYCLE_RUBBER" value="30"/>
</Settings>
<World>
<Field>
<Axes number="4"/>
<Spawn x="255" y="75" xdir="1" ydir="1" />
<Spawn x="245" y="450" xdir="0" ydir="-1" />
<Spawn x="50" y="245" xdir="1" ydir="0" />
<Spawn x="450" y="255" xdir="-1" ydir="0" />
<Spawn x="305" y="100" xdir="0" ydir="1" />
<Spawn x="195" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="195" xdir="1" ydir="0" />
<Spawn x="400" y="305" xdir="-1" ydir="0" />
<Spawn x="205" y="100" xdir="0" ydir="1" />
<Spawn x="295" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="295" xdir="1" ydir="0" />
<Spawn x="400" y="205" xdir="-1" ydir="0" />
<Wall>
<Point x="100" y="100" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="0" y="0" />
</Wall>
</Field>
</World>
</Map>
</Resource>
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<Resource type="aamap" name="round" version="1.0.1" author="xtrapoint"
category="polygon">
<Map version="0.2.8">
<Settings>
<Setting name="CYCLE_RUBBER" value="30"/>
</Settings>
<World>
<Field>
<Axes number="4"/>
<Spawn x="255" y="75" xdir="1" ydir="1" />
<Spawn x="245" y="450" xdir="0" ydir="-1" />
<Spawn x="50" y="245" xdir="1" ydir="0" />
<Spawn x="450" y="255" xdir="-1" ydir="0" />
<Spawn x="305" y="100" xdir="0" ydir="1" />
<Spawn x="195" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="195" xdir="1" ydir="0" />
<Spawn x="400" y="305" xdir="-1" ydir="0" />
<Spawn x="205" y="100" xdir="0" ydir="1" />
<Spawn x="295" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="295" xdir="1" ydir="0" />
<Spawn x="400" y="205" xdir="-1" ydir="0" />
<Wall>
<Point x="100" y="100" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="0" y="0" />
</Wall>
</Field>
</World>
</Map>
</Resource>
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
- kyle
- Reverse Outside Corner Grinder
- Posts: 1897
- Joined: Thu Jun 08, 2006 3:33 pm
- Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
- Contact:
Re: Trouble with loading maps
you need to add a doctype like so
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd">
<Resource type="aamap" name="round" version="1.0.1" author="xtrapoint"
category="polygon">
<Map version="0.2.8">
<Settings>
<Setting name="CYCLE_RUBBER" value="30"/>
</Settings>
<World>
<Field>
<Axes number="4"/>
<Spawn x="255" y="75" xdir="1" ydir="1" />
<Spawn x="245" y="450" xdir="0" ydir="-1" />
<Spawn x="50" y="245" xdir="1" ydir="0" />
<Spawn x="450" y="255" xdir="-1" ydir="0" />
<Spawn x="305" y="100" xdir="0" ydir="1" />
<Spawn x="195" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="195" xdir="1" ydir="0" />
<Spawn x="400" y="305" xdir="-1" ydir="0" />
<Spawn x="205" y="100" xdir="0" ydir="1" />
<Spawn x="295" y="400" xdir="0" ydir="-1" />
<Spawn x="100" y="295" xdir="1" ydir="0" />
<Spawn x="400" y="205" xdir="-1" ydir="0" />
<Wall>
<Point x="100" y="100" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="500" y="500" />
<Point x="0" y="0" />
</Wall>
</Field>
</World>
</Map>
</Resource>
Re: Trouble with loading maps
kk let me try that right quick.
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
Re: Trouble with loading maps
it says exactly the same thing, and just to check the client thing I deleted the game and everything else and reinstalled it too.
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
Re: Trouble with loading maps
Works for me, exactly as kyle posted it. You must have copied it wrong.
Re: Trouble with loading maps
Excellent it works now!... now just to fix the wall problem...
--They say nobody is perfect, then they say practice makes perfect. I wish they would make up their minds.
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
--The less people speak of their greatness, the more we think of it.
--Dealing with backstabbers, there was one thing I learned. They're only powerful when you got your back turned.
--I don't have to attend every argument I'm invited to.
--The dumber people think you are, the more surprised they're going to be when you kill them.
--There are two types of people - those who come into a room and say, "Well, here I am!" and those who come in and say, "Ah, there you are."
--It doesn't matter what temperature a room is, it's always room temperature.
--You can't have everything in the world, where would you put it?
Re: Trouble with loading maps
Which wall problem? That you spawn outside the arena? Just either make the walls bigger or the spawnpoints closer to the map center.
Also, don't do that:
Firstly, only settings that are tied to the map belong into the map, and secondly, it's HUGE.
Also, don't do that:
Code: Select all
<Setting name="CYCLE_RUBBER" value="30"/>