Commit Graph

642 Commits

Author SHA1 Message Date
He-Man
0374211bca comment for magazinesAllTurrets 2018-03-14 23:23:14 +01:00
DESKTOP-UH65DCE\MusTanG
501a189861 heliCrash event configs
Heli Crash MarkerSet, Loot Tables and config settings
container_heliCrash_epoch from EpochCore added to loot tables
2018-03-11 21:11:48 -05:00
He-Man
2fe4b0ff96 Usefull Dyna Cores 2018-03-11 08:30:02 +01:00
He-Man
1e8a428d3c Power Sword Price + Sort + Loot 2018-03-10 00:17:34 +01:00
He-Man
923a41abff Config to block ATMs in Plot Range 2018-03-09 22:37:51 +01:00
He-Man
419359e84b Pricings / Itemsorts 2018-03-08 17:10:21 +01:00
He-Man
950c01d0c9 Missing Configs + Smal Admin Menu fixes 2018-03-05 20:11:44 +01:00
He-Man
7822902e0f Comma 2018-02-24 12:37:37 +01:00
He-Man
47cce77649 Random Money lump with Mapmarker (like Plants)
Take the Money with Space Menu
2018-02-13 22:33:14 +01:00
He-Man
03985c460d Snapping in Basebuilding
- Increased the snapping distance for Foundations, so it is much easier
to snap them correctly
- Added a SnapPoint between Floors for 2x Wall height
2018-01-30 17:58:56 +01:00
He-Man
1efca0123e Preview for Smelting Tools 2018-01-18 22:56:38 +01:00
He-Man
096f03e7b9 AutoRun
- 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
2018-01-18 21:40:18 +01:00
He-Man
2ccb006697 Handle not full mags in Trader 2018-01-13 15:12:54 +01:00
He-Man
795cafe1ba Reworked SnapPoints (especially half / quarter)
Works very well on our Server for some weeks now...
2018-01-12 21:43:52 +01:00
He-Man
292d1d8243 Examples for Vehicleupgrade 2018-01-12 21:25:28 +01:00
He-Man
b2a2e25a2c Make Lighter Refillable 2018-01-10 21:16:29 +01:00
He-Man
3eac0b0035 Skip ForceUpdate, if ForcedUpdateNow + fishingtime 2018-01-09 23:27:38 +01:00
He-Man
a12562bc64 Removed Construct Trader mission in default default 2017-12-12 18:13:16 +01:00
DESKTOP-UH65DCE\MusTanG
bdfee35a18 CfgActions overriding - fire on/off req - a3 hooking ++
[FIXED] BurnBarrel and FirePlace02 UserActions requiring lighter_epoch
did not need lighter when performed.
[NEW] CfgActions event handler for "Action" ("PrevAction" and
"NextAction" - not implemented yet)
-Allows ability to override any of the CfgActions/UserActions in Arma 3
and other mods.
[ADDED] usedItemRepack function to remove 1 use from the lighter.
[ADDED] Require fire extinguisher to "Put Out Fire" on the Burn Barrel
[CHANGED] ItemFireExtinguisher now has count = 5 for 5 uses to put out a
small fire
[ADDED] ItemFireExtinguisher to CfgItemSort and CfgPricing
[ADDED] Arma Sling Loading requires ItemRope to sling and returns rope
upon release..
[ADDED] Checks for R3F can_lift and Advanced Slingload InitVar.
[ADDED] If above mod/script is present disable Arma SlingLoad
Hook/Unhook action and key press.
[CHANGED] While working with keyDown EH, debug logs show the DIKCodes
are being pushed as whole numbers and not the 0x01 as the escape keyDown
handler was setup to use and why my tests were failing using the 0x30
for the letter B(Hook/Unhook).
[UPGRADED] Changed over the 0x01 and 0x30 to the actionKeys name in
order to properly handle those with client using custom keys.
[TEASED] Have a commented line in the Light Fire case showing future
plans for a fire system(BURN BABY BURN!).

[NEW] EPOCH_usedItemRepack

Description:
Allows adjusting of "ammo" counts in a magazine.
Can be used locally and on the server for a remote unit.
```
[_player,_magazine,_change] call EPOCH_usedItemRepack;
2017-12-05 18:20:08 -06:00
He-Man
8ab05047e9 Simulation tweaks
- Added an option to completely disable Simulation for specific Base
Parts.
- Added Base Parts without animations to this array.
- Removed Base Objects Init (mpAddEventhandler "mpKilled") from
indestructible Base Objects, as it is not needed.
- Moved Dynamicsimulation server side (not needed client side)
- Resorted epochonfig.hpp
All changes are running on our Server without any problems and with a
good performance boost, as the dynamicsimulationhandler has not to
handle a few thousand objects anymore
2017-11-30 22:59:29 +01:00
He-Man
165ea3ccd5 Adv. Veh. Repair effected Veh. Upgrade 2017-11-27 21:55:56 +01:00
He-Man
8c955fe434 Usage of Epoch_message_stack 2017-11-20 00:00:17 +01:00
He-Man
a6f43e934b Make Nuisance by shooting configureable
Also reduced it, because it is very high on default
2017-11-15 21:53:14 +01:00
He-Man
bd3e331f5b Tarp Loot Positions 2017-11-13 15:40:10 +01:00
Raymix
de1e15374b Reduces rads over time at a cost of immunity. 2017-11-12 15:10:40 +00:00
vbawol
3eaf9927e6 bump to 3
DB - Today at 8:00 AM
For some reason, that effects moving vehicles (mostly helis) with crew,
so if you have vehicle set to 1600, with the default multiplier of 2, if
it isn't within 3200m of another player it can sometimes freeze
2017-11-08 09:19:54 -06:00
vbawol
82041a33b2 add missing isMovingCoefValue CfgDynamicSimulation var 2017-11-06 19:46:03 -06:00
vbawol
6f42a5f47f bump experimental version to 1.1 2017-11-05 12:50:33 -06:00
DESKTOP-UH65DCE\MusTanG
cdf9779b04 adjust order of marker sets 2017-11-04 20:38:27 -05:00
He-Man
f26fa71454 Added FuelTank to Loot / Crafting / Pricing
Thanks @DB for reporting!
2017-11-01 17:08:45 +01:00
He-Man
1171d66590 Added missing Prices / Itemsorts + Objectinteracts 2017-10-29 15:32:48 +01:00
Grahame
e955e073f1
Update CfgEpochClient.hpp
Added new variable radiationEffectsThreshold, default 10%
2017-10-28 15:02:55 -04:00
He-Man
dfbbe9c273 Added missing Price / Itemsort 2017-10-28 14:58:22 +02:00
He-Man
6d748531d4 Hint for Building to move / remove / upgrade 2017-10-27 17:29:32 +02:00
vbawol
2f59263638 fix inherits for metal and cinder floor 2017-10-27 09:17:34 -05:00
He-Man
592290f69e Added missing prices / Itemsorts 2017-10-27 15:55:43 +02:00
vbawol
2acaff9650 add pistol flash light attachment 2017-10-26 14:57:21 -05:00
vbawol
47b733d1e3 loot table additions 2017-10-26 14:00:35 -05:00
vbawol
eae477ef22 loot pos fixes and additions 2017-10-26 12:26:30 -05:00
DESKTOP-UH65DCE\MusTanG
f41c4c19cf change lost snap point names
these are for clarity. They were lost during yesterdays hiccups with my
repo
2017-10-26 10:55:35 -05:00
DirtySanchez
8c33d3e7ea 8 percent not 80... 2017-10-26 08:34:42 -05:00
DESKTOP-UH65DCE\MusTanG
e3373e9a97 remove extra ,0 in array EQ1 2017-10-25 17:06:01 -05:00
DESKTOP-UH65DCE\MusTanG
9a69b5d618 Update EQ1,EQ2 snapping points 2017-10-25 16:58:39 -05:00
Raymix
2b0119f574 Consume uses message_stack, trader chat colored in orange now 2017-10-25 22:27:17 +01:00
DESKTOP-UH65DCE\MusTanG
529078dbc2 fix missing data from merge 2017-10-25 16:14:58 -05:00
vbawol
ca60602095 remove comment 2017-10-25 15:42:25 -05:00
vbawol
14026115e6 Merge remote-tracking branch 'origin/experimental' into experimental
# Conflicts:
#	Sources/epoch_config/Configs/CfgBaseBuilding.hpp
2017-10-25 15:41:19 -05:00
vbawol
8f9227e5be config merge cleanup 2017-10-25 15:33:39 -05:00
DESKTOP-UH65DCE\MusTanG
93bdf4500a remove github lines 2017-10-25 15:28:25 -05:00
Raymix
78352726bd New message system - multi line support, fix for feedback #945. 2017-10-25 21:04:18 +01:00