DeathF0X
Member-
Content Count
143 -
Joined
-
Last visited
-
Medals
Community Reputation
198 ExcellentAbout DeathF0X
-
Rank
Sergeant
Contact Methods
-
Website URL
https://discord.gg/bTBUVBB
-
Youtube
https://www.youtube.com/channel/UC5E2YtQhtyT7pP72yJGFPyg
-
Steam url id
http://steamcommunity.com/id/xshiragamix
Profile Information
-
Gender
Male
-
Location
Austria
Recent Profile Visitors
6983 profile views
-
DeathF0X started following Man as Turret Mod, Arma 3 with FidelityFX Super Resolution, M/V Ocean Freedom Project and and 6 others
-
discord [Discord] Viper 0.0.2
DeathF0X replied to DeathF0X's topic in ARMA 3 - COMMUNITY MADE UTILITIES
There was a MR which fixed it, be sure using the latest version. -
Suicide Bomber and Carbomb Addon
DeathF0X replied to DeathF0X's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Im currently reworking the addon, the new version will work with ZEN- 55 replies
-
- suicide bomber
- carbomb
-
(and 1 more)
Tagged with:
-
Update: Fixed server query
-
Update: New keys. [!5] Support for ZEN. [!5] Added CBA options and global event fox_mosque_prayer_event_pray. [!5]
-
3:48:25 [57157,837.567,0,"XEH: PreInit finished."] 3:48:26 Error in expression <",typeOf _nearestTarget, _distance]}; sleep 1; }; if (_debug) then {hintSile> Error position: <sleep 1; }; if (_debug) then {hintSile> Error Undefined behavior: waitUntil returned nil. True or false expected. 3:48:26 In last 10000 miliseconds was lost another 7 these messages. 3:48:26 File Tha_Sharks\scripts\huntingBehavior2.sqf..., line 78 Edit: didnt saw the comment above. 😅
- 33 replies
-
- shark
- great white shark
-
(and 2 more)
Tagged with:
-
discord [Discord] Viper 0.0.2
DeathF0X replied to DeathF0X's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Update: 0.2 https://github.com/Skullfox/discord-viper/releases/tag/0.2 Changes: .env config Minor changes Fix for folder paths Tested on OSX, Linux/Ubuntu(WSL),W10 -
ArmA 3 Discord Bot for "managing" mission files Ive wrote a simple Discord Bot last night to let my Clan members upload their missions via Discord. What it can do: list all pbos delete a pbo drag/drop a pbo in a Discord channel to upload it Readme This project is an early dev version and a hobby project, some basic knowledge is required for setup. You need to host the Bot yourself(own api token) and on the same machine as your gameserver is running ! currently only tested on windows !!! Permission setup may not be perfect, i take no responsibility if the Bot will break anything. How to install and FAQ https://github.com/Skullfox/discord-viper Discord https://discord.gg/bTBUVBB
-
When its done ^^
-
awesome-o HUD (work-in-progress)
DeathF0X replied to goko--'s topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Looks nice, title reminds me ... -
Update: +Added 10s timeout for Server query +Added Steam News
-
[FOX] Realism is an collection of features to enchant the ArmA gameplay. Most of them are updated version of older standalone mods from myself. Content/etc may changed overtime. Required: CBA_A3, Ace³ Most of the features can be adjusted/disabled via CBA settings Features: Info: few videos show older builds or the old standalone version of the features ! Whistle Throwing Knives Throwing Magazines Scuba Land Rebreather & HALO Goggles NVG Knocking Inventory Fuel Empty Magazines
-
Ive created an ArmA Discord bot year ago, totally forgot to post it here 🙄 Sentinel is a hobby project so dont expect 24/7 up-time. Features: Display and subscribe to Arma News (Launcher) Query Gameserver (needs some rework 😜), Outputs Wiki commands or post the link based on page size Display your ArmA Unit from the Units page Steam workshop addons posting via ID How to subscribe to news: !news subscribe (only the serverowner can do it ) If you need help: !help !help command Discord Server: https://discord.gg/bTBUVBB Add Sentinel to your Discord server: https://discordapp.com/oauth2/authorize?client_id=434120898132574228&scope=bot&permissions=519232 Spoiler for screens
-
Get position on top of object
DeathF0X replied to Taylor1984's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://community.bistudio.com/wiki/BIS_fnc_spawnObjects -
Add actions for all houses of a specific kind
DeathF0X replied to Taylor1984's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://steamcommunity.com/sharedfiles/filedetails/?id=708665067 DES Elevator Description: This is a small addon, that allows player to access roof tops and balconies. It is inspiered by Zooloo75's Acces Points script. Usage: Just go to a door of the five usable buildings and select "Go to roof" or "Go to balcony", then you will be teleported. Available buildings: Tanoa Land_MultistoryBuilding_01_F Land_MultistoryBuilding_03_F Land_MultistoryBuilding_04_F Land_Shop_City_04_F Land_Shop_City_05_F Land_Hotel_02_F Land_Cathedral_01_F CUP Land_OrlHot Land_Mil_House Land_Mil_House_dam Land_A_MunicipalOffice Land_HouseB_Tenement Land_Mil_House_EP1 Land_Mil_House_dam_EP1 Land_Dum_istan2_01 Land_Dum_istan2_02 Land_Dum_istan2_03 Land_Dum_istan2_03a Land_Dum_istan2_04a Land_Dum_istan3_hromada Land_Dum_mesto3_istan Land_Dum_istan4 Land_Dum_istan4_big Land_Dum_istan4_big_inverse Land_Dum_istan4_detaily1 Land_Dum_istan4_inverse -
1. All users need the addon installed 2. Call the function on the server !!! 3. If you dont know SQF, open a new TAB and learn SQF. // code needs to run on the server! _player = param[0,objNull]; _id = owner _player; ["IP","PORT",TIMEOUT,"PASSWORD",AUTOJOIN] remoteExec ["STS_fnc_Transfer",_id];