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
DESKTOP-UH65DCE\MusTanG
103cf4610a
add max range config
2017-10-23 01:31:39 -05:00
DESKTOP-UH65DCE\MusTanG
d0d7c9d765
remove unused code
2017-10-22 20:54:22 -05:00
Raymix
25528b59c3
revert location changes + fix math in rads calc
2017-10-22 18:39:29 +01:00
DESKTOP-UH65DCE\MusTanG
3e7a62560a
cfglocations setVariable correction
2017-10-22 09:41:00 -05:00
Raymix
02e4b822e4
conflicts
2017-10-22 00:10:45 +01:00
Grahame
035ff7aa09
Added variable handling of accelerated HTA loss
2017-10-21 16:40:44 -04:00
vbawol
aaf7b215c9
make use of underwater command
2017-10-13 16:15:03 -05:00
vbawol
cd4f557f66
revert side changes for male
...
unlocked additional uniforms for side = 0,
Side =1 is still reserved for females
2017-10-10 21:29:04 -05:00
He-Man
14c433581b
Set Rating to -2001
2017-10-07 21:23:54 +02:00
vbawol
7ef339d958
changelog and comment cleanup
2017-10-07 10:41:44 -05:00
DESKTOP-UH65DCE\MusTanG
25f2dd6691
add configurable values
...
allows for hosts to setup their own default values instead of new player
defaults
2017-10-07 07:14:59 -05:00
vbawol
bdb168ba50
fix godmode with player vars
2017-10-06 21:17:14 -05:00
vbawol
5c6cc9bac7
remove debug
2017-10-03 17:01:04 -05:00
vbawol
d72af99663
loot fix test
2017-10-03 16:41:46 -05:00
vbawol
3345cc28b4
debug loot
2017-10-03 16:23:20 -05:00
vbawol
381fdd44ea
change loot bubble
...
use nearObjects instead of nearestObjects
use _lootClasses as filter for objects array, force array to lower to
prevent case issues.
This should allow loot spawn for simple objects.
2017-10-02 11:05:48 -05:00
vbawol
bf7d35b519
move rads for locations to client
...
locations cannot use public var option
2017-10-02 10:06:04 -05:00
vbawol
4f98071e8d
dynamic radio active locations
2017-10-01 18:14:18 -05:00
vbawol
0b71db3917
fix ai spawning
2017-09-30 10:14:43 -05:00
vbawol
74aecd3849
init playerspawnarray var
...
since we are using an gvar array here edits to it externally should not
require redefining local var for use in other events.
2017-09-27 11:10:20 -05:00
vbawol
7459f9d3a0
last typo 🎱
2017-09-27 11:01:33 -05:00
vbawol
8f1b71a26e
player stats fixes part 6
2017-09-27 10:38:18 -05:00
vbawol
0ad1a967d8
player stats fixes part 5
2017-09-27 10:13:42 -05:00
vbawol
5db8af19f8
push change back to gvar
...
debug
2017-09-27 08:58:36 -05:00
vbawol
a3a0e7e2d9
Changes to default var loading
2017-09-26 21:20:41 -05:00
vbawol
38d704468d
one more?>
2017-09-26 21:02:58 -05:00
vbawol
8903145ffa
fixes part 4
2017-09-26 20:52:13 -05:00
vbawol
0f9eacd28a
fixes part 3
2017-09-26 17:20:04 -05:00
vbawol
e675d29752
fixes part 2
2017-09-26 17:16:13 -05:00
vbawol
c4bf9c65ee
one last fix...
2017-09-26 16:51:53 -05:00
vbawol
fc3ba3b3fb
customHeader test
...
moved debug monitor to master loop
dropped digest idea for now
removed file check on masterloop and keydown
2017-09-26 14:31:39 -05:00
vbawol
532dc34e86
test fix
2017-09-25 17:59:03 -05:00
vbawol
a1d4d411fc
Merge remote-tracking branch 'refs/remotes/origin/experimental' into exp-digest-test
...
# Conflicts:
# Sources/epoch_code/compile/setup/EPOCH_clientRevive.sqf
# Sources/epoch_code/init/client_init.sqf
# Sources/epoch_config/Configs/CfgEpochClient.hpp
2017-09-25 01:02:55 -05:00
vbawol
a0e9ec0153
digest concept
...
-use the second set of GVARs to track adding and removing attributes.
-Epoch_player* vars moved to local vars only accessible inside the
master loop.
-TODO: finish digest system with a config entry to control digest
limits. Some extra logic is needed.
Basically, when you consume some food, it will not increase your hunger
level immediately but raise over time.
Each of these should have limits on how much you can store in the digest
and how much each tick the digest var can affect the local player var in
the master loop.
2017-09-20 09:23:46 -05:00
vbawol
2cffcbc740
cleanup
2017-09-06 14:00:03 -05:00
vbawol
47e16a8318
use local vars for player stats
2017-09-06 09:43:15 -05:00
vbawol
3c13af5944
move AliveTime to local pt2
2017-09-05 16:28:07 -05:00
vbawol
422fdcc487
move AliveTime stat to local loop
2017-09-05 16:16:20 -05:00
vbawol
4449412c2d
fixed double var usage
2017-09-04 08:36:15 -05:00
vbawol
c76b2badf9
move save stats to master loop and basic radiation system
2017-09-03 17:11:52 -05:00
vbawol
ab5ea172a4
move weather temp and toxic feaver stats to master loop
2017-09-02 16:51:54 -05:00
vbawol
01c8641ff2
Conditional Loot table feature and reworking antagonist spawning
...
- We no longer spawn antagonists on opening loot containers or trash.
Instead we have the client spawn them from a new weighted array. Note:
Admins can control what AI are spawning by removing from array
(antagonistChances) or setting chance to 0
- moved EPOCH_spawnIndex and EPOCH_spawnLimits to master loop init
instead of both_init as it is only needed client side.
- loot table updates for extra logic condition.
2017-08-30 17:15:14 -05:00
vbawol
c89dffa1d0
move to functions
2017-08-28 16:26:49 -05:00
vbawol
30d8107d75
configClasses fixes thanks to @ravmustang
2017-08-26 07:12:50 -05:00
vbawol
23b1710d7c
test out of bounds checks
...
added _isOnFoot var to init that refreshes with event1 every second and
is reused in any events
2017-08-24 10:22:13 -05:00
vbawol
f2b0aab6e6
disable fuel after player is already in the server
2017-07-25 12:19:23 -05:00