Commit Graph

6543 Commits

Author SHA1 Message Date
Mikeeeyy fb189ddca2 Update player_spawn_2.sqf 2015-04-06 00:47:33 +01:00
Mikeeeyy 52a881b20d [FIX] Inventory wiping
dayz_Magazines isn't always set before syncing the character, and especially considering this is just on a loop makes it very unreliable. If you input an empty array to the server_playerSync then it will wipe your backpack and weapons aswell. Noticed this bug when players were complaining about it since I switched completely over to extDB. I've taken a look at the HiveExt.dll source and I'm pretty sure I found a check in there to see if the array is empty, which is still a hacky fix for this. I honestly wonder what the devs of DayZ were doing when they made this mod, honestly the coding is horrendous. I honestly just feel like making my own version of it from scratch sometimes. Rant over... sorry lol. Back on topic, using magazines player won't record the clip count in a magazine, but the only time that actually seems to be saved is when the gear dialog is closed because that's the only time you can record it using the gearIDC commands.
2015-04-05 19:05:12 +01:00
vbawol f0782d9c89 Merge pull request #1648 from seb3sec/patch-5
Correct output for deconstruction round bagfence
2015-04-03 22:58:28 -05:00
vbawol 5790d1e129 Merge pull request #1633 from seb3sec/patch-3
Add BAF_L110A1_Aim_DZE
2015-04-03 22:58:18 -05:00
vbawol 386ce924a2 Merge pull request #1627 from SplenectomY/patch-2
Add female coughing sounds
2015-04-03 22:53:51 -05:00
vbawol 3156e02b3f Merge pull request #1641 from Mikeeeyy/patch-17
Update server_updateObject.sqf
2015-04-03 22:53:17 -05:00
vbawol 01536b7515 Merge pull request #1647 from Markokil321/patch-7
Remove useless setting
2015-04-03 22:50:12 -05:00
vbawol c343541bb4 Merge pull request #1638 from seb3sec/patch-4
Remove hiddenSelections restrictions
2015-04-03 22:49:54 -05:00
vbawol 8d3239ad93 Merge pull request #1636 from Mikeeeyy/patch-15
Update Ammo.hpp
2015-04-03 22:49:25 -05:00
vbawol 444fd125d0 Merge pull request #1632 from seb3sec/patch-2
Fix for compile error "Item listed twice..."
2015-04-03 22:14:27 -05:00
vbawol 31c9f589af Merge pull request #1631 from seb3sec/patch-1
Fix for "Undefined base class" with FN FAL
2015-04-03 22:14:18 -05:00
seb3sec d2bacf367e Correct output for deconstruction round bagfence 2015-03-18 12:32:08 +01:00
Marko 94601f3139 Update config.cfg 2015-03-13 18:07:46 +01:00
Marko 16639d9741 Update config.cfg 2015-03-13 18:07:30 +01:00
Marko 6e5beb409d Update config.cfg 2015-03-13 18:07:15 +01:00
Marko e1d6f38ab5 Update config.cfg 2015-03-13 18:06:59 +01:00
Marko 04c933b318 Update config.cfg 2015-03-13 18:06:38 +01:00
Marko db97941418 Update config.cfg 2015-03-13 18:06:21 +01:00
Marko 86b83a1843 Update config.cfg 2015-03-13 18:06:06 +01:00
Marko 26407165ac Update config.cfg 2015-03-13 18:05:46 +01:00
Marko f734cb078f Update config.cfg 2015-03-13 18:05:25 +01:00
Marko 011c88d076 Update config.cfg 2015-03-13 18:05:04 +01:00
Marko 492caf6390 Update config.cfg 2015-03-13 18:04:49 +01:00
Marko fa4bbc9f00 Update config.cfg 2015-03-13 18:04:34 +01:00
Marko c398a419db Update config.cfg 2015-03-13 18:04:22 +01:00
Marko be260bf4ea Update config.cfg 2015-03-13 18:03:52 +01:00
Marko 93f8b61f58 Update config.cfg 2015-03-13 18:03:29 +01:00
Marko 2938f08723 Update config.cfg 2015-03-13 18:03:12 +01:00
Marko 69ffe8f31c Update config.cfg 2015-03-13 18:02:58 +01:00
Marko d41ee6b5de Update config.cfg 2015-03-13 18:02:30 +01:00
Marko 33b9fcffdb Update config.cfg
This option is deprecated and useless since OA STEAM update.

[10:10:19 | Edited 10:10:49] David Foltyn: secureID was deprecated and replaced with STEAMid, so imho that setting is now void
2015-03-13 18:01:39 +01:00
vbawol ff77466cbf Merge pull request #1640 from deannreid/patch-2
Edited change-log to add loading fix
2015-03-04 16:52:24 -06:00
[VB]AWOL 342072177c push test build of redryder pbo 2015-03-04 09:17:23 -06:00
vbawol ccd98e3a4c Merge pull request #1643 from arma2WillRobinson/rrpatch2
RedRyder post-server testing fixes
2015-03-04 08:55:52 -06:00
armaWillRobinson 10003f4ebf update 2015-03-03 19:43:17 -08:00
armaWillRobinson 5d36d84cb2 prefix change 2015-03-02 18:19:13 -08:00
armaWillRobinson c8ded9b38d patch 2015-03-02 18:07:17 -08:00
arma2WillRobinson 8e5ad427b8 Merge pull request #2 from vbawol/master
updating my git
2015-03-02 17:56:44 -08:00
arma2WillRobinson ade7d3f36d Merge pull request #1 from arma2WillRobinson/patch5
Patch5
2015-03-02 17:15:18 -08:00
armaWillRobinson b165cade29 update 2015-03-02 17:12:32 -08:00
Mikeeeyy fea1013a1c Update server_updateObject.sqf 2015-03-01 04:08:04 +00:00
Mikeeeyy 4814c4fd04 Update server_updateObject.sqf
Better formatting and some fixes, one major fix involving the saving of inventory. It was using format which has a limit. That could be a problem with a vehicle that can hold a lot of cargo with a ton of unique mags/weapons in it.
2015-02-28 01:30:09 +00:00
Dean Reid 3451892dab Edited change-log to add loading fix
#1610
2015-02-23 16:34:18 +00:00
vbawol 420df74924 Merge pull request #1639 from arma2WillRobinson/patch4
RedRyder added missing files
2015-02-22 14:44:04 -06:00
armaWillRobinson 96c3471d11 updated 2015-02-21 12:28:53 -08:00
seb3sec e8430a49c5 removed hiddenSelections definition 2015-02-21 02:56:25 +01:00
seb3sec 70f232e0ff remove hiddenSelection definition 2015-02-21 02:55:25 +01:00
seb3sec 49d702b6b8 Keep hiddenSelections for armed Mi17
hiddenSelections = {}; removes the option to use custom textures on the armed version. The civilian one has these hiddenSelections.
2015-02-21 02:33:05 +01:00
Mikeeeyy 2e8fb3bd17 Update Ammo.hpp 2015-02-19 21:16:34 +00:00
seb3sec 3e62064a06 Rename BAF_L110A1_Aim to BAF_L110A1_Aim.hpp 2015-02-19 13:37:28 +01:00