Commit Graph

1231 Commits

Author SHA1 Message Date
A Man 2a3b895647 Update keyboard.sqf
- Pressing ESC will cancel without opening the Arma exit menu.
- Pressing F while building will hold or release the object without altering the weapon firing mode.
- Pressing PgUp or PgDn while building will raise or lower the object without altering the weapon zeroing.

Thx @Victor-the-Cleaner
2021-09-19 18:35:53 +02:00
A Man fe0354a1ef Fix flashing scroll options 2021-09-16 09:57:58 +02:00
A Man 2f1edcaa43 Fix fn_selfaction cursorTarget problem
Big thanks @Victor-the-Cleaner for this fix.
2021-09-01 13:49:27 +02:00
A Man 72abb093a3 Re-write bloodsucker invisible animation process
setVehicleInit does not work correctly. rSETOBJECTTEXTURE is the only way to sync it for all clients fast enough. Also player_zombieCheck cannot handle the invisible part to the bloodsucker attack since all other players which got not attacked interrupt that process.
2021-08-31 18:10:05 +02:00
A Man 2639cece9e Fix invisible and running bloodsucker after death 2021-08-28 15:57:30 +02:00
A Man 3448563884 Allow custom mutant.fsm 2021-08-27 17:41:26 +02:00
A Man 2cb77d8a7a Change mutant texture path
This allows customizing when namalsk is loaded. Also add some more bloodsucker classes so server admins can set them an individual texture.
2021-08-26 15:54:28 +02:00
A Man 1a8d45e15b Add customizable zombie humanity for server admins 2021-08-26 11:50:47 +02:00
A Man d5656fb48b Add loot, damageEV and killedEV for mutants 2021-08-26 11:49:59 +02:00
seelenapparat d1abb66e9f Revert "Revert "Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch""
This reverts commit 109ec5c9a3.
2021-08-24 15:47:06 +02:00
seelenapparat 109ec5c9a3 Revert "Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch"
This reverts commit 4bbb3ac609, reversing
changes made to 96f1d40a71.
2021-08-24 15:32:43 +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 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 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
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 cb83c02917 Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2021-08-18 17:05:03 +02: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 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 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
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
worldwidesorrow 510f05842c Prevent non-string values from being checked by fnc_inString 2021-07-24 08:14:19 -05:00
A Man 6becd3d89f Fix radio state reset after changing clothes 2021-06-06 21:27:45 +02:00
A Man aeafb3b3e9 Fix ArmoredSUV gunner glitch again
Thx @TheFirstNoob
2021-05-26 15:22:59 +02:00
A Man 2cf5a523a3 Correct zombies chem light aggro at daytime 2021-05-22 10:48:39 +02:00
A Man 4dde3fa43b Merge pull request #2138 from F507DMT/patch-31
private fix fnc_getSetPos.sqf
2021-05-05 08:44:08 +02:00
A Man f519a8d7d2 Merge pull request #2137 from F507DMT/patch-30
private fix fn_selectRandomLocation.sqf
2021-05-05 08:43:42 +02:00
A Man e02acc49b9 Merge pull request #2136 from F507DMT/patch-29
private fix player_projectileNear.sqf
2021-05-05 08:43:24 +02:00
F507DMT 495fa4da36 Update fnc_getSetPos.sqf
private fix
2021-05-05 12:34:03 +06:00
F507DMT 187af5a866 Update fn_selectRandomLocation.sqf
private fix
2021-05-05 12:32:46 +06:00
F507DMT 62f3ac75e6 Update player_projectileNear.sqf
private fix
2021-05-05 12:29:42 +06:00
F507DMT d42c3f2680 Update fn_inString.sqf
private fix
2021-05-05 12:26:54 +06:00
F507DMT 8d89c62239 Update fn_buildWeightedArray.sqf
private fix
2021-05-05 12:17:26 +06:00
A Man e50900793f Merge pull request #2133 from F507DMT/patch-26
Update veh_handleKilled.sqf
2021-05-03 14:15:07 +02:00
A Man 17c65e0b0d Merge pull request #2131 from F507DMT/patch-24
Update player_gearSet.sqf - private fix
2021-05-03 14:14:54 +02:00
A Man a5f8c88141 Merge pull request #2130 from F507DMT/patch-23
Update fn_sunRise.sqf - private fix
2021-05-03 14:13:10 +02:00
A Man 0f8f19d4bf Merge pull request #2129 from F507DMT/patch-22
Update player_checkStealth.sqf - private fix
2021-05-03 14:12:07 +02:00
A Man 48c314885f Merge pull request #2127 from F507DMT/patch-17
Update player_attackfsmdelay.sqf - private fix
2021-05-03 14:11:23 +02:00
A Man 9ce29fb97d Merge pull request #2126 from F507DMT/patch-19
Update fn_inAngleSector.sqf - private fix
2021-05-03 14:11:08 +02:00
A Man 38bc7dc8db Merge pull request #2128 from F507DMT/patch-21
Update player_music.sqf - private fix
2021-05-03 14:09:52 +02:00
F507DMT 316032b8b9 Update veh_handleKilled.sqf
private fix
2021-05-03 17:55:21 +06:00
AirwavesMan cdfc57fd62 Fix sound for lock lockboxes too 2021-04-29 21:15:24 +02:00
AirwavesMan ffccff6a38 Fix wrong lockbox sound 2021-04-26 10:13:09 +02:00
F507DMT c93a346000 Update player_gearSet.sqf 2021-04-21 22:47:29 +06:00
F507DMT 7685b225bf Update player_gearSet.sqf 2021-04-21 22:44:29 +06:00
F507DMT 49c5403031 Update fn_sunRise.sqf 2021-04-21 22:40:36 +06:00
F507DMT 5187a69ed8 Update player_checkStealth.sqf 2021-04-21 22:39:22 +06:00
F507DMT 98d53ba6c2 Update player_music.sqf 2021-04-21 22:38:09 +06:00