Jump to content

tholozor

Member
  • Content Count

    167
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by tholozor

  1. tholozor

    MK18 Mod 1

    The legend lives on!
  2. tholozor

    MK18 Mod 1

    Damn, that is pretty unfortunate.
  3. Exellent! 'Grats on release!
  4. tholozor

    RH M4/M16 pack

    The issues regarding 5.56mm ammo are something BI needs to look at. That, or the way soldier protection and the damage system is handled. It's certainly not Robert's fault and not necessarily his problem either, it's the system that needs tweaked.
  5. tholozor

    A-10C for Arma 3

    For those of us that play DCS: A-10C, that should be a relatively easy walk in the park. Can't wait to finally get to do so in Arma!
  6. tholozor

    RQ-11B Raven for Arma3

    Looking good Feint! Can't wait!
  7. tholozor

    ARMA 3 Addon Request Thread

    Might I direct your attention here, Warlord: http://forums.bistudio.com/showthread.php?162496-Mk-v-wip&p=2515104&viewfull=1#post2515104
  8. tholozor

    FUTARM: Maritime Units Pack

    Nice job! Glad to see the Skittles make a return!
  9. tholozor

    Uniforms

    What PN11A said as well, I forgot about that. The uniform must be empty first, so that you can't have a 'container-inside-of-a-container-hypercube' deal going on. At least on a person's own inventory, crates work fine.
  10. tholozor

    Uniforms

    I think it's the allowedSlots in the uniform config, like how you can only carry a Medikit or Toolkit in a backpack. The uniforms have a mass around 40.
  11. tholozor

    Mk v wip

    Wow! What a difference!
  12. I believe that UAV cameras space-stabilize now in the most recent dev-build. Need to test it, but perhaps that will inherit into the targeting pod automatically?
  13. tholozor

    Making units perform animations

    In the Functions Viewer in the editor, take a look at BIS_fnc_ambientAnim and BIS_fnc_ambientAnimCombat. I've found these to be an incredibly useful alternative to playMove/switchMove loops.
  14. tholozor

    FAIL - Retexture Addon

    You texture path isn't exactly right. You do need to define the texture path, just not in the way you're thinking. The texture path refers to the location of the texture within the addon's pbo. Both files must be within the same directory, so that when the addon is compiled, the engine will read the texture path from the config file relative to the file structure within the pbo. Let's say I have a mod I'm making. I make a new folder called my_soldier and place my config file in there. Now within that folder, I make a new folder called textures, and place my texture in there. The config file will reference the texture file like this: hiddenSelectionsTextures[] = {\my_soldier\textures\my_texture.paa};
  15. tholozor

    Retexture Issue - Beanie hat

    It might not have a hiddenSelection for camo defined in the model.
  16. tholozor

    Retexture Issue - Fighter Chestrig

    That will most likely fix it; can't believe I didn't even read the model line, mainly because I don't even add the code for the model on my own work since the new vest will inherit the model from the referenced class anyway. Forgot about the _co suffix too, cheers surpher.
  17. tholozor

    Missing unguided rockets for BLUFOR

    The PCML can be fired in SACLOS or Fire-and-Forget.
  18. tholozor

    Retexture Issue - Fighter Chestrig

    Changing the second ItemInfo to VestItem should have done it (didn't notice VestItem wasn't there the first time). Are you running development branch or stable? I think the chestrig hiddenSelections might only be properly working on development.
  19. tholozor

    Retexture Issue - Fighter Chestrig

    This might help, the chestrig requires both camo1 and camo2 listed in the main config and in ItemInfo. The hydration pouch selection uses the texture from platecarrier1 and platecarrier2 (vests_rgr_co.paa), so you'll need to make a second texture to cover the whole thing. class PG_Chestrig_red: V_chestrig_oli { scope = 2; model = "\A3\Characters_F\Civil\equip_g_chestrig"; displayName = "Chest Rig (Red)"; picture = "\A3\characters_f\Data\UI\icon_V_Chestrig_khk_CA.paa"; hiddenSelections[] = {"camo1","camo2"}; hiddenSelectionsTextures[] = {"this selection is for the main part of the vest","this selection is for the hydration pouch"}; class ItemInfo: ItemInfo { uniformModel = "\A3\Characters_F\Civil\equip_g_chestrig"; containerClass = "Supply100"; mass = 50; armor = "5*0.2"; passThrough = 0.9; hiddenSelections[] = {"camo1","camo2"}; }; };
  20. tholozor

    Retexture Issue - Fighter Chestrig

    Which class of the chestrig are you using for your base class? Using V_chestrig_oli works for me just fine. Could you post what your part of the config looks like? Might help us debug the issue.
  21. Awesome! Our 154 fly-boys will love flying their colors! Thank you so much!
  22. tholozor

    Mk v wip

    Nice, outstanding to see someone finally tackle the Mk V. As a starting point, it's not bad, the beam looks way short compared to the length. As it is right now, it looks like a racing boat. There's some actual dimensions listed here, as well as some internal shots of the control seats and passenger seating: http://navysealmuseum.com/home-to-artifacts-from-the-secret-world-of-naval-special-warfare/exhibit-mark-v-special-operations-craft-soc/ These images might provide useful as well regarding the overall shape and some details: http://www.factorydirectmodels.com/ships/GM9-1004.html Hope that helps at all, can't wait to see where this goes! EDIT: Found this forum thread with a few handfuls of photos from multiple angles, including pictures of the front console. http://www.militaryphotos.net/forums/showthread.php?119217-Mark-V-SOC-walkaround And this picture showing the dual jet drives off the stern: https://www.maineboats.com/files/u2/hodgdon02.jpg There's a model on TurboSquid that is pretty close to the real thing, you could possibly use some of those pictures as a reference too (unless you want to pay $200 for the model): http://www.turbosquid.com/3d-models/mk-v-special-3d-model/497571
  23. tholozor

    Hidden Identity Pack v1.

    Very nice work, aside from the already mentioned missing first-person textures, the "AOR1" hood is actually AOR2 camouflage. The face shemaghs are by far my favorite. I'm hoping someone will come up with a script to allow players to switch between the face shemagh and neck shemagh without having to get a new item.
  24. tholozor

    USAF CSAR/ Pararescue

    Shouldn't the US Flag on the helmet be facing the other way? Stars forward? Regardless, nice work!
×