Jump to content

Defent

Member
  • Posts

    720
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Defent got a reaction from ProtossMaster in AI MISSIONS?   
    I will probably release my code as well as what I've done and how I've done it but releasing it before it's completed is kind of meaningless since the code will change a lot..
  2. Like
    Defent reacted to Richie in How do i install DB   
    The password you enter in redis.conf has to match in EpochServer, read the INSTALL.txt where it's all explained.
     
    redis.conf :

    bind 127.0.0.1 maxmemory 4gb save 900 1 save 300 10 save 60 1000 requirepass foobared  
     
    EpochServer :

    [Redis] IP = 127.0.0.1 Port = 6379 DB = 0 Password = foobared
  3. Like
    Defent reacted to FastPoint Gaming in Data Base   
    Yes you can do this.
     
    Your old database will have automatically created a dump.rdb file.

    Other than you can have your new database be an exact clone of your other database by chaning the line
    Bind YourIP to
    slaveof OtherIP OtherPort in your redis.conf file.
  4. Like
    Defent reacted to Zupa in [0.2 Release] Unofficial Epoch Redis Database Manager - Live Map   
    Added extra screenshot of Map View.
     

  5. Like
    Defent reacted to Zupa in [0.2 Release] Unofficial Epoch Redis Database Manager - Live Map   
    Unofficial Epoch Redis Database Manager
     
    BROKEN IN CURRENT EPOCH.
     
    To help out on the Dev team and server owners i present you my current project i'm working on. This will allow you to manage your redis databases with a nice friendly user-interface. This will be handmade on the Epoch data structure. It will require a php-capable invironment. 
     
    It will allow viewing, editing and deleting of all server data in redis in a admin-friendly interface.
     
    You can request features you want implemented in this topic.
     
     
    OPEN BETA PRE ALPHA UPDATE 2
     
    0.2 Release Data & MAP 
     
    Whats new in 0.2?
     
    [ADDED] More maps [ADDED] Own maps support [ADDED] More customisable settings [ADDED] Import/export server data ( for other admins forexample) [ADDED] Use own images [ADDED] View buildings, storages,players,vehicle details. [FIXED] Charnarus and altis are calibrated, other maps  that are default in are theoreticle correct but not tested. [FIXED] Working dashboard page.  
    Whats Gonna be new in 0.3 ( Rolling Changelogs)?
     
    [CHANGED] PHP laravel backend. [ADDED] Statistic Graphs at listdetail screens. [ADDED] Login System. [ADDED] User Rights on pages system. (Configurable by full admins). [ADDED] Inegrated ZupaStats for admin purposes. [FIXED] Some performance issues. [FIXED] Changing server on dashboard now also refreshes dashboard. [FIXED] Server name now correctly displays on title text. More to come  
     
    Download:
     
    On 24 feb 2015:
     

     
    http://www.mediafire.com/download/rd1c8wldmldgi2z/ZRDBM.rar
     
    This is not an optimised build. Keep the html and php on the same host for this release. TCP redis should work if configured corretly ( not tested, so I can be wrong). Server data is saved in localhost in your browser for time being. 
     
    Default included maps:
    Chernarus Altis Stratis Takistan Namalsk  
    Download Extra Maps
     
    These maps are not default in the download to make the file not too big for people that don't need them.
     
    To use these maps just place the folder in the "maps" folder and add the map to the settings.
     
    Credits to Scott AKA Uro to make these possible and easy for me.
     
    These images are ingame images and should not have an offset
     
    Bornholm
     
    http://www.mediafire.com/download/n7bbqkf8899hiex/bornholm.rar
     
    Mapsize : 22528 x 22528 : Needs testing!
     
    Image: http://i.imgur.com/jNXbfeC.jpg
     
    Lingor
     
    http://www.mediafire.com/download/1af9wb3zxlif2xc/lingor.rar
     
    Mapsize : 10240 x 10239 : Needs testing!
     
    Image: http://i.imgur.com/yeIAi8v.jpg
     
    Zargabad
     
    http://www.mediafire.com/download/0gjq7617zl3uc36/zargabad.rar
     
    Mapsize : 8191 x 8194: Needs testing!
     
    Image: http://i.imgur.com/CoJLIXL.jpg
     
    Panthera 3
     
    http://www.mediafire.com/download/gqumsm2s2niskl7/panthera.rar
     
    Mapsize : 10240 x 10239: Needs testing!
     
    Image: http://i.imgur.com/cf7fsqd.jpg
     
    Taviana 3
     
    http://www.mediafire.com/download/an38c1rbidxmdcr/taviana.rar
     
    Mapsize : 21333 x 21332: Needs testing!
     
    Image: http://i.imgur.com/jHZyDz5.jpg
     
    Alternative Altis
     
    http://www.mediafire.com/download/1dd962bff7wo4dr/altis2.rar
     
    Mapsize : 30700x 30700.
     
    Image: http://i.imgur.com/XNgVFMJ.jpg
     
    Alternative Chernarus
     
    http://www.mediafire.com/download/2qc9jri1ccj38ym/chernarus2.rar
     
    Mapsize : 15360 x 15360.
     
    Image: http://i.imgur.com/88ilDD9.png
     
    Alternative Stratis
     
    http://www.mediafire.com/download/c29odtoquazjki6/stratis2.rar
     
    Mapsize : 8191 x 8192
     
    Image: http://i.imgur.com/x0xy0zR.jpg
     
    Instructions:
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Add extra maps to the map folder if necessary (Not all are included in default download. Otherwise the size will get too big).
     
    Go to the server/config.php and fill in your server data ( if you want multiple servers on different IP's , i recommend making a server2 folder with that config then).
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices IF PHP and REDIS are on different servers ( you need to open the redis Port on that server AND bind your public ip in redis config !)
     
    EXAMPLE in redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Now browse to your folder in a browser.  ( localhost or externally).
     
    The webapp automaticly lets u add a server, fill in the data correctly or import an exported server. 
     

     
     
    Screenschots:
     
     

     

     
     

     
     

     
     

     
     
     

     

     
    IN DEV More functions added later.
  6. Like
    Defent got a reaction from Gamewalker in 2.5.1 Update Problem?   
    Update the client files on the server too.
  7. Like
    Defent reacted to mgm in BEC - "Waiting for server startup"   
    Here's what I suggest:
    Rename your BEC folder to something like bec.bad Try downloading and unzipping my working copy here (unzip with free software: 7zip, password for archive is      1         )  Once you unzip it, make a copy of the Config.cfg and rename it to Healthy.cfg Then use Windows software NOTEPAD to edit that file Config.cfg and adjust it to your values. At the beginning do NOT add everything (admins, scheduler) but only change the path so that you can bring it up and test whether it connects. Once it connects, then add features one at at time (add admins.xml path) & restart. This way you'll see what breaks it.  
    I'll subscribe to this thread, any issues let me know.
     
    Good luck!
  8. Like
    Defent got a reaction from MGT in Missions on Epoch Mod...Where?   
    I got a semi working alpha version of a mission system for arma 3 epoch, currently untested due to the fact that I don't have server files. Not sure if I will release it though. Atleast not untill i've tested it. Maybe to trusted communities ;)
  9. Like
    Defent reacted to Stranger in Server Hosting.   
    Dedi is the best. You pay as much for a "good" Dedi as for an 100 Slots Gameserver at Vert.
    Also these Gameproviders host more then 10 Servers on one machine. If you neighbor has 100 Slots full you will have some shit ass lags n shit ;)
  10. Like
    Defent reacted to LunatikCH in Better Optimize machine settings (Mysql/basic.cfg etc)   
    Lunatik* :)
     
     
    i have set my MaxBandwidth to 2147483647 cause if you read on the behomia site its caled:
     
    as im running on a dedicated 1GB line i set it so high, it realy helped my server.
  11. Like
    Defent reacted to Sandbird in Better Optimize machine settings (Mysql/basic.cfg etc)   
    The thing is that lately with more people in...i got some serious desyncs and delays....Like 2min waiting for a car to spawn at the traders.
    I've been trying to tweak everything that has to do with network/mysql settings....
     
    I got a monster server from hetzner
    Intel® Xeon® E3-1270 v3 Quad-Core Haswell Hyper-Threading-Technology 32 GB ECC RAM 1 GBit/s-Port 200 MBit/s max guaranteed and i have MYSQL 5.5 installed.
     
    Now, my various questions are categorized :P
     
    MYSQL
    Because i dont know this setting....has anyone used the my-huge.ini instead of the my.ini ? And if yes, dont you have to add stuff to it ?
    I mean for example, there is no character-set-server=utf8 setting in it ?
     
    BASIC.CFG
    This has been beaten to death in other threads...i know, and from what i see...there is no 'standard' settings even for the same type of machine and network capabilities....It also depends on the number of Objects in the database and number of scripts and the above MYSQL settings....which is why i have to break this in some subcategories
    Scripts
    When we say number of scripts...does that mean (besides scripts that run in a while loop)...scripts in general ? Like the actual size of the mission.pbo ?
    Someone suggested to move the files to the server....How is that going to affect anything ? The scripts are still there...why would it help on desyncs and stuff. And does it really matter if i have a ton of scripts that are NOT so system resources hogging monsters ? Things that are not active all the time but activated when needed and then exit ? Something like the players_build.sqf Database
    Objects in the database.....Currently i have 9500 objects in the db.....which is nothing...compared to the 20k i had on the last server. Which are more problematic ? Buildings or Vehicles? Actual Settings in the .cfg file
    MinBandwidth................Since hetzner guarantees 200mb (although i doubt this is the minimum....that means i have  to set mine to : 204800 ? MaxBandwidth................I guess this must be 1073741824 since thats 1gb...right? MaxMsgSend.................No idea..If i use the standard mysql.ini, then 256 ? And what about if i use the my-huge.ini ?!? MaxSizeGuaranteed......Same as above...512 ? MinErrorToSendNear......0.039999992 MinErrorToSend.............0.0029999993; MaxSizeNonguaranteed...256;  ?!?!?  
     
    Again....all the above for a server like hetzner's.
     
     
    The usual errors i am getting.....but i am not sure to what 'tweak' needs to be done to fix them:
    3:00:36 NetServer::SendMsg: cannot find channel #1208017736, users.card=27 3:00:36 NetServer: users.get failed when sending to 1208017736 -----------  3:07:01 Client: Remote object 28:5 not found  3:07:01 Server: Object 28:5 not found (message 221) -----------  4:38:07 No player found for channel 1364146768 - message ignored I am a bit of a error-free freak...I dont have a single error in my files that comes out of a broken script or something...So everything i could do to optimize the server (besides removing scripts) has been done....All my desyncs and lags are basically the above settings....but they are too technical for me...I am a software engineer....the hardware crap is just pissing me off :P
     
    Any input would be really appreciated it, especially about the mysql settings, since i know i can do better there.
     
    @Defent hjalpa mig, fi fan, lol
  12. Like
    Defent got a reaction from stonXer in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  13. Like
    Defent reacted to f3cuk in Dedicated Server   
    Since when? On the default TS channel bandwidth (5.71KiB/s a second) you can have 80 people online, maximum load (all talking (sending) and listening (receiving)) and you'd still be using less then 1MB/s of bandwidth.
  14. Like
    Defent got a reaction from wizznall in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  15. Like
    Defent got a reaction from Nasdero in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  16. Like
    Defent reacted to MGT in Our base after 3 Weeks solid work!!! Opinions as its finished?!   
    Our official server status is because the devs trust us not to leak the files, not to modify it or break it etc, this way they can gather important statistics to improve the mod during the early public tests.
    We at MGT take rule breaking and cheating very seriously and punish anyone found doing so. We also take trolling those that fail at playing the game and expect holdy hands from admins very seriously too.

    I don't see how calling some salty player who dun goofed and lost his hard earned pixels "salty" warrants a response from you calling us "douchebags" but hey, your logic bro..
  17. Like
    Defent got a reaction from Uebermorgen in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  18. Like
    Defent got a reaction from jessebilyk in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  19. Like
    Defent got a reaction from jay8454 in Altis map Sucks   
    I think they will use other maps later. But it's just easier to use Altis right now as it's default and would not come with unexpected errors. Better to make it stable first then start adapting to other maps. I hope that they make it default in the mod though so that we dont have to run additional mods and force players to add extra launching options like with overpoch..
  20. Like
    Defent reacted to Flosstradamus in Really happy with the new gun additions coming wondering about the marksman DLC   
    It's the BI version of a donator shop hehe.
  21. Like
    Defent reacted to BetterDeadThanZed in Population?   
    People are too stupid to figure out that DayzLauncher is better and will show all the servers so they continue to use DayzCommander even though less servers are showing.
  22. Like
    Defent reacted to raymix in Really happy with the new gun additions coming wondering about the marksman DLC   
    Yup, helis are a rip off.
    tbh I bought carts only because I thought I wouldn't be able to join Battle Royale servers... makes sense to someone coming from A2
  23. Like
    Defent reacted to Zupa in Deleted Topic   
    Deleted
  24. Like
    Defent reacted to Flosstradamus in Change gender?   
    Only if you opt for the surgery. It costs 40,000 Krypto at traders.
  25. Like
    Defent got a reaction from MGT in Is it just me?   
    Dont join numenadayz only admin abuse please report to epoch devs
×
×
  • Create New...