Update README.md
This commit is contained in:
parent
374c0d1f4a
commit
e79b5fd99d
12
README.md
12
README.md
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
# Exile 64bit Edition How to install FOR EXILE 1.0.4
|
# Exile 64bit Edition How to install FOR EXILE 1.0.4
|
||||||
## Please include both your server RPT and Extdb3 Logs when submitting an issue on the forums, USING PASTEBIN.
|
## Please include both your server RPT and Extdb3 Logs when submitting an issue on the forums, USING PASTEBIN.
|
||||||
|
### Also Note--- We require the use OF ALL overrides I provided, without them I CANNOT provide support
|
||||||
1. Open your @ExileServer Folder and delete the following files : extDB2.dll , extDB2.so , extDB2-conf.ini , XM8.dll , XM8.so
|
1. Open your @ExileServer Folder and delete the following files : extDB2.dll , extDB2.so , extDB2-conf.ini , XM8.dll , XM8.so
|
||||||
2. Download the git release of the Exdb3 Exile patch (https://github.com/BrettNordin/Exile) Press the clone/download button.
|
2. Download the git release of the Exdb3 Exile patch (https://github.com/BrettNordin/Exile) Press the clone/download button.
|
||||||
3. Copy the Exile server file into the server directory
|
3. Copy the Exile server file into the server directory
|
||||||
@ -18,10 +19,15 @@ class CfgExileCustomCode
|
|||||||
};
|
};
|
||||||
|
|
||||||
It will look like this in the end:
|
It will look like this in the end:
|
||||||
class CfgExileCustomCode
|
|
||||||
{
|
class CfgExileCustomCode
|
||||||
|
{
|
||||||
|
|
||||||
#include "CfgExileCustomCode.cpp"
|
#include "CfgExileCustomCode.cpp"
|
||||||
};
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
6. Go to Torndeco's download center and download the latest version of extDB3. (https://bitbucket.org/torndeco/extdb3/downloads/)
|
6. Go to Torndeco's download center and download the latest version of extDB3. (https://bitbucket.org/torndeco/extdb3/downloads/)
|
||||||
7. Copy the TWO tbbmalloc.dll's (tbbmalloc.dll, tbbmalloc_x64.dll) to your server ROOT directory
|
7. Copy the TWO tbbmalloc.dll's (tbbmalloc.dll, tbbmalloc_x64.dll) to your server ROOT directory
|
||||||
|
Loading…
Reference in New Issue
Block a user