<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Help to change the hitmarker sound in T6]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I'm trying to change the hitmarker sound on my Black Ops II (T6) server using Plutonium, but I can't get the new sound to play.</p>
<p dir="auto">So far:</p>
<p dir="auto">I've placed the .wav files in the /storage/t6/raw/sound folder.<br />
I've edited soundaliases/hitmarker.csv with the correct filenames.<br />
The scripts are loading from /storage/t6/raw/scripts/mp/_load.gsc.</p>
<p dir="auto">Despite this, the hitmarker is still playing the original game sound.</p>
<p dir="auto">Could someone explain step-by-step how to correctly replace the hitmarker sound in Plutonium T6? Any examples or guides would be greatly appreciated.</p>
<p dir="auto">Thanks in advance for your help!  _load.gsc .. main()<br />
{<br />
// Registrar hitmarkers al iniciar el nivel<br />
level thread ui_mp_hitmarker();<br />
level thread ui_mp_hitmarker_head();<br />
}</p>
<p dir="auto">ui_mp_hitmarker()<br />
{<br />
// Asigna el sonido del hitmarker principal<br />
setDvar("ui_mp_hitmarker", "sound/hitmarker_ww2.wav");<br />
}</p>
<p dir="auto">ui_mp_hitmarker_head()<br />
{<br />
// Asigna el sonido del hitmarker en la cabeza<br />
setDvar("ui_mp_hitmarker_head", "sound/hitmarker_head_ww2.wav");<br />
}     .. hitmarker.csv  .. name,channel,volmin,volmax,pitchmin,pitchmax,distmin,distmax,probability,loop,loadspec,soundfile<br />
ui_mp_hitmarker,UI,1,1,1,1,0,0,1,0,loaded,sound/hitmarker_ww2.wav<br />
ui_mp_hitmarker_head,UI,1,1,1,1,0,0,1,0,loaded,sound/hitmarker_head_ww2.wav  ..</p>
]]></description><link>https://forum.plutonium.pw/topic/44527/help-to-change-the-hitmarker-sound-in-t6</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 02:16:47 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/44527.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Apr 2026 12:02:29 GMT</pubDate><ttl>60</ttl></channel></rss>