Jump to content

Breeze Seducers


Daguy

Recommended Posts

Posted

Don't suppose anyone have a copy of the old Oblivion mod Breeze' Seducers? I believe it was a succubi mod, but I'm actually after it for the body jumping abilities. It makes it possible to swap places with a companion if you want. Sadly the mod is long gone from the nexus. I believe because it was buggy and s/he wanted to rework it.

 

However, that doesn't really bother me for my purposes.

Posted

If you're looking to swap positions with someone within your LoS, why not make a script that quite literally swaps positions?

Something like this should, in theory, do the trick. Can't test it right now. Attach it to a magic script.

scn zzzexamplescript001
float tmp1
float tmp2
ref tar
begin ScriptEffectStart
    {
    set tar to getSelf

    set tmp1 to player.getpos x
    set tmp2 to tar.getpos x
    player.setpos x tmp2
    tar.setpos x tmp1

    set tmp1 to player.getpos y
    set tmp2 to tar.getpos y
    player.setpos y tmp2
    tar.setpos y tmp1

    set tmp1 to player.getpos z
    set tmp2 to tar.getpos z
    player.setpos z tmp2
    tar.setpos z tmp1
    }
end

-V

Posted

I've long looked for this mod too. It was designed for use with Wrye Morph (http://wryemusings.com/Wrye%20Morph.html), which I've used for ages and I highly recommend.

I couldn't find Breeze's Seducers either, so way back in 2010, I contacted him on the Beth Forums. The mod was still in early Alpha when it was withdrawn so I offered to help.

 

To summarize his reply, a combination of real life and a defection to Fallout3 meant the project was probably on permanent hold. Four years later, I think we have to admit this is the case.

 

Your best bet is to use Wrye Morph, which will allow you to do much of what you want and more. Be warned it complex to set up but very stable when done. If you hate reading, give it a miss though.

Posted

Sadly, I believe Wyre Morph is too complicated and intrusive for too little payoff. From what I understand, Seducers did things in a slightly less complicated way (it only required script extender, after all), which is why i'm hoping someone has the old files still in a folder soemwhere. Appreciate the messages thus far.

Posted

wrye morph-like body jumping only with the script extender?

I don't think that could easily be done. We can swap body, attributes, skills, hair, eyes, and even their gender maybe, but can't think of a way to do a face-off between them.

If I knew how to swap facegen I would have rewritten hiyoko npc generator so that the offsprings would inherit their parents' faces.

Posted

As Wrye Morph was built to support Breeze's Seducers, I doubt it was OBSE only. I suspect Pluggy would have been required at a minimum. I've always seen Wrye Bash and COBL as essential, not intrusive.

Anyway, as you think Wrye Morph too complex. unless someone has a download of Breeze's Alpha, you are out of luck I'm afraid.

Posted

Aha, thank you, that is indeed the file. Still uses Wyre, but doesn't require COBL, so one less dependency.

Posted

That's the one! Thanks very much!

Now to see how it works. Breeze commented to me that it would need work to work with modern wrye Morph and OBSE.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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