Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Search the Community

Showing results for tags 'NOS'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Survival Servers
    • The Lounge
  • Game Servers
    • ARMA 2: Operation Arrowhead
    • ARMA 3
    • Unturned
    • Rust
    • Reign of Kings
    • ARK: Survival Evolved (PC)
    • Hurtworld
    • 7 Days to Die
    • Conan Exiles
    • Minecraft
    • Dark and Light
    • Citadel: Forged With Fire
    • ARK: Survival Evolved (PS4)
    • The Forest
    • Eco
    • PixARK
    • Space Engineers
    • Rend
    • SCUM
    • DayZ
    • Atlas
    • Miscreated
    • Outlaws of the Old West
    • Mordhau
    • Rune 2 (Ragnarok)
    • Day of Dragons
    • Dead Matter
    • Valheim
    • Satisfactory
    • Path of Titans
    • Project Zomboid
    • Veloren
    • V Rising
    • ARMA Reforger
    • Core Keeper
    • Terraria
    • Subnautica
    • Vein
    • Barotrauma
    • Mount and Blade ll: Bannerlord
    • Icarus
    • Frozen Flame
    • Craftopia
    • Sons of The Forest
    • No One Survived
    • Night of The Dead
    • Don't Starve Together
    • Portal Knights
    • Counter-Strike: Global Offensive
    • Left 4 Dead 2
    • Counter-Strike 2
    • The Front
    • Astroneer
    • Subsistence
    • Empyrion: Galactic Survival
    • Beasts Of Bermuda
    • Avorion
    • Smalland
    • Enshrouded
    • Palworld
    • Sunkenland

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


Interests

Found 1 result

  1. __________________________________________________________________________________________________ ADDING NITRO/NOS TO VEHICLES __________________________________________________________________________________________________ Original work and Credit goes to: Sanbird Step 1 Download your Mission Pbo and extract your zipped folder, then extract your mission pbo file Find your fn_selfActions.sqf file. In your fn_selfActions.sqf: Look for at the beginning portion Where it says private ["_isWreckBuilding',"......etc] Add this ,"_hasNOSinstalled","_isaCar","_isNOSinstalled","_hasNOSitems" into the beginning or the end before the closing bracket " ] " . Example: ,"_hasNOSinstalled","_isaCar","_isNOSinstalled","_hasNOSitems","_playerUID","_characterID"]; NEXT (we are still in the same file fn_selfActions.sqf) Few lines down you will see _canDo = (!r_drag_sqf && !r_player_unconscious && !_onLadder); Underneath that portion Paste the following: Further down in the same file fn_selfActions.sqf look for if(dayz_tameDogs) then { Directly above this line Paste the following code: WE ARE DONE WITH STEP 1 GO AHEAD AND SAVE IT Step 2 Create a Folder in your mission pbo directory and call it "scripts" or download my zipped folder. In that "scripts folder" make one called "NOS" and add the files I provided "nitro.sqf" and "nitroinstall.sqf" into that folder. Create another Folder in your mission pbo directory and call it "sounds" in it place the "nitro.ogg" file I have provided. Step 3 Open your description.ext file and locate the portion for sound class as shown (unedited) //SFX class CfgSounds { sounds[] = {}; }; If you already have things add in your sounds add like so class nitro { name="nitro"; sound[]={sounds\nitro.ogg,0.9,1}; titles[] = {}; }; If you have nothing just like like so: //SFX class CfgSounds { class nitro { name="nitro"; sound[]={sounds\nitro.ogg,0.9,1}; titles[] = {}; }; }; You are Done. Pack your pbo and upload and restart with bottom green button. How to use the mod in game Need: 1. Filled Jerry Can 2. Redbull Walk up to a normal vehicle (no air or tanks) and use your scroller on your mouse button, you should see an option to install NOS. Once Completed, get in the vehicle and drive a little bit above avg speed 25-35 and use your scroll mouse to scroll and pop up a menu it will say activate NOS, select and use it, than hit and hold left "Shift", you will hear your nitro boost. HERE is a list of DIK codes to change functions VIDEO OF HOW IT FUNCTIONS scripts.zip sounds.zip