brainslush
Member-
Content Count
133 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by brainslush
-
Advanced Ballistics (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
@Ruthberg Found another script error, which occurs when one fires from a vehicle. Error in expression <}; if (false && currentWeaponMode _unit != "Single") exitWith {}; if (_unit dist> Error position: <!= "Single") exitWith {}; if (_unit dist> Error Generic error in expression File advancedballistics\fnc_advanced_ballistics.sqf, line 19 I guess this error occurs because when the fired eventhandler is triggered the unit firing is the vehicle and not a single unit. Combined with currentWeaponMode _unit this returns a number (usually 0) and not a string. This brings me directly to a feature request: Please enable this mod for vehicles aswell or maybe just a lightweight version. -
=TSS= Nametag - Individualizable Nametag AddOn
brainslush replied to brainslush's topic in ARMA 3 - ADDONS & MODS: COMPLETE
You have four color channels: Red, green, blue and alpha. The alpha channel determines the transparency, 1 is opaque and 0 is transparent. For white you would have to use Red = Green = Blue = 1. -
Advanced Ballistics (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
The bullet shock cone is only visible for supersonic speed and if you look through a binocular or laserdesignator. -
Advanced Ballistics (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ruthberg, skimming your code I found that you set the lattitude and longitude manually. You can also read it from the map config using _latitude =getNumber(configFile >> "CfgWorlds" >> worldName >> "latitude"); _longitude =getNumber(configFile >> "CfgWorlds" >> worldName >> "longitude"); ---------- Post added at 16:13 ---------- Previous post was at 15:56 ---------- Sorry for double post but on side note for the bullet trace. You bound it to only work with "Binocular", "Rangefinder" and "Laserdesignator" in particular and not with any inheriting subclass. To make it compatible with other mods I suggest you use iskindof. -
ATragMX - Handheld ballistics calculator
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Can't confirm that. For me everything works perfect now. @Ruthberg: Your last update fixed the issue and as promissed calculation is much faster. -
ATragMX - Handheld ballistics calculator
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hey, I guess something got messed up for the calculation of the wind correction since no matter what I enter, the ATragMX returns negative values for the wind correction. Having wind of 20 from 9 gives ~-9 and having a wind from 3 gives ~-9.2 on ~1100m. Even direct head or tail wind returns negative values where they should be almost around zero. -
ATragMX - Handheld ballistics calculator
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I guess the ATragMX needs an update to match the changes made in version 16 and 17 of the advanced ballistics mod but I guess that you are aware of that. -
Kestrel 4500 Kestrel 4500 Pocket Weather Tracker (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks! We will test right away at the earliest time tomorrow and will let you know if it works and if we encounter any other problems. Best regards -
Kestrel 4500 Kestrel 4500 Pocket Weather Tracker (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yes, it was. Another thing we noticed about Advanced Ballistics Mod is that the shoot is not synchronized with any other player which results in the situation that the spotter sees a different trajectory than the shooter. Which leads to the problem that at long distances the spotter doesn't see the impact point at all since the bullet drops more rapidly and impacts somwhere between you and your target. But anyway great work and keep up your effort. -
Kestrel 4500 Kestrel 4500 Pocket Weather Tracker (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
It's me again! We made tests on our server with this addon package. We were a sniper and a spotter trying to shout numerous targets. It went quite well but it seems that temperature, humidity and barometric pressure are not synchronized between clients which makes it hard for the spotter to calculate the stuff for his gunner. -
TPWCAS for A3 - AI Suppression System - suggestions/comments/ideas discussion
brainslush replied to ollem's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Is there going to be an updated version where the los error is fixed? I could do it on my own but I'm not in the mood since I have my had filled up with other Arma projects. -
ATragMX - Handheld ballistics calculator
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Wouldn't this be the spotter's job and since a rifle has no measuring device aka laser isn't this somehow impossible? Maybe you could add this to the userconfig, even tye it to a laserdesignator and then call it singleplayer feature. -
Thanks for the reply. I will have a look into that. I probably will have to visit the BWA3 Mod team.
-
How do you figure out what crashed the server?
brainslush replied to GDent's topic in ARMA 3 - SERVERS & ADMINISTRATION
It also is important how the server crashes. Does it freeze up and doesn't respond for a long time or does the server really crash causing the server executable to shut down? -
BIS_FNC_MP with receiver == sender question
brainslush posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I assume that the bis_fnc_mp function doesn't have any client to client functionality and always is broadcasted to the server and then distributed to the respective receiver. Does by any chance someone know what happens when the sender is also the receiver? Does it get broadcasted to the server and then back to the client or does it cause the function to get executed immediately on the sender's machine? Thanks -
BIS_FNC_MP with receiver == sender question
brainslush replied to brainslush's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I found the answer a bit later by my self in the function viewer and came to the same conclusion. Forgot to look it up there b/c I didn't expect bis_fnc_mp to be in there. But thanks for confirming my findings. -
ATragMX - Handheld ballistics calculator
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Can you please implement that the device doesn't open when looking through the scope or binoculars? -
Advanced Ballistics (WIP)
brainslush replied to ruthberg's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I have a question concerning the last update. Is the bullet effect also visible for the spotter looking through a Binocular or whatever he's using? -
Had this error in our server RPT last night with v0.9.9. We are running several other mods but which as far as I know shoudln't conflict with ASR AI. Bad conversion: array Error in expression < reveal [_veh,_k]; ; }; } forEach (_veh nearEntities [["CAManBase","StaticWeapon> Error position: <nearEntities [["CAManBase","StaticWeapon> Error 0 elements provided, 3 expected File x\asr_ai3\addons\sysaiskill\fnc_firedEH.sqf, line 150
-
RealSound Sound Configuration - F18 by John and Saul -
brainslush replied to LtShadow's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hey, since the last Arma3 stable update the sounds don't work anymore. Any hope for a hotfix? -
Using it together with A3 Map Pack I get the following error: Warning Message: No entry 'bin\config.bin/CfgSurfaceCharacters.WLGrassClutter' I'm also loading other maps. I would have to check where this error is coming from explicitly.
-
"Killed" event handle not working on created units from addAction
brainslush replied to BEAKSBY's topic in ARMA 3 - MISSION EDITING & SCRIPTING
rubbish what i wrote. The problem is another one, see post above. -
Why use the spawn command?
brainslush replied to yacobm8's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I wouldn't per se say that execVM must be avoided. It's perfectly fine with code which only runs once per mission and isn't time crucial since the memory which was occupied by the "execVM"-script gets released afterwards, while preprocessed code stays in the memory for the whole mission. -
Soldiers should not refill their ammo
brainslush replied to Voltagez's topic in ARMA 3 - MISSION EDITING & SCRIPTING
This behavior as far as I know isn't part of the Vanilla engine but must be part of an addon you are using. I might guess ASR-Ai or something. -
Trying to disable some keyboard input while script is running
brainslush replied to Phyma's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Wouldn't use that since this disables all inputs, even the "ESC"-Button. If you get it wrong the only way for the player to get the game working again is by killing the ARMA process and restarting ARMA.