11 | | * The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] (you can get that as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here]) must be put in a folder named ''webserver'' directly in the game folder |
| 11 | * The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] must be put in a folder named ''webserver'' directly in the game folder. Three ways to do so: |
| 12 | * (recommended) Get the files with a SVN client. This way you can easily update the files later on by just using the SVN update command. E.g. with a console client: |
| 13 | {{{ |
| 14 | cd /path/to/7dtd/game/folder |
| 15 | svn co http://svn.illy.bz/7dtd/binary-improvements/webserver/ |
| 16 | }}} |
| 17 | * You can get that folder as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here] and extract it to your game folder. Make sure to rename the extract folder from ''webserver.r{number}'' to just ''webserver'' |
| 18 | * Download the files individually from SVN |