Jump to content

RAMBO

Member
  • Posts

    52
  • Joined

  • Last visited

Reputation Activity

  1. Like
    RAMBO got a reaction from Sequisha in When the Arma 3 Epoch mod is released..   
    Very excited to see where this goes. Lots of creativity and instrinsic value built up in these devs. Thanks for your time and effort guys. I'm expecting to remain a supporter/promoter of the mod for some time to come. 
  2. Like
    RAMBO got a reaction from DY357LX in Trader Shows "4" instead of "4 Briefcases" on added items for sale. Any ideas why?   
    From a quick glance I see that you have your briefcases listed as:
     
    [x,"itembriefcase100oz",2]... whereas it should be [x,"itembriefcase100oz",1]... The difference being the number on the end which signifies that it is an item.
  3. Like
    RAMBO got a reaction from Ghosty in Extend safezones ?   
    If you are looking to increase the radius all you need to do is change the A & B functions of the sensors in your mission.sqm:
     
    class Item1
            {
                position[]={4063.4226,365.00577,11664.19};
                a=100;
                b=100;
                activationBy="WEST";
                repeating=1;
                interruptable=1;
                age="UNKNOWN";
                name="zonebash";
                expCond="(player distance zonebash) < 100;";
                expActiv="TitleText[""Now entering SAFE city Bash"",""PLAIN DOWN""]; canbuild = false;";
                expDesactiv="TitleText[""Now leaving SAFE city Bash"",""PLAIN DOWN""]; canbuild = true;";
                class Effects
                {
              
    If you want a new safezone entirely, you need to add an additional class item with similar information to the one above. And then replace the setpos.
  4. Like
    RAMBO got a reaction from Geoglyph in 100% Noob needs help   
    Most of us here started on vanilla dayz, so to an extent I would agree with Krunchy. However, Epoch really is quite a unique experience and I would encourage you to jump right into it. The devs have done a remarkable job of creating this game and keeping it running smoothly. This website is an amazing resource, continue to use it and ask any questions you need answers to.
     
    Also, as far as downloading is concerned... here is a link to dayzcommander http://dayzcommander.com/. This program will be your bestfriend when it comes to updating and downloading various Dayz mods (including Epoch!!).
     
    Goodluck,
     
    ~ RAMBO
  5. Like
    RAMBO got a reaction from Samjm850 in Adding missions [HELP]   
    Make sure you have the addmarkers.sqf and addmarkers75.sqf... Then do a call in your init:
     
    // AI mission markers
    [] execVM "yourfolder\addmarkers.sqf";
    [] execVM "yourfolder\addmarkers75.sqf";
     
    This should put the markers in and refresh upon log/relog.
  6. Like
    RAMBO got a reaction from Kind-Sir in Looking for a server with good admins   
    You guys are more than welcome to come check out my server. It is most popular on the weekends and from around 12-6 pm PST during the day. We have everything on your list except for towing and clothing stripping. Towing however will be added soon. If nothing else keep us in mind for future reference ;)
     
    http://dayzepicepoch.enjin.com/home
     
    Best of luck to you guys,
     
    ~RAMBO
×
×
  • Create New...