Jump to content

Dedmen

BI Developer
  • Content Count

    2910
  • Joined

  • Last visited

  • Medals

Everything posted by Dedmen

  1. I think the attachment subclasses in either ItemInfo or directly in the weapons class each have their own inventory icon.
  2. Can't. You have to do it in a mod. Well it belongs into a mod's config.cpp. Not into a missions, description.ext. These are entirely different configs.
  3. Dedmen

    Breaking Point

    Bohemia has several Games to invest time into. Why should they dedicate any time to some specific mod that some people of one of their many games play?
  4. Yes. But it DOESN'T WORK ANYMORE. Also it's only external #include's like your error message showed. Internals are fine. Doesn't matter what mission. As long as a single mission is in your mission folder with that defect, it will kill the server. No one ever said you'd have to.
  5. Dedmen

    Trees and Objects not Rendering

    Or that it's not the server limiting your distance. I think there is a setting in the server config for that
  6. You're saying it yourself already. I guess. The simple route is the best. Also btw you can edit posts. You don't need to make 3 posts in the same thead within just 5 minutes.
  7. No it's not. It's a well known problem that USB headsets cause serious issues. From lag spikes over Arma freezing to Arma crashing or simply never starting up. The issue is only known with headsets. Didn't hear of anything else.
  8. Dedmen

    Trees and Objects not Rendering

    What you are talking about is object render distance. Which can't be set to "ultra" it's set to a range. In your video settings top right. The 3 sliders.
  9. Yes because your variable is undefined. Undefined variables error out. Yes because this is setting the variable. Not checking it. (!isNil "Squad_Getup") && {Squad_Getup} https://community.bistudio.com/wiki/isNil https://community.bistudio.com/wiki/a_%26%26_b
  10. It will be ;) :D TFAR never got released. Cuz not even at version 1.0 yet. Just like DayZ :D
  11. TFAR has the same. It's Teamspeaks fault. You can get Teamspeak 3.1.10 here: http://dl.4players.de/ts/releases/3.1.10/
  12. Are you running the MCC mod? If so, remove it.
  13. The Teamspeak freeze is Teamspeaks fault. You have to downgrade your teamspeak client to 3.1 Here http://dl.4players.de/ts/releases/3.1.10/ The Arma freeze is ACRE's fault. It's caused by the TS freeze. I have a solution for that and might implement that in the future when I join their team :D
  14. MagazineWells != Magazine Proxies. Todies statement is talking about magazine proxies. Also both things aren't even fully implemented in the Engine yet. There are still bugs to fix.
  15. Had that too last weekend. I couldn't hear my own weapon. Didn't even think of JSRS being the problem. I thought I broke something on my end which happens quite often ^^ Missing sounds should be logged to RPT right? I think it was a RHS weapon. Maybe I still have the RPT laying around, probably not though. I'll remember to write down the weapon and ammo names next time it happens.
  16. Did you read what I wrote? I told you what's wrong. You cannot #include from description.ext anymore. BI broke that with the 3DEN update and never fixed it. Read again. One of your missions has a #include in their description.ext
  17. Once SkaceKamen got through his finals and has time again to continue working on the project ^^ I'm taking care of the Arma Debugger side and he's making the VSCode Integration.
  18. Dedmen

    no init

    "an atm"? you mean "a ATM" or "an at the moment"? Well add one to "him" then I guess? No. You didn't show any code or... anything really. Don't even know what you are talking about. People can't look into your brain over the Internet. What is "a memory"? who is "he" and what "init" do you mean?
  19. Now tell me. Are there spaces inside ? How about you just try out changing some things and fixing it by yourself rather than letting me chew everything through for you. I gave you two solutions. If the first one is too hard for you and you don't know what a space is or how to remove it. How about you try the second solution then? Also your first post violated the forum rules. I just wanted to get this over with quickly. I'm out now. I told you what you need to do. Have fun.
  20. Read again what I wrote. I wrote rename the modfolders. Of course the folder names have to match. I never said they didn't. Also why are you just ignoring the other fix I gave you?? If you just ignore help you are given why are you even seeking help then?
  21. Dedmen

    Is it acceptable

    People can deny you to play on their server for any reason they want. They can be unfair, prejudiced, racist all they want. As long as they don't want money for you to play on the server.
  22. Modules should be objects though. They are logic entities.
  23. If you already know what the problem is.. Why don't you try to fix it? Rename the modfolders to remove the spaces or put quotes around your parameter like you already did with your -profiles parameter. Like so -mod="@mod1;@mod2;@mod3"
×