Commit Graph

4117 Commits

Author SHA1 Message Date
AirwavesMan 64216297f8 Increase the range of zombie checks
Currently zombies can spawn directly next to the player or in the line of sight.
2020-07-23 16:00:58 +02:00
AirwavesMan 972b31d4fc Update ui_selectSlot.sqf 2020-07-23 15:59:50 +02:00
worldwidesorrow 35162ea8ed Update variables.sqf
Add updated Taviana world name.
2020-07-22 23:01:43 -05:00
worldwidesorrow c7ff2eff3d Update blizzard.sqf
Add low volume version of blizzard sound effect for players inside buildings.
2020-07-22 21:40:58 -05:00
worldwidesorrow ccc68857bb Update publicEH.sqf 2020-07-22 21:32:06 -05:00
worldwidesorrow fc61083af8 Update configVariables.sqf 2020-07-22 21:28:47 -05:00
worldwidesorrow fa68adc786 Update variables.sqf 2020-07-22 21:28:17 -05:00
worldwidesorrow 53cad69dec Update fn_damageActions.sqf
Removing cargo drop because of duping issues.
2020-07-22 21:26:36 -05:00
worldwidesorrow 0d073a0e2d Delete veh_cargoDrop.sqf
Removing cargo drop because of duping issues.
2020-07-22 21:23:00 -05:00
AirwavesMan 2d7f593a54 Do not allow pickup actions next to other actions 2020-07-23 01:43:23 +02:00
AirwavesMan ca8bb7709d Add handling for a missing description on backpacks 2020-07-23 01:25:10 +02:00
AirwavesMan c6add8e2de Add DMR_DZE without NVG support 2020-07-21 20:41:38 +02:00
AirwavesMan 5162efa208 Update mod compatibility 2020-07-21 20:40:52 +02:00
worldwidesorrow d12836b7c7 Update variables.sqf
Just realized that Napf, Ruegen, and Sauerland are the same.
2020-07-15 00:19:17 -05:00
AirwavesMan 299e0726bc Switch back DZE_isNewStorage
DZE_isNewStorage gets called inside server_swapObject.sqf. too.
2020-07-15 04:50:59 +02:00
worldwidesorrow dca38747b7 Update publicEH.sqf
Don't need to add the EH unless enabled.
2020-07-14 16:55:00 -05:00
worldwidesorrow 4e19fb35ef Rename SQF/dayz_code/compile/fn_dzn_snowfall.sqf to SQF/dayz_code/old/fn_dzn_snowfall.sqf 2020-07-14 16:28:45 -05:00
worldwidesorrow e70819c5ee Rename SQF/dayz_code/system/DynamicWeatherEffectsSnow.sqf to SQF/dayz_code/old/DynamicWeatherEffectsSnow.sqf 2020-07-14 16:27:01 -05:00
worldwidesorrow 90a1e02f32 Rename SQF/dayz_code/system/DynamicWeatherEffects.sqf to SQF/dayz_code/old/DynamicWeatherEffects.sqf 2020-07-14 16:26:39 -05:00
worldwidesorrow 627add67ac Add files via upload
New weather functions.
2020-07-14 16:23:42 -05:00
worldwidesorrow 413ce06afc Update fn_temperatur.sqf
Utilize the dayz_inside variable that is calculated in player_checkStealth. The snow variable is initialized in variables.sqf.
2020-07-14 16:15:46 -05:00
worldwidesorrow 34e1437641 Update player_checkStealth.sqf
Several functions check if the player is inside a building including the new weather functions. The DayZ Mod devs introduced the dayz_inside variable in fn_temperatur but never finished the code to utilize it. Since player_checkStealth is called continuously in the scheduler we can set the variable here and use it in other functions.
2020-07-14 16:07:38 -05:00
worldwidesorrow aae14af4e2 Update fn_isInsideBuilding.sqf
Optimize code and correct error when no building is sent as a parameter.
2020-07-14 16:02:34 -05:00
worldwidesorrow 7721cf5c92 Update fn_damageActions.sqf
Add self action for cargo drop.
2020-07-14 16:00:33 -05:00
worldwidesorrow 01c2c3eba2 Add files via upload
New functions.
2020-07-14 15:58:04 -05:00
worldwidesorrow 7fe7f3fcd8 Add files via upload
Client side cargo drop function.
2020-07-14 15:53:48 -05:00
worldwidesorrow 6225050b7e Update compiles.sqf
Compile entries for new weather functions and new array function.
2020-07-14 15:52:02 -05:00
worldwidesorrow 3160d47cb1 Update publicEH.sqf
Add PVs for cargo drop and new weather system.
2020-07-14 15:50:22 -05:00
worldwidesorrow 91582a54c1 Update variables.sqf
Move config variables to configVariables.sqf. Add new variables for weather and cargo drop. I found 3 variables which are no longer used: r_player_vehicle removed, dayz_monitorPeriod and dayz_swarmSpawnZombies commented out for now. I wasn't sure about these two.
2020-07-14 15:48:14 -05:00
worldwidesorrow 8e289c18a2 Update configVariables.sqf
Importing config variables from variables.sqf and adding new variables for new weather system and cargo drop.
2020-07-14 15:39:26 -05:00
AirwavesMan a0faa51727 Fix potential plant dupe 2020-06-29 16:12:39 +02:00
AirwavesMan 1e49532dc3 Planting currently does not work 2020-06-29 16:09:53 +02:00
AirwavesMan 151749caa4 Fix some vehicle ammo bugs 2020-06-28 23:10:42 +02:00
AirwavesMan e58001a8dd Fix a few weapon attachment bugs 2020-06-28 22:41:41 +02:00
AirwavesMan 09c368b938 Add a few new items
Models made by @helion4
2020-06-28 22:40:16 +02:00
AirwavesMan 8d4a00b99e Fix typo 2020-06-19 13:10:58 +02:00
AirwavesMan 8265a6f7ea Localize deathboard 2020-06-19 13:03:14 +02:00
oiad 5b150a58c7 Revert distance checks, fix pack vault
I broke pack vault :(
2020-06-19 08:01:20 +12:00
AirwavesMan b4c3ceab8c Fix non removable tws 2020-06-18 21:41:24 +02:00
AirwavesMan fe92ee0d02 Update weights 2020-06-18 21:29:32 +02:00
AirwavesMan c1e21472dd Log antiwall in server.rpt 2020-06-18 20:31:14 +02:00
AirwavesMan 9bf7cd3219 Remove no longer used code from dayz fences 2020-06-18 20:26:33 +02:00
AirwavesMan 3724a1f385 Add DayZ Mod fences and gates
Epoch has its own DayZ Mod fence versions now. The old fences can still be used. The new fences have a full upgrade and snap  support. all gates work with the door management too.
2020-06-18 15:53:28 +02:00
AirwavesMan bfa16b499e Update initDoorManagement.sqf
After upgrading or downgrading doors or gates TheDoor can be null.
2020-06-18 15:43:23 +02:00
oiad 7a19c7abef Rearrange packVault
Thanks @AirwavesMan for the headsup.
2020-06-14 12:45:42 +12:00
oiad b06d3d4623 Sync near player checks
Checking if the player is the closest is not always the best idea, this
fixes a few dupes and syncs the distance for all player checks
2020-06-13 11:26:44 +12:00
AirwavesMan ac79d91ca0 Move unused functions to another folder 2020-06-10 17:03:31 +02:00
AirwavesMan 11f10829cb Localize full screen nightvision 2020-06-10 15:06:32 +02:00
AirwavesMan 1b412ab599 Move fix tool to epoch crafting
Move player_fixHatchet to player_craftItem. Also add some more broken tools and some more options to repair tools.
2020-06-10 14:00:32 +02:00
A Man a69948d546 Add new sounds for some actions
- Attach and detach weapon attachments has a sounds now.
- Take painkillers and antbiotics has a sounds.
- Apply a bandage has 2 more sounds now.
2020-05-31 15:02:53 +02:00