Commit Graph

6376 Commits

Author SHA1 Message Date
oiad 367d74f3f4 Update server_handleSafeGear.sqf 2017-08-19 11:53:11 +12:00
oiad ecf013839e Dont show incomplete lockbox code
If the player enters a wrong code the algorithm can make the entered code seem completely bogus, let's just exit out of the routine if that's the case.

Sample bad code (Just hit red key):
```11:45:54 "salival (playerUID) FAILED unlocking LockBox with code: Red0-9900 (actual: Red34) @038117 [3899.36,3580.24,1.632]"```
2017-08-19 11:46:35 +12:00
oiad e21e0e217f Remove comment for engine starting/stopping
Actually makes this functional without editing it, this is quite useful for custom scripts.
2017-08-17 23:33:51 +12:00
oiad bdfbcb1e32 Fix vehicles bouncing when upgrading.
This helps stop vehicles bouncing when being upgraded.
The Vehicle Key Changer script I rewrote uses the epoch vehicle upgrade system to claim/change the vehicle key, we noticed that it was causing the vehicles to bounce, but VKC uses all the position functions from the epoch script so it's not something that VKC has introduced.
2017-08-17 23:28:16 +12:00
oiad 4355824aad Revert commit 2017-08-17 23:25:08 +12:00
oiad d04a99aa04 Fix vehicles bouncing when upgrading.
This helps stop vehicles bouncing when being upgraded.
The Vehicle Key Changer script I rewrote uses the epoch vehicle upgrade system to claim/change the vehicle key, we noticed that it was causing the vehicles to bounce, but VKC uses all the position functions from the epoch script so it's not something that VKC has introduced.
2017-08-17 23:19:48 +12:00
oiad 7428f3fd1f AI hit messages and continuity
This changes the hit messages to only show AI instead of the AI's names.
Changes this:
20:08:37 "P1ayer PID#7(salival) hit by PID#1(Qadeer Hakimi) with
vil_G36VA4Eot/B_556x45_Ball <ammo left:25> from 356 meters in head_hit
for 0 damage"
To this:
20:08:37 "P1ayer PID#7(salival) hit by AI with
vil_G36VA4Eot/B_556x45_Ball <ammo left:25> from 356 meters in head_hit
for 0 damage"

Sanity fix for hit and kill for vehicles so they match:
Before:
22:44:03 "P1ayer PID#3(salival) hit by AI in Pickup (PK) DZ from 15
meters in head_hit for 0.88666 damage"
After:
22:44:03 "P1ayer PID#3(salival) hit by AI with a Pickup (PK) DZ from 15
meters in head_hit for 0.88666 damage"
Kill message:
22:44:04 "salival (76561197999617086) salival was killed
by AI with a Pickup_PK_INS_DZ from 15m"
2017-08-17 23:09:10 +12:00
ebayShopper 026788e714 Block another A2OA script execution exploit
Thanks to Dihan for reporting on Discord.

This exploit may work with other event handlers, displays and controls.
Please leave a comment if you find any others that work. I tested GPS,
abort, MP setup and group menu displays, as well as the map diary list
box controls, but none of those had this problem.

This should be fixed with an A2OA patch, please report to Bohemia.
2017-08-13 16:07:03 -04:00
icomrade 368aa1217b Merge pull request #1961 from oiad/master
Condense locked status to a variable
2017-08-06 14:40:28 -04:00
oiad 2a01194d87 Condense locked status to a variable
This will be easier for custom mods that use the lock checking
(vkc/virtual garage etc) as well as removing overhead from
fn_selfActions
2017-08-06 09:41:23 +12:00
icomrade de36dee67c Update scripts.txt 2017-08-04 20:59:11 -04:00
icomrade b701907c18 Merge pull request #1960 from oiad/master
extend epoch_tempKeys to return key classnames also
2017-08-04 10:03:24 -04:00
oiad 751fdc9e82 extend epoch_tempKeys to return key classnames also 2017-08-04 23:18:27 +12:00
icomrade 68be0c6003 remove squad xml input box
doesn't actually stop a squad xml from being loaded, but if the player opens the panel the url will be erased from their profile file
2017-08-03 17:01:30 -04:00
icomrade ae0ddbe735 duplicates 2017-08-03 17:00:09 -04:00
icomrade e2f14dcb04 adjust filters 2017-08-02 18:59:15 -04:00
icomrade e326678504 Don't str str 2017-08-02 18:57:26 -04:00
icomrade f7608965df remove server control panel 2017-08-01 20:54:39 -04:00
icomrade 9cc3c82d5d set humanity early 2017-08-01 19:34:15 -04:00
icomrade fbfb124296 use str instead of format 2017-08-01 17:39:53 -04:00
icomrade 9acae56aba more scripts.txt filters 2017-07-30 18:41:57 -04:00
icomrade 6c7b884958 restrict again 2017-07-30 18:39:38 -04:00
icomrade 688c6a9423 increment version 2017-07-30 17:57:39 -04:00
ebayShopper 7a68f9f70b Add some basic compatibility for Ruegen map 2017-07-30 16:28:37 -04:00
ebayShopper 84556c9d03 Revert group menu color scheme to A2OA default 2017-07-30 12:44:58 -04:00
icomrade de92ae22be reduce charset 2017-07-29 21:12:23 -04:00
icomrade 096da756fe Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2017-07-29 21:09:26 -04:00
icomrade 8035df0ba0 Rudimentary auth for DeleteObj
limits distance to object, as well as validating random auth key.  added server_deleteObjDirect which is only for direct execution on the server, whereas server_deleteObj should be used for PVEH execution only
2017-07-29 21:09:20 -04:00
oiad 09bfddb46c Remove extra fn_selfActions check for refueling. (#1958) 2017-07-29 17:59:52 -04:00
icomrade 9b3ccaaa02 forgot 2017-07-29 17:32:08 -04:00
icomrade 4191fbfc3a should fix invincibility 2017-07-29 17:31:23 -04:00
icomrade bc4be38629 tweak switch model/morph again 2017-07-29 14:50:24 -04:00
icomrade ff7ec49ac5 make important point 2017-07-26 17:58:02 -04:00
icomrade a0a54fbb7b Update PV filter 2017-07-26 16:37:33 -04:00
icomrade bd35e0a574 Should prevent change clothes dupe
awaiting feedback, but I half-commited it in my previous commit accidently, so whatever
2017-07-26 12:46:58 -04:00
icomrade 73926b8785 prevent logout with d/c #1938
Should work to prevent the issue described in #1938 by disabling the abort option, causing the player to alt + F4 if they want to log out without reconnecting. which results in the gear pile/weaponholder from not being created.
2017-07-26 12:39:37 -04:00
icomrade 5acad04c43 should fix #1938
Also prevents logout on onPause conditions, i.e. logout if in combat, another player is near, or a zombie is near
2017-07-25 14:32:49 -04:00
ebayShopper db0ef1b744 Update publicvariableval.txt radio filter
https://github.com/EpochModTeam/DayZ-Epoch/commit/c4c9e1da0ad1a8cb4797d4b602d219166270b0b6#commitcomment-23071506
2017-07-13 19:18:59 -04:00
ebayShopper c4c9e1da0a Kick for radio commands in publicvariableval.txt 2017-07-12 20:34:51 -04:00
ebayShopper 635e1e5483 Use alive for gut zombie check #1957
Closes #1957
2017-07-08 15:40:06 -04:00
ebayShopper 78460ce4fc Delete all CrateLong in cleanup
Continuation of aab4262

Did not realize multiple are created for each vehicle
2017-06-24 15:27:22 -04:00
ebayShopper aab4262ebb Add cleanup of destroyed vehicles and CraterLong 2017-06-24 11:14:39 -04:00
A Man a7f2c88c32 Fix Corepatch AS50 magazine spawn (#1955)
* Fix Corepatch AS50 magazine spawn

The Corepatch broke some of the AS50 magazine spawns. Im not sure why it happend sometimes and sometimes not.

This message showed up sometimes: No entry 'bin\config.bin/CfgMagazines-5Rnd_127x99_as50_CP'.

The CorePatch use that: 

https://github.com/Goliath86/CorePatch/blob/e0d06f7086fb0e3b3e6b7dc22beeca3b087967be/CorePatch_CIT_14888/config.cpp

This commit should fix that error message and the AS50 name as well.

* Define 5Rnd_127x99_as50_CP class

* Update AS50 fix

* Revert AS50 ammo fix
2017-06-24 09:34:53 -04:00
ebayShopper efccc4a28d Remove take mine action from engineer skins
Closes #1954
2017-06-24 09:28:17 -04:00
ebayShopper 6fec7bc4a2 Fix short knockouts for tranquilizer bolt
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/9b5d1409bd0db4b98863f7eb85813a6a63d444ec
2017-06-23 18:16:57 -04:00
ebayShopper bd9aee620f Lower journal cover sound volume
Vanilla commit:

https://github.com/DayZMod/DayZ/commit/7e5b0a98a78c4f23a87063ecd278a84061812595
2017-06-23 15:19:26 -04:00
icomrade 38de4b0859 no longer needed 2017-06-19 14:57:16 -04:00
icomrade 7771920dc7 fix worlds error
should have just done it this way first :/
2017-06-19 14:56:40 -04:00
icomrade c4682e5346 Mitigate PboDLL limitation
this mitigates a newly introduced/reduced limitation on config size/entries when rapying content with Mikero's PBO tools. This issue will unfortunately not be fixed, hence moving keys to Epoch_B
2017-06-18 21:39:22 -04:00
icomrade 67bc61ff94 access is useless, update CFG Worlds 2017-06-16 13:35:32 -04:00