Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

pokertour

Member
  • Content Count

    189
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by pokertour

  1. pokertour

    Open/Close Bargate solution !

    it's fully work for me on last DEV version. Do you name your bargate ? example : Bargate : name gate trigger : Activation Blufor repeatedly present condition this On Act gate animate ["Door_1_rot", 1] On Dea gate animate ["Door_1_rot", 0]
  2. pokertour

    =ATM= Airdrop [A3] - Beta

    Thanks for the frontpage and updated the post on Armaholic :)
  3. pokertour

    =ATM= Airdrop [A3] - Beta

    Thx Hajimoto ! :)
  4. pokertour

    =ATM= Airdrop [A3] - Beta

    Thanks you Serious :)
  5. pokertour

    =ATM= Airdrop [A3] - Beta

    Changelog v3.5 : - You can remove this lines in the init.sqf : getLoadout = compile preprocessFileLineNumbers 'ATM_airdrop\fnc_get_loadout.sqf'; setLoadout = compile preprocessFileLineNumbers 'ATM_airdrop\fnc_set_loadout.sqf'; - New sound when you cut-Away - Code improvement - In the description.ext file of your mission add this line : #include "ATM_airdrop\dialog.hpp" class CfgSounds { sounds[] = {Vent,Para}; class Vent {name="Vent";sound[]={ATM_Airdrop\data\vent.ogg,db-11,1.0};titles[] = {};}; class Para {name="Para";sound[]={ATM_Airdrop\data\parachute.ogg,db-11,1.0};titles[] = {};}; }; Download v3.5 : http://atmarma.fr/mod/atm_airdrop.Stratis.rar
  6. hey you can put your function : MAC_fnc_switchMove = { private["_object","_anim"]; _object = _this select 0; _anim = _this select 1; _object switchMove _anim; in your sitdown .sqf just before this line : [[_unit, "Crew"], "MAC_fnc_switchMove"] spawn BIS_fnc_MP;
  7. Hi, i can't download the file =/
  8. pokertour

    =BTC= Logistic [A3] - BETA

    Hey Can you add a animation door for the ghost hawk when the rope was deploy ?
  9. pokertour

    =ATM= Airdrop [A3] - Beta

    @Hajimoto - Thanks to you for all the beta test and your help
  10. pokertour

    =ATM= Airdrop [A3] - Beta

    Thanks you for the update on Armaholic Foxhound
  11. pokertour

    Fast Roping

    Yes, and fully work Thanks you. Do you think you can Add a texture for the rope ?
  12. pokertour

    Fast Roping

    The =BTC= Fast rope work on Arma 3
  13. pokertour

    =ATM= Airdrop [A3] - Beta

    Yeah this way : in Atm_airdrop.sqf Just Comment this lines (// before the lines) RedOn = _target addAction["<t color='#B40404'>Chemlight Red On</t>", "ATM_airdrop\atm_chem_on.sqf",["Chemlight_red"],6,false,false,"","_target == ( player)"]; BlueOn = _target addAction["<t color='#68ccf6'>Chemlight Blue On</t>", "ATM_airdrop\atm_chem_on.sqf",["Chemlight_blue"],6,false,false,"","_target == ( player)"]; YellowOn = _target addAction["<t color='#fcf018'>Chemlight Yellow On</t>", "ATM_airdrop\atm_chem_on.sqf",["Chemlight_yellow"],6,false,false,"","_target == ( player)"]; GreenOn = _target addAction["<t color='#30fd07'>Chemlight Green On</t>", "ATM_airdrop\atm_chem_on.sqf",["Chemlight_green"],6,false,false,"","_target == ( player)"]; And comment this lines : _target removeAction RedOn; _target removeAction BlueOn; _target removeAction YellowOn; _target removeAction GreenOn; deletevehicle (_target getvariable "lgtarray"); _target setvariable ["lgtarray",nil,true];
  14. pokertour

    =ATM= Airdrop [A3] - Beta

    Special thanks Aeroson for my first version of loadout Lynx75 for is help Hajimoto [ECWC] for the translate and beta test Changelog v3.0 : - Your can select your Key for cut Away. FR keyboard ans US keyboard - A sound of wind when you jump. - I fix the issue with ACRE. - I make my own loadout script. - All of the text are now in Stringtable file. - The Cut Away action has been limited to a single use. - The minimum Altitude is now 500m. - You have a special helmet only if you jump higher 5000m. Installation : In the init.sqf file of your mission add this two lines : getLoadout = compile preprocessFileLineNumbers 'ATM_airdrop\fnc_get_loadout.sqf'; setLoadout = compile preprocessFileLineNumbers 'ATM_airdrop\fnc_set_loadout.sqf'; In the description.ext file of your mission add this line : #include "ATM_airdrop\dialog.hpp" class CfgSounds { sounds[] = {Vent}; class Vent {name="Vent";sound[]={ATM_Airdrop\data\vent.ogg,db-11,1.0};titles[] = {};}; }; And put the Stringtable.xml fil in your mission folder New Link ! http://atmarma.fr/mod/atm_airdrop.Stratis.rar
  15. pokertour

    =BTC= Logistic [A3] - BETA

    I have the same :)
  16. pokertour

    =BTC= Logistic [A3] - BETA

    Nice ! you are Magician ! :D
  17. pokertour

    =BTC= Logistic [A3] - BETA

    You have say And in your website we can download the 0.12 :confused:
  18. pokertour

    =BTC= Logistic [A3] - BETA

    Hi Giallustio where i can download it ?
  19. pokertour

    =BTC= Revive

    hi Giallustio If you implement this. Your script will be very great !
×