

blackburnrus
Member-
Content Count
88 -
Joined
-
Last visited
-
Medals
Community Reputation
25 ExcellentAbout blackburnrus
-
Rank
Corporal
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I hope someone will make a mod to toggle on/off PIP with hotkey
-
blackburnrus started following Discord Embed Builder for Arma 3, [Release] AI vs AI battle scenario template (SP/MP/COOP), Render Distance for Grass and and 7 others
-
Advanced Urban Rappelling
blackburnrus replied to duda123's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I hope anyone will make Grapple Hook climbing -
ACE Default Loadout
blackburnrus replied to Cockheaven's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm curious about loadouts. In loadouts menu there is a "Default Loadout" button (loadouts made by mission maker) I want players to pick up only this Default Loadout kits. And I don't want players to have access to the arsenal, where they can take extra ammunition, e.t.c. IDK how to do that, because you can't take kit if you don't have kit items in arsenal -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
blackburnrus replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
because of this?) to sad. For me NIArms sound - kind of suck ) -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
blackburnrus replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
hm. where "JSRS SOUNDMOD - NIA ARSENAL Mod Pack Sound Support" did go? Can't find it on worksop anymore -
What are the pros and cons, comparing to sthud? I see that you can choose how compass looks like, and that is all the difference? Or I missed something?
-
how can I disable changing terrain quality by players? I wanna disable this, because with low terrain quality - players can see objects behind rocks on far distance
-
Arma 3 Notepad++ Syntax Highlighting
blackburnrus replied to gossamersolid's topic in ARMA 3 - GENERAL
here is the problem https://notepad-plus-plus.org/community/topic/16645/new-plugins-home-where-notepad-will-load-from and here https://notepad-plus-plus.org/news/notepad-7.6.1-released.html so, where should I place Auto- sqf plugin? -
Advanced Combat Radio Environment 2 (ACRE2)
blackburnrus replied to ACRE_Team's topic in ARMA 3 - ADDONS & MODS: COMPLETE
when all players die - mission ends, and ts3 automatically mute all players. How to disable it?- 862 replies
-
Soldier Tracker ( Map and GPS Icons )
blackburnrus replied to fn_Quiksilver's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Great mod! I have a quastion about _QS_ST_iconMapText Right now I can see iconMapText only when I zoom in the map and when I zoom out. I woud like to have this icont text only when I zoom in. How can I do that? -
Arma 3 Notepad++ Syntax Highlighting
blackburnrus replied to gossamersolid's topic in ARMA 3 - GENERAL
I have the same problem. I did what u say. But auto compleation works only for words, not the functions. --- upd Just dowloaded Notepad++ 7.5.8 (old version) and everything works!! I dont know why, but when I installed new version - there is no "plugins\APIs" foldier. Maybe that is the reason - it should be in another place. Because when I created this foldier and puted SQF.xml from "Auto" - Autocompleation didnt work for me -
ACE3 - A collaborative merger between AGM, CSE, and ACE
blackburnrus replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
how to disable compass in ace spectator? -
Quick marker (ctrl+lmb) conflicted with BIS vanilla draw line feature.. how can set another hot key for quick marker?
-
I want something like this "If a door is open, then..." --- ok, I can do this with creating custom action: doorOpen = false; player addAction ["SuperOpen", {door animate ["Door_1_rot", 1]; doorOpen = true; }]; waitUntil {doorOpen}; hint "open"; but I dont know how to hide vanila "door open" action
-
setpos to CameraOld (BIS_fnc_cameraOld)
blackburnrus replied to blackburnrus's topic in ARMA 3 - MISSION EDITING & SCRIPTING
he-he. Found the way to import angle. It is very stupid one, but it's works. Do this And then press "Space" to teleport player on your camera-center Now we can open Console and get position of player, using " getPos player " Then we can use camPrepareTarget to make camera watch on this coordinates. --- But if u want camera to watch in the sky - u can not teleport player in the air, u need to write Z coordinates manualy