Jump to content

Dedmen

BI Developer
  • Content Count

    2910
  • Joined

  • Last visited

  • Medals

Everything posted by Dedmen

  1. Dedmen

    Onmapsingleclick problem

    It does. No that's not how local variables work. Neither is that how remoteExec works. This is not how any of this works. Very bad idea. Global variables should always have a tag or a very unique name. @Taylor1984 Show us the code you are trying to use. You can do what you are trying to do just fine. There is some error in your code.
  2. Atleast in all my tests. FilePatching only works when the file also exists inside a pbo. If the game doesn't find it in a PBO it thinks it doesn't exist. However if it finds it in a pbo and if filePatching is enabled, it then looks in the same path in the Arma directory and loads the file from there if it exists. So you probably want to make a dummy pbo with a dummy file inside it. Arma directory\filepath. So your example would be Arma directory\\whitelist.txt the double backslash seems weird.
  3. Afaik _bullet is the object. Not a string You can use "typeOf" to get the classname of a object.
  4. Dedmen

    Arma 3 map coordinate zoom fault

    Arma 3 doesn't have Sahrani/Chernarus Terrains. What mods are the maps from that you are talking about? You should ask the authors of those mods.
  5. What is Rigging 3? And Why do you have such a overkill requiredAddons? It would be sufficient to just put "A3_Data_F_Tank_Loadorder" into your requiredAddons. Also please put large chunks of code into Spoiler tags.
  6. Dedmen

    Arma 3 required mission files

    upload the steam versions of the mods properly. With their meta.cpp file in the modfolder. And load the mod on the server via -mod
  7. You could spawn as a invisible soldier But adding the particle effect get's a little bit harder.
  8. Dedmen

    Event Handlers in Config.cpp

    It might be that the object is not initialized enough yet to handle public variables. Maybe use initPost XEH instead.
  9. Well the reddit post has been deleted. A BI PR Manager has answered that they never heard of that. And I also never heard of that. And if you read the comments by that guy in his thread. You can see that he doesn't really know what he is talking about. He basically got a "You've been hacked" popup and decided to post about it on reddit. Also... His password apparently was 12345 soo...
  10. Dedmen

    insuffucient resources

    https://community.bistudio.com/wiki/setCuratorCoef coef aka the cost multiplier of a thing. I think setting them negative or 0 should make things free. https://community.bistudio.com/wiki/Curator#Action_Coefficients Or just add points https://community.bistudio.com/wiki/addCuratorPoints
  11. Dedmen

    Event Handlers in Config.cpp

    Here is the documentation about them: via config: https://github.com/CBATeam/CBA_A3/wiki/Extended-Event-Handlers-(new)#extended_init_eventhandlers Or via script: https://github.com/CBATeam/CBA_A3/wiki/Adding-Event-Handlers-to-Classes-of-Objects
  12. Dedmen

    Event Handlers in Config.cpp

    Might be that init event only runs locally on the machine that spawns the vehicle. Zeus placed objects are initialized on the Players machine. 3DEN placed objects are initialized on the server. Do you have CBA per chance? CBA's init handler works everywhere.
  13. That's not ACE. Not sure which mod exactly that is. MCC maybe? Or this thing that I found with a quick 1 minute google: https://github.com/acemod/ACE3/issues/6305
  14. What? That bug had nothing to do with direct speech channel. And IMO it's really far fetched to speak from a vanilla memory leak when one guy with lots of env sounds comes along. There are many mods that could cause that. Or do you have any more data that I don't know about?
  15. Environment Sounds.. 500 out of 511ms of the total frame. Can't tell you more than that tho
  16. What happened to it? It went offline a couple weeks ago. Here is a alternative but it basically only has CfgWeapons/CfgVehicles http://tikka.ws/class/index.php
  17. "call" is not unscheduled. it doesn't change the scheduled-ness. A call inside unscheduled stays unscheduled. A call inside scheduled stays scheduled. Only issue I can think of is you having disableSerialization somewhere.
  18. No https://community.bistudio.com/wiki/disableSerialization That script command executed in your script or any script you "call" What are "unscheduled function calls" ? Your script is scheduled. What? Scheduled code runs scheduled. I don't understand what you mean. Might wanna read this? https://community.bistudio.com/wiki/Scheduler
  19. Ask Steam about that. Bohemia cannot do anything about that.
  20. Dedmen

    No More Capcha

    That's interesting. I just thought about asking a moderator to add more Captchas. Because the spambot posts are getting ridiculous.
  21. do you have "disableSerialization" anywhere?
  22. Dedmen

    OFPMonitor is a trojan?

    Could be? Why do you ask here instead of asking the Author of that mod? https://github.com/Poweruser/OFPMonitor Also don't cross-post. Also maybe you just downloaded it from a shady source? Oh look https://github.com/Poweruser/OFPMonitor/issues/10 False positives exist. They are almost more common than false negatives. I would recommend to not use snakeoil bullshit antivirus software. Also next time, one post is enough. You don't need to spam the same thing over 3 different posts where 2 are actually in a unrelated topic where they don't belong.
  23. Dedmen

    Object movement

    setPos. EachFrame eventhandler.
  24. Dedmen

    Improving quality of thermal imaging

    Objects have a grayscale (not really, but easier to explain) texture of how much a certain part of the object heats up when the whole object heats up. For example on a warm car the front and the exhaust are hot, the rest isn't. In the back there's just one "hotness" variable of the entire object that get's combined with that texture. He is more talking about many objects just having the same color as the terrain under them, and thus not being visible at all. That is generally a Winter problem in Arma I think. If you set the mission time to summer it get's better. Or maybe it was the other way around. The auto-exposure, that is a thing I also hate a lot. Arma automatically changes the exposure so that on average the screen brightness is always the same. Now when you have a very bright object on the screen, everything else get's darker and the not so bright objects on the screen are hard to see. Same happens when you look at a big and dark object, the whole screen get's brighter and everything get's kinda washed out.
  25. Just means you didn't properly pack the mod again. You probably removed the pboprefix. Annoying? I hardly notice that
×