Jump to content

locate unwanted voice/sound !


Recommended Posts

Posted

whenever choosing to talk to another Player in skyrim reborn together, it plays seperate sounding sentences as audio (example : hey skeeverbutt or hey, ugly). i cant figure out from which mod it comes, but im very sure its a loverslab mod. would really appericiate help, i couldnt locate it so far

Posted

Never seen a mod on here that takes Skyrim Together into consideration. That sounds more like a feature of Skyrim Together. Someone thought it would be funny as a greeting topic for other player characters. Easy to test, no? Run Skyrim Togther without mods first to establish a baseline.

Posted (edited)

Since those are from the Throw Voice shout, I had a look at that in xEdit:

 

 [00] Skyrim.esm (7CAB85A9) \ Spell \ 0007430F <VoiceThrowVoice>

 [00] Skyrim.esm (7CAB85A9) \ Magic Effect \ 0007430D <VoiceThrowVoiceEffect>

 [00] Skyrim.esm (7CAB85A9) \ Explosion \ 0007430E <ThrowVoiceExplosion>

 [00] Skyrim.esm (7CAB85A9) \ Activator \ 0006B51D <VoiceCastMarker>

 [00] Skyrim.esm (7CAB85A9) \ Dialog Topic \ 000CEDFD <ThrowVoiceLine>

 [00] Skyrim.esm (7CAB85A9) \ Dialog Topic \ 000CEDFD <ThrowVoiceLine> \ 000CEDFE "Hey, ugly!"

 [00] Skyrim.esm (7CAB85A9) \ Dialog Topic \ 000CEDFD <ThrowVoiceLine> \ 000E0CB5 "Hey, slug-breath!"

...

 

It's using a script (VoiceObjectScript.psc) to play the 0xcedfdf topic:

Say(SaidTopic, Speaker, false)

 

So basically I'd say you're looking for references to the MGEF, or anything below it (explosion, activator, dialog topic). Or a script reference to the ThrowVoiceLine dialog topic. These should all be visible in xEdit by inspecting the "Referenced By" tab at the bottom.

 

It is possible the mod that's doing this has its own setup, with records copied from these vanilla records. In that case it may be more difficult to find.

Edited by traison
Added script filename

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...