Blur Gaming Voice/Action Menu V1.0

blur

Valued Member!
This is a scroll wheel menu that allows you to use pre-recorded, randomly selected voices to communicate in game. The menu includes all basic shouts you would normally hear in game. The menu is meant to replace the scramble you have to reply to someone in game before you get your face blasted. you are able to learn the hot keys very quickly and use them easily.

the installation is easy, but the sound files do take up a lot of space.

to begin open your init.sqf
find:
Code:
"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic";

and directly underneath it add this:
Code:
ChatCommandsMain = compile preprocessFileLineNumbers "ChatCommands\ChatCommandsMain.sqf";

then, go to the bottom of your init.sqf and add

Code:
  [] execVM "ChatCommands\Commands_Activate.sqf";

after you have done that, open your description.ext

go to the bottom and add

Code:
#include "descrExt.h"


alright, you are almost done!

download the files below and put them all in the root folder of your pbo!

https://www.dropbox.com/s/b24rq577g268dcj/dayz_Blur_addons.rar


Goodluck everyone and have fun! remember to take everything out of the dayz_blur_addons folder. do not leave that in your pbo.

in your root pbo there should be a sounds folder, a .h file, and a commands folder
 
Back
Top