Addons & Mods Depot > ArmA - Addons & Mods Beta Testing

Wolfrug's Dynamic Sound AI (Addon version)

(1/3) > >>

Wolfrug:
Wolfrug's Dynamic Sound AI (DSAI): Self-initializing Addon version
Version: 1.1 (also for Arma 2)
Required: Solus' Extended Init Eventhandlers
By: Wolfrug (www.ofpec.com) and Sickboy (http://6thsense.eu/)

 Features

    * Ready made scripts for Dynamic Sound AI that is easily modifiable by the end-user.
    * Your AI will shout curses at the enemy, tell you when they're reloading, throwing a grenade, engaging, when they're hurt, fleeing or when they've scored a big kill! And much more.
    * Works in both SP, client-side MP and server-side MP
    * Features English, Arab, Russian and Spanish voices by default
    * Can assign voices to all sides (BLUFOR, OPFOR, Independent, Civilian, SideEnemy)
    * Easily activated/deactived by mission makers, addon makers or server admins as required, using global variables and config entries (see below for more information)

This self-initializing addon version of my scripts have since been modified heavily by Sickboy, and the new version has been released as 1.0 (still the most current version). You can find all the necessary information on installing, creating your own soundpacks etc. on the BIKI page, and you can find mirrors here (ArmAHolic) and here (ArmedAssault.info).

Please peruse the BIKI page for most information, otherwise feel free to use this thread for troubleshooting. Thank you!

For Arma 2 (FileFront): Link

Wolfrug out.

MattiusRochelle:
Yey a Addon Version, Thanks soo very much.  :D

Wolfrug:
Comments? Suggestions for improvements? More features? ;) And you're welcome!

Wolfrug out.

RubberKite:

--- Quote from: Wolfrug on 07 Dec 2007, 15:08:52 ---Comments? Suggestions for improvements? More features? ;) And you're welcome!

Wolfrug out.

--- End quote ---

Wolfrug this is very nice addon / script  :good:

I test on Multiplayer Modded evolution with a lot of stuff and it doesn't blow up the Server :) ( 8 player friend coop :) )
I want to know how to increase random sound repeat, and how to use in group of uman player instead AI, should be fun listen some "fisiologic" sound

I want to collaborate with you, and send you Italian voice, If I overwrite the spanish ones with Italian and I send you all the folders scheme can you add italian voices to the selection ?

thank u a lot for the nice feature that make the game feel more real  :good:

 :clap:



Wolfrug:
Hey there!

Yes, I'm aware it doesn't blow up the server :D Glad you enjoyed it. There's a new version coming up pretty soon, which is a collaboration between me and Sickboy (of 6th sense fame), that should make it work a lot better in an MP environment, as well as generally being better optimized.


--- Quote ---I want to know how to increase random sound repeat
--- End quote ---

Somewhere, for instance in your Init.sqs/init.sqf (you'll have to edit the mission, or use Doolittle's widget that I linked to above for servers), change the value of RUG_DSAI_CycleTime. By default, it's 10. It's a relative number that determines how long the duration between each uttering is. So changing to to for instance 5 will (relatively speaking) make the shouts come a lot more often. If you just want a little increase, make it something like: RUG_DSAI_CycleTime = 8 or so.  :good:


--- Quote ---how to use in group of uman player instead AI
--- End quote ---

This is not really doable without opening up the addon with an unPBOer and changing each of the files in the RUG_DSAI\Scripts folder: There will be a line that reads something like this:


--- Code: ---if (_unit !=Player && vehicle _unit == _unit) then {_unit say (_Sounds select _random2)};
--- End code ---

Just remove the first _unit !=Player to make Players say sounds as well. Note that in the current version, the sounds aren't synchronized, so you'll all hear different things. It wasn't really meant for making players say random stuff: you can do that quite well with VOIP or TS or something anyway :D If you -just- want the fart sounds, just edit it out from the DSAI_GenericCheck.sqf script.  :P

Italian sounds:

Yes please! If you can get a collection of Italian sounds, I'd be more than happy to include them! If you'd go so far as to put them into the same order as the Spanish ones, that'd even save me hours and hours of work (sound configs and such). Just remember to rename them, eh ;)

Thanks for the comments. :) And as mentioned: new version on the way.

Wolfrug out.

Navigation

[0] Message Index

[#] Next page

Go to full version