luisTJ / ghostplusplus

Automatically exported from code.google.com/p/ghostplusplus
Other
0 stars 0 forks source link

Error Listing maps #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I attempt to load a map and I write the location like this: !map 
mapcfgs\download\100 rounds.w3m
2. I get an error message saying Error Listing Maps
3. I have tried doing so with the comand being !map download\100 
rounds.w3m and !map 100 rounds.w3m

What is the expected output? What do you see instead?
I expect that I get to host the map, I get the error instead

What version of the product are you using? On what operating system?
I have a Windows XP and downloaded Ghost version 17.0

Please provide any additional information below.
I am writing the \downloads part because I copied the folder from the 
WCIII folder and below that file were all my maps

Original issue reported on code.google.com by a-gross...@hotmail.com on 28 Feb 2010 at 2:07

GoogleCodeExporter commented 9 years ago
Using the !map command, it will give you a list of all the <mapname>.cfg files 
you have in the mapcfgs folder.  I'm assuming you've made a few of those that 
coorespond with the actual w3x map files in the maps folders.  Ghost already 
knows the path to the maps folder as configured in ghost.cfg so you don't have 
to specify a path.  For instance, I have several version of battle tanks that I 
host.  If I give it the command:
!map B

It will give me a list of all the map.cfg files that start with the letter B.  
It's likely that doing !map by itself will list them all.  You can then !load 
<mapname> but don't specify the .cfg extension when using the load command.  

Original comment by ico...@gmail.com on 22 Jun 2010 at 2:33