Results 1 to 6 of 6
  1. #1
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool DayZ Standalone .59 Experimental: New Weapons, and Helmet Info

    These are some new weapon configs for DayZ .59 Experimental.
    I also put together a list of helmets (some new, some old) with stats for comparison as far as effectiveness.

    Credits:
    Reverse, Research, and Composition - Mizzle420420
    Source - Bohemia Interactive Studios

    Thank and Rep if this helped


    Code:
    //DayZ .59 Experimental Info - Reverse, Research, and Composition by Mizzle420420 11/4/2015
    
    CZ61 = 
    {
    	chamberSize = 1;
    	chamberedRound = "";
    	camberableFrom = {"Ammo_380"};
    	magazines = {"M_CZ61_20Rnd"};
    	weight = 1280;	
    	dispersion = 0.003000;
    	reloadTime = 0.092000;
    	dexterity = 3.300000;
    	itemSize = {4, 3};	
    	modes = {"FullAuto"};
    	lootTag = {"Police", "Military_east"};
    	hiddenSelections = {"camo"};	
    	baseAttachments = {};
    	attachments = {"suppressorImpro", "weaponMuzzleAK"};	
    	displayName = "CZ61 Skorpion";
    	descriptionShort = "Skorpion is Czechoslovak sub-machine gun produced under the official designation - submachine gun model 1961. It was developed for use with security forces and special forces, the weapon was also accepted into service with the Czechoslovak Army.";
    };
    
    Fal = 
    {
    	chamberSize = 1;		
    	chamberedRound = "";
    	camberableFrom = {"Ammo_308Win"};
    	magazines = {"M_Fal_20Rnd"};
    	weight = 3700;		
    	dispersion = 0.000750;
    	reloadTime = 0.100000;
    	dexterity = 2.300000;
    	modes = {"SemiAuto"};		
    	lootTag = {"Military_west"};
    	baseAttachments = {"Att_Buttstock_FalOe"};
    	attachments = {"weaponWrap", "suppressorImpro", "weaponButtstockFal"};		
    	displayName = "FAL";
    	descriptionShort = "The right arm of the free world";
    };
    
    VSS = 
    {
    	chamberSize = 1;
    	chamberedRound = "";
    	camberableFrom = {"Ammo_9x39"};
    	magazines = {"M_Vss_10Rnd"};
    	weight = 1990;
    	reloadTime = 0.100000;
    	dispersion = 0.002000;
    	dexterity = 2.750000;
    	modes = {"FullAuto"};		
    	lootTag = {"Military_east_special"};		
    	baseAttachments = {"Att_Optic_PSO11"};
    	attachments = {"weaponOpticsAK", "weaponWrap"};
    	displayName = "VSS Vintorez";
    	descriptionShort = "Integrally suppressed sniper rifle, developed in late 80's Soviet Union. Issued to Spetznaz units for clandestine operations.";
    };
    
    DE_Gold =
    {
    	chamberSize = 1;
    	chamberedRound = "";
    	magazines = {"M_DE_9rnd"};
    	camberableFrom = {"Ammo_357"};
    	attachments = {};	
    	weight = 1500;
    	dexterity = 2.800000;	
    	reloadTime = 0.180000;
    	dispersion = 0.006000;
    	itemSize = {2, 2};
    	modes = {"Single"};			
    	lootTag = {"Civilian"};					
    	displayName = "Golden Eagle";
    	descriptionShort = "Ludicrously large pistol coated in real gold. Bored for .357 Magnum.";
    };
    
    Red9 =
    {
    	chamberSize = 10;
    	chamberedRound = "";
    	magazines = {};
    	camberableFrom = {"Ammo_9mm", "CLIP_9mm_10Rnd"};
    	attachments = {"suppressorImpro", "weaponButtstockRed9"};
    	weight = 960;	
    	dexterity = 4;	
    	dispersion = 0.006000;
    	reloadTime = 0.180000;
    	itemSize = {2, 2};
    	modes = {"Single"};	
    	lootTag = {"Civilian"};	
    	displayName = "Red 9";	
    	descriptionShort = "World War 1 era pistol with integral 10 round magazine. Fires 9mm Luger.";
    };
    
    Glock19 =
    {
    	chamberSize = 1;
    	chamberedRound = "";
    	magazines = {"M_Glock_15Rnd"};
    	camberableFrom = {"Ammo_9mm"};	
    	weight = 1000;	
    	dexterity = 3.600000;
    	reloadTime = 0.130000;
    	dispersion = 0.006000;
    	itemSize = {2, 2};
    	modes = {"Single"};
    	lootTag = {"Police"};	
    	displayName = "Glock 19";
    	descriptionShort = "Uses 9mm ammo";	
    };
    
    DartGun = 
    {
    	chamberedRound = "D_Syringe";
    	magazines = {"D_Syringe_Single", "M_dartgun_CO2"};
    	attachments = {};	
    	weight = 950;	
    	reloadTime = 0.700000;
    	dexterity = 3.700000;
    	dispersion = 0.003000;
    	itemSize = {2, 2};
    	modes = {"Single"};
    	lootTag = {"Hunting", "Civilian"};	
    	displayName = "Dartgun";	
    	descriptionShort = "This pistol is practical gas-based dart projector.";
    };
    
    HelmetInfo =
    {
    	Cover_BurlapSack = //lowest protection
    	{
    		bleed = 0.100000;
    		shock = 0;
    	};
    	BeanieHat = //low fist protection
    	{
    		bleed = 0.150000;
    		shock = 50;
    	};			
    	ConstructionHelmet = // light protection from bullets, decent protection from Melee
    	{
    		ballistic = 0.400000;
    		bleed = 1;
    		shock = 5000;
    	};	
    	PilotHelmet_ZSh3 = //decent protection from bullets, light protection from Melee
    	{
    		biological = 0.200000;
    		ballistic = 0.700000;
    		bleed = 0.900000;
    		shock = 3000;
    	};			
    	GorkaHelmet = //decent protection from bullets, strong protection from Melee
    	{
    		biological = 0.450000;
    		ballistic = 0.800000;
    		bleed = 0.800000;			
    		shock = 10000;		
    	};
    	BallisticHelmet = //strongest protection from bullets and Melee
    	{
    		biological = 0.200000;
    		ballistic = 1.500000;
    		bleed = 0.900000;
    		shock = 10000;
    	};	
    	Ssh68Helmet = //new .59 same stats as ballistic helmet
    	{
    		biological = 0.200000;
    		ballistic = 1.500000;
    		bleed = 0.900000;
    		shock = 10000;
    	};	
    	Greathelm = //new .59 strongest protection against Melee, somewhat decent protection from bullets
    	{
    		biological = 0.600000;
    		ballistic = 0.500000;
    		bleed = 1.000000;
    		shock = 10000;
    	};	
    	EnfusionClassnameExamples = 
    	{			
    		EN5C_GreatHelm
    		EN5C_Ssh68Helmet
    	};	
    };
    Last edited by Mizzle420420; 11-05-2015 at 12:11 AM.

  2. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    Smoke (11-05-2015)

  3. #2
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Awesome script man!

    Will help alot of users.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

  4. #3
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Nice release bro!

  5. #4
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Smoke View Post
    Awesome script man!

    Will help alot of users.
    Thanks it's mostly just excerpts from the DayZ files I found, I sorted out all the useless stuff and organized it. There is tons more of that stuff in there I just didn't feel like spending a week doing it.

  6. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    Smoke (12-20-2015)

  7. #5
    Ausar1215's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how to use the code

  8. #6
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Ausar1215 View Post
    how to use the code
    This is simply information, not a cheat.

Similar Threads

  1. [Info] DayZ Standalone .59 Experimental: Server Events and Spawns
    By Mizzle420420 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 12-22-2015, 04:34 PM
  2. [WTS] DayZ StandAlone | Spawning Service | Sets | Regular and hardcore | Trusted
    By Doomey in forum DayZ Selling / Trading / Buying
    Replies: 3
    Last Post: 06-05-2014, 03:35 PM
  3. March/15 patch new weapons and maps
    By [Banned] [Banned] and in forum CrossFire Hacks & Cheats
    Replies: 20
    Last Post: 02-16-2010, 06:05 PM
  4. New weapons and stuff that will come *Not next patch*
    By ineverhack in forum CrossFire Hacks & Cheats
    Replies: 21
    Last Post: 08-31-2009, 04:10 PM
  5. NEW WEAPONS (AND FAIL)
    By epicowns in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 07-31-2009, 09:25 AM

Tags for this Thread