Commit Graph

1011 Commits

Author SHA1 Message Date
Sequisha 04062f0bfb Update CfgBuildingLoot.hpp
Removed "MilitaryAmmo", vehicle ammo from MilitarySpecial Table.
2014-01-25 01:10:40 -05:00
[VB]AWOL 9089a4e6ac loot changes and sauerland
unstack instead of smelt
2014-01-24 19:15:58 -06:00
Skaronator 482a1ddcdf Update diag_log 2014-01-24 20:56:28 +01:00
Skaronator faaa645922 Include SpawnSelecter Config by Default 2014-01-24 20:52:33 +01:00
Skaronator ea7e1b9a77 Fix Antihack PVS Log System 2014-01-24 20:41:53 +01:00
Skaronator 7190991b46 Remove isSinglePlayer Mode 2014-01-24 20:27:20 +01:00
[VB]AWOL 7634fd38b6 drastically increased armor levels
trying to find a balance between build times and destruction time
2014-01-24 12:39:57 -06:00
Florian Kinder af16c83065 Updated loot table 2014-01-24 09:52:16 +01:00
Florian Kinder 8a008c4d90 Added M249_EP1_DZ 2014-01-24 09:52:04 +01:00
[VB]AWOL 973bc0c05f missing comma 2014-01-23 13:09:09 -06:00
[VB]AWOL 130d12b8ea land_ind_pec_03 and changed to new IndustrialMilitary
};
2014-01-23 02:41:56 -06:00
vbawol ede16ca10f Merge pull request #1006 from Fank/patch-5
Fixed M107_DZ
2014-01-23 00:40:33 -08:00
Sequisha 4c08762da0 Update CfgBuildingLoot.hpp
New class for Industrial-Military, (heavier weight on industrial parts).
2014-01-23 03:37:54 -05:00
Florian Kinder fbc37da085 Fixed M107_DZ 2014-01-23 09:29:05 +01:00
vbawol a1d93eb3d2 Merge pull request #1005 from Fank/patch-4
Fixed Typo
2014-01-23 00:10:42 -08:00
Sequisha 14dc4c1f23 Update cfgLoot.hpp
Shifted weights for weapons and ammo to coincide with balance for barracks/crashes.
2014-01-23 03:02:08 -05:00
Florian Kinder b03a2ed41d Fixed Typo 2014-01-23 09:01:42 +01:00
Sequisha 148f587045 Update CfgBuildingLoot.hpp
Balanced distribution of military rarity, removed vehicle ammo from Barracks.  Added Launcher to crash sites, and rarity of corresponding ammo in Barracks single piles.
2014-01-23 02:42:36 -05:00
[VB]AWOL 63ee278e82 lifting fixes 2014-01-22 18:07:26 -06:00
vbawol 44c1b62bde Merge pull request #989 from Fank/Vehicle/Air/MH60S
Added MH-60S DZ & MH-60S AL
2014-01-22 16:01:51 -08:00
vbawol 3aefa64146 Merge pull request #999 from Fank/Object/Base/Scaffolding
Added buildable scaffolding building
2014-01-22 16:00:28 -08:00
[VB]AWOL 8422057ff4 fixes was using incorrect variables here 2014-01-22 15:22:52 -06:00
[VB]AWOL 0fd1dc0028 force eject if vehicle is being towed/lifted 2014-01-22 15:22:37 -06:00
[VB]AWOL 3e8346dec4 private array 2014-01-22 15:22:11 -06:00
[VB]AWOL d4edea2be4 revised heli lift
disallow if crew != 0 or detach if crew > 0
DZE_HeliLift = false; disables heli lift
2014-01-22 14:48:57 -06:00
[VB]AWOL 4549a5189f incorrect description here 2014-01-22 12:18:25 -06:00
[VB]AWOL fa2ded3c27 setpos to get better placement of preview poles 2014-01-22 11:54:52 -06:00
[VB]AWOL 3b3ee0d905 removed build timer 2014-01-22 11:53:14 -06:00
[VB]AWOL 2e299958be 1 item always 2014-01-22 11:26:56 -06:00
[VB]AWOL 8a8e0ce8d2 corrected description 2014-01-22 11:26:41 -06:00
Skaronator 149b808b05 remove DZEMaintainCache var 2014-01-22 16:46:01 +01:00
[VB]AWOL ea43bbd0fc made use of GV and removed retry 2014-01-22 09:33:18 -06:00
[VB]AWOL ba9af58532 removed retry hopefully it will not be needed now 2014-01-22 09:32:33 -06:00
[VB]AWOL 054ab1ef45 move for server use and added DZE_maintainRange 2014-01-22 09:30:25 -06:00
[VB]AWOL cd224ddce2 silver and gold 10 x 1oz bar stack models 2014-01-22 08:39:14 -06:00
Florian Kinder c64ade63d8 Fixed wrong string, in Crafting 6x -> 12x Tanktrap 2014-01-22 13:35:28 +01:00
vbawol 9841350e7b Merge pull request #1002 from SGanthony/patch-5
Convert G36 and G36SD Ammo To STANAG Variant
2014-01-21 20:17:12 -08:00
vbawol aa574e6b6f Merge pull request #1001 from SGanthony/patch-4
Fixed Upgraded Black SUV Glass Armor
2014-01-21 19:22:06 -08:00
[VB]AWOL bc8083b4ed 40% chance to payout gem on removal of mine ruins 2014-01-21 17:58:38 -06:00
[VB]AWOL 088248d079 use PVS here instead 2014-01-21 17:13:26 -06:00
SGanthony 8b7e41792f Convert G36 and G36SD Ammo To STANAG Variant
By converting the G36 magazines to the STANAG variant it may reduce the character count for inventory database entries, thus decreasing the chances of the inventory field exceeding the allowed character count, deleting items, players losing items, and then leaving players/admins wondering what happened; waste of time. Further, since G36 magazines are not an item which the traders buy/sell, players can at least buy/sell the STANAG ammo they do find with the the G36 weapon.
2014-01-21 11:03:39 -06:00
SGanthony 3ea416a9d7 Fixed Upgraded Black SUV Glass Armor
Armor of the upgraded black SUV (SUV_TK_CIV_EP1_DZE1) was less than when not upgraded, and did not match the the other  upgraded SUVs.
2014-01-21 08:29:23 -06:00
Skaronator c97c82f812 ~Custom Thing 2014-01-20 21:01:17 +01:00
Florian Kinder f310125122 Some fixes 2014-01-20 20:16:15 +01:00
[VB]AWOL 6eaa4f8bab TEST double agro range on all weapons 2014-01-20 09:03:52 -06:00
[VB]AWOL 90e862183d loot positions for new building 2014-01-20 09:03:32 -06:00
Florian Kinder 65123250a5 Added scaffolding building 2014-01-20 10:29:43 +01:00
Florian Kinder dfe88c6c51 Added scaffolding to removeable buildings 2014-01-20 10:22:58 +01:00
[VB]AWOL d9698c48a0 fixed constant blur effect after halo jump 2014-01-19 19:10:38 -06:00
Florian Kinder f7e880dc29 Added buildable scaffolding 2014-01-20 00:00:10 +01:00