mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 12:02:36 +02:00
The game now looks for the data in a folder called 'zetaglest-data', adjacent to its repo folder.
This commit is contained in:
19
BUILD.md
19
BUILD.md
@@ -10,21 +10,10 @@ If you would like to contribute to development, you will need to
|
|||||||
|
|
||||||
### Procedure for cloning your forks
|
### Procedure for cloning your forks
|
||||||
|
|
||||||
#### Source
|
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.
|
||||||
* clone zetaglest-source using the clone info provided by your fork
|
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**
|
||||||
(use "Clone or Download" link, but **do** select `clone` **not**
|
`Download Zip`.)
|
||||||
`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**
|
|
||||||
|
|
||||||
### Note
|
### Note
|
||||||
|
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
DataPath=$APPLICATIONPATH/../../data/
|
DataPath=$APPLICATIONPATH/../../../zetaglest-data/
|
||||||
ServerListPath=$APPLICATIONPATH/../shared/
|
ServerListPath=$APPLICATIONPATH/../shared/
|
||||||
GlestKeysIniPath=$APPLICATIONPATH/../shared/
|
GlestKeysIniPath=$APPLICATIONPATH/../shared/
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
DataPath=$APPLICATIONPATH/../../data/
|
DataPath=$APPLICATIONPATH/../../../zetaglest-data/
|
||||||
ServerListPath=$APPLICATIONPATH/../shared/
|
ServerListPath=$APPLICATIONPATH/../shared/
|
||||||
GlestKeysIniPath=$APPLICATIONPATH/../shared/
|
GlestKeysIniPath=$APPLICATIONPATH/../shared/
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
DataPath=$APPLICATIONPATH\..\..\data\
|
DataPath=$APPLICATIONPATH\..\..\..\zetaglest-data\
|
||||||
ServerListPath=$APPLICATIONPATH\..\shared\
|
ServerListPath=$APPLICATIONPATH\..\shared\
|
||||||
GlestKeysIniPath=$APPLICATIONPATH\..\shared\
|
GlestKeysIniPath=$APPLICATIONPATH\..\shared\
|
||||||
|
Reference in New Issue
Block a user