Jump to content

rossco5378

Member
  • Posts

    51
  • Joined

  • Last visited

Reputation Activity

  1. Like
    rossco5378 reacted to Draftkid in [Release] 3.0 Door Management - No More Codes   
    Bump?
  2. Like
    rossco5378 reacted to Dew in Wicked AI Mission messages not showing up   
    hmm... got the update for 24012015IAHAT342 today still the same problem ...

    and btw the post on this forum is locked... 
     
    this AH blocks titletext and players will get a whitescreen and game stucks... :\
     
    can someone explain how to fix this?
  3. Like
    rossco5378 reacted to Jun_msk in Wicked AI Mission messages not showing up   
    I have this problem after update infistar.
  4. Like
    rossco5378 reacted to Richie in [Need urgent help] Mission messages and mass messages are not showing   
    Post your RPT log, it will contain the answers :)
  5. Like
    rossco5378 reacted to BetterDeadThanZed in BEC error "Could not connect to BE master"   
    Don't worry about it. Happens all the time and finally resolves itself.
  6. Like
    rossco5378 reacted to cen in MySql backup every 5/10 mins   
    http://www.redolive.com/automated-mysql-backup-for-windows/
  7. Like
    rossco5378 reacted to LunatikCH in MySql backup every 5/10 mins   
    there is a free tool, its called cmd.exe
    but this in a textdocument:

    cd /D "C:\Program Files\MySQL\MySQL Server 5.6\bin"
    mysqldump -u root -p DBNAME --password=YoUrAwEsOmEpAsSwOrD --result-file="C:\Yourawesomebackupdirectory\SQL Backup\Backup.sql"

    Safe the textdocument as a .bat file and run it with a sheduler eg. BEC or Planed Tasks....
  8. Like
    rossco5378 reacted to norsk22771 in Server FPS and desync   
    Hello. i am wondering if the server and database loading and write will get faster to get faster FPS if the MySQL server is on linux VPS and dayz server is on a dedicated box? at the same datacenter
    or if it is better to run both mysql and the dayz server on the same box?
     
    System specs for dedicated box DayZ Epoch
    CPU: Intel Xeon E3-1245v2
    RAM: 32GB
    Harddrive: 3 x 120gb SSD or the 300GB storage
     
     
    what i mean is if run my DayZ server on a dedicated box, and the Mysql database on a linux VPS to get less desync and lag.
  9. Like
    rossco5378 reacted to syco in Losing connection dupe bug - Please help to fix it!   
    Yes,
    In your server pbo. Add to the bottom of server_functions.sqf
    cad_pvar_shared_var = 0; cad_pvar_server_answer = 1; "cad_pvar_shared_var" addPublicVariableEventHandler { owner (_this select 1) publicVariableClient "cad_pvar_server_answer"; }; It will look something like this



    Now in your mission pbo
    Make a folder called Fixes. Then make a sqf file called DupingFix.sqf and place it inside the Fixes folder.
    Place this code inside DupingFix.sqf
    private ["_time_count"]; cad_pvar_shared_var = player; cad_pvar_server_answer = 0; _time_count = diag_tickTime; publicVariableServer "cad_pvar_shared_var"; while {diag_tickTime - _time_count < 8 && cad_pvar_server_answer == 0 } do {sleep 0.05;}; if (cad_pvar_server_answer == 0) exitWith { (findDisplay 49) closedisplay 0; }; Open description.ext and find
    onPauseScript = ""; Change to
    onPauseScript = "Fixes\DupingFix.sqf"; In your publicvariable.txt add this to the end of line 2
    !="cad_pvar_shared_var"  All done.
    Now when ever a player pull's there internet cord and hits ESC and try's to log out to the lobby, this script runs and if it detects connection lost it will close the ESC menu at 2 secs left and not let them log out to do the dupe. They will have two choices. 1) plug back in cord and continue playing. 2) alt F4 and re-connect. NO matter what choice they pick the dupe will not happen because it requires them to go to lobby then back in-game. The items they try to dupe will be on there character still or inside the storage container, never both.
  10. Like
    rossco5378 reacted to Nekuan in Anyone willing to share good working Overpoch loot tables?   
    After having a look at the ones cen posted you should just take them ;) Basically mine besides a few things I made different. (higher Cinderblock droprate and no spawning of hotwirekits in lootpiles)
     
    Btw Cen, you got an error in your CfgBuildingLoot.
    ItemHotwireKit is no weapon, it's an item
    Same for the PipeBomb btw 
  11. Like
    rossco5378 reacted to Nekuan in Anyone willing to share good working Overpoch loot tables?   
    Define good working :D
    The ones you find on the net are, imho - shit. Military Weapons in every type of loot, and unorganized weaponcategories. I cleaned most of that up so if you want, i can post them later when i get back home
  12. Like
    rossco5378 got a reaction from Mr. Snatchit in Making an Overpoch server.   
    Hey,
     
    Correct. I've never had a server before but i want to get one up this year sometime. Ill come pass your ts later and ask a few questions if you don't mind.
  13. Like
    rossco5378 got a reaction from Mr. Snatchit in Making an Overpoch server.   
    A3 Epoch may be the future but its not up to par with A2 in my opinion. 
×
×
  • Create New...