-
Content Count
28 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout DutchPriide
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Server only starts correctly with mission .pbo deleted
DutchPriide replied to Dr_zoidberg01's topic in Exilemod (Unofficial)'s Problems & Bugs
To disable SAFEMODE.. / Strict mode 1. Disable Strict Mode via my.cnf/my.ini This method disables it by changing the value of SQL_MODE in my.cnf file (for Linux) OR my.ini file (for windows server) and restarting the MySQL server. my.cnf file can be found in one of a few locations (depending on which distribution you’re using). The most common locations are /etc/my.cnf and /etc/mysql/my.cnf . NOTE: Make the following changes in the my.ini (for Windows Operating System) or my.cnf (for Linux Operating System). Inside that file, look for a heading like [mysqld] and then look for the value of sql_mode. It might look like this (the actual value of sql_mode may vary): Look for the following line: sql-mode = "STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" You can change the value of sql_mode to NO_ENGINE_SUBSTITUTION to completely disable strict mode, but you may want to look up each mode that is configured before disabling it or you can simply change it to: sql-mode="" (i.e. Blank) If sql_mode isn’t set, you can add it under the [mysqld] heading, then save the file, and restart MySQL. Restart the MySQL Service. OR 2. To Disable Strict Mode via SQL This method allows you to disable the strict mode on your MySQL server by running the following command. 1 $ mysql -u root -p -e "SET GLOBAL sql_mode = ’NO_ENGINE_SUBSTITUTION’;" Now, you can verify that the mode is set by running the following: 1 $ mysql -u root -p -e "SELECT @@GLOBAL.sql_mode;" RUN THIS SQL: SET GLOBAL sql_mode = ’NO_ENGINE_SUBSTITUTION’; And also make sure you remove all 32 bit dll -
changing to 64bit
DutchPriide replied to rgscriven's topic in Exilemod (Unofficial)'s General Discussion
This post can be closed we sorted it ^^ -
[Done] ExtDb3 Compatibility with Exile
DutchPriide replied to Thomas TKO's topic in Exilemod (Unofficial)'s Exilemod Tweaks
To disable SAFEMODE.. / Strict mode 1. Disable Strict Mode via my.cnf/my.ini This method disables it by changing the value of SQL_MODE in my.cnf file (for Linux) OR my.ini file (for windows server) and restarting the MySQL server. my.cnf file can be found in one of a few locations (depending on which distribution you’re using). The most common locations are /etc/my.cnf and /etc/mysql/my.cnf . NOTE: Make the following changes in the my.ini (for Windows Operating System) or my.cnf (for Linux Operating System). Inside that file, look for a heading like [mysqld] and then look for the value of sql_mode. It might look like this (the actual value of sql_mode may vary): Look for the following line: sql-mode = "STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" You can change the value of sql_mode to NO_ENGINE_SUBSTITUTION to completely disable strict mode, but you may want to look up each mode that is configured before disabling it or you can simply change it to: sql-mode="" (i.e. Blank) If sql_mode isn’t set, you can add it under the [mysqld] heading, then save the file, and restart MySQL. Restart the MySQL Service. OR 2. To Disable Strict Mode via SQL This method allows you to disable the strict mode on your MySQL server by running the following command. 1 $ mysql -u root -p -e "SET GLOBAL sql_mode = ’NO_ENGINE_SUBSTITUTION’;" Now, you can verify that the mode is set by running the following: 1 $ mysql -u root -p -e "SELECT @@GLOBAL.sql_mode;" RUN THIS SQL: SET GLOBAL sql_mode = ’NO_ENGINE_SUBSTITUTION’; -
Exile Anomaly Pack by Alias
DutchPriide replied to chernaruski's topic in Exilemod (Unofficial)'s Scripts
you could maybe replace his smoke with normal smoke.. DropCrateHaveSmoke = true; DropSmokesVector = [ // Classname of the smoke you want to spawn, the color spawn random. "SmokeShellRed", "SmokeShellGreen", "SmokeShellYellow", "SmokeShellPurple", "SmokeShellBlue", "SmokeShellOrange" ]; if (DropCrateHaveSmoke) then { private _Smoke = (_dropObj getVariable ["DropCrateSmoke", selectRandom DropSmokesVector]) createVehicle getPosATL _dropObj; _Smoke attachTo [_dropObj,[0,0,0]]; }; }; -
[Done] ExtDb3 Compatibility with Exile
DutchPriide replied to Thomas TKO's topic in Exilemod (Unofficial)'s Exilemod Tweaks
100% xD worth it indeed i know this is an old post... You can bassicly update from 2 too 3 and there is not many scripts or stuff you need to change... its mostly juse exile.ini you need to remove all numbers of input.. and in some scripts u need to changed ExtDB2 to ExtDB3 ( no needed for ExtDB2 messages leave it as it is .. 64 bit Will stop memory crashes on your server... so it will be 100% worth it Just merging files from custom stuff u added might be some work.. Also if you upgraded to ExtDB3 make sure your database is not running in strict mod or safemode -
Nice script.... i recommend to lower number of AI on it wenn you have good playerpopulation this will lag your server.. ( like 18 ai on 1 attack is a bit to much xD)
-
Most Wanted: An Exile Bounty Mod
DutchPriide replied to chernaruski's topic in Exilemod (Unofficial)'s Addons
The bounty king went fine a 100 times bro but 1 day i come on serverbox more than 1 milion rpt lines xD -
CUP MAPS 2.0 Chernarus 2020 working on Exile Mod??
DutchPriide replied to Sgt Smash's topic in Exilemod (Unofficial)'s General Discussion
The Chernarus 2020 map is my favorite map... but it has fps issues on EXILE (if people go outside map it will become unplayble for other players) I stopped running this map for that reason. -
PortableGenerator outside of a territory? (CLOSED)
DutchPriide replied to Whitey01's topic in Exilemod (Unofficial)'s General Discussion
how do you want to use this... you want to build it as player ? you want it on static locations? explain a bit more plaese xD -
PortableGenerator outside of a territory? (CLOSED)
DutchPriide replied to Whitey01's topic in Exilemod (Unofficial)'s General Discussion
Think i can do this 🙂 -
Exile on Sahrani
DutchPriide replied to Stian779's topic in Exilemod (Unofficial)'s General Discussion
Just take mission file from any map... than change the editor folder name to the correct name for sahrani.... than load this in editor and start making spawn points and stuff.. -
Exile on Sahrani
DutchPriide replied to Stian779's topic in Exilemod (Unofficial)'s General Discussion
i did host saharani on exile in past.. i would not recommend this since 95% of the buildings in that map are closed.. -
Exile Anomaly Pack by Alias
DutchPriide replied to chernaruski's topic in Exilemod (Unofficial)'s Scripts
yeah some stuff is a little over the top ^^ -
Most Wanted: An Exile Bounty Mod
DutchPriide replied to chernaruski's topic in Exilemod (Unofficial)'s Addons
Dont use this in exile... its bugged and outdated.. also the Bountyking (diffirent script) does spamn your rpt and will even crash your server 1 on 100 times... -
Add me on discord bro i can help your with loadingscreen and 64 bit if u need help https://discord.gg/cUFWFQy