document the launch scripts

This commit is contained in:
Matthias Mailänder
2014-05-14 13:42:23 +02:00
parent 73704a2a84
commit 8dd0c34a56
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# example launch script, see https://github.com/OpenRA/OpenRA/wiki/Dedicated for details
Name="Dedicated-Server"
Mod="ra"
Dedicated="True"

View File

@@ -1,2 +1,3 @@
#!/bin/sh
# launch script (executed by Desura)
exec mono OpenRA.Editor.exe "$@"

View File

@@ -1,2 +1,3 @@
#!/bin/sh
# launch script (executed by Desura)
exec mono OpenRA.Game.exe Server.Dedicated=False Server.DedicatedLoop=False "$@"

View File

@@ -1,3 +1,4 @@
#!/bin/bash
# TODO choose the correct Game.Mod instead of crashing
cd ${0%/*}
exec mono OpenRA.Game.exe Launch.Replay="$@"