Jump to content

Sexout specific perks


WiseSomewhere

Recommended Posts

Posted

Right now they aren't fucntional. More place holders for future development. I'm currently trying to get some of my perks that are on that list to work. Right now I'm focusing on Exhibitionist since its teh easiest to do, or so I thought.

 

For now, short answer.. they are a current WIP, but progress may be slow depending on who and how many of us are actually working on them.

Posted

Yeah I just put them into SCR for place holders, the advantage of being in SCR is all mods can check for them, modders can start adding them to their mods where appropriate and people will get motivated into completing them :)

Posted

Actually, since we are on the topic maybe one of our Sexout Experts can give me a hand for a second.

 

As I stated before I'm trying to get the Exhibitionist perk functional and I'm half way there. I have the effects working, but I just cant get the required restriction to take.

 

As a test model I'm using an extreme, totally unbalanced affect, +20 DT. Its noticible unpon testing and cant be mixed up for something else, but its only for testing. Real perk benifits will be more balanced.

 

The requried limitation is supposed to be based on the player not being equipped with any clothing or armor with the exception of the odd slotted item like choker, hat, masks etc. I was thinking of using the condition of a Sexout nudebody token being equiped, but the affect didnt end when I equipped normal armor. The affect just seems to be constant regardless of what the character is or is not wearing.

 

Any insights oh Sexout Lords?

Posted

Any insights oh Sexout Lords?

 

Hm, now I'm almost afraid to answer for fear of being seen as snooty. Almost ;)

 

I'm not sure about using tokens - they're on the way out anyhow, and the one you're using might just be only relevant during a sex scene, undressing for the occasion rather than being nekkid.

 

The way clothing eval in SCR detects nudity is

if player.GetEquippedObject 2 == 0

 

but this only works with regular clothing, not with mix & match sets. It just notices you're not wearing anything 'upperbody'-slot. You also can't use it in conditions, unless you park that check elsewhere, like in a quest script.

 

You could try & combine this with a GetEquipped condition check on Halstrom's nude body formlist (SexoutSLOutfitNaked) and NG's (SexoutNGNudeBodies). Because those nude bodies are technically upperbody-slot outfits, that still won't account for other-slot stuff though.

 

As to the effect sticking when it shouldn't, I'm not sure - no experience with perks, but from first glance in the geck you should probably rely on "entry point" in the perk entry screen. Probably not "ability" - those stick unless you do a dispel on them and they're probably not auto-dispelled if the perk conditions don't apply anymore. If you need more options than "entry point" provides, you're probably better off using the "quest" option so you can cast a custom spell via a quest stage result script.

 

Then again, maybe I just don't know what I'm talking about - wouldn't be the first time :D

Posted

Just had a random idea. There's this mod that adds invisible armored vests for use with unarmored clothes, so that you can look spiffy and still have resistances. Maybe find a way to adapt this concept into an invisible armor and add your effect to it instead of directly to the player? Make it upperbody slot so it can't be equipped with any other regular armor, and add it to the players inventory when they get the perk. Quest item so they can't give it away or sell it, and maybe a script to autoequip it whenever they aren't wearing anything else.

 

Not sure how feasible all that is, just an idea.

Posted

 

You could try & combine this with a GetEquipped condition check on Halstrom's nude body formlist (SexoutSLOutfitNaked) and NG's (SexoutNGNudeBodies). Because those nude bodies are technically upperbody-slot outfits' date=' that still won't account for other-slot stuff though.

[/quote']

 

Thanks Doc! This specifically might be what I need to look for. I've noticd other normal, non-sexout related perks with Formlists of bad armor which essetially determines what armor is allowed to benifit from teh perk abilites...like getting a bonus for only wearing light armor. I was loking into making a formlist..but holy shit that was going to be huge. This may help a lot though, I need to take a look later.

 

Here I was thinking this was the easy perk to get working.... fuck.

Archived

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

  • Recently Browsing   0 members

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