Jump to content

tholozor

Member
  • Content Count

    167
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by tholozor

  1. tholozor

    Advanced Urban Rappelling

    It seems that pushing off walls only works if the Sprint command is bound to a keyboard button, mouse buttons don't work. Any possibility of implementation, or is it an engine limitation?
  2. tholozor

    US 75th Rangers

    Very nice look on the PVS-15s, I've always loved the spray-paint look, and most of the NVG models out there are sparkling clean.
  3. Those are indeed Sabre's Ops-Cores from SOTG, not sure if he's a part of the RHS Team now or donated the models. If you're asking if I'm Jeffers Pang then no, I'm not. Also in reference to the post asking about NWU Type 1, that camouflage is not worn by members of Naval Special Warfare.
  4. I just now noticed the last picture has one of my snakeskin-painted helmets too. I can provide screen-caps of my Photoshop files if necessary.
  5. Those AOR1 and AOR2 Ops-Cores are my re-textured RHS Ops-Core helmets. Please do not use those without permission.
  6. tholozor

    ACRE2 Stable Release

    Known issue: https://forums.bistudio.com/topic/181471-acre2-stable-release/page-8#entry2909619 If you click and hold the mouse button over the respective button, drag the mouse off the button and release it will work.
  7. tholozor

    ACRE2 Stable Release

    Just encountered a strange issue, when pressing the Down Arrow on the 148, or Keypad 6 on the 152, the radio closes. Pressing and holding the button, dragging off the radio and releasing seems to work fine though. Thoughts?
  8. tholozor

    TRYK's Multi-Play Uniforms

    It's recoil padding.
  9. tholozor

    Refined Vehicles

    Very nice! It always bothered me how much the heavier vehicles would "throw" themselves around and slide all over the place. That tank actually looks like it has the appropriate weight and handling for a vehicle with that much tonnage.
  10. Wouldn't it be possible to disable the AI's ability to move and then re-enable it upon takeoff? https://community.bistudio.com/wiki/disableAI
  11. tholozor

    Moss Targets

    It's so strange, I actually managed to get the UNA Targets to work in Arma 3 just recently, now I may not need them at all!
  12. tholozor

    ASDG - Mk. V SOC (WIP)

    Now you're talking my language! Can't wait!
  13. tholozor

    SOCMOD Release Thread

    Great Success! Can't wait for more!
  14. tholozor

    SOC WIP Thread

    Very much excited! Best of luck!
  15. tholozor

    US 75th Rangers

    HB, hiddenSelectionsMaterials has to be put into the unit that the uniform uses for its uniformClass. The config will use the uniformClass unit to determine the rvmat for the uniform.
  16. tholozor

    Flight Deck Crew Unit Addon WIP

    To make units (and by extension, Groups) available in Zeus, add the classnames of the units into the units area at the beginning of your config file. class CfgPatches { class your_addon { units[]= { "unit1", "unit2", }; weapons[]={}; requiredVersion = 0.1; requiredAddons[]= { "required_addon_and-so-forth" }; }; };
  17. tholozor

    RH wip Thread

    It's definitely not any kind of bullpup.
  18. tholozor

    US Special Forces WIP

    As as heads-up, the camouflages you have for Desert V2 and Woodland V2 are the U.S. Navy's AOR1 and AOR2 camouflages respectively, which are used by Navy SEALs.
  19. Richards, to make them spawnable for Zeus, the classnames for the vehicles should be listed in the units[] section of the CfgPatches of your config. class CfgPatches { class myAddon { units[]= { "unit1", "unit2" }; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "A3_Data_F" }; }; };
  20. tholozor

    LIFTER for ArmA 3

    Raven, I'm having some difficulty using the fast-rope script for a helicopter that LIFTER doesn't recognize (personal re-skin of the MH-9). I followed the instructions provided with the latest release in the config_fastrope.txt, yet the fastrope option does not appear. I was unable to find anything wrong with the setup of the execVM, so I made a quick copy of the init_fastrope.sqf and added some debugging hints. From what I'm seeing, the script is exiting on line 9, right after the 5-second sleep to check if the LIFTER module is loaded. if (not isnil("_yaFR")) exitWith {}; Any ideas?
  21. tholozor

    RH wip Thread

    If you're referring to the sight on the KAC PDW, that's not an EOTech. If you read the side closely, it's a LaRue Tactical sight, and supposed to look like that. http://i2.photobucket.com/albums/y44/mfingar/LaRue_Tactical/IRONDOT_Trio-2.jpg
  22. So glad to finally have this beauty back! One thing I've noticed is that the rotors lock up when the engine is hit, leaving it unable to auto-rotate.
  23. tholozor

    The A-164 WIPEOUT Fixed Wing Aircraft

    IIRC, combat mix is one HEI for every five rounds of API.
  24. tholozor

    MK18 Mod 1

    Loving the update on the grenade launcher variants, can't wait!
  25. tholozor

    Refined Vehicles

    For anybody that's interested, I've made a small edit that fixes the HEMTT ammo truck being named HEMTT (Fuel). https://dl.dropboxusercontent.com/u/61794689/rpa_refined_vehicles.pbo
×