Commit Graph

7281 Commits

Author SHA1 Message Date
seelenapparat 4bbb3ac609 Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2021-08-24 15:31:44 +02:00
seelenapparat 96f1d40a71 Fix unnecessary pitch for female cough sounds in CfgSounds.hpp
Fix unnecessary pitch for female cough sounds.
2021-08-24 15:31:34 +02:00
A Man 6dbc6646f3 Add weapon parts and gun powder for server admins to add 2021-08-24 10:36:22 +02:00
A Man 5885bb31e3 Fix greenhouse offset so players getting not pushed back
Thx to Kitty from discord.
2021-08-21 09:53:51 +02:00
A Man 94ea07d88f Fix wrong AK107 PSO classnames
Thx to Kitty from discord.
2021-08-20 18:49:05 +02:00
A Man 8bc484cb58 Add Arma 2 Static Weapon as Epoch Classes
This adds for every type of arma 2 static weapon an epoch version for it. This also adds to every epoch static weapon a magazine class so it can be build easily. The new weapons can found under: DayZ Epoch Static Weapons in the editor. Server admins have to add Battleye Filters for most of the static weapons. Since adding it to all server would weaken also servers which do not use those new static weapons.
2021-08-20 18:25:01 +02:00
A Man d230768b96 Update documentation 2021-08-20 14:09:12 +02:00
A Man 3799023b53 Update CHANGE LOG 1.0.7.1.txt 2021-08-20 13:33:03 +02:00
A Man 0e7880b73d Update README.md
Ive removed all the dead links from Armaholics since it is down and will not come back.
2021-08-20 13:17:12 +02:00
A Man a3a4cf9003 Add G3A3 with attachment support
Thx to SyNcRoNiCzZ for this wonderful addon
2021-08-20 13:12:27 +02:00
A Man 474f2fce6d Remove missing sounds files 2021-08-19 17:41:56 +02:00
A Man 9852778ba9 Fix weapon dupe with server_playerSync
This reverts all the last changes to server_playerSync and creates a new global variable for dayz_onBack. This should be the best way to save the gear correct and still get dayz_onBack if the player leaves the server. This change removes the constant sending of the whole player inventory over the network from force or regluar_save. It should no longer be needed since the server does the counting now.
2021-08-19 16:46:06 +02:00
A Man 032e09c03e Merge pull request #2152 from dreamforceinc/master
Update stringtable.xml
2021-08-19 15:17:56 +02:00
W0LF 0c3088bd13 Update stringtable.xml 2021-08-19 16:14:31 +03:00
A Man 30f15326c2 Add toggleable Virtual Garage by salival
This also adds heli pads to the wholesaler if the virutal garage is activated.
2021-08-18 23:43:21 +02:00
A Man d6cebd4598 Update bloodsucker strings 2021-08-18 21:31:35 +02:00
A Man e6eb94197d Add toggleable vehicle key changer by salival 2021-08-18 21:30:48 +02:00
worldwidesorrow cc1babf570 Add config for mutant heart protection 2021-08-18 14:19:44 -05:00
worldwidesorrow 8422133a7d Add sound effects for Bloodsuckers 2021-08-18 12:25:29 -05:00
A Man 8c463674b7 Add StaticWeapon check on hive start 2021-08-18 18:59:17 +02:00
A Man be7898aac1 Add toggleable Bury and Butcher Bodies by salival
This also re-arranges the configVariables.sqf and loads the variables for both (server and client) first. This allows to check for certain variables like Z_SingleCurrency and stops the loading of all other Z_SingleCurrency variables even when Z_SingleCurrency was not on.
2021-08-18 18:38:03 +02:00
A Man fa75563ae1 Make ZSC vars getting only checked if Z_SingleCurrency = true 2021-08-18 17:29:12 +02:00
A Man 339c14ae52 Revert moving down dayz_actionInProgress = true;
Do not move dayz_actionInProgress = true; lower. Fast clicker can bypass this check very easy then.

Also add isNull check.
2021-08-18 17:14:57 +02:00
A Man 615a9a0be8 Fix overwritten RedRyder 2021-08-18 17:07:32 +02:00
A Man cb83c02917 Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2021-08-18 17:05:03 +02:00
worldwidesorrow a1c7dfec43 Update createvehicle.txt 2021-08-18 09:59:12 -05:00
worldwidesorrow 3a100962f7 accidental overwrite 2021-08-18 09:51:29 -05:00
worldwidesorrow 05118343fc Integrate NS Bloodsuckers
Add and update files for bloodsucker spawning option.
2021-08-18 09:47:25 -05:00
A Man b3871aa321 Add toggleable Garage Door Opener by salival 2021-08-18 13:51:05 +02:00
A Man 343128bb0c Add toggleable Vehicle Service Point by salival 2021-08-18 13:14:17 +02:00
A Man c10a436c71 Fix 200Rnd 40mm FV510 HE and Sabot could not be used 2021-08-18 11:20:30 +02:00
A Man cc005a973a Add toggleable Safe Zone Relocate by salival 2021-08-18 11:01:29 +02:00
A Man 1113b57934 Add toggleable salivals Take Clothes to Epoch Core
This also adds the option to disable taking clothes for certain clothing.
2021-08-18 10:42:03 +02:00
A Man 152ec42dae Add toggleable Locate Vehicle by salival to Epoch Core 2021-08-18 09:56:24 +02:00
A Man 37bab14685 Remove not existing MeleeBaseball from MeleeWeapons array 2021-08-17 22:04:32 +02:00
A Man 858f418a3d Add missing combine action for the Desert Eagle, 20Rnd stanag mag 2021-08-17 21:55:55 +02:00
A Man d3f0427d4c Update scripts.txt
Still work in progress
2021-08-17 21:54:13 +02:00
A Man a9500b4e6e Add Salivals Remote Vehicle to Epoch Core
Functions getting only loaded if DZE_Remote_Vehicle is true.
2021-08-17 21:53:54 +02:00
A Man c4919d65e5 Add epoch right click actions to Epoch Core
The right click menu made by Mudzereli and updated by Salival is part of epoch now. It gets only loaded if the DZE_CLICK_ACTIONS is not empty.
2021-08-17 19:20:33 +02:00
A Man ad3c38e403 Remove not working Iron Sight optics of SUV and SVD Gold 2021-08-17 17:48:40 +02:00
A Man 87127d5969 Remove unused dead_bodyCleanup variable 2021-08-17 17:16:01 +02:00
A Man 6348294ac5 Switch to correct function 2021-08-17 16:47:45 +02:00
worldwidesorrow b72c8ceeda Merge pull request #2151 from looter809/patch-1
Update fn_selfActions.sqf
2021-08-02 14:14:18 -05:00
looter809 831ad4b006 Update fn_selfActions.sqf 2021-08-02 09:39:16 -07:00
looter809 17cc619d06 Update fn_selfActions.sqf
Fix players not being able to lock a safe that they do not have the combination for.
2021-07-30 22:44:47 -07:00
A Man e6b2e963ba Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2021-07-28 20:07:05 +02:00
A Man b0871c3a41 Add german strings for snapping 2021-07-28 20:06:51 +02:00
worldwidesorrow f68e92d552 Update snappoints.hpp
Adjust z position to center of metal and glass floors. Adjust the top of the cinder walls so they line up with the top of the cinder gate when stacked 2 high. Add additional snap points to the 4x metal floors.

The 3d models of the wood floors need adjustment so the x and y axis are at the center of the models.
2021-07-28 13:01:42 -05:00
worldwidesorrow 353236c282 Add new strings for extra snap points on 4x floors 2021-07-28 12:52:09 -05:00
A Man 85fb29fcf6 Update CHANGE LOG 1.0.7.1.txt 2021-07-26 13:59:57 +02:00