From 899eaf941effe56c95ddf23dc358e0fceed4c017 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Nov 2014 17:19:17 +0300 Subject: Add script and configuration for launch manaplus and connect to local evol server. New script: manaplus/connect_local_server.sh --- manaplus/connect_local_server.sh | 11 +++++++++++ manaplus/evol.manaplus | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 manaplus/connect_local_server.sh create mode 100644 manaplus/evol.manaplus (limited to 'manaplus') diff --git a/manaplus/connect_local_server.sh b/manaplus/connect_local_server.sh new file mode 100755 index 0000000..314d772 --- /dev/null +++ b/manaplus/connect_local_server.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +export MANAPLUS="../../manaplus/src/manaplus" +if [ -f "$MANAPLUS" ]; then + echo "Starting local manaplus" +else + echo "Starting system manaplus" + export MANAPLUS="manaplus" +fi + +${MANAPLUS} -d ../../client-data evol.manaplus diff --git a/manaplus/evol.manaplus b/manaplus/evol.manaplus new file mode 100644 index 0000000..888dfbd --- /dev/null +++ b/manaplus/evol.manaplus @@ -0,0 +1,18 @@ + + + -- cgit v1.2.3-60-g2f50