Running the server
Linux:
Code:
The optional -nohomedir option will use the local files for configuration in place of storing them in the user running the server's home directory. (This only applies on Linux)
Mac OS(From Dedicated.sh):
Code:
Windows(From Dedicated.bat):
Code:
Useful Server Console Commands
Code:
Stuck. ~elfprince. Also updated a couple of things for accuracy and to reflect changes with new commits.
Linux:
Code:
./FreeBuild.bin -dedicated -mission core/data/missions/MAPNAME.mis [-nohomedir]
Mac OS(From Dedicated.sh):
Code:
./FreeBuild.app/Contents/MacOS/FreeBuild -dedicated -mission core/data/missions/MAPNAME.mis
Windows(From Dedicated.bat):
Code:
start freebuild.exe -dedicated -mission "core/data/missions/MAPNAME.mis"
Useful Server Console Commands
Code:
serversay("Text Here"); send text as Server: to the text box
serverannounce("This is your message.","Time in seconds (default 15)","Num lines(defaults 1)");send an announcement to the server
saveBlocks("BUILD_NAME"); save a build as BUILD_NAME
loadblocks("BUILD_NAME");Restores the build named BUILD_NAME
loadsavelist();Lists saved builds (this is currently in a client script that must be exec'd first)
Stuck. ~elfprince. Also updated a couple of things for accuracy and to reflect changes with new commits.