Return to the [server guide] or to the [final report]
Server nodes file

Server nodes file

Nodes are the position which players can move between in a sim map. Nodes have a unique name, a description and a position in 3d space. The format of the nodes file is :
node name {
        attribute  value(s)
        attribute  value(s)
        ...
        }

node name {
        ...
        }

...
Valid attributes for a node are :
Return to the [server guide] or to the [final report]