valencia Posted February 26, 2023 Posted February 26, 2023 So I've had this awesome idea of adding Evelynn's Agony's Embrace as a soundtrack. Everytime I transform to a Succubus via PSQ it'd just loop for as long as I'm in form and stop when I revert back. So far this is what I've done: 1- Converted the wav file to xwm. 2- Added a new Music Track to PSQ in Creation Kit 3- Added this track to a new playlist. 4- Now here's where I'm stuck. It's the conditions. When you add a Music Track, you have the option of adding conditions to it as to when it should be played. So far I've tried the following conditions all together but none have worked: - GetIsID -> Actor: Player - HasMagicEffect -> Magic Effect: 'Succubus Force' (Which is the magic effect that gets triggered when you toggle the power) -GetIsUsedItem -> Spell: 'SuccubusForceTransform' -HasSpell -> Spell: 'SuccubusForceTransform' -IsCurrentSpell -> Spell: 'SuccubusForceTransform' Keep in mind I genuinely don't have an idea what I'm doing, I just figured if I target the player and then say the player has activated the spell then you can play the music. Problem is there's no proper documentation on what every condition is supposed to do. There are some self explanatory stuff obviously but still. There's another condition called 'IsCasting' but didn't do anything and you can't specify what is being cast. There's a mod called Moonlight Tales. It adds its own music to the transformation so everytime you transform to a werewolf, the custom music plays. I've looked into the esp and navigated to the Audio section and to my surprise there were no conditions in the newly added music. I'm assuming the author used a script instead. I'm hoping someone with more knowledge can help me out on this one please.
venomr Posted February 26, 2023 Posted February 26, 2023 Well since PSQ keeps its tranformation sound effect in the folder sound > fx > psq > fxtransform Maybe you could simply get Agony's embrace as a wav file, rename it to moans01.wav and then paste it into the PSQ mod?
valencia Posted February 26, 2023 Author Posted February 26, 2023 2 hours ago, venomr said: Well since PSQ keeps its tranformation sound effect in the folder sound > fx > psq > fxtransform Maybe you could simply get Agony's embrace as a wav file, rename it to moans01.wav and then paste it into the PSQ mod? Yea I thought about that, but then I'd have to create like a 30 minute version of the song (which is around 3 minutes) just to keep it looping. This will be my last resort if there's no possible way to do it in the Creation kit.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now