Go to file
He-Man 3ce54194b3 Remove laser designator on assemble + Install Pack
Thx to @mgtdb for the EH addition!
2019-10-23 17:28:24 +02:00
Server_Install_Pack Remove laser designator on assemble + Install Pack 2019-10-23 17:28:24 +02:00
Sources Remove laser designator on assemble + Install Pack 2019-10-23 17:28:24 +02:00
Tools Some more CUP Loot 2019-08-14 20:11:53 +02:00
.gitattributes remove LFS 2016-05-08 09:26:07 -05:00
.gitignore b678 2017-02-24 11:31:33 -06:00
changelog.md Some AdminMenu Tweaks (thx to Vistor for his Feedback) 2019-10-21 19:13:13 +02:00
CREDITS.md Update CREDITS.md 2019-03-01 07:08:25 -06:00
Jenkinsfile Updated Jenkinsfile 2017-05-07 15:48:09 -07:00
LICENSE.md 0.3.8.0423 2016-04-14 11:10:35 -05:00
README.md Starting a small FAQ for Admins 2019-10-22 23:49:53 +02:00

Epoch Survival Gamemode for Arma 3

http://epochmod.com

This github is for the latest server files, public bug reports, and feedback related to the Epoch Survival gamemode for Arma 3.

Lastest Stable Server Files: https://github.com/EpochModTeam/Epoch/releases

License:

Arma Public License Share Alike (APL-SA). http://www.bistudio.com/community/licenses/arma-public-license-share-alike

Credits:

https://github.com/EpochModTeam/Epoch/blob/release/CREDITS.md

Instructions:

FAQ:

Starting a FAQ here. Can get expanded later

  • How to increase / reduce the Loot?
    • There are 3 files, where you can adjust the Loot:
      • @epochhive\epochconfig.hpp
        • lootmultiplier -> (description is in the config)
      • missionfile\epoch_config\CfgBuildingLootPos.hpp -> (description is in the config)
        • EpochLootChance
        • GroundSpawnChance
        • MinGroundContainers
        • MaxGroundContainers
      • @epochhove\addons\epoch_server_settings\configs\CfgMainTable.h -> Change the Loot for each Container / Buildingtype
        • lootMin
        • lootMax
  • I have added an item to the loot, but it will not spawn (rpt log say "have no price")
    • You also have to add new items to CfgPricing.hpp and CfgItemSort.hpp within your mission file
  • I am running a 3rd parties script, but some functions are not working (e.g. Infistar)
    • We have disabled some commands by default for better security.
    • Check CfgDisabledCommands.hpp within your missionfile, if there are needed functions disabled (if so, remove it)
  • Want to add a function to the DynaMenu / E-Pad
    • For the DynaMenu, check missioonfile\epoch_config\Configs\CfgActionMenu\EXAMPLE.hpp
    • For E-Pad, check the "FullExample" in missioonfile\epoch_config\CfgEPad.hpp