Jump to content

Fully

Member
  • Posts

    319
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Fully got a reaction from MassAsster in Need some guidence   
    I installed steam then gifted it to my servers account from my main player account.
    This will help when I want to run a headless client.
    But anyway
    Get a USB Stick and copy your Arma 2 Directory to it. The one that works and you can play on epoch servers with no errors.
    Copy this to your server
    c:/epoch
    as an example - This will give you arma 2 and epoch files.
     
    Download the server files from
    http://epochmod.com/
    click the Arma2: DayZ; Epoch and select server files.
     
    To install - here is the basic install link
    http://epochmod.com/wiki/index.php/Server_Installation_Instructions
     
    Admin tools

    Just follow the install instructions.
     
     
    You will need a database anyone of these will work.
     
    Xampp
    https://www.apachefriends.org/download.html
     
    MySql
    http://www.mysql.com/

    You will find google useful here =)
     
    This sould get you started on the right track =)
  2. Like
    Fully got a reaction from ruubje11 in Need some guidence   
    Install Arma2 CO
    install Epoch mod
    Install + edit the Epoch Server files
    Install and setup BEC or some other Antihack system Learn about this stuff bans...etc
    Install mods
    Install some Admin Tools to make live running the server a little easier =)
    Install Some sort of database. Xampp seems to be very easy to setup.
     
    Build a community and have some Fun =)
     
  3. Like
    Fully got a reaction from Dismal in MSVCR.dll missing after visual c++ install   
    Depends on what O/s you have. I have a Windows Server 2012 RC2.
     
    It can be tricky sometimes to figure what you need to get stuff working =)
     
    I am pleased you got it going =)
  4. Like
    Fully got a reaction from Dismal in MSVCR.dll missing after visual c++ install   
    Install this. It is the C++ Redistributable Package 2010.

    http://www.microsoft.com/download/en/details.aspx?id=26999

    Pick the file named vcredist_x64.exe
  5. Like
    Fully got a reaction from ARcoolJ in Scheduler problem   
    Restart every 6 hours keep it simple =)
    Just make sure your around at for the right time and do a manual start and use something like this.

     
    <?xml version="1.0" encoding="UTF-8" standalone="true"?> -<Scheduler> -<job id="0"> <time>054500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Restart in 15 minutes! </cmd> <cmdtype>0</cmdtype> </job> -<job id="1"> <time>055500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Restart in 5 minutes! </cmd> <cmdtype>0</cmdtype> </job> -<job id="2"> <time>055900</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Restart in 1 minute! </cmd> <cmdtype>0</cmdtype> </job> -<job id="3"> <time>055955</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>c:\Epoch\serverstart.bat</cmd> <cmdtype>1</cmdtype> </job> -<job id="4"> <time>060000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> </Scheduler>
  6. Like
    Fully got a reaction from FrenzyFire000 in How save permanently correct position my towers and fuel pumps?   
    setVectorUp [0,0,1] put that in the init of the object =)

    Another tip save often as stuff seems to move around all the time.

    if you want objects to line up, line them up save it, realign and save it again =)
  7. Like
    Fully got a reaction from ToshioSM in How save permanently correct position my towers and fuel pumps?   
    setVectorUp [0,0,1] put that in the init of the object =)

    Another tip save often as stuff seems to move around all the time.

    if you want objects to line up, line them up save it, realign and save it again =)
  8. Like
    Fully got a reaction from ThatGamer_Bullet in Quick Question ("Missions.DIR")   
    This is just server config.
     
     
    Yes this is the mission file. were you make all your changes.

    Yes this is were you install the admin tools.
     
  9. Like
    Fully got a reaction from ThatGamer_Bullet in Ban IP range?   
    Open bans.txt in your Battleye directory.
    Add guid or ip to ban a range of ips just add in this format 192.168.*.* 0 <-- the Zero is a perma ban

    restart server to automatically load the new list.

    Or

    Log onto server through R-con
     
    ban [player #] [time in minutes ] [reason] Ban a player's BE GUID from the server. If time is not specified or 0, the ban will be permanent. Optionally you can also display a reason.   addBan [GUID or IP address] [time in minutes] [reason] Same as "ban", but allows to ban a player that is not currently on the server.   writeBans Re-write the current ban list to bans.txt. This command can be used to remove expired bans.   loadBans (Re)load the BE ban list from bans.txt in your BE working directory. This command is automatically issued on server launch.

    Or here for a little Dart =)
    http://dayz.st/w/Dart
  10. Like
    Fully got a reaction from ThatGamer_Bullet in Combining Vehicle key from DB   
    Just edit the value in the data base table, Same as changing the safe combo =)

    Look for the vehicle with the key you want to use as the master. copy the value.
    then just change other vehicles to match. Just make sure you make a copy of it. 
  11. Like
    Fully got a reaction from cring0 in How to straighten buildings?   
    setVectorUp [0, 0, 1];
  12. Like
    Fully got a reaction from jammo in Combining Vehicle key from DB   
    Just edit the value in the data base table, Same as changing the safe combo =)

    Look for the vehicle with the key you want to use as the master. copy the value.
    then just change other vehicles to match. Just make sure you make a copy of it. 
  13. Like
    Fully got a reaction from wokkelwakker in Ban IP range?   
    Open bans.txt in your Battleye directory.
    Add guid or ip to ban a range of ips just add in this format 192.168.*.* 0 <-- the Zero is a perma ban

    restart server to automatically load the new list.

    Or

    Log onto server through R-con
     
    ban [player #] [time in minutes ] [reason] Ban a player's BE GUID from the server. If time is not specified or 0, the ban will be permanent. Optionally you can also display a reason.   addBan [GUID or IP address] [time in minutes] [reason] Same as "ban", but allows to ban a player that is not currently on the server.   writeBans Re-write the current ban list to bans.txt. This command can be used to remove expired bans.   loadBans (Re)load the BE ban list from bans.txt in your BE working directory. This command is automatically issued on server launch.

    Or here for a little Dart =)
    http://dayz.st/w/Dart
×
×
  • Create New...