Jump to content

kylania

Member
  • Content Count

    9181
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by kylania

  1. How'd you figure that out? :huh:
  2. "Smoke_120mm_AMOS_White" and "Smoke_82mm_AMOS_White" should be good ones to use, but I'm just getting the shell and not the smoke from it. In researching this issue I found this IED script that has some fantastic looking custom smoke you might wanna use.
  3. Yeah, I've seen that before too.
  4. Wow! A recent, PRETTY, GUI tutorial? Thank you! :)
  5. The first shot was after the player yelled out loud that he'd spotted enemy while standing and they fired in the direction of the player hitting far left and low. The second shot while the player was clearly visible at medium to close range and was well to the left. Neither shot was to a completely obscured and silent player and neither shot was accurate.
  6. Player <-> Support Requester Module <-> Support Provider (Virtual Arty) Module
  7. Are you grouped with an OPFOR unit or perhaps on the wacky tobaccy?
  8. kylania

    The new unit system replaces squad.xml?

    Any way to get this to display the Unit logo in game or is that not working yet?
  9. Here's an extra icon you can include in your missions, just save it as rings.png or whatever.
  10. kylania

    Old 2D Editor Permanently Gone?

    From the Three Big Buttons you click on Editor. You get a list of loaded terrains. While still blankly staring at that list you hold down your Left Ctrl key then you press O as in Old. That will start the old 2D Editor and you'll feel the outer layer of your soul drift off in the form of a light shudder and a bead of sweat sliding down your lower back.
  11. More proof they don't cheat: Download the mission here.
  12. It's configurable, so there's that.
  13. kylania

    Cannot Loot Box

    How about forcing locality? [_crate, [(_item select 0), 1]] remoteExec ["addWeaponCargoGlobal", _buyerObject];
  14. I can also confirm that Ghost smells like freshly baked cookies.
  15. kylania

    SQF feature requests

    Dwarden's point is you should post proof directly to BIS privately rather than post a game destroying bug publicly. Certainly all involved have already sent their proof to Dwarden so that BIS can fix the error, right? :blush:
  16. Did you start the game using arma3launcher.exe at least once first? Before trying to use the battleye exe or any third party launcher?
  17. kylania

    Revive Feedback

    Any word on commands, functions or description.ext variables to use for this system? Also a lot of people are not finding the "Revive" template at all. Even the wiki page is only for the 1.42 version. So, how do we configure this system via scripts please? :)
  18. The Functions Viewer in Eden. The time to live is just a variable you set. You tell it to play at 5 seconds and it'll play at 5 seconds. This function is entirely separated from the text you type in or any sound files you might be playing at the same time. It's just "in 5 seconds display: Bob: 'hi!'". Think of BIS_fnc_EXP_camp_playSubtitles as BIS_fnc_pretty_timed_titleText;
  19. I have a feeling the default setting for revive type is "realistic" so that if you're hit with high caliber rounds or in an unprotected area you're just dead, no revive. Haven't found the new revive settings for the new features in description.ext yet though.
  20. kylania

    How to Teleport script??

    attachTo works nicely too for those wild rides.
  21. kylania

    Tasks Overhaul

    In BIS_fnc_taskCreate you just set the 2nd argument to an array. [west,["taskFindCookie", "taskFindFoodsParentTask"],["Good luck finding this cookie","Find Cookie","cookiemarker2"],objNull,1,3,true] call BIS_fnc_taskCreate;
  22. kylania

    Condition of Presence: alive [unit]

    I'd tested with isNull TANK1C or whatever and it ended up spawning just the commanders, no tank! :)
  23. What do you have selected under Attributes -> Multiplayer -> Revive in Eden?
  24. kylania

    Cannot Loot Box

    I'm perfectly OK with "If a player drops a grenade at base and blow up their weapons cache that's on them". If you were a gun shop owner and someone was buying a gun from you and instead dropped a grenade behind your counter would you say "No worries, I'll just superglue my shoes to the floor!" or would you stop selling to the person? :)
  25. kylania

    Tasks Overhaul

    Got any details, example code, reproduction steps? Tasks were working fine for me last night.
×