Jump to content

Skye Himalaya

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Skye Himalaya

  • Rank
    Rookie
  1. Skye Himalaya

    Titan Compact: Can't lock on targets since latest update

    If you have ACE installed, ACE reworks how locking weapons are done. You have to: A) Change the "NLAW Track Target (Hold) bind or the "Track Target (Hold) bind to whatever you want. B) Just use the default bind. Once you have your key bind set, HOLD the key you bound while aiming at a target and it will start to lock.
  2. Skye Himalaya

    Custom Patch Issues

    I stuck them alongside the config.cpp after trying atleast two other paths. Originally it was \insignia_addon\icon\uka.paa
  3. Skye Himalaya

    Custom Patch Issues

    A random patch appears in place of the one I want to use, immediately. class CfgPatches { class insignia_addon { units[] = {}; weapons[] = {}; requiredAddons[] = {}; version = "1.0.0"; author[]= {"SkyHighPurchase"}; authorUrl = ""; }; }; class CfgUnitInsignia { class bcpatches1 { displayName = "[BC] UKA"; author = "SkyHighPurchase"; texture = "uka.paa"; textureVehicle = ""; }; class bcpatches2 { displayName = "[BC] KSS"; author = "SkyHighPurchase"; texture = "kss.paa"; textureVehicle = ""; }; class bcpatches3 { displayName = "[BC] VSL"; author = "SkyHighPurchase"; texture = "vsl.paa"; textureVehicle = ""; }; class bcpatches4 { displayName = "[BC] Test"; author = "SkyHighPurchase"; texture = "test.paa"; textureVehicle = ""; }; }; The patches I use are 2048x2048m, here's an imgur link to them, in the event that anything is wrong with the images themselves. https://imgur.com/a/Q1nogRD
  4. Skye Himalaya

    Custom Patch Issues

    I am fairly certain this would go in this threat but correct me if I'm wrong. I made an account just to get some help with it. I am making a very simple mod to add 3 patches into the game. I have the .paa's made, the config.cpp, and it's all set up (to what I think would be correctly) and the patches can be selected in the aresenal, however, they show up on the uniform as a random patch that's unrelated to the actual patch I am trying to add. The patches themselves are 2048/2048, I made them in GIMP, and I exported them as .png's and converted them to .paa's using Arma's Modding Tools. Any help?
×