Jump to content

guare88

Member
  • Content Count

    27
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About guare88

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi guys, I've found this video and I wanted to replicate this in editor to check speed of different stances. But I've got, when I start the scenario, a generic error and it doesnt work. What it is the problem? https://www.youtube.com/watch?v=3iweirFEKrs Thanks for better understanding Cheers
  2. guare88

    Frontline

    Great job guys! This is what ArmA needs to be keep alive in those players community who are searching for random playing, but without give up to teamwork and realism. Hope to see more updates with "special classes" like Squad an PR and also vehicles. Cheers
  3. 256x256..in the shared folder there are all paa file that it has been used
  4. Tried as you said buddy..and it is working with default picture. So my ico picture has something broken. Honestly i dont know...I have followed this tutorial But only for uniform is not working, for vest and backapack no problem
  5. Please help me!My mod is almost ove apart from this icon problem..
  6. Hey man, that is not for the uniform texture when you put on the ground (https://community.bistudio.com/wiki/Arma_3_Characters_And_Gear_Encoding_Guide)? Maybe I didn't explain myself..but my problem is that uniform icon is not showing in arsenal and inventory (see picture below) As you can see on arenal list for BSM pilot uniform this is not happening, but code in cfgWeapons has the same structure as others. Thanks
  7. So nothing is working..attached image and scripting file (for better understanding) https://drive.google.com/open?id=0Bwch9Z0XRrbdcThOZmt1T1FHckU
  8. Ah ok. I didnt have mod.cpp so probably is that the reason why. I will try later at home. Cheers mate
  9. Thanks road runner, but i have already did what you said (sorry for not having say that before ). So i have assigned uniform to a soldier and in virtual Arsenal and editor i can wear It. Icon is not showned in arsenal list neither in inventory when you have in character. Thanks again
  10. Hi there, I have created a new uniform. Everything is working apart from the fact that icon is not display both on virtual arsenal and inventory when applied. Here the below the code class Uniform_Base; class UniformItem; class U_I_FullGhillie_sard; class U_I_FullGhillie_ard; class BSM_uniforme_base_wood: Uniform_Base { author = "BSM Cocidio"; scope = 2; displayName = "BSM uniforme woodland"; picture = "\BSM_uniform\BSM_uniform\data\ui\ico_bsm_uniform_woodland_ca.paa"; model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] = {"\A3\Characters_F\Common\Suitpacks\data\suitpack_soldier_indep_co.paa"}; class ItemInfo: UniformItem { uniformModel = "-"; uniformClass = "BSM_soldato_base_wood"; containerClass = Supply40; mass = 40; }; }; *.paa file is in the right folder. Thanks for your help Cheers
  11. SOLVED!! I was missing #include "cfgVehicles.hpp" into config Thanks for help
  12. Already tested...not working...
  13. Hi there, I have a problem on a custom backpack. Below the code on cfgVehicles class B_AssaultPack_Base; class BSM_backpack_assault_woodland: B_AssaultPack_Base { author = "BSM Cocidio"; scope = 2; model = "\A3\weapons_f\ammoboxes\bags\Backpack_Compact"; displayName = "BSM backpack assault woodland"; picture = "\A3\weapons_f\ammoboxes\bags\data\ui\icon_B_C_Compact_dgtl_ca.paa"; hiddenSelectionsTextures[]={"BSM_vest_backpack_helmet\BSM_vest_backpack_helmet\data\textures\bsm_backapck_assault_woodland_co.paa"}; maximumLoad = 160; mass = 20; }; I have also assigned it to one of my character using in config backpack = "BSM_backpack_assault_woodland"; I can pack everything and load in Arma 3..but i cannot see it in virtual arsenal. Could you help me? Thanks for your time and help Regards
  14. Hi there, I have a question for you. I have created a new texture for independent uniform, tried in virtual arsenal everything is ok. The only problem that I've found is that the flag that i've put in texture on left shoulder is mirrored on right shoulder. What can i do to correct this? Thanks in advance for your help Cheers
×