- Windows 32Bit, 64Bit, Linux 32Bit
- Open your @ExileServer Folder and delete the following files : extDB2.dll , extDB2.so , extDB2-conf.ini , XM8.dll , XM8.so
- Download the git release of the Exdb3 Exile patch (https://github.com/BrettNordin/Exile) Press the clone/download button.
- Copy the @ExileServer file into the server directory
- Copy the contents of Exile.MapName INTO your mission file.
- Open your config.cpp and do the following:
In your config.cpp Add: #include "CfgExileCustomCode.cpp" Into: class CfgExileCustomCode { };
It will look like this in the end:
class CfgExileCustomCode
{
#include "CfgExileCustomCode.cpp"
};
- Copy the TWO tbbmalloc.dll's (tbbmalloc.dll, tbbmalloc_x64.dll) to your server ROOT directory
- Exit the Exile.ini file to match any changes in your older exile.ini 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)
- Run the Mysql Querys in the "Exile_Database_Update_64x.sql" file to properly update your database.