Exile_64bit_Conversion/README.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2017-12-17 15:54:56 +00:00
## Supported server types:
2019-07-21 15:11:55 +00:00
1. Windows 32Bit, 64Bit, Linux 32Bit
2018-09-30 16:24:06 +00:00
# Exile 64bit Edition Conversion
2017-03-23 02:41:22 +00:00
1. Open your @ExileServer Folder and delete the following files : extDB2.dll , extDB2.so , extDB2-conf.ini , XM8.dll , XM8.so
2017-03-23 03:34:33 +00:00
2. Download the git release of the Exdb3 Exile patch (https://github.com/BrettNordin/Exile) Press the clone/download button.
2019-07-21 15:11:55 +00:00
3. Copy the @ExileServer file into the server directory
4. Copy the contents of Exile.MapName INTO your mission file.
5. Open your config.cpp and do the following:
2017-03-23 02:41:22 +00:00
2017-03-23 02:30:29 +00:00
In your config.cpp
2017-03-23 02:41:22 +00:00
Add: #include "CfgExileCustomCode.cpp"
2017-03-23 02:30:29 +00:00
Into:
class CfgExileCustomCode
{
};
2017-03-23 03:34:33 +00:00
It will look like this in the end:
2018-03-14 17:23:05 +00:00
class CfgExileCustomCode
{
#include "CfgExileCustomCode.cpp"
};
2017-03-23 03:34:33 +00:00
7. Copy the TWO tbbmalloc.dll's (tbbmalloc.dll, tbbmalloc_x64.dll) to your server ROOT directory
2018-03-14 17:28:16 +00:00
### Only do #10 if you are not a freshly installed exile server.
2017-03-23 03:34:33 +00:00
10. Exit the Exile.ini file to match any changes in your older exile.ini
2018-09-05 01:44:42 +00:00
SIDENOTE: the new exile.ini no longer contains the lines with "Number of Inputs = #" (# is referring to any number within the file on this line)
2017-03-23 03:34:33 +00:00
11. Run the Mysql Querys in the "Exile_Database_Update_64x.sql" file to properly update your database.
2019-07-21 15:11:55 +00:00
2017-11-07 21:40:14 +00:00
2017-11-07 21:41:35 +00:00
## Go to https://github.com/BrettNordin/Exile/wiki/Common-Errors--&-Issues for help with most issues.