Search the Community
Showing results for tags 'bullet'.
Found 5 results
-
Hello, I've stumbled on an old video from ArmA 3 where somebody is firing fish from their gun. I want to make something like this too. I'll link the video here: Thanks!
-
Show bullet position every millisecond
Mariusz B posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi :) I want my script to report bullet position every milisecond including a moment of fire. However loop occurs every game frame. player addEventHandler ["Fired", { _null = _this spawn { _missile = _this select 6; waitUntil { if (isNull _missile) exitWith {true}; diag_log getPos _missile; }; }; }]; this is a player position :[3999.79,999.912,0.00143909] and this is a first report of bullet : [3999.97,1016.43,1.35643] as you can see projectile flew 16 meters before first data, that means Im missing time before fire and next frame. The most importnant for me is a position of bullet in moment of fire. It would be great if script reported data every milisecond. What should I write ? Please help ! Thank you. -
Which PBO need to be edit to change Mk-1 EMR magazine ?
boombastic posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hi, can somebody point me to right config file that include Mk-1 EMR magazine settings (bullet amount e.t.c.) i tried to search in "weapons_f.pbo" , "weapons_f_beta.pbo" and "weapons_f_mark.pbo" but still cannot find proper config file :( Thanks for help! -
[WIP] Brazil Favela wall bullet penetration
KlapauciusIV posted a topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hello everyone. I've been learning to add templates to Arma3 for a few days, I've read many articles, videos and wiki pages, but finally I can add my templates to the game, but now I'm having a hard time refining some details, and I think maybe someone here knows Show me the right way. My initial idea is to create a map and new units to illustrate the operations of the police (and also of the law) in the Brazilian favelas, for this I am modeling a series of modular houses to create the map and its People's low income are usually built with poor quality materials, with very thin walls, which allows assault rifle projectiles to penetrate surfaces. My current PROBLEM is in the matter of penetration level of the materials, I have not yet found much documentation on this, although I have already read in the official Weapon Wiki about these parameters should be inserted in the "Fire Geometry", but I found nothing conclusive It gives me a sure path of how to progress from here. My first "house" model Thankyou All-
- wall
- penetration
-
(and 6 more)
Tagged with:
-
[SOLVED] get bullet speed of weapon/magazine
sarogahtyp posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I wonder if it is possible to get the initial speed of a bullet before shooting it. I think about writing an aiming help for moving targets where a crosshair is drawn at the point that u have to shoot at to get a hit.- 17 replies