Jump to content

JamieKG

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JamieKG reacted to vbawol in Latest Server files now available via GitHub   
    Thanks to feedback received, I have decided to stage our server releases on the public Epoch GitHub from now on. Server owners can now can see what files have changed and get quicker access to updates and fixes.
     
    https://github.com/EpochModTeam/Epoch/tree/master/Server_Install_Pack
     
    Lastest Stable Server Files: https://github.com/EpochModTeam/Epoch/archive/master.zip
  2. Like
    JamieKG reacted to Tobias Solem in Why do you play a 'violent' video game?   
    Violence is defined by the World Health Organization as "the intentional use of physical force or power, threatened or actual, against oneself, another person, or against a group or community, which either results in or has a high likelihood of resulting in injury, death, psychological harm, maldevelopment, or deprivation"
     
     
    No video games are violent under this definition. Hence, I do not play "violent" video games.
  3. Like
    JamieKG reacted to Dwarfer in Linux Server Install Notes   
    OK, 
     
    so you can either do it just before you load the arma server of you can do the following
     
    If you open up your /etc/ld.so.conf with something like vi or nano you can then put the following into a new line, Change your path as needed.
    /home/epoch/arma3/@epochhive once you have done that either type ldconfig or just logout and re login and you should be done.. It basiclly globally defined that path as an include to look for
    OR (I prefer this method)
     
    if you have and ld.so.conf.d dir you can do the following
    echo -e "/home/epoch/arma3/@epochhive" > /etc/ld.so.conf.d/epoch.conf Then you should get something like this
    ldd epochserver.so linux-gate.so.1 => (0xf779f000) libhiredis.so.0.10 => /home/epoch/arma3/@epochhive/libhiredis.so.0.10 (0xf76a6000) libpcre.so.3 => /home/epoch/arma3/@epochhive/libpcre.so.3 (0xf7668000) libstdc++.so.6 => /lib/libstdc++.so.6 (0xf7571000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7556000) libc.so.6 => /lib/libc.so.6 (0xf7389000) libm.so.6 => /lib/libm.so.6 (0xf733c000) /lib/ld-linux.so.2 (0xf77a0000) OR ( i don't advise this)
     
    Be really lazy and just copy the libhiredis and libpcre to your lib path so something like /lib
     
    OR (so many options)
     
    symlink them :-)
    ln -s /home/epoch/arma3/\@epochhive/libhiredis.so /lib/ ln -s /home/epoch/arma3/\@epochhive/libhiredis.so.0.10 /lib/ ln -s /home/epoch/arma3/\@epochhive/libpcre.so /lib/ ln -s /home/epoch/arma3/\@epochhive/libpcre.so.3 /lib/
  4. Like
    JamieKG reacted to Axle in official support for Linux ?   
    We will provide Linux support probably in the next patch. This is not 100% as we still have some stuff to work on. But what we have so far is ready for load testing.
     
    Feel free to jump in and help us out.
     
    37.59.30.162:2302
  5. Like
    JamieKG reacted to vbawol in official support for Linux ?   
    Official Linux support will be released with the next server build we release for 0.3.0.2, along with many other fixes. Denisio, now a part of our team now and did give our existing codebase a once over to get it to properly compile on Linux. We look forward to supporting Linux from here on out and will be looking for feedback and bugs from Linux server owners very soon.
  6. Like
    JamieKG reacted to Richie in [Feedback] Anti-camping fix   
    In Arma there is no camping, only strategic waiting
×
×
  • Create New...