+ added more missing weights
+ added large sandbag with crafting 3 sandbags + 1 wire
+ potential fix for vehicle detection at seller
+ fixed mi17 civillian skin and added test for removing gear access
+ force all spawned objects to exact position
This commit is contained in:
vbawol
2013-02-18 10:47:43 -06:00
parent 56c310400f
commit 0dd7227d5c
13 changed files with 92 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define R3F_TIRED_CSV_EXPORT
//Uncomment to show some informations in game
#define R3F_TIRED_DEBUG
// #define R3F_TIRED_DEBUG
//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90

View File

@@ -1336,6 +1336,24 @@ class CfgWeight
{
weight = 0.003;
};
class 7Rnd_45ACP_1911
{
weight = 0.02;
};
class ItemZombieParts
{
weight = 5;
};
class ItemSandbag
{
weight = 10;
};
class ItemSandbagLarge
{
weight = 50;
};
};
};