Guest Loogie Posted May 19, 2012 Posted May 19, 2012 Hal, not to bug you, but I just wanted to make sure you saw my post with the Sunny slave stuff.
Evilrunner Posted May 19, 2012 Posted May 19, 2012 Yep' date=' it's a huge amount of tedious work, Ive considered just using the P3 or highest shape available for the P4-P6 as that's prety much what happens in bodyswapping it just uses the highest outfit available. This would make the script work a little simpler for me, but also use a heap more space in SCR and not then know easily where each outfit stopped in stages. I intended later to duplicate the bodyswapping scripts for 3M meshes later if enough were converted. [/quote'] Â (I noticed that there is a metal armor instance, and maybe some others -- I will revisit those later, if you want me to). Â You could do what I do, to get lists of these things: you can use a program (like cygwin "strings" or "FNVDump") to convert the esm into text, and then you can use another program (like cygwin grep) to extract lines that have something special in them (like my "FUTURE" here). Â Anyways, if those FUTURE lines are a problem for you, I can remove them for you. Ultimately it depends on the Mesh modelers, many may never get done, 6 stages is a lot of work for everyone, I suspect it would have been better to limit ourselves to 4 or 5 at the most, NV has been out for a while, Fallout4 will probably require new meshes again I suspect if they follow Sykrim. Maybe Pregnancy coding might port over with a minimum of changes if we are lucky, I haven't got Sykrim yet, and not intending to till I finish Pregnancy to a large degree. Â Honestly I don't see myself doing much more new stuff for fallout. Sort of burned out on it, and kind of want to start some stuff for Skyrim. Only reason I haven't really got started on Skyrim is the lack of a sex mod. Once that hits, I'll probably do more work for that. Â I'll probably get pregnant Sunny outfits done though before the move over. Esp. the slave version, she'll probably need them
jaam Posted May 19, 2012 Posted May 19, 2012 A little warning about your SexoutS1MainSCR script. You cannot call GetGameLoaded or GetGameRestarted more than once per script. So if your initialisation is splitted you should set variable for them at the begining, like : begin GameMode set GGR to GetGameRestarded set GGL to GetGameLoqded if (GGR || GGL) ... endif if GGL ... endif end
Halstrom Posted May 19, 2012 Author Posted May 19, 2012 Hal' date=' not to bug you, but I just wanted to make sure you saw my post with the Sunny slave stuff.[/quote'] Yep, got that, just adding them to SCR now, I'm going to move all the older Older PregnancyV1 friendly versions to the pregnancy thread too to reduce confusion. No problems Evilrunner, next time we will limit ourselves to 4 or 5 versions I think, I'll see you in Sykrim eventually
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 A little warning about your SexoutS1MainSCR script.You cannot call GetGameLoaded or GetGameRestarted more than once per script. So if your initialisation is splitted you should set variable for them at the begining' date=' like :[/quote'] Thanks, didn't know that, I'll fix that
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 Reorganised things a bit to reduce later confusion, I am moving the old PregnancyV2 versions of SCR to the Old PregnancyV2 thread. The OP versions of SCR here will be for the PregnancyV3 AlphaTest
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 New Update: 20120520.1 Â Added Loogies Sunny Outfits Added iIsEnslaved Variable to Major ActorVariables for Chase Roxland Added SemenTokens from Pregnancy Added Sen4Mi's outfits & Formlists to split Unique outfits from Generic. Fixes to Douches and some other minor stuff in Drugs. Added MCM Slider bars to Gauge the effects of Actors being plugged with a Vibrator, haven't done scripting for them to apply to items yet.
Chase Roxand Posted May 20, 2012 Posted May 20, 2012 New Update: 20120520.1 Â Added Loogies Sunny Outfits Added iIsEnslaved Variable to Major ActorVariables for Chase Roxland Added SemenTokens from Pregnancy Added Sen4Mi's outfits & Formlists to split Unique outfits from Generic. Fixes to Douches and some other minor stuff in Drugs. Added MCM Slider bars to Gauge the effects of Actors being plugged with a Vibrator' date=' haven't done scripting for them to apply to items yet. [/quote'] Â And here I was, just editing the effects of vibrators. What were your plans?
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 And here I was' date=' just editing the effects of vibrators. What were your plans?[/quote']None at all now you've beaten me to it, go for it as you like. Â It's 2 cases plugs would cause penalties to movement stuff if proportion to the slider 0-100% = 0 to 10 stat penalty/bonuses Vibes similar assuming set to 100% vibrator setting, less proportional to the setting. Something like that, half baked plans, done nothing more than put a slider in, you could just do the slider in Lust instead and I'll delete them. Assuming we have variable setting for vibes do you want a variable in SCR for their setting on each Major NPC, bearing in mind that limits their usage on non-major NPC's.
Chase Roxand Posted May 20, 2012 Posted May 20, 2012 All I did was add the vibe visual effect and carve out the ancient "vibrator key" functionality. Sounds like you were further ahead. I've already got plenty to do and no time to do it (not that I doubt that you're in the same situation), but I'll still throw it on my to-do list, if you want. Â Also, could you include a "vibrators" form list for the next update? Or else I'll just include my own.
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 Thanks Hal! Oh I noticed there was another version of Sunny's Slave rags, I called it Versionb for now, I'm assuming though it's the same as the one that was in SCR beforehand and I can delete it later.
Guest Loogie Posted May 20, 2012 Posted May 20, 2012 That second one is pointing to the correct mesh.
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 That second one is pointing to the correct mesh. Ok I will delete the old one and rename the b removing the b New version uploading now
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 New Update 20120520.2: Â Fix for Loogies Sunny Outfit Added SemenTokens that didn't add in last version for some reason
jaam Posted May 20, 2012 Posted May 20, 2012 [/u] All I did was add the vibe visual effect and carve out the ancient "vibrator key" functionality. Sounds like you were further ahead. I've already got plenty to do and no time to do it (not that I doubt that you're in the same situation)' date=' but I'll still throw it on my to-do list, if you want.  Also, could you include a "vibrators" form list for the next update? Or else I'll just include my own. [/quote']  You should both know that I was in contact with Prideslayer about enhancing vibrator/plugs/dildo/gag/shemale/hefemale support in SexoutNG, but then he disapeared on us...  If that gets done, the object effects and scripts would have to be declared in Sexout.esm, though I intended to actually implement them in SCR anyway.  So Halstorm if you could import the attached ESM into SCR? You have to KEEP the FormID so that they look injected into Sexout.esm (Use copy as override in FNVedit). When pride comes back and if he merged my scripts, those objects will be taken into account during selection of what type of sex Sexout will accept.  Note: I have been running SexoutNG for 2 weeks now with my changes active without any issue or change to standard sex.  Last point, but I intended to get to it at some point, SCR sex toys should consistently use Body AddOn 1 for vaginal, Body AddOn 2 for Anal and BOTH if they use/block both holes. Gag of course should use MouthObject and Mask  [attachment=10405]
Halstrom Posted May 20, 2012 Author Posted May 20, 2012 You should both know that I was in contact with Prideslayer about enhancing vibrator/plugs/dildo/gag/shemale/hefemale support in SexoutNG' date=' but then he disapeared on us... If that gets done, the object effects and scripts would have to be declared in Sexout.esm, though I intended to actually implement them in SCR anyway.  So Halstorm if you could import the attached ESM into SCR? You have to [u']KEEP[/u] the FormID so that they look injected into Sexout.esm (Use copy as override in FNVedit). When pride comes back and if he merged my scripts, those objects will be taken into account during selection of what type of sex Sexout will accept.  Note: I have been running SexoutNG for 2 weeks now with my changes active without any issue or change to standard sex.  Last point, but I intended to get to it at some point, SCR sex toys should consistently use Body AddOn 1 for vaginal, Body AddOn 2 for Anal and BOTH if they use/block both holes. Gag of course should use MouthObject and Mask Cool Stuff Jaam, I'll add that and the Vibrator formlist for Chase I forgot into tommorrows update and check the SexToy Slots  New Update 20120521.1:  Minor stuff for Pregnancy Alpha mainly Tokens stuff, fixed a couple of other things in MCM etc.
Halstrom Posted May 21, 2012 Author Posted May 21, 2012 New Update 20120521.2: Â Minor fixes for Pregnancy, completely forgot about all the stuff in the post above, will look into it tommorow night.
KainsChylde Posted May 22, 2012 Posted May 22, 2012 Dunno if this has been mentioned yet, but somehow BOSS now recognizes the SCR .esm and moves it away from the other sexout files. If you use BOSS, make sure to double-check your load order and put SCR back where it belongs.
Guest Posted May 22, 2012 Posted May 22, 2012 Dunno if this has been mentioned yet' date=' but somehow BOSS now recognizes the SCR .esm and moves it away from the other sexout files. If you use BOSS, make sure to double-check your load order and put SCR back where it belongs. [/quote'] Â Odd.. my BOSS (newest version at this date) does not seem to recognize the files.. but I asked the BOSS people to add them to the masterfile in the right order.. maybe they just do it
RDKateran Posted May 23, 2012 Posted May 23, 2012 My BOSS's masterlist updates every time I use it, and it still doesn't recognize any of the Sexout files, including SCR's .esm.
zippy57 Posted May 23, 2012 Posted May 23, 2012 My BOSS's masterlist updates every time I use it' date=' and it still doesn't recognize any of the Sexout files, including SCR's .esm.[/quote']Same here.
Recommended Posts