Jump to content

stanhope

Member
  • Content Count

    1194
  • Joined

  • Last visited

  • Medals

Everything posted by stanhope

  1. Take all of those settings out. Expend on this, do I understand it correctly that you don't have this problem unless you play on a wasteland server?
  2. Create a respawn point using code, you can specify an exact location, here's an example: [west, getMarkerPos "BASE", "Main base"] call BIS_fnc_addRespawnPosition;
  3. What do you mean by show my server starts all the time? Like a single message with the server details that's continuously updated?
  4. I can't recall exactly how it works in the editor but give the heli a variable name and delete it using deletevehiclecrew and deletevehicle once it reaches its final waypoint.
  5. stanhope

    Battle Eye Global Ban?

    This is what you're looking for: https://www.battleye.com/support/
  6. stanhope

    Problem with game

    Have you tried playing another mission? Or simply a single player scenario? Here's more information on where to find your RPT, please copy paste the content of it into something like pastebin or at the very least use a spoiler.
  7. stanhope

    Problem with game

    Have you verified your game files through steam? Which mission were you playing? Does this always happen or just sometimes? If it doesn't always happen, when does it happen? Could you share an RPT from when this happened? Are you using a USB headset?
  8. Released another version. Mainly to add the ability to mention roles in addition to users when a server goes down and the ability to change the default mission of your arma servers. Changelog and download link in the first post
  9. stanhope

    Arma 3 Apex question

    Nowhere, they don't exist in vanilla arma
  10. stanhope

    SelectionID is wrong for shape

    Well, identify which mod is causing the issue, have the author of that mod fix it. To identify the mod there's 2 approaches: Remove all mods and keep adding them back until the problem shows up, the one you added last is the problem. Run with all but one mods and switch that one mod until you've found the mod with the problem.
  11. stanhope

    SelectionID is wrong for shape

    Well, ditch the broken mod and your problem is solved? Alternatively, turn on the no logs option in the launcher and you won't have massive logs. But that mod should really be fixed
  12. stanhope

    SelectionID is wrong for shape

    Hi and welcome to this forum Are you running any mods? Have you verified your game files?
  13. stanhope

    AI command tier.

    Wishes, ideas and suggestions go here: This subforum is for feedback of the devbranch.
  14. In the vanilla blackfoot you see it in the HUD iirc, I haven't played with it in a long time. Yea, I think that that mod hasn't updated that yet or specifically wants it to stay, idk. But on vanilla assets as well as most mods you're not gonna find it. Unless you write/download a mod that adds it back.
  15. It's the old radar system, the new one is in the side-pannels.
  16. stanhope

    Unable to join ANY Arma 3 multiplayer games

    From here: https://www.battleye.com/support/faq/ Oh and by the way, you can, currently, still connect just fine to any server not running battleye.
  17. stanhope

    STATUS_ACCESS_VIOLATION ERROR

    Are you sure that the RPT you've attached is from when your game crashed? I'm not seeing anyting too unusual about it. But to get some of the typical things out of the way: Have you verified local game files? If not do so. Do you use a USB headset? If so, try without. If neither of those fix the issue, could you see if you've got any other RPTs? There'll probably be a .mdpm file with a very similar name if your game crashed and gave a status access violation, an RPT from the same date and time as that mdpm would be most helpful.
  18. stanhope

    C0000005 ACCESS_VIOLATION at F88B6A1D

    Here you go: https://www.google.com/search?client=firefox-b-d&q=windows+increase+swap+file+size
  19. stanhope

    C0000005 ACCESS_VIOLATION at F88B6A1D

    ^From your RPT, do you know how to increase your swap file size?
  20. Put it in initplayerlocal and do a check for your UID using getPlayerUID.
  21. Could you share your RPT SharShooting1? I've posted a link above on how to find it.
  22. stanhope

    Launcher Exception Log

    You can download the required version here: https://arma3.com/launcher/troubleshooting Easiest way is probably to simply uninstall .net and reinstall it.
  23. stanhope

    Launcher Exception Log

    Check if your .net version is working correctly (in the right place, the right version, ...)
  24. Open the config viewer, find the ambulance in cfgvehicles, open the ambulance entry up and look for the actions on it. In there there's gonna be an action to turn on the lights and one to turn on the siren. Copy whatever is in the onactivation field (or whatever it's called there, I can't remember) there and put it in the trigger.
×