Commit Graph

6351 Commits

Author SHA1 Message Date
worldwidesorrow
62365b5a88 Merge pull request #2074 from worldwidesorrow/master
New weather system, cargo drop, chimney smoke, reorganize variables and init.sqf
2020-07-14 19:40:57 -05:00
worldwidesorrow
2873fd0b8f Update init.sqf 2020-07-14 18:27:38 -05:00
worldwidesorrow
358add8026 Update init.sqf 2020-07-14 18:25:46 -05:00
worldwidesorrow
a3fa4cacbb Update init.sqf 2020-07-14 18:23:06 -05:00
worldwidesorrow
b394a87722 Update init.sqf 2020-07-14 18:18:43 -05:00
worldwidesorrow
5e4ca4eed7 Update init.sqf 2020-07-14 18:15:26 -05:00
worldwidesorrow
fb04403cba Update init.sqf 2020-07-14 18:13:42 -05:00
worldwidesorrow
060ae675ae Update init.sqf
Rearrange init.sqf accordingly with recent updates.
2020-07-14 18:11:14 -05:00
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