Jump to content

DutchPriide

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About DutchPriide

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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
  2. DutchPriide

    changing to 64bit

    This post can be closed we sorted it ^^
  3. 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’;
  4. DutchPriide

    Exile Anomaly Pack by Alias

    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]]; }; };
  5. 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
  6. DutchPriide

    DG Base Attacks

    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)
  7. DutchPriide

    Most Wanted: An Exile Bounty Mod

    The bounty king went fine a 100 times bro but 1 day i come on serverbox more than 1 milion rpt lines xD
  8. 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.
  9. 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
  10. DutchPriide

    Exile on Sahrani

    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..
  11. DutchPriide

    Exile on Sahrani

    i did host saharani on exile in past.. i would not recommend this since 95% of the buildings in that map are closed..
  12. DutchPriide

    Exile Anomaly Pack by Alias

    yeah some stuff is a little over the top ^^
  13. DutchPriide

    Most Wanted: An Exile Bounty Mod

    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...
  14. Add me on discord bro i can help your with loadingscreen and 64 bit if u need help https://discord.gg/cUFWFQy

     

    1. rgscriven

      rgscriven

      im rgscriven in discord

       

×