Commit Graph

613 Commits

Author SHA1 Message Date
He-Man
561012b09c Config to make Temp Vehicles tradeable 2018-04-06 17:57:42 +02:00
He-Man
84d7167a14 Recalculating of _currentStock 2018-03-30 15:58:17 +02:00
He-Man
2abcf105b5 Removed Trader Limits - handled with new vars
Have to be tested!!!!
2018-03-30 05:09:27 +02:00
He-Man
92035636be HeliRopeAction fix 2018-03-18 01:53:24 +01:00
He-Man
25d2f2b24f Config to enable / disable needed items for actions
Also increased needed "bullets" to inflame
2018-03-16 22:11:52 +01:00
He-Man
72fde8640a Minerocks fixed 2018-03-16 14:14:49 +01:00
He-Man
923a41abff Config to block ATMs in Plot Range 2018-03-09 22:37:51 +01:00
He-Man
9ff76f4989 Last Script and BE for Power Sword 2018-03-06 20:18:36 +01:00
He-Man
1460773de3 Power Sword Function 2018-03-05 22:49:32 +01:00
He-Man
0d051e133f Reload Loadout on Pause
Thx to Grahame for the inspiration to add it just before logout.
This should fix the login without clothings.
This will not fix not visible Clothings for others, because it only runs
just before logout, but Players can force it be pressing ESC and waiting
until this command is fired.
2018-02-26 21:09:39 +01:00
He-Man
12e5746c82 Snap Helper + BE kicks
- Helper 3D-Icon + Line on the part, where element is snapped on (while
Base-Building)
- "PLAYER_REJECT_ServerVersion" kick, if connecting with older version
2018-02-01 18:52:55 +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
b743a9be31 Small AutoRun fixes 2018-01-19 16:14:21 +01:00
He-Man
b5a99880d8 removed ; 2018-01-18 22:26:41 +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
f34ff90390 Use addMagazineOverflow + BE-Filter 2018-01-15 18:48:36 +01:00
He-Man
2ccb006697 Handle not full mags in Trader 2018-01-13 15:12:54 +01:00
He-Man
b2a2e25a2c Make Lighter Refillable 2018-01-10 21:16:29 +01:00
He-Man
a2172aaef5 Smaller fixes and tweaks
- Fixed usedItemRepack removes all same items with same rounds
- removed action "gear" by opening Cargo Container
- removed StorageInit (EH Killed), if Storage is indestructible
- Spawn Vehicles near 0 and port them after all is loaded to final
position (prevent collide)
- increased Altis World size to 25000 (better Vehicle / Trader Spawn)
2018-01-10 20:10:00 +01:00
He-Man
3eac0b0035 Skip ForceUpdate, if ForcedUpdateNow + fishingtime 2018-01-09 23:27:38 +01:00
He-Man
134627d08b Changed SnapPoints color for better visibility
White is mostly very hard to see.
2018-01-09 20:03:20 +01:00
He-Man
ec3953435a Fix nitelight not working inside Vehicles 2018-01-06 15:11:57 +01:00
He-Man
f59defbb5a CloseDisplay 999 on Playerdeath 2017-12-19 17:22:29 +01:00
Helion4
d224598e4c removed place holder for classname
male & female rad suit class names added in place holder spcae
2017-12-11 15:45:14 +00:00
He-Man
994e6f91e1 Fixes for ForceUpdate 2017-12-10 18:25:16 +01:00
DESKTOP-UH65DCE\MusTanG
f34c1c8e24 default select weapon on keys 1,2,3
Keys 1,2 and 3 now will process for a holstered weapon if the FAV BAR
item in slots assigned to those keys are not present in
inventory/weapons.
Interaction Items not in inventory will throw "Item Not Found" message
2017-12-06 10:22:34 -06: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
755bef4284 Hints for Multigun Useage 2017-12-02 21:22:43 +01: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
a6f43e934b Make Nuisance by shooting configureable
Also reduced it, because it is very high on default
2017-11-15 21:53:14 +01:00
Raymix
de1e15374b Reduces rads over time at a cost of immunity. 2017-11-12 15:10:40 +00:00
He-Man
8ff511d3ee Reworked GetOutMan EH
- Allows to park closer to walls
- Better prevent against Wall Glitching
- Now works for all Buildings (not only Epoch Walls)
2017-11-08 19:27:01 +01:00
He-Man
224032abb7 Fix for CameraView Check 2017-11-05 01:26:19 +01:00
vbawol
197df4863e
Merge pull request #952 from 82ndab-Bravo17/favbar
Fav bar and accessories
2017-10-28 17:25:49 -05:00
82ndab-Bravo17
d2ebcbe0ae Fav bar and accessories 2017-10-28 17:57:55 -04:00
Grahame
9f45414d2d
Update Epoch_setRadiation.sqf
Small fix for radiation post process effects when under 10% irradiated
2017-10-28 15:07:24 -04:00
Grahame
2fb026df0f
Update Event2.sqf
Added the variable _radiationEffectsThreshold as the condition for calling post-process screen effects for radiation
2017-10-28 15:06:20 -04:00
Grahame
6d9c145bca
Update init.sqf
Added the reading of radiationEffectsThreshold variable from CfgEpochClient.hpp
2017-10-28 15:04:58 -04:00
vbawol
d3b621b827 give attributes random data to use 2 decimal places 2017-10-27 09:17:34 -05:00
Raymix
2b0119f574 Consume uses message_stack, trader chat colored in orange now 2017-10-25 22:27:17 +01:00
Raymix
e77fcec023 add message_stack to consume items script 2017-10-25 21:57:29 +01:00
Raymix
78352726bd New message system - multi line support, fix for feedback #945. 2017-10-25 21:04:18 +01:00
Raymix
ba7285ee78 Remove quotes from messages 2017-10-25 17:55:27 +01:00
Raymix
8986729467 Fixes low energy issue #945 + new low battery sounds (below 5) 2017-10-24 19:29:56 +01:00
Raymix
17fae05e4e some weird git bug, won't let me discard these. No changes 2017-10-24 17:23:13 +01:00
DESKTOP-UH65DCE\MusTanG
f8a7a569ce mapOnZoomSetMarkerSize upgrade
Add exitWith to remove wasted resizing during scrolling
Add config entry for custom adjustments
Change how adjustment calculation is made.
Added new min calculation.
Adjust cfg marker sets sizing to fit new setup

🤘
2017-10-23 22:31:38 -05:00
vbawol
b71b86c4a7 move mod checks server side 2017-10-23 15:12:00 -05:00
vbawol
0adc494b75 revert animation state test 2017-10-23 14:32:06 -05:00
vbawol
0861ab0b97 move params 2017-10-23 13:57:55 -05:00
vbawol
258d6c82d9 animation state
added missing var init server side
moved playMoveNow to master loop init and after display checks.
added config switch setAnimStateEnabled to test this, set
setAnimStateEnabled = true in CfgEpochClient to enable. Disabled by
default.
2017-10-23 13:43:27 -05:00