-
Content Count
233 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by rakowozz
-
Vcom AI V2.0 - AI Overhaul
rakowozz replied to genesis92x's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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). -
No New Font ( Please go back to the old one! )
rakowozz replied to jabeds's topic in ARMA 3 - GENERAL
Not disliking the font itself, but it's really annoying that my structured text in dialogs is now somewhat misaligned... -
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?
-
Yeah, absolutely! Took me a while to remember that. Been a while since I've even opened Arma haha Thank you
-
Well, nothing that can't be done with switchCamera!
-
ArmA II Breaching Script for ArmA III - Infos
rakowozz replied to a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 ;) -
Real Light - ReShade Preset by Solano
rakowozz replied to Solano's topic in ARMA 3 - ADDONS & MODS: COMPLETE
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! -
How to determine object type from object name?
rakowozz replied to twakkie's topic in ARMA 3 - MISSION EDITING & SCRIPTING
typeOf Obj_1; //returns string: "EmptyDetector" -
[WIP] Terrain "X-Cam-Taunus"
rakowozz replied to silola's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Impressive terrain, guys! Can't not see it now :lol: -
"Apex" Expansion - New Co-op campaign on Tanoa?
rakowozz replied to OMAC's topic in ARMA 3 - GENERAL
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). -
[FEEDBACK] Do you use BIS_fnc_xxxxx functions? If you do....
rakowozz replied to killzone_kid's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 :) -
Trigger - specific in-game time
rakowozz replied to AdirB's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 { }; -
Quick Question about removing mods.
rakowozz replied to thefinn's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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. -
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!
-
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?
-
Random Vehicle Spawn Script. How to?
rakowozz replied to sgtelis's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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/ -
Lower Weapon During Action?
rakowozz replied to mokeyii's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 -
Lower Weapon During Action?
rakowozz replied to mokeyii's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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. -
Converting Eden Missions for Stable Branch
rakowozz replied to khaki's topic in ARMA 3 - EDEN EDITOR
Simplified or not, it's already an immense help. I'm already porting stuff from Eden into stable! -
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?
-
Splendid Cam vs. System Chat
rakowozz replied to rakowozz's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ahh, of course! Thanks! In the state I'm in, I'm lucky if I remember any of the commands :lol: -
Hungry Hungry Fish & Soccer
rakowozz replied to genesis92x's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The sound they make :lol: -
Added Uniform Disappears in Multiplayer
rakowozz posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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: -
All In ArmA Terrain Pack or ArmA 3 Map Pack
rakowozz replied to rekkless's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
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. -
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!