Jump to content

rakowozz

Member
  • Content Count

    233
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by rakowozz

  1. rakowozz

    Vcom AI V2.0 - AI Overhaul

    Same here. Took a quick look, but I couldn't track down what's causing the unit to be perceived as a number (especially when default variable for getVariable is boolean).
  2. Not disliking the font itself, but it's really annoying that my structured text in dialogs is now somewhat misaligned...
  3. Hey, everyone. Having used player action ["SwitchToUAVGunner", uav] to put a player as the UAV gunner, I can't terminate it automatically with uav action ["BackFromUav", player]; Is this action not working or am I potentially missing something here?
  4. rakowozz

    BackFromUAV Action

    Yeah, absolutely! Took me a while to remember that. Been a while since I've even opened Arma haha Thank you
  5. rakowozz

    BackFromUAV Action

    Well, nothing that can't be done with switchCamera!
  6. The Arma community is dead because nobody has had the time to reply to your thread about a somewhat complex script in less than 48 hours? Most people haven't even seen the thread yet! I'd love to look into this if I had the time, give my two cents. In fact, I wish I could script all day long. I'm sure someone with that precious resource available (time) will come around one of these days ;)
  7. I don't know, I don't think I'm able to launch the game without this again. At first I was slightly skeptical, but wow... does it look good. Especially during the day!
  8. typeOf Obj_1; //returns string: "EmptyDetector"
  9. Impressive terrain, guys! Can't not see it now :lol:
  10. If Arma depended on their latest SP campaign (East Wind) to sell the game, I know I wouldn't buy it. Hated every second of it - it's a strong word, but it's not often I use it do describe a game. Bootcamp update short campaign felt like a major improvement to me, though. I saw a lot of wasted potential in the main campaign, and it's great news it'll be co-op this time. If executed right, they absolutely can integrate a better storyline (where it's not difficult to improve on, considering the last effort).
  11. Apart from the now overhauled BIS_fnc_MP and BIS_fnc_param and, of course, addStackedEventHandler, I'm a heavy dirTo and advHint user. Since this last one is mainly ornamental and since I can't recall any possible improvements to suggest, all I can ask for the moment is maintenance of backwards compatibility! I can sense this thread becoming very popular :)
  12. Don't use time, it won't be reliable in MP. Since time of day became more reliably synchronized some updates ago, you should probably use daytime. if (daytime >= 15.5) then { };
  13. But have you tried rearranging your vehicles/units in mission.sqm so you exclude the mod classnames manually? Say you have under class Vehicles: class Item25 { position[]={2500,5,2000}; azimut=240; offsetY=-4.7683699e-007; id=28; side="EMPTY"; vehicle="Land_CncWall4_F"; skill=0.40000001; }; And suppose "Land_CncWall4_F" is an addon. Replace it with a valid classname to avoid having to renumber everything.
  14. Okay, so I put together some quick and dirty code (emphasis on quick). It shouldn't be overwriting any TFAR variables or keybinds, which would be terrible. Some tweaking may be necessary. Here's how it is right now: - Ctrl + Shift + Tab toggles Auto Speaking Volume. It detects gunfire up to 50 meters away. - If enabled, volumes can still be manually selected with Ctrl + Tab (TFAR default). - Manually selected volumes (whispering/normal) will be used when not in a firefight. - Volume is set to "yelling" by default when entering a vehicle, where it can also be manually adjusted. - Silenced gunfire is ignored by the Event Handler. - Does not influence radio transmission volume, as always. Example mission - TFAR Auto Volume v0.1: https://www.dropbox.com/s/2dp9znraivi25rm/AutoSpeakVol.Stratis.zip?dl=0 If anyone is interested, please feel free to adapt/change/improve this!
  15. Hey, everyone. Before I start coding anything, is there a feature somewhere where the direct speech volume automatically switches to "yelling" if you're in a firefight? Often times teammates will forget and leave it at whispering, and you can't hear anything they say during combat. I had this idea earlier, and will maybe write something down if it doesn't turn out too performance consuming. Is there such a thing somewhere already?
  16. There's always SHK_pos, if you want something more automated. Could be a bit of an overkill, depending on what you want, but it's a nice script: https://forums.bistudio.com/topic/153382-shk-pos/
  17. If the script was running on a dedicated server, there'd be no "player". But it's irrelevant here: addAction is local to players. You can paste the line inside the T8L_fnc_ActionLaptop function
  18. What you're looking for is: player action ["WEAPONONBACK", player]; I haven't read the laptop script, so keep in mind the locality. If the script's running local to each client, it should work okay.
  19. Simplified or not, it's already an immense help. I'm already porting stuff from Eden into stable!
  20. Hey, everyone! After several months, I'm sort of back to scripting and... damn, am I rusty. One thing I noticed is I'm unable to use the MP chat after using the Splendid Camera. The system chat area doesn't show anymore after closing the camera. Am I forgetting something or is this a new bug from version 1.50?
  21. Ahh, of course! Thanks! In the state I'm in, I'm lucky if I remember any of the commands :lol:
  22. rakowozz

    Hungry Hungry Fish & Soccer

    The sound they make :lol:
  23. EDITED: Hopefully this will work for most people, it sure works for me. Solution for a few loadout related issues summarized here: http://forums.bistudio.com/showthread.php?167860-Added-Uniform-Disappears-in-Multiplayer&p=2597010&viewfull=1#post2597010 All thanks to the kind people helping us and the documentation available. -------------- So, I have this TVT mission I'm pretty much finished working on, but there's this one insane glitch. In the editor, it's all fine. But when I run a local host, so I can test behaviors in the multiplayer environment, random units in my side (the player's side) and myself spawn in our underwear - which is being added in the init of each unit. Any ideas? Used initialization example:
  24. All in Arma TP has been updated consistently, and more recently, thus being more polished. A few bugs regarding lighting, particle effects and others have been solved there, while still present in A3MP. My community has switched over to AiA from A3MP and have been satisfied since.
  25. rakowozz

    JSRS3: DragonFyre

    I know he won't do it; but, please, don't. This is always a nightmare for mission makers. Anyway, RC4 already sounds great here, haven't had any major issues. Looking forward to the final release. Great job, LJ!
×