Jump to content

SadBoy1981

Member
  • Posts

    824
  • Joined

  • Last visited

Reputation Activity

  1. Like
    SadBoy1981 got a reaction from Linux in [RELEASE] Christmas Tree on Chernarus Map!   
    You can find my post also in  A2: Custom Bases section, but now i want to share it here..
     
    Christmas tree must to be  not like just a custom base :) so here is my tree...
     
    All Trader zones and big cities on Chernarus..
     
     
    In init.sqf after
    if (isServer) then { add
    [] execVM "christmas\init.sqf"; Download files and put in your mission folder.
     
    Christmas
     
    Also mission file with mission.biedi 
     
    https://www.dropbox.com/s/jutbuapozbii90c/stary_sobor_1.rar?dl=0
     

     
     

     
     

     
     

     
     

     
     

  2. Like
    SadBoy1981 reacted to raymix in Hello everyone, my English is very bad, thank EPOCH brings joy.   
    I am having mixed feelings about this, lol.
  3. Like
    SadBoy1981 reacted to ChuTszHin in Hello everyone, my English is very bad, thank EPOCH brings joy.   
    Very much looking forward ARMA3 era.  :)   My friend introduced me in ARMA2, and contact with the times.  :D   I really like it, it was kind of a play on falling in love with the feeling.  :rolleyes:   Perfect NPC, the perfect trading system.  B)   Sorry my English is very bad, the results of which are out of Google Translate.  :wub:   Support the school, I hope you get better and better.  :lol:   Hope for an early release ARMA3 server files. :(  (I'm a pirate user, because can not afford genuine. :ph34r: )    I love EPOCH! :rolleyes:  
    https://www.youtube.com/watch?v=Zlv1rdcpS9M :wub: 
     
    (这就像我想对EPOCH表达的情绪。)
    (EPOCH It's like I want to express emotions.)
  4. Like
    SadBoy1981 got a reaction from Brian Soanes in Dev Suggestion - cctv cameras   
    This is your idea or idea from Exile mod where next update add:
     
    Added a security camera / CCTV system. You can now place security cameras in your territory and look through them by a camera terminal software of a laptop.
  5. Like
    SadBoy1981 got a reaction from raymix in Happy Birthday AWOL!!!!   
    From me too!
     

     
  6. Like
    SadBoy1981 got a reaction from KPABATOK in Happy Birthday AWOL!!!!   
    From me too!
     

     
  7. Like
    SadBoy1981 got a reaction from spartan in Add custom vehicles problem   
    sleep 60; if (isServer) then { private ["_objs"]; 
  8. Like
    SadBoy1981 got a reaction from Chainsaw Squirrel in Zombies and demons   
    Then looks like i dont make it work for my altis epoch server, dont know how to run it from server side etc.
    Maybe you can share some step by step guide how you make it. 
    Not so much info around about how run this mod for epoch server.
  9. Like
    SadBoy1981 got a reaction from Chainsaw Squirrel in Change the location of the Spawn Box (Debug_Box)   
    3 stages of Debug box, made  with m3editor
  10. Like
    SadBoy1981 reacted to Kenobi in [Release] ZHB - Zupa's Hud & Builder. V1.2   
    Not in this place. Color change you must do in ZHud.hpp and not in ZHudBuilder.hpp. Try like that:
    Color change for each text placed over icons in bottom placement, you must find all idc from 3300 to 3307 and add color definition like that:
                class ZZHUD_ICONTEXT1000: ZHUD_STRTEXT
                {
                    idc = 3300;
                    x = 0.2525 * safezoneW + safezoneX;
                    y = 0.915 * safezoneH + safezoneY;
                    w = 0.0515625 * safezoneW;
                    h = 0.055 * safezoneH;
                     class Attributes {
                    align = "center";
                    valign = "bottom";
                        color = "#ff0000";
                  };                
                };
    I changed for example to red only three idc's and it works.

  11. Like
    SadBoy1981 reacted to vbawol in Steam workshop collections   
    Curated steam collections of Epoch + Maps and supported mods
    Epoch + Esseker - http://steamcommunity.com/sharedfiles/filedetails/?id=548552635
    Epoch + Australia - http://steamcommunity.com/sharedfiles/filedetails/?id=459408027
    Epoch + Bornholm - http://steamcommunity.com/sharedfiles/filedetails/?id=429485398
     
  12. Like
    SadBoy1981 reacted to vbawol in Epoch 0.3.2.0 Released   
    Bump for 0.3.2
  13. Like
    SadBoy1981 got a reaction from flow0815 in Spawn a non persistent vehicle on same place   
    yep, they going to be deleted on restart and respawn same place as new.
  14. Like
    SadBoy1981 got a reaction from DirtySanchez in [Modded]R3F Logistics-xtra Epoch compatibility   
    Thanks mate, working greate now!
  15. Like
    SadBoy1981 reacted to DirtySanchez in [Tutorial]Updating your Arma 3 Epoch Server   
    We all have updated many times over the past months.
    We all love updates RIGHT?

    Well sometimes these Epoch updates have quite a bit that are different from the last.

    1. download the full Epoch_Server_Install pack from github or from the main page here at EpochMod.Com (links below)

    Github - https://github.com/EpochModTeam/Epoch
    EpochMod - http://epochmod.com/and goto downloads-server
    As well as http://epochmod.com/and goto downloads-client

    Or use the steam workshop for Client files.

    Both the @epochHive as well as the @epoch folders must be updated on each incremental update.
    So if you currently run Epoch 0.3.0.4, you must update both @folders mentioned above with the newest downloads for Epoch 0.3.1!

    2. Backup the working set that you have on your server.

    I generally will do a copy paste of my entire server folder and rename it adding the old version number. For example my back now will be EpochServerAltis0304. Then I will rename the @folders to @EpochHive0304 and @Epoch0304. This allows for you to make sure you don't screw up your old install before getting the newest updates to work and provides you with a way to do WinMerge's or manual merges without fault all while retaining your old setup and not interfering with your players on your LIVE server

    3. Prepare for your update

    I cant stress this enough: READ, READ and READ some more.
    Make sure you know whats been updated and understand, not only to be able to perform the update with ease but also so that you are educated enough to explain to your players What changed and How it will effect them as players in your community.

    There are several places you can go for this information
    http://epochmod.com/forum/index.php?/forum/43-announcements/

    or directly to todays current 0.3.1 update changelog notes on github
    https://github.com/EpochModTeam/Epoch/pull/339/files

    4. Start your updating process

    Now I take my newly downloaded @folders and move them into the EpochServerAltis0304 folder.
    You will have 2 folders for the EpochHive to work from. Keeping the newest updated files as your base for your update.
    I like to use Notepad++ "move to other view" so that I have a side by side view of the 0.3.0.4(old) and the 0.3.1(new) files.
    Again remember that the 0.3.1 files are going to be the base and the 0.3.0.4 files will provide you with your current settings that will be moved into the newest 0.3.1 files.

    Then your mission file udpates. Prepare the mission file the same way as above, renaming the old epoch.Altis to epoch.Altis0304 and moving the updated epoch.Altis. Again allowing you to have a smooth update by comparing your old files to the new updated files and adding your settings to the newest updated files.

    For those that are newer to the process this will make your update process smooth allowing you zero probability of screwing up your current LIVE build and allowing you to test your update until its perfect before making it LIVE.

    I hope that this will help out you newbies out there get your servers updated properly without too much spilled blood, sweat and tears!

    ENJOY
  16. Like
    SadBoy1981 got a reaction from happydayz in @custom mod   
    Thanks, all works good, like i need it. =)
  17. Like
    SadBoy1981 reacted to Fog Horn in Which Server Host?!   
    I use vert hosting . They r solid , buisness hours for tickets are NZ time though , so you have to get used to that . Arma servers on sale for $20 a month , for a 40 man arma server  . use code ARMA3JULY2015   if ur interested
  18. Like
    SadBoy1981 reacted to vbawol in Epoch 0.3.2.0 Released   
    Epoch Mod 0.3.2.0 Client Files have been released on Steam Workshop and the rest of the download links on epochmod.com will be updated soon.
     
    Server files released on github.com/EpochModTeam
     
    Change logs - Also see what server files have changed here.
     
    Report bugs
     
    Feedback
  19. Like
    SadBoy1981 got a reaction from Sneakydude in Add custom vehicles problem   
    code what i post working when i add sleep 60;
    Vehicles respawn after restart same place
  20. Like
    SadBoy1981 got a reaction from Sneakydude in Add custom vehicles problem   
    Was working before, but now just cant add it. They going to be deleted after player come close
     
    add vehicle:



    FIXED: just add sleep 60; before run script
  21. Like
    SadBoy1981 reacted to Silens in Add custom vehicles problem   
    Code is probably running before epoch_server_setvtoken is compiled. Try adding a delay, or wait until !isnil "EPOCH_server_setVToken" ?
  22. Like
    SadBoy1981 got a reaction from Nic in MPMission File   
    C:\Users\Your_PC\AppData\Local\Arma 3\MPMissionsCache
  23. Like
    SadBoy1981 got a reaction from Liqu1dShadow in MPMission File   
    C:\Users\Your_PC\AppData\Local\Arma 3\MPMissionsCache
  24. Like
    SadBoy1981 got a reaction from kayzee in Add a custom image to the spawn box   
    Lazy people! Altis mission.sqm 
     
     



  25. Like
    SadBoy1981 reacted to sparrow8332 in [Release] Snow Environment System   
    Read before you ask stupid questions .. obvious hes not calming he made this otherwise wouldn't have stated in the op 
×
×
  • Create New...