Commit Graph

6991 Commits

Author SHA1 Message Date
ebayShopper 3c4e12149a Fix addBackpack scripts.txt exception typo
Missed a space in exception for remove.sqf

Reported by Epoch forums user Dz.Red
https://epochmod.com/forum/topic/44837-please-help-to-configure-battleye-filters-1062/
2018-01-17 18:02:54 -05:00
ebayShopper e04f0fcac5 Add status icons disabled notification
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/fe063a8896c2a3f8b5bcf7eab1f74b5d84db4688
2018-01-17 17:17:33 -05:00
ebayShopper 634a01a8d3 Block firing during unconscious wake up animation
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/10cb55b8aa39a5e2be3c1969c5c24347aa9515ef
2018-01-17 17:02:27 -05:00
ebayShopper 42e519a92e Remove bush b_corylus.p3d from tree list
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/f2bafae2ff05e8cb98473d02aff3d40ffb4c53c1
2018-01-17 16:55:59 -05:00
ebayShopper eb756bf325 Update vanilla object disassembly
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/11e360732eccb7efcfaf895633dae4a84ca57735
2018-01-17 16:50:30 -05:00
ebayShopper 07d8543e1d Update vanilla chop wood
Vanilla commits:
https://github.com/DayZMod/DayZ/commit/a17b0572ebcf5d744004e00b5731cae6bbe356a9
https://github.com/DayZMod/Battleye-Filters/commit/77930173105b92e670b0f9a8ccf180b7332a3eec
2018-01-17 16:43:12 -05:00
ebayShopper 6caba339c9 Update change log
Minor improvement to b791dee and 6248add
2018-01-11 15:41:13 -05:00
ebayShopper 048caa56f4 Fix another zero_building too high to enter
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/d6bf213fd1911e613511aa1467243219e7f58ce0
2018-01-10 15:46:24 -05:00
ebayShopper 2855997c86 Disable POI fires when POIs are off
Vanilla commit:
https://github.com/DayZMod/DayZ/commit/ebad05fe5b32db900542d7c1c499d5a489fcebdc
2018-01-10 15:35:38 -05:00
oiad b791deeea8 Condense variables and remove unneeded _isPZombie checks
We're already checking for _isPZombie here:
https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/compile/fn_selfActions.sqf#L223
so we don't need to check it again with the trader or the attach to
heli.

Condensed the distance check to a variable
2018-01-06 17:37:06 +13:00
oiad 564e3da5c2 Add playerNear check to downgrading
Fixes dupe while downgrading locked doors, thanks @Shu for reporting
2018-01-02 20:57:07 +13:00
ebayShopper 2ea22a69a0 Fix a misaligned town generator wreck
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/464dbb77ba9b0f4b3c8ddd1e8a7b1ac9b3dc07fc
2017-12-31 16:35:30 -05:00
oiad 141b25e204 Update DZE_SafeZonePosCheck with missing operator
I possibly just need a little more sleep and a little less epoch time
2017-12-30 23:07:36 +13:00
oiad 6248addc3f Make Safe Zone Zombie and Loot spawning a toggle
As requested by a few admins that didn't realise it was now hard coded
to disable loot/zombie spawning
This requires the check since we're also using DZE_SafeZonePosCheck for
DZE_buildChecks with a forced radius.
2017-12-30 22:03:31 +13:00
ebayShopper e89eebc843 Fix ArmoredSUV gunner glitch #2009
Fixes #2009

Note the fn_damageActions.sqf change can be applied without the config
change and it will still fix the problem most of the time.
2017-12-29 17:21:40 -05:00
ebayShopper eaaedf21c0 Fix a few more glitched map objects
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/7d669a390b69e6f31ed24df48c312cdff3d57a25
2017-12-29 15:42:55 -05:00
oiad 2d437b444c Update README.md 2017-12-29 16:54:22 +13:00
ebayShopper a0812585c3 Update server install ReadMe formatting 2017-12-27 15:04:22 -05:00
icomrade ad27a943a9 1.0.6.2 cleanup 1.0.6.2 2017-12-27 01:53:34 -05:00
ebayShopper 02ac978f61 Update scripts.txt again 2017-12-26 19:13:49 -05:00
ebayShopper 9d7a1ba99e Update publicvariable.log
Removed two exceptions that are no longer used
2017-12-26 17:15:14 -05:00
ebayShopper 8c9d2ea44d Move server configs outside A2OA folder
This is to prevent config.cfg, BEServer.cfg and HiveExt.ini passwords
being read by in-game scripts. Also consolidated to a single folder so
we only need to maintain one copy of BattlEye filters, HiveExt.ini,
basic.cfg and server.Arma2OAProfile. These files are identical for all
maps.

Updated rotate_logs.bat with missing files
2017-12-26 16:28:38 -05:00
ebayShopper 694ea87d0d Update scripts.txt
- Updated exceptions, added new filters and removed some which were not
useful
- Removed exceptions for testkit because it is not part of the mod
- Added notes to clarify for now, will move this info to BI wiki later
- Removed two unused files
2017-12-26 00:55:10 -05:00
oiad 7dd4ae453d Fix battleye kick from https://github.com/EpochModTeam/DayZ-Epoch/commit/4ea3f3683005ca69e697e27e6dbdcaab16cb73a9
https://github.com/EpochModTeam/DayZ-Epoch/blob/4ea3f3683005ca69e697e27e6dbdcaab16cb73a9/SQF/dayz_code/system/antihack.sqf
updated but the scripts.txt filter was forgotten
2017-12-26 15:51:43 +13:00
oiad 91669fae74 Fix Overwatch G3 glitch for combining
Fix
https://github.com/EpochModTeam/DayZ-Epoch/issues/1995#issuecomment-348188066
2017-12-26 11:58:36 +13:00
W0LF c3d482a230 Update Russian translations (#2008)
* Update Russian translations

* remove some periods
2017-12-23 14:12:17 -05:00
ebayShopper cd65d1d00f Revert hospital loot chance
This reverts commit 921eb6d.

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/fba39c7c55ba85b48abaa6f25f8464ee970ff89b
2017-12-22 17:40:07 -05:00
ebayShopper 0690e85a22 Hide more map objects that clip in Land_houseV_2T2
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/504da5afbb8c077074fb221bf64e6f102b80b5dd
2017-12-21 17:06:05 -05:00
ebayShopper 2c83f2dfe4 Fix autorun freeze when spamming key 2017-12-21 13:23:23 -05:00
ebayShopper 76cff85fc1 Update some Russian translations
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/6c69b18e2f8d82f2fdfaedd4f07b0a464e8ecbd4
2017-12-20 17:32:00 -05:00
ebayShopper 4561deefa6 Update compatible magazines for DZ weapons
See comments on commit e99d625
2017-12-20 15:32:29 -05:00
oiad e99d6259a2 Fix L85A2_SD_Base not using SD mags
Thanks @worldwidesorrow

https://github.com/EpochModTeam/DayZ-Epoch/issues/2000#issuecomment-352939774
2017-12-20 17:40:11 +13:00
ebayShopper 2a2198af68 Fix #2007
Oversight in e1b6125
2017-12-19 13:27:11 -05:00
oiad 1941832b3b Fix https://github.com/EpochModTeam/DayZ-Epoch/issues/2006
Partial revert
https://github.com/EpochModTeam/DayZ-Epoch/commit/9b96ddd2c3f63a263d2408a0bfe95571fa8f32dd
Thanks @ndavalos
2017-12-19 19:10:49 +13:00
ebayShopper efaf1f9399 Update ReadMes
@oiad please keep Epoch specific strings in the dayz_epoch package

The status icons translation was identical to English. @AirwavesMan the
second word is not capitalized for consistency with all other settings
in the game options menu. https://i.imgur.com/eIbPBlM.jpg
2017-12-18 17:53:27 -05:00
icomrade fce987877b update changelog 2017-12-17 20:33:12 -05:00
icomrade 226c8d97aa Update DatabaseMySQL to 5.7.20 + TBB
Repack server test build
2017-12-17 19:58:38 -05:00
ebayShopper bcf5e69e79 Add example basic.cfg and BEServer.cfg
Vanilla commits:

https://github.com/DayZMod/Battleye-Filters/commit/900765894189990c9de92b59a44679eefc4625e1

https://github.com/DayZMod/Battleye-Filters/commit/4f25bbe442c6f51c4a5a1ee880db57a35b338602
2017-12-17 18:19:40 -05:00
ebayShopper cfc6ad08af Remove unused parameter in PVDZ_hlt_Bleed
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/83bf13c786a94e24b609958b5d2b73c473a3e3d9
2017-12-17 12:44:03 -05:00
ebayShopper 7668152118 Remove some more glitched map objects
Vanilla commits:

https://github.com/DayZMod/DayZ/commit/db5aa2063cc17ee8dcd729ecda4e73d952e1f732

https://github.com/DayZMod/DayZ/commit/88458846e9ef3262ea4f7a4a61d0ef62ce6a756a

https://github.com/DayZMod/DayZ/commit/1ec13bdfd02eed6ad244f27a39d7a002d968af29
2017-12-17 12:19:28 -05:00
oiad 7857dedc86 Add German translations
Thanks @AirwavesMan for providing the translations!
2017-12-17 21:34:38 +13:00
oiad e0b444c3fd Update stringtables, fix translations 2017-12-17 14:50:32 +13:00
icomrade 84a868bbda add consume back to FoodPumpkin
https://epochmod.com/forum/topic/44747-cannot-eat-pumpkins-after-106/
2017-12-16 18:58:56 -05:00
oiad edc6224bc3 Fix broken string table name
String STR_ITEM_DESC_tent_poles not found
2017-12-17 11:24:10 +13:00
oiad 373aeb2db7 Update stringtable.xml 2017-12-17 11:12:18 +13:00
oiad 7a93b5649a Add testkit link 2017-12-16 21:42:54 +13:00
A Man d56f3a68f4 7 new items, missing localizations (#2004)
7 new items - server admins can add them if desired

Adding a better and some missing localizations

Adding a localization for the car bomb
2017-12-14 13:29:20 -05:00
ebayShopper b9c9d504d0 Stop antiwall running on m240 nest getOut 2017-12-13 13:52:58 -05:00
ebayShopper 3077b886af Update 1.9 addons link
Thanks @worldwidesorrow
2017-12-13 13:16:13 -05:00
icomrade f2d21a8889 update test server IP 2017-12-12 13:49:59 -05:00