icomrade
78c980f14a
update loot pos for TV tower + ATC
2017-06-16 13:34:59 -04:00
ebayShopper
09b376c584
Fix dramatic recoil camera shake bug
...
As reported in:
https://epochmod.com/forum/topic/43817-horrible-visual-recoil-bug-since-1061/
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/1d80da581353323cdd1bb6f7a678e35e9b7c7af2
2017-06-11 18:33:25 -04:00
ebayShopper
88f7687bec
Prevent double death issue
...
Prevents conflicts with using setDamage or setHit to kill a player as
described in:
https://epochmod.com/forum/topic/43990-when-player-dies-kill-message-appears-twice-and-spawn-in-worldspace/#comment-293696
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/a7b650daa1b84266ef13cc4253b4b78d6401d0fa
2017-06-11 17:57:49 -04:00
ebayShopper
75ba14a68d
Fix stringtable typo
2017-06-11 17:52:59 -04:00
ebayShopper
e0d271671a
Remove unused crafting recipes
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/809de6a0a3a968f23b9ef35cc0f051de705094a4
https://github.com/DayZMod/DayZ/commit/93c128085a066932c4070a8070e786ddd5a5401f
2017-06-10 13:06:16 -04:00
ebayShopper
5864bbcbf8
Readd crossbow reload sound
...
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/c4e9b85e7dd37706366055881538e83bbd2932a2
2017-06-10 12:09:22 -04:00
ebayShopper
ddd66777df
Add fuel containers loot group
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/e51bde7c3198a92b9c25980a299b04ce035bc8bd
https://github.com/DayZMod/DayZ/commit/4e938fdaf79758868d6a21ecd9cc3735a5dcaaf6
2017-06-10 11:36:52 -04:00
ebayShopper
39e05ad0e4
Update vanilla building
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/2ec04a7f8dc50be4a197b76291f06ceae0437b7c
https://github.com/DayZMod/DayZ/commit/f333910f95ed0991ffe9eae76f80f39f1b582eee
https://github.com/DayZMod/DayZ/commit/156b90ccb54d44bfc7ac49ed55757282f82e5831
2017-06-10 10:45:14 -04:00
ebayShopper
867c618470
Fix double tranquilized message
...
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/ee22070e9ae0720a1c47ce0c0406b51be0a9d396
2017-06-10 10:17:30 -04:00
ebayShopper
abdb3e0e42
Fix survival time not counted after clothes change
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/cf4fde633539a6980f3ca4297cd37c558d4fca03
https://github.com/DayZMod/DayZ/commit/74dd04616f81f580057927bad37be98156a7b123
2017-06-10 10:07:19 -04:00
ebayShopper
90d84648cd
Add CZ550 and Enfield bolt animations by @Streatman
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/a9dfb45becfb3d969a37a5cb1f0ddfacbbdd7c1d
https://github.com/DayZMod/DayZ/commit/4d4373ba805c98ad800e0631915c75f868823ac2
https://github.com/DayZMod/DayZ/commit/8dc4f223462718c11542c29199edc50fc9df5f47
https://github.com/DayZMod/DayZ/commit/7fa4ba43fe6876d2ba6b03273d7fa702d5aca78d
https://github.com/DayZMod/DayZ/commit/d8fd0dd0dce30729b50d8008a1486a6f9505d0d6
2017-06-10 09:13:06 -04:00
ebayShopper
72df07bdf2
Remove medic animation from lock and unlock safe
...
Closes #1942 in combination with 48858b2
The "packing" variable was made redundant by dayz_actionInProgress
because it was only set locally.
DisableUserInput is unnecessary now because server_handleSafeGear is
called unscheduled. Getting the cargo, creating the new safe and
deleting the old one should complete in the same frame with no window
for players to remove gear:
https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_server/compile/server_handleSafeGear.sqf#L51-L67
The "claimed" check is also no longer needed because
server_handleSafeGear is called unscheduled and exits if the object is
null, so two players attempting to unlock at the same time will not
work.
2017-06-06 18:53:44 -04:00
ebayShopper
48858b2e6c
Add medic anim function with proper interrupt
...
Closes #1386
Vanilla commits
applied:
https://github.com/DayZMod/DayZ/commit/f99a3deced4f4314c4b9a26c1c822e5c5d7f90eb
https://github.com/DayZMod/DayZ/commit/731b957e8e1c3f1bb08474fb397af6165e48a8df
Removed
two unused files and a few variables made redundant by actionInProgress
2017-06-06 15:25:14 -04:00
icomrade
36b67affee
More lootPos
2017-04-30 10:18:25 -04:00
icomrade
0281c329b3
Loot pos updates
...
still need lootposSmall definitions. I think that these should be the
extent of new/changed buildings - aside from the TV/radio tower on green
mountain, which I cannot get the replacement model to spawn for
2017-04-29 19:10:56 -04:00
ebayShopper
b5c2cd11cc
Add download link in sever install guide
2017-04-22 13:51:26 -04:00
ebayShopper
373dd73825
Update server install guide formatting
2017-04-22 13:46:08 -04:00
icomrade
0b76e73592
update changelog and credits
2017-04-21 13:04:36 -04:00
ebayShopper
3560ac65b7
Allow anyone to lock a door #1944
2017-04-20 14:50:10 -04:00
W0LF
d003c62872
Update stringtable.xml ( #1951 )
...
Added russian translation for "STR_EPOCH_PLOTMANAGEMENT_CANT_REMOVE" and "STR_EPOCH_DOORMANAGEMENT_CANT_REMOVE" (#1948 )
2017-04-20 13:13:15 -04:00
ebayShopper
78c4ebd597
Add hidden gear display for force saves
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/a4f8690404514431246d99f351aa2d9f459f65a5
https://github.com/DayZMod/DayZ/commit/9170e0f8a0c602efb44a1b419e38ea3eb0dd7f95
2017-04-17 17:04:17 -04:00
oiad
2f0774d531
Forbid removing the plot/door owner from objects ( #1948 )
...
This makes it so only the door or plot owner can remove them selves from
doors/plots or the UIDS in
DZE_PlotManagementAdmins/DZE_DoorManagementAdmins.
2017-04-17 13:52:36 -04:00
W0LF
740e171d86
stringtable.xml ( #1947 )
...
* stringtable.xml
Improvement russian translation.
* Update stringtable.xml
* Update stringtable.xml
2017-04-17 13:37:14 -04:00
ebayShopper
75a12ad953
Rejoin group after dropping and picking back up radio
2017-04-17 11:49:54 -04:00
ebayShopper
3b12dc09d3
Remove two unused files
2017-04-16 17:46:55 -04:00
ebayShopper
0553f743d5
Increase preview offset for BagFenceRound and Safe
...
Collisions with the player caused sliding when the safe was pitched
forward. It was the same issue with proning against the sandbag. #1945
Note the player can still cause collision sliding by using snap to get
the preview closer to them.
2017-04-16 14:39:07 -04:00
oiad
8d3be10e61
Fix BagFenceRound making the player slide ( #1946 )
...
Fixes: https://github.com/EpochModTeam/DayZ-Epoch/issues/1945
2017-04-16 13:54:25 -04:00
ebayShopper
78fbd7ac53
Remove some unnecessary translations
...
Using "Wait for the previous action to complete to perform another" is
more accurate in these cases, because dayz_actionInProgress could have
been set by any action, not necessarily the same one.
2017-04-15 14:19:26 -04:00
icomrade
f20982fe85
Update HiveExt with Vanilla changes
...
@ebayShopper
2017-04-14 18:21:16 -04:00
ebayShopper
4bf4c62b1d
Make free slots display more accurate in gear
...
Use the cursorTarget at the time the gear dialog was opened instead of
the cursorTarget at the time the script runs. The script can be delayed
by several seconds (spawn is scheduled).
2017-04-14 17:18:16 -04:00
ebayShopper
e99792d0f4
Update jerry_fill.sqf
...
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/ef236938c1531e9d7ba8865fdd09bdf006adc979
2017-04-14 11:26:23 -04:00
ebayShopper
9fc72a8b87
Change dayz_survived to actual play time
...
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/18eaecb19fc1ea26f5769fccd920824bf843e19b
https://github.com/DayZMod/DayZ/commit/b76b1200cabac8661a0628489a128a561f1f379c
https://github.com/DayZMod/DayZ/commit/78ea61e3345e197e9350910b5808d85ef56f7f11
https://github.com/DayZMod/DayZ/commit/8309427f0dc3f7e5a6acd1d5ec1d155cbe11aec5
Should be ready for Hive update @icomrade . If you upload it to a test
folder I'll test it.
2017-04-13 18:35:28 -04:00
ebayShopper
267f34572e
Update object_upgradeStorage.sqf
...
Vanilla commit: 6e4a697
2017-04-13 14:38:07 -04:00
ebayShopper
272fd5f1ef
Update stringtable.xml
2017-04-13 13:02:57 -04:00
W0LF
1bd70a3d2d
stringtable.xml ( #1943 )
...
Adding and reworking some russian translation. Again.
2017-04-13 12:56:24 -04:00
ebayShopper
1065e722a6
Allow removal of RIS from SA58_RIS_DZ
...
Note RIS can not be removed from higher variants due to other
attachments depending on the RIS being attached first.
Closes #1940
2017-04-12 13:42:39 -04:00
oiad
bf6a980d4c
Dont show you have the item if it's not nearby ( #1937 )
...
* Dont show you have the item if it's not nearby
This was showing you had a vehicle in the trader menu even if it was
over the other side of the map, I think this works better only showing
it if it's within the trader zone.
* Forgot missing operator
2017-04-10 20:03:37 -04:00
ebayShopper
c39fc86972
Update Napf and Namalsk waterHoleProxy again
...
Some were still missing after 89292b3 . These are now complete
auto-generated lists for the whole map.
2017-04-10 17:39:50 -04:00
ebayShopper
a3df5ca2dc
Remove unused legacy wrecks #1933
2017-04-09 14:30:54 -04:00
ebayShopper
df526285cd
Fix potential undefined dayz_characterID variable on login
...
The scheduler can start running fn_selfActions before player_monitor.fsm
defines dayz_characterID when login or network return is slow.
2017-04-08 19:19:47 -04:00
oiad
992ab199dd
Convert DZE_SafeZoneNoBuildItems to handle nested arrays for custom d… ( #1934 )
...
* Convert DZE_SafeZoneNoBuildItems to handle nested arrays for custom distances per items.
This makes the DZE_SafeZoneNoBuildItems be able to handle nested arrays,
This allows you to set custom distances per item instead of having it
all the default distance.
E.g DZE_SafeZoneNoBuildItems =
["VaultStorageLocked","LockboxStorageLocked",["Plastic_Pole_EP1_DZ",1300]];
* Fix forgotten exitWith syntax.
* Removed unneeded check.
2017-04-08 18:45:29 -04:00
ebayShopper
89292b3f37
Correct some waterHole positions for Napf and Namalsk
...
https://epochmod.com/forum/topic/43623-cant-fill-water-bottles-on-napf/
2017-04-08 16:05:59 -04:00
W0LF
abdca1bd30
Russian translations in stringtable.xml ( #1935 )
...
Adding and reworking some russian translation. Not completed yet!
2017-04-07 17:42:11 -04:00
ebayShopper
3bdbc020c4
Fix error from 4b14397
2017-04-05 17:13:09 -04:00
ebayShopper
75cf8648d7
Fix error from 95ab6a2
2017-04-05 15:59:15 -04:00
ebayShopper
4b14397c7b
Fix purchased boat not spawning on helipad
...
https://epochmod.com/forum/topic/43644-problem-with-napf-boat-spawn-in-1061/
2017-04-05 15:49:16 -04:00
ebayShopper
95ab6a28ab
Fix unable to sell _DZE1-4 cars when base is removed from trader
...
https://epochmod.com/forum/topic/43643-vehicle-dze4-can-not-be-sell/
2017-04-05 12:04:00 -04:00
ebayShopper
b70555e664
Delete added trees after chopping down
...
Like 496681c , if a tree or plant was added with createVehicle it can be
deleted with deleteVehicle.
2017-04-04 13:55:43 -04:00
ebayShopper
496681cd9b
Add support for harvesting added plants
...
Closes #1928
2017-04-04 13:32:06 -04:00
ebayShopper
cb09bb6bc9
Tweak RunOver damage scaling again
2017-04-03 15:31:14 -04:00