Cannot match path help

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

jboy402
Posts: 3
Joined: Tue, 4. Oct 16, 12:19

Cannot match path help

Post by jboy402 »

Im getting this error with a mod im working on, i cant see a problem

Cannot match path '/soundlibrary/sound[@id='wpn_dumb_select']/sample' in patch file 'extensions\Esnss\libraries\sound_library'. Skipping node.

My Patch

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<diff>
  <replace sel="/soundlibrary/sound[@id='wpn_dumb_select']/sample">
    <sample start="extensions\Esnss\sfx\ui\wpn_dumb_select.wav" />
  </replace>
</diff>
if anyone could point me in the right direction i would be gratefull, cheers
UniTrader
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 14571
Joined: Sun, 20. Nov 05, 22:45
x4

Post by UniTrader »

/soundlibrary/sound[@id='wpchange_unguided']/sample
if not stated otherwise everything i post is licensed under WTFPL

Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter ;)

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help ;)
jboy402
Posts: 3
Joined: Tue, 4. Oct 16, 12:19

Post by jboy402 »

Your a Legend, thanks
jboy402
Posts: 3
Joined: Tue, 4. Oct 16, 12:19

Post by jboy402 »

Hellbusters, Sunstalkers and starflashes use the same wpnchange_guided Attribute, so if i add 2 more how would i link the corresponding missiles?

thanks again! :D

Return to “X Rebirth - Scripts and Modding”