Jump to content

Search the Community

Showing results for tags 'config'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 247 results

  1. Hello, I need some help with the config for a small mod I've been working on recently. I'm trying to create a few items based off of some static Arma objects/props that are already in the base game. I hope that this object can be put in a units inventory, as well as be placed by Zeus or in EDEN, with the object able to be picked up by a player. This is my first mod from "scratch" and it may be not possible to accomplish, or I forgot to add something simple. Here is what I have so far: class CfgPatches { class ODA_intel { units[]={}; weapons[]= { "Intel_Item_Base", "Intel_VideoCamera", "Intel_FileDoc", "Intel_FilePic", "Intel_Map", "Intel_Laptop", "Intel_MobileO", "Intel_MobileN", "Intel_Walkie" }; requiredVersion=0.1; version=1; requiredAddons[]= { "A3_Characters_F", "A3_Weapons_F", }; author[]= { "J. Shaw [2/5SFG(A)]" }; fileName="ODA_intel.pbo"; }; }; class cfgWeapons { class ItemCore; class InventoryItem_Base_F; class Intel_Item_Base: ItemCore { scope=1; access=3; displayName="-"; detectRange=-1; simulation="ItemMineDetector"; useAsBinocular=0; type=4096; picture=""; descriptionShort=""; class ItemInfo: InventoryItem_Base_F { mass=1; }; }; class Intel_VideoCamera: Intel_Item_Base { scope=2; scopeCurator=2; displayName="Video Camera"; model = "\A3\structures_f\Items\Electronics\HandyCam_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="Video Camera"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_FileDoc: Intel_Item_Base { scope=2; scopeCurator=2; displayName="File of Documents"; model = "\A3\structures_f\Items\Documents\File1_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="File full of documents"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_FilePic: Intel_Item_Base { scope=2; scopeCurator=2; displayName="File of Pictures"; model = "\A3\structures_f\Items\Documents\FilePhotos_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="File full of pictures"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_Map: Intel_Item_Base { scope=2; scopeCurator=2; displayName="Sleeved Map"; model = "\A3\structures_f\Items\Documents\Map_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="Sleeved map with marked locations"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_Laptop: Intel_Item_Base { scope=2; scopeCurator=2; displayName="Laptop"; model = "\A3\structures_f\Items\Electronics\Laptop_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="Laptop"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_MobileO: Intel_Item_Base { scope=2; scopeCurator=2; displayName="Old Cellphone"; model = "\A3\structures_f\Items\Electronics\MobilePhone_old_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="Old cellphone, like the one Sierra had"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_MobileN: Intel_Item_Base { scope=2; scopeCurator=2; displayName="New Cellphone"; model = "\A3\structures_f\Items\Electronics\MobilePhone_smart_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="New cellphone, like the one Sierra has trouble using"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; class Intel_Walkie: Intel_Item_Base { scope=2; scopeCurator=2; displayName="Walkie Talkie"; model = "\A3\structures_f\Items\Electronics\PortableLongRangeRadio_F.p3d"; picture="\ODA_intel\cpccoy_ca.paa"; descriptionShort="Radio Shack style walkie talkie"; editorSubcategory="EdSubcat_Office"; class ItemInfo: ItemInfo { mass=1; }; }; }; As it currently stands, the mod throws no errors when I run it, and the game loads without issue, however it is not visible in the EDEN, or Zeus. Any help is greatly appreciated.
  2. here is my code for my ghost hawk retexture #define true 1 #define false 0 class CfgPatches { class Iron_Skulls_PMC_Ghosthawk { units[] = {Iron_Skulls_PMC_Ghosthawk}; weapons[] = {}; requiredAddons[] = {}; }; }; class cfgVehicles { class B_Heli_Transport_02_F; //External Class Reference class Iron_Skulls_PMC_Ghosthawk: B_Heli_Transport_02_F { scope = 2; displayName = "Iron Skulls PMC Ghosthawk"; faction = "Iron_Skulls_PMC"; author = "CT-Baron"; vehicleClass = "Air"; Side = 1; crew = "Iron_Skulls_PMC_Soldier"; hiddenSelections[] = {"Camo1","Camo2"}; hiddenselectionstextures[] = {"arma3_Iron_Skulls_PMC\Iron_Skulls_Vehicles\Ghosthawk\Data\pmc_heli_transport_01_ext01_co.paa","arma3_Iron_Skulls_PMC\Iron_Skulls_Vehicles\Ghosthawk\Data\pmc_heli_transport_01_ext02_co.paa"}; { class = Library; { libTextDesc = "Iron Skulls PMC Ghosthawk"; }; }; }; and the error message i'am getting when i start it up is '{' encountered instead of '='.
  3. Hi guys, Is there a chart somewhere that converts KG or Lbs in "arma mass/weight"? we are trying to make are weapons realistic... but... cant figure out what do enter. Cheers
  4. ok im trying to start my vehicle config with the hmg strider and gmg strider and hope to move on the MSE-Marid,ghosthawk,one mbt, a attack chopper and the blackwasp, and the huron, in the future but everytime the game starts i cant find the strider in the garage in virtual arsenal and neither in eden editor and it also says it cant finde the scope for my custom strider. so here is the code if you want to look at it. class CfgPatches { class My_Mod_Config { units[] = {"Custom_Uniform_Mod"}; weapons[] = {}; requiredVersion = 0.1; requiredAddon[] = {"a3\characters_f"}; }; }; //************************************************************************************************************************************************************************************************************************************* //******** Factions ******************************************************************************************************************************************************************************************************************* //************************************************************************************************************************************************************************************************************************************* class CfgFactionClasses { class Iron_Skulls_PMC { displayName = "Iron Skulls PMC"; priority = 3; //position in list. side = 1; //Opfor = 0, Blufor = 1, Indep = 2. icon = ""; //Custom Icon }; }; class UniformSlotInfo { slotType = 0; linkProxy = "-"; }; class CfgVehicles { //******************************************************************************************************************************************************************************************************************************** //******* Units ****************************************************************************************************************************************************************************************************************** //******************************************************************************************************************************************************************************************************************************** class B_Soldier_F; class Iron_Skulls_PMC_Soldier: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_SS: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Squad Leader"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_02.p3d"; //NATO Rolled Up Sleeves uniformClass = "Iron_Skulls_PMC_SS"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_AT: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC AT"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_AT"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_AT_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_Demo: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Demo"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_Demo"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_demo_expert_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_Medic: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Medic"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_Medic"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_medic_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_Recon: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Recon"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_Recon"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_recon_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_Heli_Pilot: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Heli Pilot"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_Heli_Pilot"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_heli_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"SmokeShell","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"SmokeShell","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class Iron_Skulls_PMC_Jet_Pilot: B_soldier_F { author = "Clumsy Baron"; // scope = 2; displayName = "Iron Skulls PMC Jet Pilot"; identityTypes[] = {"Head_NATO", "G_NATO_default"}; genericNames = "NATOMen"; faction = "Iron_Skulls_PMC"; model = "\A3\characters_f_beta\INDEP\ia_soldier_01.p3d"; //Default NATO uniformClass = "Iron_Skulls_PMC_Jet_Pilot"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\arma3_Iron_Skulls_PMC\Data\pmc_soldier_clothing_black_jet_co.paa"}; weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {"SmokeShell","Chemlight_green","Chemlight_green"}; respawnMagazines[] = {"SmokeShell","Chemlight_green","Chemlight_green"}; linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"}; }; class B_Kitbag_Base; class Iron_Skulls_Assualt_Backpack: B_Kitbag_Base { scope = 2; displayName = "Iron Skulls Assualt Backpack"; picture = "-"; hiddenSelectionsTextures[] = {"arma3_Iron_Skulls_PMC\Data\pmc_backpack_assualt_co.paa"}; }; class Landvehicle; class B_MRAP_03_HMG_F; class B_MRAP_03_GMG_F; class Iron_Skulls_PMC_MRAP: B_MRAP_03_HMG_F { scope =2; side =1; crew = "Iron_Skulls_PMC_Soldier"; faction = "Iron_Skulls_PMC"; displayName = "Iron Skulls PMC MRAP"; hiddenSelections[] = {"Camo"}; hiddenSelectionsTextures[] = {"arma3_Iron_Skulls_PMC\Data\MRAP_03_ext_pmc_CO.paa"}; }; }; class cfgweapons { }; }; };
  5. Hello, I thought I'd come here for assistance since people are experienced in terrain builder. I'm currently having issues exporting my terrain after having added custom tree's. When I try to export it it gives me this error: ERROR: there is no config.bin/cpp found for \plants_winter\models\t\t_picea1s.p3d I was also wondering if there's a way to "import" objects placed in the eden editor on the map to terrain builder. Thank you for your time and have a good day :)
  6. Hi, Currently I am trying to finalize a weapon pack of about 16 new weapons for a Mod I am developing. All the weapons are working almost as intended, except two issues which I cannot find any understandable info on. 1. I cannot figure out how to add the full auto firing mode to my weapon. 2. I cannot seem to get the attachments to work as intended. Here is my Config: class CfgWeapons { class myGUN_base { access = 3; afmax = 0; aidispersioncoefx = 4; aidispersioncoefy = 5; airateoffire = 0.5; airateoffiredistance = 500; ammo = ""; autofire = 1; autoreload = 0; backgroundreload = 0; ballisticscomputer = 0; bullet1[] = {"A3\sounds_f\weapons\shells\7_62\metal_762_01.wav", 0.1, 1, 15}; bullet10[] = {"A3\sounds_f\weapons\shells\7_62\grass_762_02.wav", 0.01, 1, 15}; bullet11[] = {"A3\sounds_f\weapons\shells\7_62\grass_762_03.wav", 0.01, 1, 15}; bullet12[] = {"A3\sounds_f\weapons\shells\7_62\grass_762_04.wav", 0.01, 1, 15}; bullet2[] = {"A3\sounds_f\weapons\shells\7_62\metal_762_02.wav", 0.1, 1, 15}; bullet3[] = {"A3\sounds_f\weapons\shells\7_62\metal_762_03.wav", 0.177828, 1, 15}; bullet4[] = {"A3\sounds_f\weapons\shells\7_62\metal_762_04.wav", 0.177828, 1, 15}; bullet5[] = {"A3\sounds_f\weapons\shells\7_62\dirt_762_01.wav", 0.1, 1, 15}; bullet6[] = {"A3\sounds_f\weapons\shells\7_62\dirt_762_02.wav", 0.1, 1, 15}; bullet7[] = {"A3\sounds_f\weapons\shells\7_62\dirt_762_03.wav", 0.1, 1, 15}; bullet8[] = {"A3\sounds_f\weapons\shells\7_62\dirt_762_04.wav", 0.1, 1, 15}; bullet9[] = {"A3\sounds_f\weapons\shells\7_62\grass_762_01.wav", 0.01, 1, 15}; candrop = 1; canlock = 0; canshootinwater = 0; cartridgepos = "nabojnicestart"; cartridgevel = "nabojniceend"; count = 0; cursor = "arifle"; cursoraim = "CursorAim"; cursoraimon = ""; cursorsize = 1; cmimmunity = 1; descriptionshort = "Assault Rifle <br />Caliber: 5.56mm"; detectrange = 0; dexterity = 1.64; discretedistance[] = {100, 300, 400, 600, 800}; discretedistanceinitindex = 1; dispersion = 0.0001; displayname = "myGUN"; disposableweapon = 0; distancezoommax = 300; distancezoommin = 300; drysound[] = {"A3\sounds_f\weapons\other\dry7.wav", 0.01, 1}; emptysound[] = {"", 1, 1}; enableattack = 1; ffcount = 3; fffrequency = 11; ffmagnitude = 0.5; fireanims[] = {}; firelightduration = 0.05; firelightintensity = 0.012; firespreadangle = "3.0f"; flash = "gunfire"; flashsize = 0.5; forceoptics = 0; handanim[] = {"OFP2_ManSkeleton","\A3\Weapons_F\Rifles\MX\data\Anim\mx_cqc.rtm"}; //hand animation lcation hiddenselections[] = {}; hiddenselectionstextures[] = {}; hiddenunderwaterselections[] = {}; hiddenunderwaterselectionstextures[] = {}; htmax = 600; htmin = 1; initspeed = 0; irdistance = 0; irdotintensity = 0.001; irlaserend = "laser dir"; irlaserpos = "laser pos"; laser = 0; lockacquire = 1; lockedtargetsound[] = {"\A3\sounds_f\dummysound", 0.000316228, 6}; lockingtargetsound[] = {"\A3\sounds_f\dummysound", 0.000316228, 2}; magazinereloadtime = 0; magazines[] = {"myGUN_30Rnd_556x45_B_Stanag", "myGUN_30Rnd_556x45_T_Stanag"}; //magazines used maxleadspeed = 23; maxrange = 500; maxrangeprobab = 0.04; maxrecoilsway = 0.008; memorypointcamera = "eye"; mfact = 1; mfmax = 0; midrange = 150; midrangeprobab = 0.58; minrange = 1; minrangeprobab = 0.3; model = "EC_Weapons\myGUN"; modelmagazine = ""; modeloptics = "-"; modelspecial = ""; modes[] = {"Single", "Burst"}; multiplier = 1; muzzleend = "konec hlavne"; muzzlepos = "usti hlavne"; muzzles[] = {"this"}; namesound = "rifle"; optics = 0; opticsdisableperipherialvision = 0.67; opticsflare = 0; opticsid = 0; opticsppeffects[] = {}; opticszoominit = 0.75; opticszoommax = 1.1; opticszoommin = 0.375; picture = "\EC_Weapons\UI\gear_myGUN_x_ca"; primary = 10; recoil = "assaultRifleBase"; recoilprone = "assaultRifleBase"; reloadaction = "GestureReloadMX"; //reload gesture reloadmagazinesound[] = {"A3\sounds_f\weapons\reloads\new_trg.wav", 0.1, 1, 30}; reloadsound[] = {"", 1, 1}; reloadtime = 0.15; scope = 0; selectionfireanim = "zasleh"; showaimcursorinternal = 1; showempty = 1; shownunderwaterselections[] = {}; showswitchaction = 0; showtoplayer = 1; simulation = "Weapon"; sound[] = {"\EC_Weapons\sound\myGUN", 4,4}; soundbegin[] = {"sound", 1}; soundbeginwater[] = {"sound", 1}; soundbullet[] = {"bullet1", 0.083, "bullet2", 0.083, "bullet3", 0.083, "bullet4", 0.083, "bullet5", 0.083, "bullet6", 0.083, "bullet7", 0.083, "bullet8", 0.083, "bullet9", 0.083, "bullet10", 0.083, "bullet11", 0.083, "bullet12", 0.083}; soundburst = 1; soundclosure[] = {"sound", 1}; soundcontinuous = 0; soundend[] = {"sound", 1}; soundloop[] = {"sound", 1}; swaydecayspeed = 2; tbody = 100; texturetype = "default"; type = 1; uipicture = "\A3\weapons_f\data\UI\icon_regular_CA.paa"; useaction = 0; useactiontitle = ""; useasbinocular = 0; usemodeloptics = 1; value = 4; weaponinfotype = "RscWeaponZeroing"; weaponlockdelay = 0; weaponlocksystem = 0; weaponpoolavailable = 1; weaponsoundeffect = ""; weight = 0; class Library { libtextdesc = "myGUN"; }; class GunClouds { access = 0; cloudletaccy = 0; cloudletalpha = 0.3; cloudletanimperiod = 1; cloudletcolor[] = {1, 1, 1, 0}; cloudletduration = 0.05; cloudletfadein = 0; cloudletfadeout = 0.1; cloudletgrowup = 0.05; cloudletmaxyspeed = 100; cloudletminyspeed = -100; cloudletshape = "cloudletClouds"; cloudletsize = 1; deltat = 0; initt = 0; interval = -0.02; size = 0.3; sourcesize = 0.02; timetolive = 0; class Table { class T0 { color[] = {1, 1, 1, 0}; maxt = 0; }; }; }; class WeaponSlotsInfo { allowedslots[] = {901}; mass = 4; class MuzzleSlot { access = 1; compatibleitems[] = {"muzzle_snds_M"}; displayname = "Muzzle Slot"; linkproxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; scope = 0; }; class CowsSlot { access = 1; compatibleitems[] = {"optic_Arco", "optic_aco", "optic_ACO_grn", "optic_hamr", "optic_Holosight"}; displayname = "Optics Slot"; linkproxy = "\A3\data_f\proxies\weapon_slots\TOP"; scope = 2; }; class PointerSlot { access = 1; compatibleitems[] = {"acc_pointer_IR", "acc_flashlight"}; displayname = "Side Slot"; linkproxy = "\A3\data_f\proxies\weapon_slots\SIDE"; scope = 0; }; }; class ItemInfo { priority = 1; RMBhint = "XMX"; onHoverText = "TODO XMX DSS"; }; class GunParticles { class FirstEffect { directionname = "Konec hlavne"; effectname = "RifleAssaultCloud"; positionname = "Usti hlavne"; }; }; class Single: Mode_SemiAuto { sounds[] = {StandardSound, SilencedSound}; class BaseSoundModeType { weaponSoundEffect = "DefaultRifle"; closure1[]={"A3\sounds_f\weapons\closure\closure_rifle_2", db-12, 1,10}; closure2[]={"A3\sounds_f\weapons\closure\closure_rifle_3", db-12, 1,10}; soundClosure[]={closure1,0.5, closure2,0.5}; }; class StandardSound: BaseSoundModeType /// Sounds inside this class are used when soundTypeIndex = 0, according to sounds[] { begin1[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; begin2[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; begin3[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; soundBegin[]={begin1,0.33, begin2,0.33, begin3,0.34}; }; class SilencedSound: BaseSoundModeType /// Sounds inside this class are used when soundTypeIndex = 1, according to sounds[] { begin1[]={"EC_Weapons\sound\myGUN.wav", db-1, 1,200}; begin2[]={"EC_Weapons\sound\myGUN.wav", db-1, 1,200}; soundBegin[]={begin1,0.5, begin2,0.5}; }; aidispersioncoefx = 1.4; aidispersioncoefy = 1.7; airateoffire = 2; airateoffiredistance = 500; artillerycharge = 1; artillerydispersion = 1; autofire = 0; burst = 1; canshootinwater = 0; dispersion = 0.00093; displayname = "Semi"; ffcount = 1; fffrequency = 11; ffmagnitude = 0.5; flash = "gunfire"; flashsize = 0.1; maxrange = 500; maxrangeprobab = 0.2; midrange = 250; midrangeprobab = 0.7; minrange = 2; minrangeprobab = 0.3; multiplier = 1; recoil = "recoil_single_mk20"; recoilProne = "recoil_single_prone_mk20"; reloadtime = 0.065; requiredoptictype = -1; showtoplayer = 1; soundbeginwater[] = {"sound", 1}; soundburst = 0; soundcontinuous = 0; soundend[] = {}; soundloop[] = {}; texturetype = "semi"; useaction = 0; useactiontitle = ""; }; class Burst: Mode_Burst { sounds[] = {StandardSound, SilencedSound}; class BaseSoundModeType { weaponSoundEffect = "DefaultRifle"; closure1[]={"A3\sounds_f\weapons\closure\closure_rifle_2", db-12, 1,10}; closure2[]={"A3\sounds_f\weapons\closure\closure_rifle_3", db-12, 1,10}; soundClosure[]={closure1,0.5, closure2,0.5}; }; class StandardSound: BaseSoundModeType /// Sounds inside this class are used when soundTypeIndex = 0, according to sounds[] { begin1[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; begin2[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; begin3[]={"EC_Weapons\sound\myGUN.wav", db0, 1,500}; soundBegin[]={begin1,0.33, begin2,0.33, begin3,0.34}; }; class SilencedSound: BaseSoundModeType /// Sounds inside this class are used when soundTypeIndex = 1, according to sounds[] { begin1[]={"EC_Weapons\sound\myGUN.wav", db-1, 1,200}; begin2[]={"EC_Weapons\sound\myGUN.wav", db-1, 1,200}; soundBegin[]={begin1,0.5, begin2,0.5}; }; aidispersioncoefx = 2; aidispersioncoefy = 3; airateoffire = "1e-006"; airateoffiredistance = 500; artillerycharge = 1; artillerydispersion = 1; autofire = 0; burst = 3; canshootinwater = 0; dispersion = 0.00093; displayname = "Burst"; ffcount = 1; fffrequency = 11; ffmagnitude = 0.5; flash = "gunfire"; flashsize = 0.1; maxrange = 30; maxrangeprobab = 0.05; midrange = 15; midrangeprobab = 0.7; minrange = 0; minrangeprobab = 0.9; multiplier = 1; recoil = "recoil_auto_trg"; recoilprone = "recoil_auto_prone_trg"; reloadtime = 0.07; requiredoptictype = -1; showtoplayer = 1; soundbeginwater[] = {"sound", 1}; soundburst = 0; soundcontinuous = 0; soundend[] = {"sound", 1}; soundloop[] = {}; texturetype = "burst"; useaction = 0; useactiontitle = ""; }; }; class myGUN : myGUN_base { scope = 2; }; }; Here a some screenshots for the attachment proxies on my model: Proxie Placements http://imgur.com/a/yFFKT Proxie Selections http://imgur.com/a/hriwx Any Help would be greatly appreciated!
  7. Hi Guys, Scrawling the forums, I have been educating myself on Functions & Remote Exec in aid of spawning AI groups (LV Scripts from Spunoff) via a GUI (Local to Admins which I have created), I have followed the formats from the wiki and Various other posts but I cannot seem to get it to execute, here are the files below it would be great if someone could look over it. Thanks! Description.EXT GUI Extract : dialogs.hpp Fnc_AlesiaMilitia.sqf
  8. Update: I managed to get most off the stuff working. Only the 1. ist still missing! Hey guys, okay I know this topic has been talked about for quite some time and there are several threads about it. However I still open a new one because I have some further questions. Lets start with my idea: I'm building a PMC Faction (for my unit) atm. There is no dress code meaning they can basically wear what they want (okay, to an extent ...). What I want to do now is, that the units you can place in the editor will have random gear (taken from a pool of classnames) when placed. Okay, I have managed to do that. Thats how it looks right now: CfgVehicles.hpp class CfgVehicles { .... .... .... class MYUNIT { .... .... .... .... class Eventhandlers: Eventhandlers { init = "[(_this select 0)] execVM '\PATH\scripts\random_uniform_unit.sqf';"; }; }; .... .... .... }; random_uniform_unit.sqf _unit = _this select 0; removeUniform _unit; removeHeadgear _unit; removevest _unit; _uniform = ["classname","classname"...] call BIS_fnc_selectRandom; _headGear = ["classname","classname"...] call BIS_fnc_selectRandom; _vest = ["classname","classname"...] call BIS_fnc_selectRandom; _unit addHeadgear _headGear; _unit addUniform _uniform; _unit addvest _vest; So far that works. Whenever I place a unit in the editor he gets randomly assigned a Helmet, Vest and Uniform. Now I have several other problems. 1. When I start the mission the unit yet again gets a new random gear. I know why but how could I prevent that from happening? 2. When the unit respawns he is naked. Again, I know why but how could I make it so the unit gets respawned with the very same gear he had when the mission started? 3. The way I do it right now also removes all the ammunition in the Uniform and Vest (setup with "magazines[] = {};" and "respawnmagazines[] = {};"). Yet again, its obvious why, but what would be the best way to get around that problem? One idea would be to assign the equipment (Mags and Grenades) directly in the random_uniform_unit.sqf which works but also creates problems with question number 2. I hope someone could help me with that task. I'm not the very best when it comes to scripting (but I try to learn wherever I can :3) and also config editing / Mod making is quite new to me. So bear with me, I'll try my best to not be a pain in the butt! BTW, if CBAs Extended EventHandlers would help here, I'd also use them but I'm quite unsure how to set them up. Many Greetings and many thanks in advance Moony
  9. How would I go about replacing the splash screen with a custom one? The one that shows when the game starts (with the Arma 3 logo). I'm unable to find the proper config. Is it composed of several elements or is it just one image?
  10. I never really worked out how to write my own config the content I have done already was using config templates I had found online or youtube. This is what I had tried to use got off the but unfortunately its not appearing in arma ///backpack config /// class cfgVehicles { class Bag_Base; class New_Bag: Bag_Base { author = "Stan"; scope = 2; model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Gorod"; displayName = "Medic Bag US Army"; picture = "\ww2_medic_bag\Data\medic_bag_logo"; hiddenSelectionsTextures[]={"\ww2_medic_bag\Data\medic_bag.paa"}; maximumLoad = 200; mass = 30; }; }; }; I dont get error messages when I launch up arma so what am i doing wrong. I got this config off community.bistudio.com Thanks for your time !!!!
  11. I'm working on a config that removes the armor from CSAT uniforms and adds armor to their harnesses. The harnesses aren't giving me any trouble, but the uniforms are. I understand their uniforms inherit armor values from the soldier configs themselves, so I edited those and gave them the same hit points values as CAManBase. Trouble is, now every uniform in the game has ballistic protection and I can't figure out why or how. No one but CSAT should be inheriting these values and there shouldn't be any ballistic protection either. On top of all this I'm getting the "No entry 'bin\config.bin/CfgWeapons/ItemInfo.scope'" and can't figure that one out either. Any help is appreciated here. Here's my config pasted in full. Or you can grab it in mod form if you want to see the effect for yourself: https://mega.nz/#!8MJ2gaDA!g5spf5ly_QEx13kZeQfZ-4N_ts9QijlGo6kh5OcLlwc
  12. Hello, For some reason, I made an Item and I want to forbid people from dropping that Item As it's a cfg weapon I tried to use canDrop = false : I've also tried to put it outside the iteminfo sub class Am I doing something wrong ? Or is it broken ? Do you know any other way to achieve what I want ? (also, am I allowed to do what I did in the "model" line ?) Thank you
  13. Forgive me if this sounds dumb or if i posted in the wrong forum. I am making a custom model with its own skeleton and was wondering if there is a way to test one of the animations i made ingame without having to make all the animations for the skeleton first. I just want to make sure its working right in arma first before i continue making the others. It works fine in object builder when i import matrixes on the p3d model.
  14. First of all, hello to everybody who is reading through this. My team and me consisting of two other ppl who are both highly experienced scripters both 3 years+ experience. Who would tackle the difficult part of the project like for example scripting a who new custom survival mod (work is allready beeing done on that front see below) The whole project aims to combine all the good from the arma2 dayz mod (the feel and ambiance, the amazingly high chance to run into another person, the absence of, i can just do some lootruns sell junk at the trader and buy myself an as50), Arma3 features (everything the arma3 engine has to offer and that we can use to our advantage), and some highly polished and custom "exile like" features. (completely custom trading system and tradingzones thats about it, yes there will be no missions because missions are just a big mess all there is either the server is empty -> you can do your missions in peace or server is full -> everbody camps a missions and waits until some idiots starts to do the missions and then snipes him when hes at the crate. Aswell as no exile like base building see below at "Whats planned" Whats planned: As mentioned allready completely custom survival DayZ script (so no exile scripts -> fully custom and expandable). Highly customized map (but done properly well not just some barracks in a massive sand bank square haha we all know and hate that stuff) (Base map will most likely be the A2 Version of chernarus not CUP since it looks quite alot better) (allready in the works) Coming with that new map design what will happen exactly. The whole maplayout will be story based fyi. when a zombie outbreak starts, it will probably not just the country that outbreak was in fighting the outbreak there will be help from other countries. So what is planned multiple smaller outposts from different factions Obviously the whole map would be polished up with props and small overrun checkpoints to make it feel proper zombie appocalypse (further details on interest) When you have that properly planned map layout you almost have to make a fully custom loot table which means that you can only find american weapons at american outposts same with AK's bla bla i think you get the point. What this does very well is encurage ppl to go to multiple outposts to get the best loadout which increases traffic on the map tremendously. (the loottable is allready beeing worked on aswell) Adding to that will come a completely custom trading system that completely gets rid of the whole coin system and makes it far more realistic alswell as a new tradezone system in itself (further details only on interest) Custom crafting system will also be available aswell as a wear system on guns and vehicles. Completely custom base building no ugly ass block fortresses but realistic stuff like pichting a tent, diggin a small hole to hide a chest or seeking shelter in a house and barricading the windows and puting a lock on the door. Lots more in planned and if i would go into detail about most of this stuff here i would be writing this for the next few hrs, and nobody would care to read through this (i think its already a bit much) What are we looking for? Modeling artist, what tasks would be there ? Custom items: backpacks, misc items, clothing (also converting arma 2 clothing (like about 5 skins) and making it modular for the arma3 system) Custom props and eventually even smaller buildings. Config coder, what tasks would there be ? Managing all weapons giving them sound proper recoil etc. General config work for interactions and managing the addon files. Thank you very much for reading through this If you seem interested (and even if you dont have the exact skills we need feel free to still contact us) feel free to contact me or my mates and we will be discussed further details as mentioned already what is described above is mearly a part of the bear shell. Best regards Chris KiwiBear: http://steamcommunity.com/profiles/76561198018276573/ MrCopyright: http://steamcommunity.com/profiles/76561198067442279/ My steam: http://steamcommunity.com/profiles/76561198046410470/
  15. Currently making a re-texture for a helmet, when i launch arma 3 with my mod (yes the config.cpp is in the addons.pbo) Arma 3 starts to load until "initializing Addons" then pops up with this : "File addons/config.cpp, line 42: Config: 'm' after class HeadGearItem { Please help me, im new to this and im pretty sure my code is really messed up! thanks! enum { // = 2, // Error parsing: Empty enum name DESTRUCTENGINE = 2, DESTRUCTDEFAULT = 6, DESTRUCTWRECK = 7, DESTRUCTTREE = 3, DESTRUCTTENT = 4, STABILIZEDINAXISX = 1, STABILIZEDINAXESXYZ = 4, STABILIZEDINAXISY = 2, STABILIZEDINAXESBOTH = 3, DESTRUCTNO = 0, STABILIZEDINAXESNONE = 0, DESTRUCTMAN = 5, DESTRUCTBUILDING = 1, }; class CfgPatches { class Veeta_beret { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Characters_F_BLUFOR"}; }; }; class cfgWeapons { class ItemCore; class HeadgearItem; class Veeta_beret : ItemCore { scope = 2; weaponPoolAvailable = 1; displayName = "{Veeta's Beret}"; picture = "\A3\characters_f\Data\UI\icon_H_HelmetB_CA.paa"; model = "\A3\Characters_F\BLUFOR\headgear_b_helmet_ballistic"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] ={"\addons\Veeta_beret.paa"; class ItemInfo ; class HeadGearItem { mass = 100; uniformModel = "\A3\Characters_F\BLUFOR\headgear_b_helmet_ballistic"; modelSides[] = {3, 1}; armor = 3*0.5; passThrough = 0.8; hiddenSelections[] = {"camo"}; }; }; };
  16. Currently making a re-texture for a helmet, when i launch arma 3 with my mod (yes the config.cpp is in the addons.pbo) Arma 3 starts to load until "initializing Addons" then pops up with this : "File addons/config.cpp, line 42: Config: 'm' after class HeadGearItem { Please help me, im new to this and im pretty sure my code is really messed up! thanks! enum { // = 2, // Error parsing: Empty enum name DESTRUCTENGINE = 2, DESTRUCTDEFAULT = 6, DESTRUCTWRECK = 7, DESTRUCTTREE = 3, DESTRUCTTENT = 4, STABILIZEDINAXISX = 1, STABILIZEDINAXESXYZ = 4, STABILIZEDINAXISY = 2, STABILIZEDINAXESBOTH = 3, DESTRUCTNO = 0, STABILIZEDINAXESNONE = 0, DESTRUCTMAN = 5, DESTRUCTBUILDING = 1, }; class CfgPatches { class Veeta_beret { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Characters_F_BLUFOR"}; }; }; class cfgWeapons { class ItemCore; class HeadgearItem; class Veeta_beret : ItemCore { scope = 2; weaponPoolAvailable = 1; displayName = "{Veeta's Beret}"; picture = "\A3\characters_f\Data\UI\icon_H_HelmetB_CA.paa"; model = "\A3\Characters_F\BLUFOR\headgear_b_helmet_ballistic"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] ={"\addons\Veeta_beret.paa"; class ItemInfo ; class HeadGearItem { mass = 100; uniformModel = "\A3\Characters_F\BLUFOR\headgear_b_helmet_ballistic"; modelSides[] = {3, 1}; armor = 3*0.5; passThrough = 0.8; hiddenSelections[] = {"camo"}; }; }; };
  17. Was working on a new HUD , Class MFD for one of our helicopters our group has and the amount of new information and variables that can now be projected on the HUD is amazing. However I am finding the positioning and formatting on the HUD / Class MFD very un-intuitive and a very difficult learning curve. I understand the basics however the X,Y coordinate system is extremely difficult to muster. I wish there was a template or some type of layout editor or system to assemble the information text and data without having to constantly tweak, move, and size, pack then check in game. Does anyone have any better system that they currently use or any tips for me ? Thanks Shrike
  18. Hi, So i'm making some kind of rock for arma 3. I want the same model to work for different type of rocks. I made some hidden selections for the textures, but I also want to have a "hiddenselectiontexture[] = " config parameter like for rvmat. Is it possible ? Do I have to use https://community.bistudio.com/wiki/setObjectMaterial Or is there a "hiddenselectionsMateriel[] " ? Thank you
  19. Hi guys, I am trying to find an exemple, a guide or etc on how to upgrade our weapons config with the new sound shaders. I am not very good with configs. Also, i heard there was a skype channel for community devs where you can ask questions. Thx
  20. I noticed an oddity with the new update (1.70) in relation to FOV changes and helicopter velocities and set out to fix it. I have that fix for you down below, but I'll also quickly explain the issue and how I got about fixing it for those who are curious. The problem: When you're piloting a helicopter (from first person) you get a noticeable FOV decrease (seen visually as an involuntary "zoom in") if you exceed a certain airspeed in some airframes. This FOV decrease can be very jarring, as it interferes with a pilot's intuition in a specific airframe and with their ability to judge distance, velocity, and dimensionality at a glance. I have a sample video here that shows off the issue. It may not look too terrible when watching someone else, but if you're reasonably proficient with any given airframe and attempt to take it up in this update you will immediately see what I mean. How I fixed it: I first tried looking through the config.cpp for air_f.pbo, but couldn't spot anything obvious on a simple first pass. I instead took that config.cpp from 1.70, and the same config.cpp from 1.68 and did a file comparison. From there it was easy to guess which config change introduced the FOV issue. I then quickly wrote up a config addon to remedy this issue for my own singleplayer shenanigans. Here's the source for the config fix: class CfgVehicles { class AllVehicles; class Air: AllVehicles { class ViewPilot; }; class Helicopter: Air { class ViewPilot: ViewPilot { speedZoomMaxSpeed = 1000000; }; }; }; And finally here's a download for the PBO that does the fixing: https://www.dropbox.com/s/l05796h0v1c55vl/bsm_helo_fov_fix.pbo
  21. Hey guys, spent some time searching the forums for info on configuring or setting Movement speed values for the player, or all players, infantry or civilians. Specifically Tactical, Walk, Strafe and Sprint speeds. I can't seem to find any commands related to this, whether console commands or creating a custom script. All I found was for vehicles or setVector commands. I couldn't find anything anywhere for player movement speeds, nothing in the forums, nothing on youtube, no mods anywhere either. At this point I'm wondering if its hardcoded and there's no way to change these values for soldiers.
  22. I am making a new mod and I wish to load images from the PBO file, and call them with the config.cpp. This is my CfgPatches. class CfgPatches { class armastuff { units[] = {}; weapons[] = {""}; requiredAddons[] = {"A3_Characters_F","A3_Data_F", "A3_Anims_F", "A3_UI_F","A3_Map_Altis","A3_Weapons_F"}; version = "2017-02-15"; fileName = "Arma 3 Changes."; author = "Corporal Kerry"; mail = "johncartwright302@dodo.com.au"; }; }; I am confused about what path I should use to call the images. Is it \armastuff\ui\logo.paa or something else? I can never get this to work. Even though the mod icons work, with the mod.cpp. Doing something like adding new graphics to the game never works for me. Any help would be appreciated. This is the only thing I am having problems with. Thanks.
  23. I've messed around with creating basic addons and retexturing uniforms and never once have i seen an error like this. Usually i misspell something but everything seems to be right. Can someone help me out? The error (In the Arsenal the icon works fine, the error only shows up when i press the inventory key) I have no idea what the "equip\w\w_pt_items" and the double paa at the end means. The uniform code:
  24. I'm trying to change the years available as the date in Intel, the old a2 ca_valueyear class doesnt work, anyone have any ideas?
  25. Hello, I need to know how i can write an Config and all what i need for an full functionality Seat coupling and normal Trailer coupling like this here: Greethings from Germany
×