Skip to content

Instantly share code, notes, and snippets.

@RoyBellingan
Created March 3, 2019 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoyBellingan/3dcfb3ed75dcd6f6c69efc698ec4a871 to your computer and use it in GitHub Desktop.
Save RoyBellingan/3dcfb3ed75dcd6f6c69efc698ec4a871 to your computer and use it in GitHub Desktop.
////////////////////////////////////////////////////////////////////
//DeRap: Kio_KKiv_ACE\config.bin
//Produced from mikero's Dos Tools Dll version 6.88
//'now' is Sun Mar 03 23:14:50 2019 : 'file' last modified on Thu Jun 08 22:00:31 2017
//https://armaservices.maverick-applications.com/Products/MikerosDosTools/default
////////////////////////////////////////////////////////////////////
#define _ARMA_
class CfgPatches
{
class kkiv_ACE
{
name = "25 KKiv 2035 - ACE";
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"Kio_Kkiv_2035"};
author = "Kiory";
ammo[] = {"Kkiv_25mm_Ball","Kkiv_25mm_Ball_APFSDS"};
};
};
class CfgWeapons
{
class Rifle_Base_F;
class Rifle_Long_Base_F: Rifle_Base_F
{
class WeaponSlotsInfo;
};
class GM6_base_F: Rifle_Long_Base_F
{
class WeaponSlotsInfo;
};
class kio_KKiv_2035: GM6_base_F
{
ACE_barrelTwist = 375;
ACE_barrelLength = 750;
ACE_twistDirection = 1;
};
};
class cfgAmmo
{
class BulletBase;
class Kkiv_25mm_Ball: BulletBase
{
ACE_caliber = 25.0;
ACE_bulletLength = 80;
ACE_bulletMass = 9;
ACE_ammoTempMuzzleVelocityShifts[] = {-27.2,-26.44,-23.76,-21.0,-17.54,-13.1,-7.95,-1.62,6.24,15.48,27.75};
ACE_ballisticCoefficients[] = {0.251};
ACE_velocityBoundaries[] = {};
ACE_standardAtmosphere = "ASM";
ACE_dragModel = 1;
ACE_muzzleVelocities[] = {750};
ACE_barrelLengths[] = {750};
};
class B_30mm_APFSDS;
class Kkiv_25mm_Ball_APFSDS: B_30mm_APFSDS
{
ACE_caliber = 25.0;
ACE_bulletLength = 80;
ACE_bulletMass = 9;
ACE_ammoTempMuzzleVelocityShifts[] = {-27.2,-26.44,-23.76,-21.0,-17.54,-13.1,-7.95,-1.62,6.24,15.48,27.75};
ACE_ballisticCoefficients[] = {0.251};
ACE_velocityBoundaries[] = {};
ACE_standardAtmosphere = "ASM";
ACE_dragModel = 1;
ACE_muzzleVelocities[] = {750};
ACE_barrelLengths[] = {750};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment