Jump to content

JoSchaap

Member
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by JoSchaap

  1. just found that the AWOL airfield dealer has no sensor area in the mission.sqm.

    is there any special reason for that?

     

     

     

    ive added it myself. for those interested:

     

    go to the sensors category in mission.sqm and raise the items count from 9 to 10

     

    class Sensors
        {
            items=10;
    

     

    below the Boat2 sensor add:

     

            class Item9
            {
                position[]={15128.379,19.974716,16421.879};
                activationBy="WEST";
                repeating=1;
                interruptable=1;
                age="UNKNOWN";
                name="AWOL";
                expCond="(player distance awol) < 75;";
                expActiv="TitleText[""Now Entering Aircraft Vendor"",""PLAIN DOWN""]; canbuild = false;";
                expDesactiv="TitleText[""Now Leaving Aircraft Vendor"",""PLAIN DOWN""]; canbuild = true;";
                class Effects
                {
                };
            };
    
  2. I forgot to add the aircraftdealer, and i cant acces my servers atm.

    But its quite easy to get the info from the mission sqm

    in the mission.sqm near the end of the entries, they are positioned as:

     name="tradername"
     position={xxxx.xxxx, zzzz.zzzz, yyyy.yyyy}
     radius=rad
    
    in the trader init you only need to add a line to the existing array

    [[xxxx.xxxx, yyyy,yyyy],rad,"tradername"],  //comment about the trader can be added here
    
    the last entry does not have a trailing comma
  3. _safezones = [
    [[11447.91,11364.536],100, "Klen"], // Klen
    [[4064.2258,11665.938],100, "Bash"], // Bash
    [[6325.6772,7807.7412],100, "Stary"] // Stary
    ];
    
    Credit to Maca134 - code from this topic.

    i doubt Napf uses the exact same trader cooirdinates as chernarus.. ;)

    Voor napff these are all traders:

    _safezones = [
    	[[8246.3184,15485.867],50, "Lenz"], // Lenzburg
    	[[15506.952,13229.368],100, "Emmen"], // Emmen
    	[[12399.751,5074.5273],75, "Schratten"], // Schratten
    	[[10398.626,8279.4619],50, "Bandit"], // Bandit camp
    	[[5149.9814,4864.1191],50, "Hero"], // Hero vendor
    	[[2122.7954,7807.9878],50, "Wholesaler"], // Wholesaler 1
    	[[5379.0342,16103.187],50, "Wholesaler"], // Wholesaler 2
    	[[6772.8877,16983.27],50, "Boatdealer"], // Boat dealer 1
    	[[16839.973,5264.0566],50, "Boatdealer"] // Boat dealer 2
    ];
    

    or if you just want the main traders to have godmode and not the others:

    _safezones = [
    	[[8246.3184,15485.867],50, "Lenz"], // Lenzburg
    	[[15506.952,13229.368],100, "Emmen"], // Emmen
    	[[12399.751,5074.5273],75, "Schratten"] // Schratten
    //	[[10398.626,8279.4619],50, "Bandit"], // Bandit camp
    //	[[5149.9814,4864.1191],50, "Hero"], // Hero vendor
    //	[[2122.7954,7807.9878],50, "Wholesaler"], // Wholesaler 1
    //	[[5379.0342,16103.187],50, "Wholesaler"], // Wholesaler 2
    //	[[6772.8877,16983.27],50, "Boatdealer"], // Boat dealer 1
    //	[[16839.973,5264.0566],50, "Boatdealer"] // Boat dealer 2
    ];
    
  4. ive been venturing up north since the map shows alot of new roads and a railroad track there :)

     

    there are some towns laid out there. the roads and flats are there. just no buildings yet.

     

    i did find this footbal field in the middle of nowhere and ventured on west with some friends :)

    .JPG

    a nice railroad viaduct northeast of the neaf

    .JPG

    got to love these clouds!

    .JPG

    KoS or get romantic during player encounters?

    .JPG

    If you come accross this boat. you have to go check it out! the enterior is amazing!

    .JPG

    A nice view for a rest (F3)

    .JPG

  5. DayZ standalone, usefull links

    video about character movement and start loadout usage:

    Chernarus+ map:

    http://i.imgur.com/v684x4e.jpg

    Basic information about the items and their usage + Tips/Tricks

    http://www.reddit.com/r/dayz/comments/1t23cw/dayz_tip_thread/

    information and info video about the hunger and thirst system:

    info: http://www.reddit.com/r/dayz/comments/1t4l5f/is_current_hungerthirst_model_just_misunderstood/

    video:

    Medical information and treatments of wounds/illness and other usefull stuff:

    https://docs.google.com/document/d/1vPWUgdELQUB7ZKubAVqfNRXwWlDEKvhSM67KKcK14OA/edit?pli=1

    Information about the most recent character whipe and hacking issues:

    http://forums.dayzgame.com/index.php?/topic/155358-security-vulnerabilities-fixed-by-patch-2-and-character-wipe/

  6. It's quite awesome and after reading these tips for new players:

    http://www.reddit.com/r/dayz/comments/1t23cw/dayz_tip_thread/

     

    and this information about the hunger system to avoid the annoying tamagotchi spam:

    http://www.reddit.com/r/dayz/comments/1t4l5f/is_current_hungerthirst_model_just_misunderstood/

     

    It's quite the pleasant/impressive game. Too bad i have a job and never get to play during daylight because of that. But i hope that changes soon enough :) (*edit i meanth serversettings for daylight lol not losing my job)

     

    Some screenshots of our first ventures into chernarusplus:

     

    taking a rest to get rid of the tamagotchi spam/nagging ;)
    n7tAoiB.jpg

    Dat haircut!?
    uUC02Dw.jpg

    Gear after a small round through balota/cherno :)
    ZgOdIsJ.jpg

×
×
  • Create New...