Jump to content

POLPOX

Member
  • Content Count

    807
  • Joined

  • Last visited

  • Medals

Everything posted by POLPOX

  1. POLPOX

    Broadcast HEard When Playing

    I said Steam Overlay. Shift + Tab.
  2. POLPOX

    Broadcast HEard When Playing

    You probably opened a podcast in Steam Overlay.
  3. Calm Animations 3 is now available! New features: You can select animation in order New randomize method Add some new moves Changelog: Link: here.
  4. POLPOX

    Is it ever coming to GOG or similar?

    Also this could mean you need to forget about Steam Workshop.
  5. isClass is a command to get and would satisfy your requirements.
  6. https://community.bistudio.com/wiki/lockCameraTo Even though it's “camera” in it this is the way.
  7. ["AmmoboxInit",[_this,true]] call BIS_fnc_arsenal; _this spawn {sleep 30; deleteVehicle _this};
  8. Expansion\Addons\missions_f_exp.pbo
  9. POLPOX

    Keyboard issues

    1. Do you have any Mods? If not unload and test. 2. Do you still have the issue? If yes find AnimDataCache folder in your profile folder and delete it (safe to delete, no need to backup)
  10. POLPOX

    Arma 3 Discord Unban?

    The account is permanently banned. We will not revoke it.
  11. POLPOX

    Arma 3 Discord Unban?

    It is impossible without knowing which account it is.
  12. title is all. I'm trying to backward an AI vehicle so I tested the command few times but there isn't a good result. Anyone help?
  13. symbol of greater than is not a proper command or a operator. Do you mean < ?
  14. POLPOX

    SetFuelCargo command

    What exactly is the issue? Tell us it otherwise nobody can give you a favor.
  15. For vanIlla, Fired EH can happen everytime one fires, including plant or throw.
  16. A particle effect is a local object and cannot be a remote object. You need to create it to every other machines as well.
  17. POLPOX

    UnitCapture BUG

    Not a bug and you can't alter it.
  18. POLPOX

    free load from save.

    Vanilla game already offers to load from multiple (manually saved) saves. Probably you need to lower your difficulty.
  19. I don't know why you want that when it is already there. Don't almost all IFVs have such feature already?
  20. It does. As Harzach said it is available as a scroll wheel menu (Action Menu).
  21. You can just try setVelocity or setVelocityModelSpace
  22. POLPOX

    LAUNCHER: MOVE MODS.

    The !Workshop foldrer only exists for your convenience and it DOES NOT store anything. Let me explain, have you noticed the arrow marks in the folder like a shortcut does? This indicates that the folder IS NOT there, but somewhere else - it's called a Junction, basically a file/folder shortcut but it never leads to the exact place (terms of file paths), instead it behaves just like a normal folder. (I'm not an Windows expert, please refer actual documents for accurate info) This means, as long as you have this arrow, it is not there but somewhere else. How do you know where it is? As I suggested, you can use dir command for Command Prompt. When I run the command for my !Workshop folder, will return like this: 2023/01/15 15:55 <JUNCTION> @CBA_A3 [\??\G:\SteamLibrary\steamapps\workshop\content\107410\450814997] As you can see, the CBA_A3 folder there, is a Junction and actually it is in G:\SteamLibrary\steamapps\workshop\content\107410\450814997 (on my computer, of course. I'm not sure what \??\ does mean, but whatsoever). If you run the command for those three !Workshop folders and they return the same, there is no need to worry about duplicated files/folders. tldr; one of your folders, most likely the 107410, is the only folder that contains 100GB worth of Mods.
  23. POLPOX

    LAUNCHER: MOVE MODS.

    !Workshop folder is not where the actual Mod files are stored. Usually Mods are stored in steamapps\workshop\content\107410. You can check where the actual Mod folders are via dir command of Command Prompt.
  24. I don't think this space between color and [] is allowed. Remove it and try again.
×