He-Man
83263f5c99
Inventory not opened fixed
...
Inventory not opened without the "false" as return
2017-02-26 09:32:26 +01:00
vbawol
3ab94871a3
fixed incorrect usage for setFSMvar on sappers
...
set local var on unit to get FSM ref
2017-02-25 16:36:14 -06:00
He-Man
fb9882185d
Faster feedback from Targets
...
reaveal player to all near objects on Epoch-ActionKey pressed.
Whithout this, upgraded Buildings need up to 10 seconds to get in Target.
2017-02-16 23:34:48 +01:00
He-Man
fa05a9d9eb
Fixed forcewalk stucks
2017-02-15 23:46:16 +01:00
He-Man
2467875a80
Update EPOCH_NpcTrade_return.sqf
2017-02-10 21:34:45 +01:00
He-Man
69a3b8b5d7
Reworked NPC Trade Script
...
- no longer use PubVar for Trade
- "Purchase Failed" not abort the complete trade
- Added an option, that Players with to much Bank-debit can not sell,
but can purchase. The Money for Purchasing goes directly to the Bank
then.
2017-02-10 21:28:00 +01:00
He-Man
1816c9755f
Update EPOCH_isBuildAllowed.sqf
...
Only the Group Leader can place a Jammer
2017-02-10 20:25:36 +01:00
He-Man
6c08d6835f
Only Group Leader can place a Jammer
2017-02-10 20:21:32 +01:00
He-Man
061270b5a2
Update EPOCH_custom_EH_InventoryOpened.sqf
2017-02-06 19:50:15 +01:00
He-Man
3c3772f3f6
Update EPOCH_custom_EH_InventoryClosed.sqf
2017-02-06 19:49:23 +01:00
He-Man
2f7216d63c
Update EPOCH_onEachFrame.sqf
2017-02-05 18:55:20 +01:00
He-Man
de36d8225c
Update EPOCH_KeyUp.sqf
2017-02-05 18:54:44 +01:00
He-Man
3c5d112463
Update EPOCH_KeyDown.sqf
2017-02-05 18:54:06 +01:00
He-Man
ee3224f14a
Add files via upload
2017-02-05 18:51:57 +01:00
He-Man
d067b9662a
Add files via upload
2017-02-05 18:50:59 +01:00
vbawol
40949a09b9
Fixed: Repack Energy Pack not possible #698
2017-01-23 17:12:50 -06:00
vbawol
a40dfadde6
use internal EH reference to sapper agent
2017-01-10 14:15:33 -06:00
He-Man
9eb8557107
wrong var name
2017-01-10 19:31:05 +01:00
vbawol
2eefc2e343
typo
2017-01-02 17:28:07 -06:00
vbawol
bc314ca5f8
use isEqualto
2017-01-01 12:33:53 -06:00
vbawol
468deeb252
test making player revive work similar to load #693
...
on revive, use reveal against new player object.
send loadABS value from server and wait client side for a match before
using selectPlayer.
Note: may need some form of code lock to prevent duplicate calls
Todo: Look into changing revive system to A3's own.
2017-01-01 12:33:04 -06:00
vbawol
1db988095e
booleans in configs
...
- change bools in config files to string or a number.
- EPOCH_fnc_returnConfigEntry(V2) now also supports 0/1 via config when
default input is a bool.
Note: this commit may address issue with Bad conversion: bool rpt spam.
It is suggested to use the following format for storing booleans in
config:
1 = true
"true"=true
0 = false
"false"=false
2016-12-29 12:18:09 -06:00
He-Man
fb9356d804
Added Filter for TraderMenu
2016-12-13 17:19:54 +01:00
He-Man
55351e891c
Added Filter for TraderMenu
2016-12-13 17:18:59 +01:00
He-Man
b1d5c173b0
Added Filter for TraderMenu
2016-12-13 17:15:01 +01:00
He-Man
3009c82a24
Added Filter for TraderMenu
2016-12-13 17:14:51 +01:00
He-Man
13f27ba56f
Update EPOCH_startNPCTraderMenu.sqf
2016-12-13 17:12:11 +01:00
He-Man
7a30a439c1
Added Filter for TraderMenu
2016-12-13 17:11:18 +01:00
He-Man
24f57dd9a5
Update EPOCH_isBuildAllowed.sqf
2016-12-10 20:53:52 +01:00
He-Man
2418d08ee5
Update EPOCH_simulSwap.sqf
...
Throw _object instead of _objtype to EPOCH_isBuildAllowed, so it can be ignored by counting elements
2016-12-10 20:30:50 +01:00
He-Man
51f4564550
Update EPOCH_staticMove.sqf
...
Throw _object to EPOCH_isBuildAllowed, so it can be ignored in element counting
2016-12-10 20:26:32 +01:00
He-Man
4a6e6b006f
Update EPOCH_consumeItem.sqf
...
- removed _buildingCountLimit, because it is not needed in this script
- moved "Press 1" message, so it only comes up, if building a Part
2016-12-10 20:24:35 +01:00
He-Man
f02a3ecf1b
Some Bugfixes in Building Script
...
- Added Ghost Classes for Biulding-Count
- Added SIM Classes for Storage-Count
- 2nd Storage outsinde PlotPole range can not be set fixed
- Cleanup the whole Script a bit
2016-12-10 20:20:40 +01:00
He-Man
51a6ff3e31
Changed back Epoch EPOCH_fnc_playerDeath
...
Changed back Epoch EPOCH_fnc_playerDeath since setPlayerRespawnTime to prevent respawning before timer ends and display close.
2016-12-10 20:13:15 +01:00
vbawol
cbc6012eb1
Merge pull request #673 from SPKcoding/experimental
...
fixed player death screen
2016-12-03 10:33:29 -06:00
Sp4rkY
2830f50be7
FIXED playerDeath function
2016-12-03 16:58:21 +01:00
Sp4rkY
b88113eb96
FIXED playerDeath function
2016-12-03 16:47:18 +01:00
Sp4rkY
e1e2dde224
temp fixed player death screen
2016-12-03 03:23:43 +01:00
vbawol
84eb6fc8a8
fixed crash with crafting load since 1.66
2016-12-02 09:59:01 -06:00
vbawol
98741939e1
fixes part 2
2016-12-01 23:25:50 -06:00
vbawol
8e614b0b78
Arma 3 1.66 fixes part1
...
playableUnits changed to allPlayers
improved Epoch_selectInventoryItem function
mproved inventory locked check
2016-12-01 17:44:43 -06:00
vbawol
c2a09465a9
move to top OCD 💯
2016-11-26 10:54:25 -06:00
vbawol
7c7f8a4aa0
Item interaction support for ConfigFile fallback
...
Experimental EPOCH_returnConfigV2 function that allows falling back to
configFile if specific config class does not exist in missionConfig.
2016-11-26 10:21:37 -06:00
vbawol
8e1d960496
simply prevent display EH loading after revive.
...
Thanks to @Ignatz-HeMan for the report.
2016-11-26 10:18:06 -06:00
Sp4rkY
b624641f32
more custom options
2016-11-14 02:04:08 +01:00
Raymix
bf4de960dc
Fixed links in headers
2016-11-12 17:27:03 +00:00
vbawol
ba6f19e7bb
b653 pt1
...
- fixed a typo in takeCrypto and updated private array
- moved epoch_2DCtrlHeartbeat to is Critical logic so it only beats when
critical (todo make slower faster based on high or low status)
2016-11-11 16:43:48 -06:00
Raymix
77f3ca71ff
Changed: Replaced _scaleUI with heartbeat animations for "topRight" dynamicHUD when critical
2016-11-09 23:47:14 +00:00
vbawol
9e66f8e03a
0.4 b652
...
- Fixed ryan zed not detected.
2016-11-09 17:23:27 -06:00
Raymix
82a34a6db5
New: GUI Animation - Heartbeat
2016-11-09 23:12:52 +00:00