Jump to content

Ellman

Member
  • Content Count

    136
  • Joined

  • Last visited

  • Medals

Everything posted by Ellman

  1. 3 years later and nobody said where to run the script.... Running it in the player/units init seems kinda dumb?
  2. Ellman

    [MP] =BTC= Hearts and Minds

    @Vdauphin My apologies, I forgot to change that.
  3. Ellman

    [MP] =BTC= Hearts and Minds

    All my enemy units keep spawning as Guerilla even though I've changed the parameter... What might be causing this? Never had this issue before. Your detection of RHS USAF & AFRF are broken. AFRF does not spawn any infantry and USAF spawns default enemies...
  4. I can't for the life of me figure out how to set a distance condition on the 3den Enhanced add actions. I don't want players to be able to see it from miles away as long as they are scrolling. I know it should be ran on "condition show" but I don't know exactly what to put there: Any help would be much appreciated. Thanks
  5. Thank you @Harzach I really appreciate it ❤️ I don't know how I missed this :L
  6. Correct me if I'm wrong but I'm guessing you want the paa file? You can open the Pbo's with PBO Manager and extract the faces in paa form. I'm guessing one of these is Malet:
  7. Mission: You are tasked with contacting a civilian informant that knows more about the Insurgent activities in the Area of Operations. Features: Revive System Great Firefights Pilot Roles Teleport to Team Leaders Artillery Support If you come across any bugs then let please let me know in the Steam comments. STEAM WORKSHOP LINK
  8. I'm trying to extract my Arma 3 to my P drive but I get ExtractPboDos.exe errors & a DeRapDos.exe error. I've tried searching for the issue online with no success, I don't know anyone I can ask and I tried to posting this in the BI Troubleshooting section without any answers. (This was 2 weeks ago) I decided to post in this section since I've seen similar issues here. Any kind of help would be super appreciated. Have a great day 🙂 Screenshots:
  9. I've just noticed I can't open any of Mikero's tools and I keep getting the "Entry Point Not Found" error. I have been able to use all the tools before and I have no clue why it doesn't work anymore.
  10. Hi I'm trying to copy over all my files using Arma3P to my (P:) drive but I just keep getting errors. Is there a way using Arma 3 tools to copy these files over or do I have to use the "Arma3P.bat" file? I basically receive the error for every action that the bat file attempts to do and the error is related to DeRapDos.exe & ExtractPboDos.exe. (See screenshot below) I do have all of Mikero's Tools installed. Any help with this would be super appreciated. Have a great day 😊
  11. Hi I've been trying to figure this out for X amount of hours and I can't get it to work for my life. I've built a tunnel that is 52 meters above the sea level and whenever I attempt to teleport to it it either teleports me above it or below it. Tested teleport scripts: this addAction ["Enter Elevator", {player setPos [x,y,z]}] and this addAction ["Enter Elevator", {player setPos (getPos object)}] But even though I define the altitude in the first example I can't manage to teleport into the tunnel. This script works fine but it's a automatic teleport and I want it to be done via an add action: https://www.armaholic.com/page.php?id=31116 Hoping somone here knows more then me and can help 🙂
  12. Ellman

    Dynamic Frontline PvP mod

    Ah yes.. When I saw the mod/gamemode for the first time I were hoping that you could host it yourself. But.. Yeah..
  13. Ellman

    Dynamic Frontline PvP mod

    Bummer that the mod seems/is abandoned. Is there any chance I could get a hold of the missions so I can host a server? If anyone have them and is willing to share them then please DM me 🙂
  14. Ellman

    [MP] =BTC= Hearts and Minds

    I'm not sure if this "issue" have been brought up previously but I newly ported H&M for my community (As I usually do). Me and another player kept seeing textures on the ground indicating where IED's were, see the clip below: https://clips.twitch.tv/FrailAlluringSwanPeanutButterJellyTime-RilNoisMpHMH1rO8 Any idea what this is? Is it a debug thing? Edit: I ported the newest version available on github
  15. Would be kind of neat if there were a way to copy all settings, because it's a pain in the ass to setup full new profiles.
  16. Ellman

    Skyhook

    Have it been tested in MP yet?
  17. Did you update the server? If you don't then your server won't show up.
  18. Might have been said before. When using ACE3 you can't revive someone, not even with Zeus.
  19. You can get it from ArmaHolic: https://www.armaholic.com/page.php?id=32270
  20. Bummer, must have been something they changed mid development since I've seen videos/screenshots of the terrain with proper darkness. Thanks for the reply ❤️
  21. I guess I'll try to ask here as I did on Steam in hope that someone got an answer. Why does the night time no matter what I set not become properly dark? Screenshot from Eden editor: Screenshot from in-game:
  22. Ellman

    [MP] =BTC= Hearts and Minds

    @DestruidorBRZ Like Vdauphin said, go into debug mode and check if the cities are being disabled. Also make you named the correct marker. (I personally always use the "btc_base" one) If you wanna prevent AI from walking into your base then you can set a trigger with the following: Type: None Activation: (Whatever side your enemy is on) Repeatable: Yes Condition: this Activation: { _x setDamage 1 } forEach thislist; (This will kill all units of said side walking into the trigger, which will then be cleaned up by the corpse manager)
  23. Ellman

    [MP] =BTC= Hearts and Minds

    Just saw the notification ^^ Like said by Vdauphin you can ace interact on the arsenal box. @Xeteskian Happy to hear you like my port, if you have any requests for ports then feel free to hit me up. Got a Ruha port running atm on a public server ^^ (the mission will be available on the workshop once the community I run beats it) @Vdauphin Would I be allowed to link all my ports in a collected post in this thread?
  24. Hey Been looking around for a way to teleport a vehicle up in the air X amount of meters in Zeus with no luck. I've tried "BIS_fnc_setHeight" and teleport commands but none them will work. I want to execute the command via the "Execute Code" module from ZEN or via the vehicles init (in Zeus). The vehicle in question will contain players, that's why I wanna be to execute it in Zeus. I can't for my life find something that will work and would love to know if someone is sitting on the secret of how to do this? Looking forward to a hopeful fix.
  25. Ellman

    [MP] =BTC= Hearts and Minds

    Is it possible to raise the suicide bomber/drone spawn? I'm guessing it is but I'm not smart enough to know exactly how to do it. (Without breaking the mission)
×