Resource Repository Maps

Post here if you need help setting up your server, etc.
mahlers2008
Posts: 6
Joined: Tue Nov 21, 2006 3:04 am

Resource Repository Maps

Post by mahlers2008 »

how do i play a map off of the resource repository i followed what wiki said and all it did was change the server and client to the map i wanted not the actual map. what do i type in counsol to let me play on those maps. and is there any way to find out what maps are on there?
mahlers2008
Posts: 6
Joined: Tue Nov 21, 2006 3:04 am

Post by mahlers2008 »

for mac os
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

Follow this format for selecting maps using console commands:

Code: Select all

MAP_FILE Author/category/name-version.aamap.xml
Example: For a long and skinny map enter this into the console:

Code: Select all

MAP_FILE groundpig/Basic/corridor-0.0.1.aamap.xml
Notice how the Author is groundpig, the category is Basic, the name is corridor, and the version is 0.0.1

Here is the link to see the maps in the resource repository:

http://beta.armagetronad.net/resource-browser/resource
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

If you follow Durka's link and click on the map previews you get a detail page that contains the exact command you need to enter to use it.
There's no place like ::1
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

That resource browser was made by the wonderful wrtl :P
mahlers2008
Posts: 6
Joined: Tue Nov 21, 2006 3:04 am

Post by mahlers2008 »

DDMJ wrote:Follow this format for selecting maps using console commands:

Code: Select all

MAP_FILE Author/category/name-version.aamap.xml
Example: For a long and skinny map enter this into the console:

Code: Select all

MAP_FILE groundpig/Basic/corridor-0.0.1.aamap.xml
Notice how the Author is groundpig, the category is Basic, the name is corridor, and the version is 0.0.1

Here is the link to see the maps in the resource repository:

http://beta.armagetronad.net/resource-browser/resource
it says file not found
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Are you sure you spelled it correct, including UPPER- and lowercase?
There's no place like ::1
mahlers2008
Posts: 6
Joined: Tue Nov 21, 2006 3:04 am

Post by mahlers2008 »

wrtlprnft wrote:Are you sure you spelled it correct, including UPPER- and lowercase?
thanks so much that was my problem
mrg
Posts: 4
Joined: Tue Jan 16, 2007 12:45 pm

maps

Post by mrg »

hey thats all good but if i want to use a map i have created myself and i have set it on my server(using lan so not sure if that makes any differeance) but when i get friends to join my "server" it keeps comming up with "map not found in chache"

do i need to upload it to the resource repository?


and if i do how do i do this????
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

You could upload the map to the resource repository, as long as your clients have internet access, that should work. Do a search for Luke-Jr, he will set you up with a user/pass to upload the map.

Or, you could set up a http server on your machine, put the map there, then set RESOURCE_REPOSITORY http://ip_address_of_your_machine/path/to/map/folder
on the clients.

Or simply copy the map into the resource folder of the client machines, to the same place you put it on yours. If it's just a lan game, you may need to add MAP_FILE mapname to the clients also.
mrg
Posts: 4
Joined: Tue Jan 16, 2007 12:45 pm

Post by mrg »

ed wrote: Or simply copy the map into the resource folder of the client machines, to the same place you put it on yours. If it's just a lan game, you may need to add MAP_FILE mapname to the clients also.

i tried this but it comes up with "map load fail"
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

What happens if the client just goes into local game?
If it's set up correctly they should play your map locally. If not, ensure their set up is identical to yours.
mrg
Posts: 4
Joined: Tue Jan 16, 2007 12:45 pm

Post by mrg »

locally the same message comes up, and i have made sure the set up is the same.
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

mrg wrote:locally the same message comes up, and i have made sure the set up is the same.
That there's your problem. You want to check their settings, get the map working locally using the same map path, etc the server uses, my bet is it'll work.
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

did you read about the path where you should put the mep?

see this paragraph for more info:
[url=http://wiki.armagetronad.net/index.php?title=Making_Maps_by_Hand&action=history]Many guys[/url], [url=http://wiki.armagetronad.net/index.php/Making_Maps_by_Hand#Resource]on the wiki[/url], wrote:name
The name of the map, mandatory.
type
The only valid type is "aamap". This field is defaulted "aamap" when absent.
version
The version of the map described in this particuliar file. This value needs to be modified each time a change is applied to the map to ensure everybody have the proper copy.
author
The current maintainer of this map, usually the author who produced it. This either should be a user name registered with the central resource repository, or, for lone wolves who don't want to register, a valid email address encoded in the spambot safe as "unofficial/mailto/<Domain>/<User>", where "<User>@<Domain>" would be the address.
This field is defaulted to "Anonymous" when absent.
commisioner
The entity who dreamt, requested or even inspired in any way this map. This field is optional and has no default value.
category
How this map should be categorised. This field can have any number of sub categories, each separated by a "/" (a forward slash). An example could be "category/subcategory/subsubcategory". This field is defaulted to "unsorted" when absent.

...

The filepath is formed by the attributes in the following syntax:

<Author>/[Category/]<ResourceName>-<VersionNumber>.<ResourceType>.xml
Post Reply