worldwidesorrow
65c32d95ef
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 18:06:07 -05:00
worldwidesorrow
95e3f91bf7
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:59:33 -05:00
worldwidesorrow
2ce043c3f0
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:55:56 -05:00
worldwidesorrow
db425a98b1
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:52:41 -05:00
worldwidesorrow
3227d3ccc9
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:47:46 -05:00
worldwidesorrow
1e5cc3c215
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:42:39 -05:00
worldwidesorrow
e8f6a009c8
Update init.sqf
...
Default weather setting should be summer static.
2020-07-14 17:37:39 -05:00
worldwidesorrow
a6020a5194
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:36:50 -05:00
worldwidesorrow
89cb99d115
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:27:11 -05:00
worldwidesorrow
92ed6e4154
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:21:57 -05:00
worldwidesorrow
877b94f31d
Update CfgSounds.hpp
2020-07-14 17:11:26 -05:00
worldwidesorrow
addf4520a7
Add files via upload
2020-07-14 17:10:38 -05:00
worldwidesorrow
1937330a44
Update init.sqf
...
Rearrange init.sqf accordingly with recent updates.
2020-07-14 17:03:38 -05:00
worldwidesorrow
dca38747b7
Update publicEH.sqf
...
Don't need to add the EH unless enabled.
2020-07-14 16:55:00 -05:00
worldwidesorrow
723af08090
Update server_functions.sqf
...
Compile cargo drop script if enabled.
2020-07-14 16:51:59 -05:00
worldwidesorrow
8e97c06bff
Update server_playerSetup.sqf
...
Send weather settings to JIP player.
2020-07-14 16:50:01 -05:00
worldwidesorrow
163a8f696b
Update server_playerLogin.sqf
...
Add Chernarus Winter to the glitched map objects removal so the silly bench in the NWAF barracks gets destroyed.
2020-07-14 16:48:43 -05:00
worldwidesorrow
4119391578
Add files via upload
...
Server side cargo drop script.
2020-07-14 16:45:08 -05:00
worldwidesorrow
cf548e0b6a
Update CrashSites.sqf
...
Import configs from init.sqf. Remove switch block.
2020-07-14 16:42:06 -05:00
worldwidesorrow
873271d9cc
Update Care_Packages.sqf
...
Imported configs from init.sqf. Remove switch block.
2020-07-14 16:41:17 -05:00
worldwidesorrow
39f9800eb4
Update server_monitor.sqf
...
Start weather FSM from server monitor.
2020-07-14 16:38:38 -05:00
worldwidesorrow
0e382eae19
Add files via upload
...
Add server side weather FSM.
2020-07-14 16:35:57 -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
oiad
38f5f618e0
Fix lockables not inheriting damage on unlock/lock
...
This causes problems with maintaining since the unlocked lockables won't
inherit any damage so they won't be maintained unless it's force
maintained
2020-07-01 08:27:21 +12: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
27ae25f636
Remove more config trader stuff
...
Move old SQL update files to Archives\ dir
2020-06-19 08:07:57 +12:00
oiad
5b150a58c7
Revert distance checks, fix pack vault
...
I broke pack vault :(
2020-06-19 08:01:20 +12:00
AirwavesMan
3ff6f3b3c5
Remove testkit call
2020-06-18 21:58:29 +02: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
0f2f78b872
Update CHANGE LOG 1.0.7.txt
2020-06-18 20:46:37 +02:00