Jump to content

stanhope

Member
  • Content Count

    1194
  • Joined

  • Last visited

  • Medals

Everything posted by stanhope

  1. First of: use something like https://pastebin.com/ Second this is an error that should be looked into: As far as I can tell these are just warnings that CBAs extended eventhandlers aren't supported for those vehicles. I guess you best make sure you don't use any extended eventhandlers on them.
  2. stanhope

    RPT error

    With all due respect, if you join servers with the following mission name: "Infantry_KingOfTheHill_by_Sa-Matra_for_MONEYGRABBINGTROLLS" what do you expect will happen? The error you're running into is "11:50:59 "CLIENT :: Profile loading timed out"". Go onto the king of the hill forum and/or discord. They know best what to do to fix it.
  3. stanhope

    RPT error

    Paste the link in your post so we can have a look at it.
  4. stanhope

    RPT error

    Copy paste it into this: https://pastebin.com/ and link it here.
  5. stanhope

    RPT error

    Default location for RPTs is this: C:\Users\yourUser\AppData\Local\Arma 3
  6. stanhope

    Server is not responding.

    Oh you can get it to work with the ingame thingies but do you want to spend the time getting it to work? Setting up a dedi server is rather easy and quick with the right YT guide and is more reliable than getting a server running from the game itself.
  7. stanhope

    Arma 3 Soundtrack?

    In the following folder: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\Addons Or wherever you save it on your system there are a bunch of music PBOs. They contain probably most of the sounds. You can unpack them and use them. Just make sure you're not breaking any laws, EULAs, terms of service, ... while doing that :
  8. stanhope

    Server is not responding.

    Using something like to set up server, it's easier and more reliable.
  9. stanhope

    flashing buildings bug

    Google for this: Exception code: C0000005 ACCESS_VIOLATION at 9FE6E28D I've browsed a bit but seeing how i'm in class i should be paying attention. In both your clients RPT and your servers RPT I see waaay more "Server: Object 2:7908 not found (message Type_93)"-like messages than I've ever seen in mine. Might be something worth looking into
  10. stanhope

    flashing buildings bug

    Try launching both server and client without any special params and put thr rpts in a pastebin and link them here.
  11. stanhope

    flashing buildings bug

    Have you verified your game files? Have you looked at your rpt from during the event? Do you have any 'magical' launcher settings? Both for your client and the server.
  12. stanhope

    Barely see bullets flying/impact

    That's highly dependent on your graphic settings. In general the higher the better you'll see them hit. I personally play with everything on normal and had some troubles at first seeing where my bullets land but with time i've grown used to it. Tracers will make it easier to spot bullets flying but at least during the day not necessarily easy. Something that could help with that is mods that alter how tracers look like 'Blastcore Tracers'. At night it's 10 times easier to see tracers. In vanilla arma I don't really look at tracers or at the impact, I guesstimate the range and zero for that and try until I hit what i'm shooting at. With ACE enabled I will look at where the bullets impact because advanced ballistics can sometimes make it rather hard to guesstimate where your bullets will and, especially if you forgot to factor in the wind or something.
  13. stanhope

    Arma server Freezes

    Server specs, mission that was being played, amount of people connected, amount of AI on the server ... Add all of those factors together and you've got the possibility for freezing. You're gonna need to share a bit more information : )
  14. stanhope

    Cannot Host Games nor Join some games

    Then i'm out of ideas. One tip tho: don't ever say on a public forum that you disabled your firewall :)
  15. stanhope

    Version Mismatch

    Go into steam, right click on arma, click on properties, click on betas. Make sure you're not opted into the dev-branch.
  16. stanhope

    Cannot Host Games nor Join some games

    Have you port forwarded all the necessary ports on your router and made firewall exceptions? (Can't remember exactly which ports that'd be by default) I suggest finding a guide on how to set up a dedicated server on youtube. That's how I managed to get things working :)
  17. Ah yes, mmh, maybe try this: https://community.bistudio.com/wiki/forgetTarget And with loop I mean something along the lines of "While {condition} do {code}" not a guy running back and forth between triggers :)
  18. You could have a loop running in which you hide that specific UAV. (https://community.bistudio.com/wiki/reveal) As far as I know there isn't an eventhandler for spotted by the enemy. Although you might be able to rig up a repeatable trigger for blufor spotted. So in your loop or trigger just put: enemyGroup reveal [uavGroup, 0];
  19. Easiest ways of doing it are making the greyhawk fly at 2000 meters, making all the enemy AI careless or lowering their skill so they are as dumb as they can get. There probably are ways of doing it with scripts etc, but one of these 3 will be the easiest quickest solution.
  20. I should sleep more :)
  21. Is it possible to get the preview picture for vehicles (like when you hover over a vehicle in the eden editor) with SQF? If that's the case it should be possible to display it in a GUI correct? (PS: I'm not asking anyone to write it for me, just point me in the right direction)
  22. Any way of getting this path from a vehicles class name?
  23. I couldn't find a license anywhere. Is that just me being to ... to find it or is there no license anywhere? Without a license not many people will use it as they have no clue what they are allowed to do with it and what not.
  24. You've got night vision on during the day, press N to take it off again. Edit: darn @Moon_chilD you beat me to it :)
  25. stanhope

    Weapon sights and scopes will not work!!

    Check your key-bindings, arma gives you the option to zoom in while not in the sight. There is a separate keybind to go into your sights. Apparently your 2nd mouse button ended up being bound to zooming in instead of going into your scope.
×