From 38a9356e203c05e2aec5e346363dd2707782262b Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Thu, 25 Jan 2018 01:22:50 +0000 Subject: [PATCH] The game now looks for the data in a folder called 'zetaglest-data', adjacent to its repo folder. --- BUILD.md | 19 ++++--------------- mk/linux/glest-dev.ini | 2 +- mk/macos/glest-dev.ini | 2 +- mk/windows/glest-dev.ini | 2 +- 4 files changed, 7 insertions(+), 18 deletions(-) diff --git a/BUILD.md b/BUILD.md index 0d4e4f41b..0e841e1ae 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,21 +10,10 @@ If you would like to contribute to development, you will need to ### Procedure for cloning your forks -#### Source - -* clone zetaglest-source using the clone info provided by your fork -(use "Clone or Download" link, but **do** select `clone` **not** -`Download Zip`) - -#### Data - -After your clone of the source repo is complete: - -* cd to `zetaglest-source` * Important: clone your fork of the **data -repo** by adding `data` after the clone command - - Example: `git clone https://github.com/ZetaGlest/zetaglest-data data` - **Be sure to replace the URL with the URL of your fork** +1. Create a new directory to clone your **zetaglest-source** and **zetaglest-data** into e.g. call it 'zetaglest'. +2. Enter (or 'cd') into the new directory. +3. clone **zetaglest-source** and **zetaglest-data** using the clone info provided by your fork. (Use "Clone or Download" link, but **do** select `clone` **not** +`Download Zip`.) ### Note diff --git a/mk/linux/glest-dev.ini b/mk/linux/glest-dev.ini index 69d1345de..3728eca70 100644 --- a/mk/linux/glest-dev.ini +++ b/mk/linux/glest-dev.ini @@ -1,3 +1,3 @@ -DataPath=$APPLICATIONPATH/../../data/ +DataPath=$APPLICATIONPATH/../../../zetaglest-data/ ServerListPath=$APPLICATIONPATH/../shared/ GlestKeysIniPath=$APPLICATIONPATH/../shared/ diff --git a/mk/macos/glest-dev.ini b/mk/macos/glest-dev.ini index 69d1345de..3728eca70 100644 --- a/mk/macos/glest-dev.ini +++ b/mk/macos/glest-dev.ini @@ -1,3 +1,3 @@ -DataPath=$APPLICATIONPATH/../../data/ +DataPath=$APPLICATIONPATH/../../../zetaglest-data/ ServerListPath=$APPLICATIONPATH/../shared/ GlestKeysIniPath=$APPLICATIONPATH/../shared/ diff --git a/mk/windows/glest-dev.ini b/mk/windows/glest-dev.ini index 1c71cd62a..7b6f5a092 100644 --- a/mk/windows/glest-dev.ini +++ b/mk/windows/glest-dev.ini @@ -1,3 +1,3 @@ -DataPath=$APPLICATIONPATH\..\..\data\ +DataPath=$APPLICATIONPATH\..\..\..\zetaglest-data\ ServerListPath=$APPLICATIONPATH\..\shared\ GlestKeysIniPath=$APPLICATIONPATH\..\shared\