SetupMap

Sets up the commander view and map locations.

Byte
Type

If type==0 then this is the initial SetupMap message.  It is followed by:

String
This is the map name (e.g. "ns_bast"
Coord
This is the maximum z-culling for commander view
Coord
This is the height of the commander view
Coord
This is the minimum x-coordinate for commander view
Coord
This is the minimum y-coordinate for commander view
Coord
This is the maximum x-coordinate for commander view
Coord
This is the maximum y-coordinate for commander view

If type==1 then this is location name message, and is followed by:

String
The location name (this will be looked up in titles.txt first).  e.g. "bastlocation_dockingbay"
Coord
The left-hand x-coordinate of the location
Coord
The right-hand x-coordinate of the location
Coord
The bottom y-coordinate of the location
Coord
The top y-coordinate of the location