Jump to content

TangVector

Member
  • Content Count

    12
  • Joined

  • Last visited

  • Medals

Everything posted by TangVector

  1. I've been trying to start a private server on my PC for just my nephew and myself. I'm having difficulty with them simply seeing my server on server list. I attempted using the "Host a Server" on the launcher and in-game but no luck. I have configured Windows firefall to allow Arma3, Arma3 x64, and Arma3server. I also have Eero 6+ mesh routers and using their app, I allowed IP reservation for his IP and MAC address, enabled ports 2308-2306 TCP& UDP opened. My connection speed is +900 mps, I have a 5800X, 32 ram. I have tried turning off my VPN, plus I have tried allowing the ports and game in my AVG antivirus/firewall and tried AVG off completely. Any suggestions on what I can do? Running a server from a PC doesn't work for anyone? should I rent a server? I'm not good at software persay.
  2. I know this is 5 years old but since it is pinned in the AI Compilation, the post should at least be helpful and work but it does not. I get a code "Error, invalid number in expression"
  3. TangVector

    Setting up PC Server

    no Answers, really? Anyway, I rented a dedicated server and making slow but continuous progress. The Server is just an experiment and might be temporary. It would be nice to be able to host missions from my PC.
  4. I recently upgraded and built a new computer system and loaded Arma 3 into it. Recently I fired up the Editor and noticed none of the OpFor Compositions generate on the map when I try dragging and dropping them into the map. BlueFor and Independent generate just fine. Opfor is the only coalition that does not get created. When I drag and drop, I only see a red diamond with an X on my cursor. Is there a setting somewhere that I am overlooking? So far, I have tried 2 maps (Chernarus winter, Ruha) and no change to the problem.
  5. TangVector

    Can't generate Opfor Compositions

    I found out it is one of the subscribed mods that is causing an issue and I suspect it is one the mods without a certificate. I want to narrow them but at least I know it is a mod causing this issue and can be avoided.
  6. TangVector

    Can't generate Opfor Compositions

    Thank you, Ill try that.
  7. Hi, I am very new to scripting and I am using this command to have an AI, Alpha1, start the scenario repairing a vehicle as an animation and it works: [Alpha1, "REPAIR_VEH_STAND", "FULL"] call BIS_fnc_ambientAnim; But then I want Alpha1 to stop repairing and move to a waypoint once an Independent AI enters the TRIGGER zone. I have another AI, Alpha2, that is standing and then successfully moves to waypoint once TRIGGERED by an Independent AI. I can not figure out how to make Alpha1 stop repairing. I have tried: [Alpha1, "REPAIR_VEH_STAND", "FULL"] call BIS_fnc_ambientAnim; Alpha1 disableAI "MOVE"; on TRIGGER: hint "ACTIVE"; Alpha2 enableAI "MOVE"; Alpha1 enableAI "MOVE"; and I have tried: [Alpha1, "REPAIR_VEH_STAND", "FULL"] call BIS_fnc_ambientAnim; Alpha1 enableAI "MOVE"; on TRIGGER: hint "ACTIVE"; Alpha2 enableAI "MOVE"; Alpha1 disableAI "REPAIR_VEH_STAND"; I would like some help in making Alpha1 stop repairing animation , OR......Can I have a reason why Alpha1 will not stop Animation? Is it because the animation does not allow itself to be TRIGGERED? Thank you for your answers!
  8. Hey thanks, bud! This command does not work for me, I'm not sure why not: call BIS_fnc_ambientAnimCombat It just avoids any kind of animation and goes straight to combat mode, but what did work for me was at the TRIGGER: unitName call BIS_fnc_ambientAnim__terminate; The AI unit stopped it's repair animation and proceeded to it's waypoint.
  9. I may have put my initial post in the wrong are but Recently, I noticed when I try entering the Editor after choosing a location (Altis, Tanoa, etc) the screen FREEZES and even affects my entire computer such that my mouse does not work and I have to restart. I already reinstalled the game once and seemed to done nothing to fix the issue. Any help to ix this is GREATLY appreciated!
  10. TangVector

    Editor stuck when initializing

    Yes, 64bit. i7-4770K @ 350 Ghz, 16GB RAM, nVIDIA GeFORCE 960 No Mods right now
  11. TangVector

    Editor stuck when initializing

    I tried uninstalling and reinstalling the game a third time. The issue still persists.
  12. Recently, I noticed when I try entering the Editor after choosing a location (Altis, Tanoa, etc) the screen stalls and even affects my entire computer such that my mouse does not work and I have to restart. I already reinstalled the game once and seemed to done nothing to fix the issue. Any help to ix this is GREATLY appreciated!
×