Quarterbreed
Well-Known Member
what I did was deleted all vehicles in the DB and pspawn them all back in again and restarted MySQL.. hopefully this works cause I did everything u said 
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What kind of Anti-Hack detection tools can be used for DayZ+
I have the DayZ+ server on the same dedicated box that has a few other DayZ Private Servers that use Gotcha Anti-Hack and I noticed that I can't use that for DayZ+
Suggestions?
I'd like to get DayZ+ on to my own SQL server that I have running; I'm running into issues getting our DayZ+ server into a good auto-restarter...
If I was able to build out my own DayZ+ DB tables and such and then just kick it up like a normal Bliss Server... that would be ideal, but I'm assuming that really isn't possible because of all the drastic differences in DayZ+
@echo off
"C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin\mysql" --user=root --password=YOURPASSWORD --host=127.0.0.1 --port=3306 --database=hivemind --execute="call pMain()"
start .\Expansion\beta\arma2oaserver.exe -port=2302 -mod=@DayZ+;@Hive -name=DayZ -config=DayZConfig\ServerSettings.cfg -cfg=DayZConfig\Arma2Config.cfg -profiles=DayZConfig
exit
Also in regards to the pyBEscanner - I've got that added in but see that it didn't include filters for DayZ+ - Would you happen to be able to share/enlighten me on which I should be using with pyBEscanner?
Dont forget to put in debug monitor or code to add itjust be patient peopleits coming
Its pretty simple to use stapos files.. Its like the easiest way to run a serverYes, this would be quite nice. I cant get his server files to run anyways for some reason.
@echo off
"C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin\mysql" --user=YourMySQLUser --password=YourMySQLPW --host=127.0.0.1 --port=YourMySQLPort --database=hivemind --execute="call pMain()"
"Expansion\beta\dayzplus.exe" -port=2339 "-config=DayZConfig\ServerSettings.cfg" "-cfg=DayZConfig\Arma2Config.cfg" "-profiles=DayZConfig" -name=DayZ "-mod=@DayZ+;@Hive" -noPause -noSound -cpuCount=4 -exThreads=4 -maxMem=4096
exit