Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 24

Warning: include(http://map.planetmedalofhonor.gamespy.com/mohaa/poll/poll_cookie.php): failed to open stream: no suitable wrapper could be found in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 24

Warning: include(): Failed opening 'http://map.planetmedalofhonor.gamespy.com/mohaa/poll/poll_cookie.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 24

 
IRC :: #.map on Quakenet.org or simply go to irc://irc.quakenet.eu.org/.map
 

 
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 59

Warning: include(http://map.planetmedalofhonor.gamespy.com/mohaa/leftindex.php): failed to open stream: no suitable wrapper could be found in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 59

Warning: include(): Failed opening 'http://map.planetmedalofhonor.gamespy.com/mohaa/leftindex.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 59
 
 

Bombing sound fix :: mohaa_rox
------------------------------------------------------------------

If you have used my bombing tutorials before, this tutorial shows you how to fix the sound to make it more accurate.

Remember using one of my bombing tutorials? Remember that the sound wasn't too good? Well, this tutorial (actually not really a tutorial) will show you how to make it as accurate as possible like the original game.

Ok, first open notepad or other editors. Copy this and save it as a tiki in "main/models/sound/yourmapname/":

TIKI

setup
{
path models/fx/dummy
skelmodel dummy3.skd
}

init
{
server
{
classname ScriptModel
rendereffects +dontdraw
notsolid
}
client
{
settiki none
aliascache bombticking sound/items/Item_BangaloreAssemble_01.wav soundparms 1.05 0.2 0.95 0.1 800 4000 weapon loaded maps "yourmapname"

aliascache tick sound/items/Item_Timer_01.wav soundparms 1.05 0.2 0.95 0.1 800 4000 weapon loaded maps "yourmapname"
}
}

animations
{
idle dummy3.skc
}

Green parts are things you need to change. Good. Now open up your script. See this part:

$bomb playsound explosive
$player loopsound bombtick
$player stopwatch 10
wait 10
$player stoploopsound bombtick
$bomb playsound explode_tank

Change it to:

$bomb playsound bombticking
$player loopsound tick
$player stopwatch 10
wait 10
$player stoploopsound tick
$bomb playsound explode_tank

Where bombticking is the name of the sound in our tiki and tick is the name of the sound in our tiki.

Now open your precache script, or make one, and add this line:

cache models/sound/yourmapname/tikiname.tik

Good. That's all you need to know. Read jv_map's ubersound work around tutorial for more information.

Need any help : Ask in the Forum

 
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 153

Warning: include(http://map.planetmedalofhonor.gamespy.com/mohaa/rightindex.php): failed to open stream: no suitable wrapper could be found in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 153

Warning: include(): Failed opening 'http://map.planetmedalofhonor.gamespy.com/mohaa/rightindex.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 153


 


Warning: require(): open_basedir restriction in effect. File(/home/map/cgi-bin/mohaa/poll/include/config.inc.php) is not within the allowed path(s): (/var/www/vhosts/own3mall/mohaaaa.co.uk:/usr/share/php:/usr/share/pear) in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 166

Warning: require(/home/map/cgi-bin/mohaa/poll/include/config.inc.php): failed to open stream: Operation not permitted in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 166

Fatal error: require(): Failed opening required '/home/map/cgi-bin/mohaa/poll/include/config.inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/own3mall/mohaaaa.co.uk/httpdocs/mohaa/tutorials/bombingsoundfix.php on line 166