Xonotic Forums
[Q] Sandstorm map - Mechs - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Map Releases & Reviews (https://forums.xonotic.org/forumdisplay.php?fid=13)
+--- Thread: [Q] Sandstorm map - Mechs (/showthread.php?tid=3086)



[Q] Sandstorm map - Mechs - nonenone - 06-02-2012

Hi there,

I noticed the map called sandstrom where players would climb into Mechs! ( I have did not work out how to climb out of these, yet).

I have this set to DM on my server, but its pretty useless especially as the machine gun turrents kill all players within 5 seconds.

Does anyone know how this should work and in which game mode?

Cheers.


RE: [Q] Sandstorm map - Mechs - Mr. Bougo - 06-02-2012

To get out, use the "use" key (I think it's called "drop flag" in the menu?). Kill the turrets from a distance, maybe use the vehicles to take them down.

I think it's meant to be played in CTF.


RE: [Q] Sandstorm map - Mechs - nonenone - 06-02-2012

Cheers. I shall look to assign the key somewhere.

The DM server loads this map, which won't work in DM very well.

I looked in the server.cfg but did not see anything resembling g_dontloadthismap 'list of maps to ignore'

Map voting is enabled but sadly not ideal. Is there a way to exclude the map?


RE: [Q] Sandstorm map - Mechs - Mr. Bougo - 06-02-2012

Remove it from the server? Put the .pk3 in a directory other than data. It can be a subdirectory of data, doesn't matter. Or rename the pk3 to change its extension.


RE: [Q] Sandstorm map - Mechs - nonenone - 06-02-2012

Shame, because the server instances all share the same data directory.


RE: [Q] Sandstorm map - Mechs - Mr. Bougo - 06-02-2012

You can set your g_maplist correctly but I'm not sure that prevents maps from being voted.


RE: [Q] Sandstorm map - Mechs - tZork - 06-03-2012

or edit its .mapinfo to exclude dm
change

sandstorm.mapinfo Wrote:title Sandstorm
description Test Map for Vehicles
author Pow!
has weapons
gametype dm
gametype ctf
gametype lms
gametype arena
gametype tdm
gametype ca
gametype freezetag
gametype rune
gametype keepaway
cdtrack 5

to

Quote:title Sandstorm
description Test Map for Vehicles
author Pow!
has weapons
gametype ctf
cdtrack 5

in maps/ inside sandstorm.pk3


RE: [Q] Sandstorm map - Mechs - W4RP1G - 06-03-2012

I've always thought a command to change map directories would be awesome. Something like g_mapfolder or g_mapdir.


RE: [Q] Sandstorm map - Mechs - Mr. Bougo - 06-04-2012

Maps have nothing special compared to other pk3s.

There's a command, gamedir, that changes the game directory, but it doesn't seem to work for me. I succeeded in separating my files in server files and client files in Nexuiz, but I can't get it to work with Xonotic.

Actually I get an alloc error with it. I submitted a bug report.