Exile_64bit_Conversion/README.md

44 lines
2.3 KiB
Markdown
Raw Normal View History

2018-06-13 16:32:32 +00:00
## Recommended use case: (PLEASE READ)
2018-06-13 16:33:41 +00:00
1. Windows 64Bit Server, With MAX players, With over 5 Mods, With HEAVEY script modifications.
2018-09-05 01:44:42 +00:00
**Please note if your server is below what is recommended, DO NOT INSTALL THIS, If you do and you request help we will ask you uninstall extdb3.
2017-12-17 15:54:56 +00:00
## Supported server types:
2017-12-17 15:55:14 +00:00
1. Windows 32Bit, 64Bit
2018-03-08 21:59:40 +00:00
# Exile 64bit Edition How to install FOR EXILE 1.0.4
2017-11-07 21:37:27 +00:00
## Please include both your server RPT and Extdb3 Logs when submitting an issue on the forums, USING PASTEBIN.
2018-03-14 17:23:05 +00:00
### Also Note--- We require the use OF ALL overrides I provided, without them I CANNOT provide support
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.
3. Copy the Exile server file into the server directory
2017-03-23 13:13:00 +00:00
4. Copy the exile mission folder CONTENTS INTO your mission file.
2017-03-23 03:34:33 +00:00
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
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
8. Copy the contents of the @extdb3 folder into your @ExileServer Folder
9. Edit the extdb3-conf.ini file, REMEMBER TO CHANGE [Default] to [exile] . Change the database information to be correct (Example: https://gyazo.com/31cb26f08f9cc4b05360915f5ed84303)
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.
2017-03-23 03:37:29 +00:00
12. Boot up your server and see if it works. If it does not work then go to your logs folder and find the error code and leave a message here and I'll get to you.
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.