Jump to content

TheStainlessSteelRat

Member
  • Posts

    385
  • Joined

  • Last visited

  • Days Won

    13

Reputation Activity

  1. Like
    TheStainlessSteelRat reacted to He-Man in A3 Epoch v1.3.2 Update   
    Arma 3 Epoch 1.3.2 has been released!

    Server Files:
    https://github.com/EpochModTeam/Epoch

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/1008/files

    Release Notes:
    https://epochmod.com/forum/topic/46253-a3-epoch-v132-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Added
    Non Lethal Weapons Make opponents unconscious with special weapons Unconscious players can be woken up by a MultiGun with Heal Player attachment after a random timer (60-180 seconds) Paint Garages (with optional map markers) around the map for painting Vehicles Park your Vehicle in / on the Garage and hold Space (DynaMenu) on the Terminal Costs: 500 Krypto (Configurable by Admins) https://plays.tv/video/5d5d721191c8f06d14 Player / Server Statistics (within the E-Pad) Times connected / Playtime (hours) / Max Alivetime (hours) / Distance Walked (Km) Objects Looted / Trades at Trader / Placed Buildings / Crafted Items Karma / Player Revived / Tradermissions Player Kills / AI Kills / Antagonist Kills / Zombie Kills Deaths by Player / Deaths by AI / Suicides K/D PvP / K/D PvE https://plays.tv/video/5d5d716b0b171855fe Hint in Inventory for Heal / Revive / Repair to be used as MultiGun Attachment Item description to Trader items https://cdn.discordapp.com/attachments/474595539107971072/622554669830373399/unknown.png UAV Backpacks - Assemble and then use via DynaMenu (SpaceMenu) Animated Heli Crash (with scattered loot) https://plays.tv/video/5d8a717407926fbfc2 Some Chinese translations (thx to @CHL198011) Fixed
    Players could instant get killed on contact with new placed BaseBuilding Parts Players Glasses (Goggles) were not correctly added on login / revive Some Building Parts where falling down on build (also when snapped correctly) Texture for Solar Generator / Charger was broken Changed
    Weapon attachments are no longer dismounted within containers on restarts Clothings (BackPacks / Vests / Uniforms) in storages will no longer get unpacked on restarts Vehicle / Storage Lock Colorized Vehicle / Storage Lock messages Hint how long your Vehicle will stay locked on lock Vehicles locked inside your own PlotPole-Range have now a longer Locktime Inside your PlotPole-Range: 3 days Outside your PlotPole-Range: 30 minutes https://plays.tv/video/5d5d71d2137413ba08 Increased UAV sounds Changed Taru / Huron / Mohawk Door Sounds (more decent sound) changed unarmed jump animation UAV-Support (AI's) will now spawn a bit more away from your Position Changed / Fixed some Epoch asset models Reduced Rain by default Hunger / Thirst / Alcohol loss no longer depends on time multiplier by default Reworked Looting function (Epoch furnitures + additional ground Loot) Server Owners
    Added an option to force the Gender for Players on Spawn / Respawn with "ForceGender" in cfgEpochClient.hpp Added the FastNights Epoch Event by default to epochconfig.hpp Added Compatibility to Lythium and Livonia Map Added a MultiMap compatibility Make it possible to run also not official supported maps Use the mission.sqm within the epoch._ChangeMe folder Spawn (Debug-Box) is set to [0,0] and spawn positions are random created on restarts Custom Textures (e.g. from Paintshop) can now be saved to the Database set "UseCustomTextures" in epochconfig.hpp to "true" force saving Vehicles after painting by: Client side Scripts: _vehicle call EPOCH_interact; Server side Scripts: _vehicle call EPOCH_server_save_vehicle; To adjust the new BaseLock-Time, use "vehicleLockTimeHome" in epochconfig.hpp Configs for the Painting Garage (available colors / Costs) can be found in CfgPainting.hpp SetUnitLoadout has been replaced by an Epoch function. To simply strip and reload Inventory, use "call EPOCH_ReloadLoadout"; Player Login Mass-Check Another fix to prevent login issues If you still have issues, make sure these positions are very close in your mission.sqm: respawn_east respawn_west all VirtualMan_EPOCH Entities Players playtimes are now shown in the Playerlist in Adminmenu https://cdn.discordapp.com/attachments/474595539107971072/613059969943601208/unknown.png Added a function to jump up for Admins in Adminmenu Admin Teleport on mapclick now use ALT instead of CTRL (prevent creating Linemarkers) Added an option "EnablePhysicsOnBuild" to cfgEpochClient.hpp to disable physics while Building Changed syntax in cfgServicePoints to allow inherits from other Vehicle Classes Some more infos can be found here: https://epochmod.com/forum/topic/34454-repair-rearming-script/?do=findComment&comment=307310 Added a config for the already available FastNight Event to epochconfig.hpp New Weapons + Mags: pvcrifle_01_F NL_pvc_bb_mag -> Knockout nl_Shotgun NL_shot_bb_mag -> Knockout nl_auto_xbow xbow_mag_bolt -> Kill xbow_mag_tranq -> Knockout xbow_mag_exp -> small explosion -> Kill hgun_Pistol_tranq_01 tranq_dart_mag -> Knockout If you run Infistar lower then v260 (not published for now), you have to change this inside your Infistar files! A3AH: 1
    Search for: "_addCaseHDMG = 0;" add a new line behind it with: "_addCaseHDMG = player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" 2
    Search for: "if(_addCaseHDMG == _roundRandomNumberHDMG)then" change it to: "if(_addCaseHDMG == (_roundRandomNumberHDMG+1))then" 3
    Search for: "player addEventHandler ['HandleDamage',''];" change it to: "player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" A3AT: 1 Search for: "player addEventHandler ['HandleDamage',{}];" replace it with: "if (infiSTAR_MOD == 'Epoch') then {player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];}else {player addEventHandler ['HandleDamage',{}];};"  
  2. Like
    TheStainlessSteelRat reacted to He-Man in A3 Epoch v1.3.1 Update   
    Arma 3 Epoch 1.3.1 has been released!

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

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/999/files

    Release Notes:
    https://epochmod.com/forum/topic/45461-a3-epoch-v131-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Changelog:
    Added
    Upgradeable PlotPoles (S/M/L/XL/XXL) with different Range / Limits https://plays.tv/video/5c9925a6770ac037e4 On entering temp Vehicles, Payers will get a hint "Vehicle will despawn after restart" 2nd Variant of a lockable Safe "GunSafe_EPOCH" https://plays.tv/video/5c9926466b9589c5c6 License Plates of Vehicles can now be changed by Dyna-Menu (Space-Menu) https://plays.tv/video/5c99293fdea086f319 Put Krypto to ground (within Inventory) https://plays.tv/video/5c992604c58e543366 Fixed
    Prevent Traders from spawning on containers Advanced Vehicle Repair was not working as expected within custom "SafeZones" Reset Toxic after revive Delay for accurate position on swap building while basebuilding Changed
    Server Owners
    Configs for upgradeable PlotPoles are located in ("CfgEpochclient" >> "CfgJammers") Fixed BE-Kicks in DLC Shop Another login stuck fix (Loadabs-Check) Added possibility the usage of "Krypto" as needed material for building upgrades Example CfgBaseBuilding: upgradeBuilding[] = {{"PlotPole_L_EPOCH",{{"Krypto",1500}}}}; Fixed Ban for "commandMenu - RscMenuEngage" New var "AutoLockStorages" in epochconfig.hpp to auto-lock storages on server start Added optional safe variant with less Load than the normal Safe "ItemSafe_s"
  3. Like
    TheStainlessSteelRat reacted to Helion4 in A3 Epoch v1.3 Update   
  4. Like
    TheStainlessSteelRat reacted to Helion4 in A3 Epoch v1.3 Update   
    Thursday 31 Jan will be the date of the update.

    This update has seen us focus on adding some ported Vehicles, Weapons & Backpacks.
    Those of you that played Arma 2 & DayZ Epoch will recognize some of the included content.
    As well as adding more content, we have improved many things, and also fixed some others, some highlights of the update also include:-
    The E-pad Tablet, can be used for server hosts to add custom scripts, server info and even supports html - some apps are included by default (see github changelog) Suicide option with animation Rusty textures for some vanilla A3 Vehicles Admin Menu - you can now 'Search All' configs when spawning objects Loot Rebalance - improvements to the logic of the loot spawner. Jail wall & lockable jail door models are now included in the base building object selection As always, please visit the Epoch discord or post here on the forum if you have suggestions, ideas and requests for further updates.
    To view a more detailed Changelog visit - Changelog - GitHub
    Enjoy Epoch 1.3

     
  5. Like
    TheStainlessSteelRat reacted to Helion4 in A3 Epoch v1.3 Update   
  6. Like
    TheStainlessSteelRat reacted to He-Man in Epoch 1.2 Release Changelog   
    After some weeks without sun and without healthy food, we come to the next state... EPOCH-Mod 1.2!
    We have spent a lot of time to fix / add and change a lot for you in this release.
    Hopefully we have not added more bugs than new features, so you get to experience our work without issues.
    For the full changelog, visit: https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client-Files:
    - Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/421839251
    - several hosters (check the downloads section on https://epochmod.com/)

    Server-Files:
    - Github: https://github.com/EpochModTeam/Epoch/archive/release.zip
     
    Added
    Radiation Suits to Loot, Pricing and Itemsort @He-Man Reworked Trader Menu @He-Man Secondary Weapon can now be sold directly from hand Attachments from sold weapons from hand will be put back into your Inventory Weapons in hand are now marked in menu as "in Hand" Solar Charger for EnergyPacks - Put an EnergyPack into the Charger and wait... @Helion4, @He-Man 4 Hoverboard Vehicles: @Helion4 "hoverboard_epoch_1" "hoverboard_epoch_bttf" "hoverboard_epoch_a3" "hoverboard_epoch_cargo" Mountainbike "MBK_01_EPOCH" @Helion4 Helicopter UH1H "uh1h_Epoch" @Helion4 BaseCam + BaseCam Terminal @Helion4, @He-Man Build Cams at your Base and watch them through the Terminal Wooden Stairs with lockable Bars on the top (upgradeable from Wooden Stairs) @Helion4 Wood and Metal Garage Doors as upgradeable Baseparts @Helion4, @He-Man 1/3 Plywood wall directly craftable @Helion4, @He-Man You can now wash yourself with a soap in your inventory at water sources (reduce Soiled) @Helion4, @He-Man 2 new masks (Thor Helmet "thor_mask_epoch" and Iron Man Mask "iron_mask_epoch") @Helion4 Fixed
    Mine Rocks / Chop Wood was only possible with Swords after 1.1.0 update. @He-Man Alive Toxic Sapper was not toxic @He-Man Binocular with "B" was not working, if you are using R3F or AdvSlingLoad @He-Man Models for Radiation Suits @Helion4 Hopefully less login issues on BaseSpawn @He-Man Kick by using Jet ejector seats @He-Man Wrong calculated Bullets in Traders @He-Man Locked Vehicles were unlocked after upgrade @He-Man Everybody was able to open Hatch on Windows / Doors on foreign Bases @He-Man Ban for "RscMenuTeam" commandmenu @He-Man Adjusted some SnapPoints for Basebuilding to be more accurate @He-Man Advanced Vehicle Repair was broken after last Arma Update (Tank DLC) @He-Man Added missing ItemWaterPurificationTablets to pricing @G-Dog MultiGun was not working on very large Vehicles (VTOL) @He-Man GoldenSeal will no longer disappear when fully grown in a Garden @He-Man Items in Subcontainers (Items in BackPacks in Containers) were not saved @He-Man Drunk effects were not working correctly @He-Man Model / Graphics fix for Cinder Floors @Helion4 Snapped Walls on Stairs sometimes were not fixed correctly @Helion4 Quadbike handling was a bit too slippery @Helion4 Changed
    Reworked Vehicle Load / Save commands for more precise Vehicle Spawn @He-Man Made Temp-Vehicles tradable (will not be stored in Trader after selling them) @He-Man Wood / Cinder Walls can now snap to each other @He-Man Energy from windsources / solarsources is now calculated by wind / overcast @He-Man Ammo of crafted Mags are calculated by the left ammo of used Mags (example: EnergyPacks) @He-Man Consumed EnergyPacks give only energy calculated by left ammo in the Pack @He-Man Vehicle pricing adjustments "import tariffs" @vbawol Some now Icons for Dynamenu @Forelle Vierkant
  7. Like
    TheStainlessSteelRat reacted to vbawol in Epoch 1.1 Release Changelog   
    Arma 3 Epoch 1.1 has been released!
    Server Files:
    https://github.com/EpochModTeam/Epoch/archive/1.1.0.1195.zip
    File Changes:
    https://github.com/EpochModTeam/Epoch/pull/969/files
    Client Files
    https://github.com/EpochModTeam/EpochCore/releases/download/1.1.0.1194/Epoch_Client_1.1.0.0.zip
    Changelog:
    Added
    Plant Spawner: vehicle object for sunflower. @Helion4 MoneyDrop Event: Random Money lump with Mapmarker (like Plants) @he-man Examples for Vehicle upgrades for Server Admins into CfgVehicleUpgrades.hpp @he-man Make Lighter refillable at Fuel-Sources (Gasstations / Vehicles) @he-man Make Trader more configurable in epochconfig.hpp @he-man Added Examples for Batchfiles to control Server Restarts @DirtySanchez default pops for "center" marker @awol More map supports @awol Lighter is needed to imflame fires @DirtySanchez FireExtinguisher is needed to "put our fire" on Burn Barrel @DirtySanchez Rope is needed for SlingLoad (get back on release) @DirtySanchez R3F compatibility for SlingLoad @DirtySanchez Hints while using Vehicle Repair (MultiGun) @he-man Config to completely disable Simulation for BaseParts (if not needed) @he-man Made Radiation configureable by cfgepochclient.hpp @raymix Hints for lock / unlock Vehicles / Storages @he-man Nuisance multiplicator in cfgepochclient.hpp @he-man Reduce rads over time at cost of immunity @raymix Wearable Male & Female wearable full radiation suit @Helion4 December seasonal items (Santa hat / Snowman) @Helion4 Autorun function (suggested by Ghostrider) @he-man Default Key is "W" You can change the key in EPOCH ESC Menu If choosen key is same as "moveforward" (default), you have to 2x tap it, else you only have to 1x tap it If your legs are broken, you get a hint "can not autorun - legs are broken" If the terrain is too steep, you only walk in AutoRun Inside Water, you can not Autorun Helper 3D-Icon + Line on the part, where element is snapped on (while Base-Building) @he-man Config in cfgepochclient.hpp to block ATM's in Plotpole range @he-man Power Sword @helion Fixed
    False BE kicks since Arma 3 1.80 update. Nightlight now also follow players inside Vehicles @he-man Fixed fault disabled DynamicDebris @morgoth0 SERVER_VARS (BaseSpawn) was not saved on revive @morgoth0 Without Advanced Vehicle Repair, Vehicle upgrade was not available @he-man Base Storages could be deleted if near Loot containers were auto-deleted @he-man Some Tarp Loot was spawned under the Floor @he-man Reworked wall check by getting out of Vehicles @he-man Garden Plot had no physical ground @Helion4 Some Vehicles were missing in EPOCH Admin Spawn Menu @he-man Changed
    RCon Port is now set to 2307 by default since changes in A3 1.78 prevent use of 2306. @awol SnapPoints for Building objects (especially full / half / quarter Floors) @he-man Some performance tweaks Inventory will be opened automatically, if "you found something" @awol EPOCH Events reworked (Markers will change if players near / event looted) @DirtySanchez Traders will no longer refill sold magazines @he-man Magazines will automatic be repacked in Trader First the trader offers full magazines If no full magazine is available, the Trader offer the last not full magazine Not full magazines are colored: Yellow (nearly full) -> Red (nearly empty) You also get a Tooltip, how much bullets left in magazine The prices are calculated by the left bullets in the magazine Increased snap-distance for Foundations (much easier to find snap positions) @he-man Reworked and added EPOCH Vehicle Classes @he-man Each upgrade increase Speed, Torque, Fuel, Terrainbehaviour, Load and Armor Hatchback >= lvl2 will no longer stuck in forests Added M900 forced without Backseats -> "C_Heli_Light_01_civil_2seat_EPOCH" Added M900 forced with Backseats -> "C_Heli_Light_01_civil_4seat_EPOCH" The Random M900 will also stay available -> "C_Heli_Light_01_civil_EPOCH" Added very low EPOCH variants of VTOL and Xi'an (eventually we have to change them with the next update a bit) Added Door-Animations to some Vehicles by GetIn / GetOut
  8. Like
    TheStainlessSteelRat reacted to vbawol in Epoch 1.0 Release Changelog   
    I am proud to present to you Arma 3 Epoch Mod version 1.0. This update represents the cumulative volunteer effort over 4 years by me and more than a dozen people and this latest update would not possible without help from these great developers: @He-Man, @DirtySanchez, @Raymix, @orangesherbet , @pumba and @Helion4. An extra thanks go to our donors and GSP sponsors for your ongoing support.
    Full Changelogs:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Release Notes:
    Added
    Favorites bar - Players can pin (almost) any item to the bar by dragging items from inventory to equip/un-equip (Weapons, attachments, headgear, etc.) or consume (eat, drink, build etc) using keyboard mapping without having gear open. Use ESC menu to change the mappings. Server admins, see client_init.sqf for config. Advanced Vehicle Repair System - Repairing your vehicle just got more realistic. Patch a leaky fuel tank with Duct Tape. If you blow a tire you now need to find a Spare. Engine too damaged? you'll need to grab an engine block to repair it.  Repair Items: Duct Tape - Used to repair fuel tanks. Fuel Tank - Replacement fuel tank. Spare Tire -  Repairs a blown out tire. Engine Parts - Repair parts for Engines. Engine Block - Replacement engine block. Glass - Fixes broken window glass. Rotors - Repairs helicopter rotors. Vehicles Armed Mosquito: helicopter variant that comes with 3 Grenades. Vehicle Upgrade System - Upgrade your ride by using one of the new vehicle upgrade documents found in the world. Vehicle Ammo Reloading from Inventory and Vehicle Ammo. Vector Base Building - Build in any direction or angle you want. (uses Arrow keys by default and with SHIFT / ALT you can control the steps). Base Building: Quarter and Half wood floors. Concrete floor. Cinder wall with a window. Cinder wall with a metal door and window shutter. Barbed Wire. Concrete and Metal Towers. A-frame and Domed Tents. Burn Barrel Wooden Light Pole Small (forest and desert) Camo Nets Large (forest and desert) Camo Nets Camp Fire Field Toilet Scaffolding Sink (water source), Single and Double Portable Lights Lifeguard Tower Sun Shade Fuel Pump Small Sandbag Bunker Short Sandbag Wall Long Sandbag Wall Bar Gate Water Pump Crafting Canvas Smelting Tools Female outfits 84 new outfits based on 20 top designs and 4 new pairs of jeans. Halloween masks Witch Skull Ghostface Plague Hockey Medical items: Adrenaline Shot Caffeine Pills Orlistat Pills Vitamins Antibiotic Atropine (Radiation Toxicity) Nanite Pills, Cream, and Shot (Radiation Toxicity) Iodide Pills (Radiation Toxicity) Food items: 100 Krypto Candy Bar RedKing Burger BluKing Burger Gyro Wrap Ice Cream Cereal Powdered Milk Box o Rice Farming System: Craftable farm garden plot, Just place seeds and watch it grow. Seeds for growing: Goldenseal, Hemp, Poppy, Pumpkin, Sunflower. Karma System: Will affect your ability to perform certain missions and purchase some items in the future. Karma changes for deaths, suicides, PvP, trader kills, revives, trading sales and purchases. Radiation System Out of bounds radiation Digital Geiger counter Satellite crash event Dynamic Debris Vehicle wrecks that can be broken down to scrap metal using the sledgehammer. Trash and other debris on the roadways that can be "Examined" for loot.  Epoch Events 3.0: Support for external pbo based events. see epoch_server_vip_event or epoch_server_debris_event for examples. VIP Event: Reveals the map location of a random player that possesses a specific item (default: ItemBriefcaseGold100oz) every X (default: 15) minutes. Epoch Dev Libs: See https://github.com/EpochModTeam/Epoch/tree/experimental/Tools/DevFrameWork for more info. Dynamic Simulation is now fully enabled. See "CfgDynamicSimulation" for configs. Misc Items: Seed-based dynamic "underground" bunker concept using VR map.    Barrel Bomb: large craft-able explosive that can be placed and detonated. Brown Briefcase: that contains 100oz Silver. Bio Hazard bag "Zombie Parts Bag". Custom map markers and icons. Option to drink with your hands from water sources found in the world with an added chance for toxicity. Md5 hash function, See usage example with EPOCH_fnc_server_hiveMD5 SQF function. Map support for Malden 2035. Map support for Chernarus Redux. Changed
    Crafting recipes can now have item requirements and Crafting metal bars now require Smelting Tools. Karma now persists death and was moved to community stats. Optimized player saving and loading. CBA extended event handler and zeus curator support for Epoch Vehicles. Base PlotPole ESP added to Epoch Admin Panel. Helper arrow to indicate the door-opening direction for Base Building.  Made ServicePoint more configurable. Base Building: Elements can be detached to walk around the Element before saving. Replaced 0/90/180/270° direction build mode with "Rotate 90°". Max building height now will be checked directly at building element placement. Separated Hunger and Thirst loss values. Hunger and Thirst loss rates are now affected by server time Multiplier. Gas Station Auto-Refuel is now disabled on all maps by default. Note that this update requires extension (epochserver.dll/so) updates server side. Fixed
    Player stats variables are now obfuscated, and hitpoints tracked via the server. Bad conversion: bool RPT spam caused by incorrect usage of configClasses. Snapping issues with base building. Sounds not working due to changes to 3dSay command in recent A3 updates. Spawning at base above Water was not working correctly. One step is higher on stairs, can't run up while crouched. L85 Elcan optic issues. Zombie falsely triggers Mission success. Base Building 90° and 270° Snap was broken. Sometimes snapped Base Building elements rotated back on save. BE kicks since 1.76.  
     
     
  9. Like
    TheStainlessSteelRat reacted to vbawol in Epoch 0.5 Release Changelog   
    Arma 3 Epoch 0.5 has been released!

    Client Files:
    https://github.com/EpochModTeam/EpochCore/releases/download/0.5.0.0/Epoch_Client_0.5.0.0.zip

    Server Files:
    https://github.com/EpochModTeam/Epoch/archive/0.5.0.0740.zip
    File Changes:
    https://github.com/EpochModTeam/Epoch/pull/719/files

    Changelog:
    [New] Epoch is leaving alpha and entering beta! All Epoch Asset project sources are now available via our GitHub +LFS and under APL-SA license here: https://github.com/EpochModTeam/EpochCore
    [Added] Added Service Point to Rearm, Repair and Refuel. Thanks to @Ignatz-HeMan
    [Added] 7 new Keesha camo skins by Craig Hauer aka ComatoseBadger.
    [Added] 64-bit database extension support for Windows (EpochServer_x64.dll) and Linux (epochserver_x64.so) servers. Linux support is pending testing.
    [Added] Custom event handler and OnEachFrame hooks added. https://github.com/EpochModTeam/Epoch/tree/experimental/Sources/epoch_code/customs Thanks to @Ignatz-HeMan
    [Added] Crafting recipe: Mortar (Uses: 12x Rock, 2x dirty water) (Requires: Fire and workbench within 3m). Thanks to @baaljayjay for the suggestion.
    [Added] Customizability of units spawned by UAV alert via CfgEpochClient > uavAlertUnitSpawnTemplate. (Default: I_Soldier_EPOCH)
    [Added] Toxic Smoke Grenades can now be found in the world.
    [Added] Respawn in base feature, each player must interact with Jammer and choose "Make Spawnpoint" to enable.
    [Added] Selling to traders with bank debt greater than -50000(default), pays the bank debt back to below the limit instead of the player. Thanks to @Ignatz-HeMan
    [Changed] Epoch Message function now supports custom colors. Thanks to @SPKcoding
    [Changed] Epoch Event: ChangeWeather has been updated to allow for better random control of weather and defaults to bad weather.
    [Changed] Optimized database SET and SETEX calls in both SQF and C++.
    [Changed] Optimized database GETRANGE call.
    [Changed] Optimized NPC Trading and fixed issue if trade failed. Thanks to @Ignatz-HeMan
    [Changed] Great White Sharks will now spawn if the player is deep enough in the ocean.
    [Changed] Objects or Players that have been given "Crypto" variable can be accessed via the dynamic menu (Space Bar) for a "Take Crypto" action.
    [Changed] Air Drops are now triggered via Epoch Events server side every 45m at random, instead of randomly triggered client side.
    [Changed] To prevent issues with ownership only Group Leader can place a Jammer. jammerGLOnly = 0 in CfgEpochClient to disable. Thanks to @Ignatz-HeMan and @82ndab-Bravo17
    [Fixed] Crash bug when opening base building upgrade menu since Arma 3 1.68.
    [Fixed] Wrong variable name in EPOCH_clientRevive.sqf. Thanks to @Ignatz-HeMan
    [Fixed] Sometimes getting stuck only walking. Thanks to @Ignatz-HeMan
    [Fixed] Repack of Energy Pack is now possible.
    [Removed] EpochServer extension calls 100 and 101 as they are no longer needed.
    [Info] Re-add missing comments in some config files.
    [Info] Numerous other fixes and optimizations.
    [Info] Requires Arma 3 1.68 or higher.
     
     
  10. Like
    TheStainlessSteelRat reacted to Grahame in Tanoa Trains!   
    Duda123 on the BIS Forums (they guy who brought us lots of nice rope mods) is at it again. Not released yet, but looks close:
    https://forums.bistudio.com/topic/201762-tanoa-trains/
    Will work on all maps if you use Tanoa trains and tracks! Personally I cannot wait!!!
  11. Like
    TheStainlessSteelRat got a reaction from rvg?! in EpochZ: Down Under [EpochZ + ACE3]   
    Jumped on as Australia map is one of my all time favourite maps.
    Thanks to Grahame for putting this together as the server is very playable and has much to offer the pve player even though server is set up as pvp.
    I know there is some pieces still wip which can only add to this fantastic server.
  12. Like
    TheStainlessSteelRat got a reaction from arc7r7 in EpochZ: Down Under [EpochZ + ACE3]   
    Jumped on as Australia map is one of my all time favourite maps.
    Thanks to Grahame for putting this together as the server is very playable and has much to offer the pve player even though server is set up as pvp.
    I know there is some pieces still wip which can only add to this fantastic server.
  13. Like
    TheStainlessSteelRat got a reaction from Grahame in EpochZ: Down Under [EpochZ + ACE3]   
    Jumped on as Australia map is one of my all time favourite maps.
    Thanks to Grahame for putting this together as the server is very playable and has much to offer the pve player even though server is set up as pvp.
    I know there is some pieces still wip which can only add to this fantastic server.
  14. Like
    TheStainlessSteelRat reacted to Richie in Chernarus Winter   
    Just use the Chernarus mission files but substitute chernarus for the chernarus winter name in all mentions, it's the same map after all.
  15. Like
    TheStainlessSteelRat reacted to Richie in Chernarus Winter   
    and are you calling the file ?
    #include "configs\maps\ chernarus_winter.h "
     
    epoch_server_settings/config.cpp     There's more than 2 changes required, you'll have to go through all the server side files
  16. Like
    TheStainlessSteelRat reacted to vbawol in [POLL] Epoch & CBA   
    @Toby77 with steam workshop server and mod dependencies, it should not be much of an issue to use. Using the built in Arma 3 launcher will automatically download the needed mods.

    Also, keep in mind this is a 2 year old thread and I have already added basic support for using CBA alongside Epoch.
  17. Like
    TheStainlessSteelRat got a reaction from XTamiiX in [POLL] Epoch & CBA   
    that upload is nearly 2 yrs old, probably long gone.
  18. Like
    TheStainlessSteelRat 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
  19. Like
    TheStainlessSteelRat reacted to vbawol in Dead by Armalight   
    Came across a cool looking  gamemode that also uses Epoch mod and figured I would share it here.
    Read more and downloads: https://forums.bistudio.com/topic/197400-mp-dead-by-armalight/

     
  20. Like
    TheStainlessSteelRat reacted to vbawol in Epoch 0.4 Release Changelog   
    [New] Dynamic and extensible inventory sub menu system for item interaction and crafting options. (Double click item in your inventory)
    [Added] Vehicle immunity when a vehicle is left locked inside a player owned base (within jammer range) at server startup. Thanks to @morgoth0 for the feedback!
    [Added] Stamina loss when a player jumps.
    [Added] Option to pour out gas to get an empty Jerry can and a "Drink" option to poison yourself.
    [Added] Option to pour out honey and get an empty jar instead of eating it.
    [Changed] Inventory Armor stats feature now dynamic and no longer forced via config.
    [Changed] Group menu and group requests options are now found options on the self-action menu. (SPACE BAR)
    [Changed] Wardrobe mirror now works in single player.
    [Changed] Jetski and Electric Motorcycle motorcycle in-vehicle HUD now functions in singleplayer or editor.
    [Changed] Updated Tanoa trade city layout and added ATM's. Thanks to @morgoth0 (aka Grahame on EpochMod.com Forum)
    [Changed] Players now start with only 30% Hunger and Thirst instead of 100%.
    [Fixed] Increased mass of "Hotwire Kit" (ItemHotwire) magazine item from 2 to 50 to address balance issues. Thanks to PR from @Ignatz-HeMan
    [Fixed] Disposal of Snakes and other animals when inside a protection zone.
    [Fixed] Shark bite attack and effect can now target all players.
    [Fixed] Female ghillie suit transparency issue since Arma update 1.62.
    [Fixed] Fireplace position incorrectly shifted down after lighting the fireplace. Thanks for the report by @Ignatz-HeMan #592
    [Fixed] Increased anti-teleport range that should hopefully allow for proper HALO spawning.
    [Fixed] Typos in Battleye script.txt that caused the filter not to function properly.
    [Fixed] Trailing commas in mission addons array. Thanks to a RP from @SPKcoding (aka $p4rky on EpochMod.com Forum)
    [Fixed] No longer possible to unlock Doors / Gates while using a UAV. Thanks to PR from @Ignatz-HeMan
    Server Side Only:
    [New] EpochServer.dll/so is now statically linked to pcre3 and hredis. On Windows this means that the pcre3.dll file in the arma 3 root can now be removed. On Linux we no longer depend on libhredis and libpcre to be installed.
    [Added] Example mission file epoch_RyanZed.Tanoa that includes "RyanZombies" in the required addons array.
    [Fixed] Database logging now trims log entries via the LogLimit setting  provided in EpochServer.ini. The default is 1000 log records per list.
    Known Issues:
    Jetski and Electric Motorcycle motorcycle in-vehicle HUD will not initialize if player is spawned inside vehicle, as display getin EH did not fire.
     
  21. Like
    TheStainlessSteelRat reacted to RC_Robio in Welcome $p4rky as a new moderator!   
    Everyone Welcome $p4rky as our newest moderator!
    https://epochmod.com/forum/profile/12505-sp4rky/

    Epoch Discord is open.
    https://discord.gg/0k4ynDDCsnMzkxk7
    Always a work in progress. Channels will be added as needed. 
    Check pinned messages in the channel for latest updates!
    Rules that apply here also apply there. DO NOT PM the dev's if they happen to be there! You may PM me or one of the other moderators.
    Download the app at: https://discordapp.com/apps
  22. Like
    TheStainlessSteelRat reacted to vbawol in Buildingparts by Community   
    Anything that we released APL-SA can be modified and redistributed provided credits are given (ideally in the same place your own credits are listed) and you should release our modified game mode code and config changes under the same license.
    Epoch game mode: https://github.com/EpochModTeam/Epoch
    Epoch server backend: https://github.com/EpochModTeam/EpochServer
    Epoch asset and configs: https://github.com/EpochModTeam/EpochCore 
    The models and some other assets that are not APL-SA yet can still be used by simply using @Epoch mod as a dependency in steam workshop along side your own mod/s. As of Epoch 0.4+ I am making changes that will simplify our configs and remove most Epoch game mode related config overrides so that @Epoch mod can become more of a pure modders resource for assets, this way we can have multiple game modes SP or MP that all share the same assets. 
     
    Pending permission from the authors of the models and other assets the plan is to release more and more assets as APL-SA licensed via the github links above with each major update at the same time laying the groundwork for more community contributions. 
  23. Like
    TheStainlessSteelRat reacted to vbawol in 2017 mod Cancelled   
    Sad news indeed, having put thousands of hours of work into A2 and A3 Epoch I can confirm that it does take a lot of time.  
    It has always been a struggle to find the time to make Epoch let alone keep up with Arma 3's constant development cycles so I know where they are coming from.
  24. Like
    TheStainlessSteelRat got a reaction from Richie in 2017 mod Cancelled   
    So sad.
  25. Like
    TheStainlessSteelRat got a reaction from Brian Soanes in 2017 mod Cancelled   
    So sad.
×
×
  • Create New...