Link to Maps & Config-Files // Map-Head

For all the help you need with Armagetron!
Post Reply
hype
Posts: 8
Joined: Thu Oct 23, 2008 4:24 pm
Location: Germany - Heilbronn

Link to Maps & Config-Files // Map-Head

Post by hype »

Hello all,

I can upload a Map, but dont load it in. I think the problem is the head.
Luke-Jr said -> totally invalid. Use the forums for support.


Wiki:

Code: Select all


<Resource type="aamap" name="name" version="0.0.0" author="author"
category="fortress">

Me:

Code: Select all

 

   
<Resource type="aamap" name="brokensilence" version="0.0.3" author="hype" category="fortress">
        <Map version="2.8.0">
Mapfile: brokensilence-0.0.3.aamap.xml

Cant find the mistake.... :(


I have a second concern:

Is there a way to use my own server for maps and settings?

like:

/admin MAP_FILE http://xxxxxxxxx.xx/maps/brokensilence-0.0.3.aamap.xml
/admin INCLUDE http://xxxxxxxxx.xx/settings/sumo.cfg




best regards
Hype
~|DS|~|Hype|~

...gegen die Wand und durch sie hindurch...

...warum nicht tanzen?....
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Link to Maps & Config-Files // Map-Head

Post by sinewav »

An error message would be helpful. Can you describe the error?
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Re: Link to Maps & Config-Files // Map-Head

Post by DDMJ »

hype wrote:I have a second concern:

Is there a way to use my own server for maps and settings?

like:

/admin MAP_FILE http://xxxxxxxxx.xx/maps/brokensilence-0.0.3.aamap.xml
/admin INCLUDE http://xxxxxxxxx.xx/settings/sumo.cfg
Yes you can, but this is how you have to do it:

For the first example, you can either set

Code: Select all

RESOURCE_REPOSITORY_SERVER http://xxxxxxxxx.xx/maps/
and then set

Code: Select all

MAP_FILE hype/fortress/brokensilence-0.0.3.aamap.xml
that will look for the map at http://xxxxxxxxx.xx/maps/hype/fortress/brokensilence-0.0.3.aamap.xml

OR

you can just set

Code: Select all

MAP_FILE hype/fortress/brokensilence-0.0.3.aamap.xml(http://xxxxxxxxx.xx/maps/hype/fortress/brokensilence-0.0.3.aamap.xml)
and leave RESOURCE_REPOSITORY_SERVER defaulted at http://resource.armagetronad.net/resource/

As for your second question, the correct command and syntax is this:

Code: Select all

RINCLUDE sumo.cfg(http://xxxxxxxxx.xx/settings/sumo.cfg)
Hope that helps!
hype
Posts: 8
Joined: Thu Oct 23, 2008 4:24 pm
Location: Germany - Heilbronn

Re: Link to Maps & Config-Files // Map-Head

Post by hype »

There is no error message

My command:
/admin map_files hype/brokensilence/fortress/brokensilence-0.0.3.aamap.xml

the server changes the file back // like; file does not exist
~|DS|~|Hype|~

...gegen die Wand und durch sie hindurch...

...warum nicht tanzen?....
hype
Posts: 8
Joined: Thu Oct 23, 2008 4:24 pm
Location: Germany - Heilbronn

Re: Link to Maps & Config-Files // Map-Head

Post by hype »

Thanks for the help DDMJ !!!

I will test it :wink:
~|DS|~|Hype|~

...gegen die Wand und durch sie hindurch...

...warum nicht tanzen?....
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Link to Maps & Config-Files // Map-Head

Post by sinewav »

hype wrote: My command:
/admin map_files hype/brokensilence/fortress/brokensilence-0.0.3.aamap.xml
Error #1: MAP_FILE not map_files (note the "s")
Error #2: What is this other directory?
Did you try: hype/fortress/brokensilence-0.0.3.aamap.xml
hype
Posts: 8
Joined: Thu Oct 23, 2008 4:24 pm
Location: Germany - Heilbronn

Re: Link to Maps & Config-Files // Map-Head

Post by hype »

ahh, i think i get it:


/admin map_files hype/brokensilence/fortress/brokensilence-0.0.3.aamap.xml




/admin MAP_FILE hype/fortress/brokensilence-0.0.3.aamap.xml

right :) ?

best regards
~|DS|~|Hype|~

...gegen die Wand und durch sie hindurch...

...warum nicht tanzen?....
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Link to Maps & Config-Files // Map-Head

Post by sinewav »

Yeah, but try it out and lets us know if that was the solution.
Post Reply