Jump to content

serjsar

Member
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    serjsar reacted to vbawol in Future of Arma 3: Epoch Mod   
    Creation of Arma 3: Epoch Mod started on December 15th 2013, and while community support has had its ups and downs along with the contest it did encourage us to spend more time working on the project. Epoch was a top 10 finalist in the MANW total conversion category and won the popular community vote and that I am very grateful for.
    Epoch Development Team are all volunteers and have each put in hundreds if not thousands of unpaid hours into helping create and release Epoch Mod for everyone to enjoy. Making game ready Arma assets, game modes etc. is not easy and can be very time-consuming. Special thanks go to all those that have supported us throughout our development! Epoch Mod would not exist without you! 
    Plans for next year include working with the community to further refine the MP survival framework and adding more support for singleplayer editor based missions and scenarios. The 1.0 update will bring a massive release of all remaining asset sources under APL-SA, and will be considered in the hands of the community to fork and develop as they choose. 
    Happy Holidays and New Year! Cheers to the pursuit of the next big thing!
    Source: https://arma3.com/news/report-in-marek-spanel-ceo
  2. Like
    serjsar reacted to vbawol in Ace mod and Epoch   
    We would certainly consider adding support if someone was willing to contribute the changes needed. While I would like to support every mod, the reality is every additional feature added or mod we support can tend to increase the scope of the project.
    Epoch Survival gamemode is Open Source and we do welcome forks and pull requests here: https://github.com/EpochModTeam/Epoch
  3. Like
    serjsar got a reaction from Grahame in Ace mod and Epoch   
    Hi!
    Why not make support for the ACE mod ? this is a great mod with a good medical system, etc
  4. Like
    serjsar reacted to Suppe in [Release] HS Blackmarket 1.6 | 'New' Trader System | Special Trader | Blackmarket   
    /*
        HS Blackmarket
        by Halv & Suppe
    */

    The HS Blackmarket is a 'new' Trader-system for A3 Epoch, it was created in collaboration with Halv, Halv wrote the main part of the script, he is the true genius.

    Features:
    - Trader with Custom Dialog (Menu)
    - Trader with unlimited supply
    - You control how many Trader will spawn
    - Trader will spawn random over the Map
    - Trader will spawn in 5 different "Camps"
    - With persistent Vehicles or not persistent Vehicles
    - Easily edit/add Prices, Items, Vehicles, Weapons
    - Easily Blacklist Items, Vehicles, Weapons
    - Easily control about Vehicleammo
    - Vehicleammo count over restart (10 bullets left for the restart = 10 bullets left after restart)
    - Static and Random Traders
    - Work with stock Epoch AH and infistar
    - Work without emod !
    - Work on every Map
     
    Pictures:



     
    Download:
    https://github.com/GBR-Suppe/a3_epoch_HSBlackmarket
     
     
    Install:
    - Copy the "trader" Folder and the Stringtable.xml in your epoch.Mission

    - Add to your init:
      [] execVM "trader\init.sqf"; [] execVM "trader\resetvehicleammo.sqf";   [] execVM "trader\HALV_takegive_crypto_init.sqf";  - Add to your description.ext  ( on the very top and if you use Halv's spawn script as well, you need only 1x the Halv_defines.hpp)
      #include "trader\Halv_defines.hpp" #include "trader\tradedialog.hpp"   #include "trader\HSPricing.hpp" - (optional) Open epoch.Mission/trader/init.sqf to configurate the HS Blackmarket
     
    - (optional) Open epoch.Mission/trader/settings.sqf and resetvehicleammo.sqf to configurate the Vehicleammo

    - (optional) Open epoch.Mission/trader/HSPricing.hpp to configurate prices, or to add Items, Vehicles, Weapons and so on

    - (optional) Remove 1 Epoch Trader for every Blackmarket Trader you added (remove Epoch Trader: \Arma 3\@epochhive\epochconfig.hpp  ,search for NPCSlotsLimit)
     
    - (optional) To get all messages of the traders (like the vehicleworldlimit check) you need:
     
    Edit your BE Filter:



     
    For infistar Server:



     
     
      for Halv                              for Suppe
     
    Copyright © 2015 Halvhjearne & Suppe

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your    option) any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
×
×
  • Create New...