Jump to content

OLD - SCR Locked Thread (Do Not Use)


Recommended Posts

Posted
Is the body-type selection thing I keep hearing about going to handle these? Or should I put them in the Store?

The body selection should handle them as replacements acording to the body selected, but that of course depends on Pregnancy being installed which not everyone want's, I hadn't thought how to handle that yet, whether I make a "light" non-pregnant bodyswapping esp perhaps or include that into SCR.

Posted
updated SexoutCommonResources 0724.1

Thanks Spectrum

 

New Update 20120726.1:

 

Spectrum Warriors new Additions

 

You need to download his latest Meshes & Textures here:

http://www.loverslab.com/showthread.php?tid=5408

 

Added a Nude Body Token, I intend on adding & equipping to detect if actors are not wearing anything in upperbody slot 2, mainly for Pregnancy BodySwapping usage.

Posted

I already test something with ST mod, but can't post picture right now due to I'm not using my own PC now.

 

I try Bottom 01 stuff from ST mod, i still have tight clothes effect but just don't change my body to equip P5 nude body but others pregnance clothes still P5 as usual, but while i switch mod back to 20120721 mod,then nude pregnance body will reappeared to default cali pregnance body with Bottom 01 stuff and tight clothes effect as usual

 

But after i quick look in my inventory after i change my SCR to lastest one (20120726) i think i didn't find Nake body token or i should change body type in MCM first ?

 

Sorry that can't post picture from my testing right now T^T, but i will post all stuff that i test as soon as i can.

 

PS. just my curious, Hal, u get rid of auto-swap body command that link to default cali nude pregnace body due to that unlock MCM menu to change set of nude pregnance body suit to others pregnance body type, right ?

 

If that is right, just from my opinion, I'm not sure this problem related to time that setting to change each nude pregnance body set or not due to for older pregnance mod(20120721) during i observe after system message show up that pregnance mod start to work it will have time delayed 5-10 sec before console command that order to change nude pregnance body start working but when i change clothes after that command line already active, my body will turn to nude pregnance body in 1-2 sec after take of my clothes.

 

By the way every data that i could gather, i only get them from field test and some console command line due to I don't have knowledge about programming parts, wish these information may give you some clue:)

Posted
I already test something with ST mod' date=' but can't post picture right now due to I'm not using my own PC now.

 

I try Bottom 01 stuff from ST mod, i still have tight clothes effect but just don't change my body to equip P5 nude body but others pregnance clothes still P5 as usual, but while i switch mod back to 20120721 mod,then nude pregnance body will reappeared to default cali pregnance body with Bottom 01 stuff and tight clothes effect as usual

 

But after i quick look in my inventory after i change my SCR to lastest one (20120726) i think i didn't find Nake body token or i should change body type in MCM first ?

 

Sorry that can't post picture from my testing right now T^T, but i will post all stuff that i test as soon as i can.

 

PS. just my curious, Hal, u get rid of auto-swap body command that link to default cali nude pregnace body due to that unlock MCM menu to change set of nude pregnance body suit to others pregnance body type, right ?

 

If that is right, just from my opinion, I'm not sure this problem related to time that setting to change each nude pregnance body set or not due to for older pregnance mod(20120721) during i observe after system message show up that pregnance mod start to work it will have time delayed 5-10 sec before console command that order to change nude pregnance body start working but when i change clothes after that command line already active, my body will turn to nude pregnance body in 1-2 sec after take of my clothes.

 

By the way every data that i could gather, i only get them from field test and some console command line due to I don't have knowledge about programming parts, wish these information may give you some clue:)[/quote']

There's still problems in bodyswapping because I haven't fixed it in Pregnancy yet, the SCR NudeToken isn't used in Pregnancy yet.

Posted
Please make sure that everything is working properly. I have not figured out what caused CTD in a past

It's quite possible it was soemething of mine in SCR, I've discovered a few interesting ways of causing CTD over the last 6 months since then :)

Guest user29
Posted

I'm not sure how to add this on my own so I'd appreciate it if someone could do it for me. I need the attached outfit added to SCR. There will be pregnant versions of it, but this is just a p0 outfit.

 

The file structure in the zip is how it'll be in my data pack. I don't know if you even need the texture, but it's in there.

Posted
I'm not sure how to add this on my own so I'd appreciate it if someone could do it for me. I need the attached outfit added to SCR. There will be pregnant versions of it' date=' but this is just a p0 outfit.

 

The file structure in the zip is how it'll be in my data pack. I don't know if you even need the texture, but it's in there.[/quote']

Cool, will add it to next update, if you want anything else from breeder added let me know, the items in SCR don't have to be in the Sexout store, but if they are in SCR all the other Plugins can recognise them as, dirty, ok for sex/birth etc.

Posted

Hi Hal

 

I made a few workbench recipes that'll allow players to convert vault suits (3, 21, 34, 101 + preg variations) to torn vault suits using a pair of scissors, which is returned afterwards.

Just a bit of an alternative to the usual way of getting them, I guess. Got some dialog going on that depends on players wearing torn vault suits, so I want plenty of options of getting them :)

 

If you can merge them into scr, that would be swell.

Posted

I need a new effect and script in SCR and I am not sure how/where to add it yet, so I'd like to ask a few questions first.

 

First, what I need, is this script to be created and then added as an object effect to everything that counts as a 'strapon'.

 

scn SCRStraponEffectOSCRIPT

ref self

Begin OnEquip
 set self to GetContainer
 if (self.IsActor)
   self.CIOS SexoutStraponEffect
 endif
End ; OnEquip

Begin OnUnEquip
 set self to GetContainer
 if (self.IsActor)
   self.Dispel SexoutStraponEffect
 endif
End ; OnUnEquip

 

So my questions are..

 

1. Is there already a list (formlist) of strapons?

2. If 1 is yes, what is it, and are they added in SCR or via a script.. or both?

Posted

I need a new effect and script in SCR and I am not sure how/where to add it yet' date=' so I'd like to ask a few questions first.

 

First, what I need, is this script to be created and then added as an object effect to everything that counts as a 'strapon'.

 

scn SCRStraponEffectOSCRIPT

ref self

Begin OnEquip
 set self to GetContainer
 if (self.IsActor)
   self.CIOS SexoutStraponEffect
 endif
End ; OnEquip

Begin OnUnEquip
 set self to GetContainer
 if (self.IsActor)
   self.Dispel SexoutStraponEffect
 endif
End ; OnUnEquip

 

So my questions are..

 

1. Is there already a list (formlist) of strapons?

2. If 1 is yes, what is it, and are they added in SCR or via a script.. or both?[/quote']

Seems I don't have a list for strapons, I'll add one for next release and add all the SCR ones with drag & drop.

 

Will merge those other 2 additions in to for User29 & DocSax.

Posted

Thanks. Think you could create the effect with that script and assign it to them all as well so it all goes out at once and doesn't have to wait for me to go in and do that after you've added the list?

Posted

It's not a player effect, it's an object effect. So just add the effect to every strapon.

No need for a script.

 

I should take the time to "distribute" all the effect from sexout to SCR but I kinda stopped modding before Prideslayer came back and implemented my changes.

Posted

Oh hell, you're right. Yes Hal, just assign the SexoutStraponEffect to the strapons, no need for the script or CIOS.

 

( how is it you always know when I'm talking about you? haha.. :D )

Posted

Halstorm, I am halfway through the list based on 20120726.1 so don't bother with the effects.

 

Here it is: [attachment=13430]

 

I updated all dildo/gags/butt plugs/vibrators and normally anything that would either block the mouth, the cunt or the ass.

Guest Loogie
Posted

I got some "Brief Free Tribes" armor from the Sexout store and it makes my body invisible. Either something is wrong with the mesh or I don't have it installed - in the case of not having it installed, I didn't see a place in the OP where it can be downloaded from.

Posted

I had the BnB version of that particular mod installed, where you get it in Goodsprings near Victor's shack, and it also made the body invisible, so it's probably not an error with SCR itself, methinks.

Guest user29
Posted

you need the textures from here

 

http://newvegas.nexusmods.com/mods/38198

 

wait, invisible would imply it's not finding a nif. So what you actually need from that mod are the meshes and textures. If that's what it is pointing to. There isn't any non pregnant version of it in the maternity clothes.

Posted

There is a .esp problem with the Tribal Armor that causes invisibility and requires the fix in the download area of the above link. The same issue was present in the BNB version, which I use. The BNB version is available at in the 1st Nexus package of Bouncing Breast Type 3 Armors. You still need to apply the fixed .esp to eliminate the invisibility issue.

 

BNB Version is found here:

http://newvegas.nexusmods.com/mods/40227

 

Fixed .esp is found here:

http://newvegas.nexusmods.com/download/96977

Guest Loogie
Posted

I want to use the SCR versions, though. Simple fix is to move them to the directory SCR expects them to be in.

 

Thanks User!

Guest Loogie
Posted

Here's an ESP patch to sort out some of the confusing stuff with how the free tribes outfits are handled.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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