Jump to content

Dedmen

BI Developer
  • Content Count

    2914
  • Joined

  • Last visited

  • Medals

Everything posted by Dedmen

  1. -netlog Why? Do you need it? -ip=0.0.0.0 That's useless. That's already the default. -nosplash Useless on a server -noSound Useless on a server -enableHT Arma is better at detecting what it needs than you are. This is either useless, or it hurts the server. -serverMod="" Empty parameter is useless Those are not all the ports. https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding Are you 100% sure you port forwarded correctly and that you don't have any additional firewall inbetween?
  2. It's already there. Dwarden added it just one day after the updated was released. On the Steam branch. But why would you want the performance binary? Profiling I'd understand but there is no difference between release and perf.
  3. Dedmen

    game crash error

    -removed- EDIT: Actually no. I just saw that you violated the forum rules. I don't help anyone who doesn't care to read the rules. Have fun on your own. o7
  4. Please learn to use paragraphs. This is a real chore to read. Skipping most of the text because I don't want to do that to my brain now... Is your requiredAddons set up correctly?
  5. Dedmen

    Dutch Armed Forces

    There have been no updates since early 2016. And the thread author wasn't active since mid 2015. Last activity in Armaholic forums was in 2014. And the Authors website doesn't exist anymore. So I'd say that's a no. And I'm kinda happy that he isn't.
  6. Dedmen

    Arma 3 - Bugs & Glitches

    And there is a very good reason for it not having that. That's what the feedback tracker is for.
  7. I have made my Linux server tools by myself. But I'm quite sure there is something publicly available out there. Windows has 64bit server. But I didn't have a need for that yet. And I didn't hear about any reliability differences.
  8. Dedmen

    [SOLVED] Stuck on map screen

    Sounds like MCC. I can't see MCC in your list though. Next time please alphabetically sort that list. It's very hard to find things in there ^^ It's caused by some mods/missions postInit script not finishing. Might aswell be your mission if you are using postInit in CfgFunctions.
  9. FBX version 2014/2015 is the newest that object builder supports. 2016/2017/2018 all fail to import because it just doesn't support them. And that's FBX version 2016
  10. You aren't. You can't. You are supposed to send it to the developers. They can generally see exactly what caused the crash.
  11. Dedmen

    Can't Mount Project Drive Properly

    There are also alternatives to the old p-drive methods that don't require any drive space. https://github.com/Dahlgren/DokanPbo There are no released binaries on Github yet. If you need help with it feel free to PM me.
  12. Dedmen

    PBO File Format

    Take a look at SwiftPbo or Armake if you need more info about the format. If something says "unknown" or "junk" that usually means you are supposed to ignore it.
  13. Dedmen

    AI Discussion (dev branch)

    You should really test this without mods.
  14. Dedmen

    help with linux server

    https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding https://help.ubuntu.com/community/IptablesHowTo
  15. Yes it is. Just vanilla isn't making use of that yet as it's still being tested and tinkered with. But only the config side. Not the engine implementation. Also inheritance in CfgMagazineWells is broken currently.
  16. That's better. Adding a EH is just adding a string to an array. Just like the "pushBack" script command. It's very cheap. That's more expensive. For one it has to actually execute stuff. Whereas your other method doesn't execute stuff. Second the Eventhandler is recompiled before every execution. Which again is a reason to rather not have it present at all. Rather than adding a condition to it. Draw3D EH is supposed to be used for draw commands. It's executed after simulation cycle and just before rendering. EachFrame is before simulation cycle. Meaning if a vehicle moves in Simulation, it will be later rendered at it's new position. But your icon will still be rendered at it's old position.
  17. Dedmen

    help with linux server

    You don't need to. It shouldn't break anything. No it's not. Ignore it.
  18. I bet one virtual banana on MCC!
  19. It's also Radio not Radar. Literally every word that actually matters has a typo in it. You typo'ed it though. And then still said it's 100% correct although it isn't. Error messages being correct is quite important when trying to diagnose a problem. So it's kinda fair to point at you for that. There are tons of crappy mods around. He is coming from the community and knows that people often get problems by loading mods that are bad. Doesn't say anything about what additional mods you might have running that you might not even know about that could cause a problem. You seem to have tons of problems with steam that no one else is having Also that CUP error is just a error in cup. Nothing to do with Steam. Your Steam rant might be slightly out of place here.
  20. Negative for both. For one there are many reuploads of other people that just name it "CBA_A3" and leave that 2 year outdated version up and people fall for it and think it's the real thing. Just had the same yesterday with a ACE compat. Also Steam isn't the first one. CBA updates always first go live on Github.
  21. Why did I find multiple people reporting the thing I corrected after spotting obvious typos in your error message? And absolutely 0 results anywhere about the actual message you gave me? But that error message also doesn't break anything. You should be able to just click it away and continue playing.
  22. Dedmen

    Hilfe ! (Deutsch)

    People who buy games they don't know anything about and who don't want to inform themselves deserve to have no clue. This looks like one of those other spambot posts. But it is in german... -- Leute die Spiele kaufen von denen sie keine Ahnung haben und die sich nicht selbst informieren wollen haben's verdient keinen schimmer zu haben. Das hier sieht aus wie einer dieser ganzen anderen Spambot posts.. Aber er ist auf deutsch...
  23. The worst thing you can do with error messages. Is either not providing them at all. Or typing them off wrongly. I got no results at all when searching for CUP_D_RadarProtocal_RU. But CUP_D_RadioProtocol_RU gave me https://dev.cup-arma3.org/T2537 and https://dev.cup-arma3.org/T2481
  24. That? Basically putting an icon next to playername. Special color and font. And that's it.
×