Jump to content

*=Parca=*

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About *=Parca=*

  • Rank
    Rookie
  1. Thanks already helped me solve the problem. I see that your line is much cleaner than mine thanks for sharing friend. I leave the link of the pots where they helped me if someone gives the same error. thank you very much and very good job keep it up! https://forums.bistudio.com/topic/191158-cannot-load-texture-error-pls-help/
  2. OH man it was that I worked many thanks you're the best
  3. hi azza great job man. I wanted to ask a question you could help me with a problem of retexture with gorka model. I did all the artwork and the cpp but the texture will not load I could send you the config.cpp file so that it will revise or could you send me the configuration lines please thanks in advance sorry for my bad English.
  4. No longer gives me error when entering the game but is not calling me textures not because apparently everything is correct.
  5. Hi, I've been trying to make a retexture of a rhs unit and the problem that i've come across is that the texture will not load up ingame. Can someone please check my config for errors because I'm not sure what else could be causing the problem thanks in advance. I used photoshop to make it into a png and then TexView into .paa. Image error https://www.dropbox.com/s/qsfiex3hdhem1jp/20160530171555_1.jpg?dl=0 https://www.dropbox.com/s/7o7bfjvdg5q2sni/20160530171612_1.jpg?dl=0 class CfgPatches { class rhs_gork_marpat_wld { units[] = {"Custom_Uniform_Mod"}; weapons[] = {}; text = "*=Parca=*'s RHS: AFrF Gorka Retexture"; requiredVersion = 0.1; requiredAddons[] = {"rhs_main","rhs_c_troops","rhs_infantry","rhs_infantry2","A3_Characters_F_BLUFOR"}; }; }; class CfgVehicles { class B_Soldier_base_F; class rhs_gork_marpat_wld : B_Soldier_base_F { _generalMacro = "B_Soldier_base_F"; scope = 2; displayName = "Spetsnaz"; model = "\rhsafrf\addons\rhs_infantry2\rhs_gorka_base.p3d"; nakedUniform = "U_BasicBody"; uniformClass = "Gorka_SURPAT"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\Uniform_Gorka_SURPAT\Data\Uniform\Gorka_SURPAT.paa"}; }; }; class cfgWeapons { class ItemInfo; class ItemCore; class UniformItem; class rhs_gorka_base: ItemCore { class ItemInfo; }; class Gorka_SURPAT : rhs_gorka_base { scope = 2; scopeArsenal = 2; displayName = "Gorka-SURPAT"; picture = "\rhsafrf\addons\rhs_infantry2\inventory\gear_icon_gorka_g_ca.paa"; model = "\rhsafrf\addons\rhs_infantry2\rhs_gorka_base.p3d"; hiddenSelections[] = {"Camo","Insignia"}; hiddenSelectionsTextures[] = {"\Uniform_Gorka_SURPAT\Data\Uniform\Gorka_SURPAT.paa"}; class ItemInfo : UniformItem { uniformClass = "rhs_gork_marpat_wld"; containerClass = "Supply40"; mass = 40; }; }; };
×