Jump to content

Achmed

Member
  • Posts

    1958
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Achmed reacted to cen in Problems   
    Means you have hacks installed :D
  2. Like
    Achmed got a reaction from JohnesNumb in server name   
    Im crap at thinking of good names (hence my user name on here lol) so can anyone give me some ideas for names please.

    Im in the uk so nothing related to other countrys either ;-)

    Also server is not set to a timezone it restarts every 6h at 2pm game time.

    Thanks in advance :-)
  3. Like
    Achmed reacted to bFe in How do you install JSRS?   
    CBA: http://www.armaholic.com/page.php?id=6231
     
    I just use CBA_CO.
    I also renamed my JSRS folder to just @JSRS to make it simpler.
    Then add to your parameter: -nosplash -mod=@JSRS -mod=@CBA_CO.
  4. Like
    Achmed reacted to falconsan in wishes and suggestions   
    I have thinked about caves. At the moment, the Zoo will be the first selfmade-Model-Area on the map, and has priority.  Then comes the Themepark. If this finished, i will made a cave.
     
    regards
  5. Like
    Achmed got a reaction from bFe in Add JSRS Mod to Epoch   
    thanks :)
  6. Like
    Achmed got a reaction from DZKitty in [How To] Set up a local server   
    After seeing a lot of people having problems setting up a local server for testing or just a few friends to play on I decided to do this how to guide.   To make sure we don't mess up the Arma2/Arma2OA folders we will make a copy of them in a new folder. You are going to need between 20GB and 25GB of free hard drive space for this along with a small amount for the database.   Having wrote this from memory there may be some mistakes or missing parts. If you have any problems let me know and i will update the post.   [Required Downloads & Installs]   Latest version of Epoch server and client files. Available from http://epochmod.com/ After download extract them to your desktop ready for later.   Install Visual C++ x86 Redistribution Packages for Visual Studio 2013. Available from http://www.microsoft.com/en-us/download/details.aspx?id=40784 The file required is called "vcredist_x86.exe".   Install a MySQL server. A lot of people recommend XAMPP however I had nothing but problems with it so I use MySQL server. Available from http://dev.mysql.com/downloads/mysql/    Install HeidiSQL to edit the database. Available from http://www.heidisql.com/     [Creating the server]   1) Create a new folder where you want the server to be located and give it a name. Personally I have mine on my second hard drive called "Dayz Epoch Server" however the location and name are not important.   2) Copy all files from your Arma2 folder ("C:\Program Files (x86)\Steam\SteamApps\common\Arma 2" if purchased through steam) to the folder you created in step 1   3) When step 2 has completed, copy all files excluding any folder that starts with a "@" from your Ama2 OA folder to the folder ("C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead" if purchased through steam) you created in step 1. When prompted, click overwrite all files.   4) Copy the "@DayZ_Epoch" folder from the Epoch client files to the folder you created in step 1   5) Copy the "@DayZ_Epoch_Server" folder from the Epoch Server files to the folder you created in step 1   6) Copy all files and folders from "Epoch Server Files\Config-Examples\" to the folder you created in step 1   7) Copy the folder "MPMissions" from the Epoch Server Files to the folder created in step 1. If asked, click yes to merge the folders.   8) Copy the folder "Keys" from the Epoch Server Files to the folder created in step 1. If asked, click yes to merge the folders.   9) Copy the .dll files from the Epoch Server Files to the folder created in step 1     [setting up the database]   By now you should already have a MySQL database installed, if not go back to the "Required Downloads & Installs" section and complete the installs.   1) Using HeidiSQL, login to your database using "localhost" as the hostname and what ever username/password you set up while installing the MySQL database.   2) Right Click on "Local Server" (Near top left of screen), navigate to "Create New" and click on "Database". Name your database "dayz_epoch" and use collation "utf8_general_ci". Close HeidiSQL   3) In the "Epoch Server Files\SQL" double click on "epoch.sql". Providing you have set up HeidiSQL correctly this will now launch, connect to your database and select your database. Then click the blue play button in the tool bar. After it has finished it may show you a couple of errors, this is normal.      [Configuring the server]   1) Inside the folder you created back in step 1 of creating the server, open the "instance_11_Chernarus" folder and edit "HiveExt.ini". Most of the information in here should be correct already, but you will have to change the database username & password to match what you set yours to.   2) In the same folder as step 1, edit the "config.cfg" file to change your server name, give it a password etc.   [Running the server]   1) Inside the folder you created back in step 1 of creating the server, double click on "DayZ_Epoch_instance_11_Chernarus.bat"
  7. Like
    Achmed got a reaction from monkeebhoy in Need help with building maintenance and settings   
    my host is vilayer also.
     
    try the code i posed before for you but remove the ";" before "host =" and add your server ip address after it. the rest of the line can be deleted so it should say this in the database block (change the xxx.xxx.xxx.xxx for your ip)
    [Database] ;Currently, only MySQL is supported Type = MySQL ;Hostname or IP of the server to connect to Host = xxx.xxx.xxx.xxx ;Port to connect to. The default is the default listening port of a server of the selected Type ;Instead of specifying Port, you can specify Socket and set Value to the socket name Port = 2303 ;Database name to connect to. Database = epoch ;Username to connect with Username = dayz ;Password to authenticate with (default is blank) Password = dayz
  8. Like
    Achmed got a reaction from Aslan247 in [HOW TO] Adding Intro Music!   
    finally got this to work.... 
     
    it helps if you paste the correct install instructions ;)
     
    http://opendayz.net/threads/blur-gaming-custom-spawn-tutorial.9785/
  9. Like
    Achmed got a reaction from TheVampire in Missions happening inside traders   
    Have just had a look at the file.
     
    Further up the file is a similar block of code
    DZMSStatLocs = [ [0,0,0], [0,0,0] ]; I would set it the same as that
    DZMSBlacklistZones = [ [[0,0,0],50], [[0,0,0],50] ];  
  10. Like
    Achmed got a reaction from Asian Kid in [HowTo] add InfectedCamps   
    Anyone else have login problems with it?
  11. Like
    Achmed got a reaction from kenguru74 in Sending the changed value of humanity to the database when a player dies.   
    It's something i want to do on my server but have not looked into yet. If you manage to sort it out I'll be intrested
  12. Like
    Achmed reacted to Kroenen in [Official Release] EMS 0.3   
    Anyone had any progress on this? Old EMS system was pretty simple to configure giving the AI RPGs. Just not sure how to go about it in this version. Ideally in a way that removes the RPG weps on death.
  13. Like
    Achmed reacted to falconsan in Feedback   
    ok, i will think about it to reduce some debris on the Mainroads, but some tricky debris  will be on the map. :)
  14. Like
    Achmed got a reaction from rboos in pook_H13 added (New Chopper) Bell 47/H-13 Helicopter   
    I landed one of them on the water fine, got out and swam ashore and it was still sitting there fine. Not sure what one of them it was but was a amphibious one
  15. Like
    Achmed reacted to Axle in New member ranks.   
    Back to work Fresh Spawn!
  16. Like
    Achmed got a reaction from swoop in Placing fuel pumps?   
    Start the fuel trucks engine and then eject from it (not get out).

    This will leave the engine running and power the truck
  17. Like
    Achmed reacted to TuBz in UK Map changes:)   
    Forgot about the chunnel.. easy sorted.. seal it off with a sign saying no frenchie zombies allowed:)
  18. Like
    Achmed got a reaction from Turtle in Error "are not signed by a key accepted by this server"   
    That's the file :) trouble with being on my mobile is have to do it all from memory. Username will probably be root and pw what ever you set or blank
  19. Like
    Achmed reacted to Turtle in Error "are not signed by a key accepted by this server"   
    listen to him he is a lot better than me at this ^ :D
  20. Like
    Achmed reacted to Turtle in Error "are not signed by a key accepted by this server"   
    well that's how you know the keys worked, now there is something wrong with your mission file bud.
  21. Like
    Achmed got a reaction from LordNikon in UK Map changes:)   
    Lol. If you did the south of the UK then like you say it will just be the odd island here and there :)

    Would be cool though. When I first heard of sauerland and how it's based on Germany it got me thinking about doing one of England.... but the i read he been working on it for over a year already and got put off by the fact arma 2 is getting old and replaced by arma 3 etc
  22. Like
    Achmed got a reaction from TuBz in UK Map changes:)   
    With the cliffs, hills and castles in that area it would be cool
  23. Like
    Achmed got a reaction from JohnesNumb in Team Speak server   
    as crazy as it sounds im new to TS and even newer to hosting a TS server! until about a week or 2 ago i had never even used TS....
     
    can someone explain to me how i configure my server pls as i have it running now but don't really know what im doing with it.
     
    Also i have seen people using things like ts.beergamez.com (use bungles as it was the first i found in the loading screen thread), how do i set that up? i have my own domain, 1825dayzlater.co.uk so is it just a sub domain that redirects to the ip address?
     
     
  24. Like
    Achmed got a reaction from Michael_CCG in About the new Donations rule.   
    Can you share this information pls so we all know what would be allowed giving the same end result
  25. Like
    Achmed got a reaction from JohnesNumb in loading screen format   
    i know the loading screen has to be 2:1 but what file formats are supported other then jpg?
×
×
  • Create New...