Guest Posted March 24, 2013 Posted March 24, 2013 So I've gone back and re-downloaded all the Data files I can find. I'm missing the file setup for all the Pregnancy Outfit Textures... should be Data \ Textures \ Armor \ Sexout Clothing System... but no files I've downloaded has this setup. Making about 60% of all clothing disappear on all stages of pregnancy. Anyone know what to download for this file setup? (Not in SCR, Clothing System, or Pregnancy... unless someone didn't upload everything)
Guest Posted March 24, 2013 Posted March 24, 2013 ... ... ... grrrrrr... lol, which one Pregnancy or SCR? That never occured to me.
zippy57 Posted March 24, 2013 Posted March 24, 2013 Current release SCR requires the original Clothing pack. Beta SCR 20130318.1 requires the reissue from here. If you try and mix-and-match things will be missing.
Guest Posted March 24, 2013 Posted March 24, 2013 Er... that's what I had... but it's missing all the texture files. Only has Meshes. Side Note: if slavefuck == 25 if 0 == NCRCFScramblerREF.GetIsCurrentPackage SexoutPGScramblerFetch NCRCFScramblerREF.addscriptpackage SexoutPGScramblerFetch This is the portion of the script that sends Scrambler after you... but if I understand what it says this means only after 25 sex acts will Scrambler Fetch the PC. To "fix" the issue with Scrambler I guess I would have to add on... elseif slavefuck =>1000 if 0 == NCRCFScramblerREF.GetIsCurrentPackage SexoutPGScramblerFetch NCRCFScramblerREF.addscriptpackage SexoutPGScramblerFetch endif correct????
zippy57 Posted March 24, 2013 Posted March 24, 2013 Well, that would certainly explain why everyone has so much trouble with that even triggering; the window for it is really small. I'll have to open it up in the GECK to see what the right code should be. Depends on where it is and what it's doing.
Halstrom Posted March 24, 2013 Posted March 24, 2013 Things are missing in the SCS pack, it still uses the old texture locations, problem is the old mesh/texture pack from mediafire is gone, someone needs to reupload it here which is what Evilrunner was doing, but he's been away and hasn't responded to my PM's, my internet speed is too slow, I'd have to break it into 20x 4Mb chunks to upload it. I'm just about to give up waiting and start doing in the next week that even if it means only 2 or 3 outfits per file, but that will make updating easier for people not having to upload a 40Gb file everytime one outfit is added.
Guest Posted March 24, 2013 Posted March 24, 2013 00PowderGangerQuestScript Yeah I noticed how small it is. If you manage to break it like I did then you never get the chance to regain your freedom. Trying to figure out how to fix it. Was trying to use the Beta stuff and see if I could break them... problem was that all the armor files lead to armor \ Sexout Clothing System... which is why all the armors showed up invisible. Er... wait a minute... missing meshes... *facepalm* oops yeah meshes aren't in the right spot. Grrr it's times like this I wish I'd think more about it. Missing Textures would have shown up purple... missing meshes is why you get invisible stuff.... *facepalm in to next Tuesday*
Halstrom Posted March 24, 2013 Posted March 24, 2013 00PowderGangerQuestScript Was trying to use the Beta stuff and see if I could break them... problem was that all the armor files lead to armor \ Sexout Clothing System... which is why all the armors showed up invisible. If you use SCR 20130317.1 or earlier it still uses the old outfit file locations. I write notes on the beta updates for other people to read too besides myself.
zippy57 Posted March 24, 2013 Posted March 24, 2013 Fixing it is actually really easy. Just need to switch == 25 to >= 25 and do a check to see if the conversation has actually ever run.
Guest Posted March 24, 2013 Posted March 24, 2013 >.> sry Halstorm I'm a moron... should have realized I was getting that backwards sooner. It does run, but the main problem is if you miss it. That quest topic (PowderScramblerFetchPlayer) is marked as saying once. For instance if you are having sex when he comes to find you he'll never say it and go back. If you up the timescale it messes with it as I found out. Or you are talking to someone. Simply put it really needs to be setup for when the PC isn't busy... basically he needs an addition that makes him wait to talk to you.
zippy57 Posted March 24, 2013 Posted March 24, 2013 The real problem is that the window for it is so small that after you finish having sex it closes. If it tries to add the package continuously instead of just stopping until you hit 26, there shouldn't be an issue. The problem is I can't figure out exactly which topic is supposed to run when you go to talk to Eddie, so I don't know where to put the new variable. I really shouldn't do things like this at 3AM... EDIT: Found it. I feel incredibly stupid right now. EDIT II: Looks like that particular counter only increases when you're a slave, and the convo with Eddie resets it, so it just needs to check for >=25 and it should work fine. Should. It's 3AM.
Guest Posted March 24, 2013 Posted March 24, 2013 Aight man, thanks for the help... though you are the true master (and Halstorm). Me I'm just a noob asking questions. For a later date: Chavez portion never works properly. >.< it won't let me save the change.... grrrrrrrr, lol.
zippy57 Posted March 24, 2013 Posted March 24, 2013 I don't actually run PowderGangers, so you'll have to be more specific than "Chavez portion".
Guest Posted March 24, 2013 Posted March 24, 2013 After Scrambler sends for you (using Tryout Powder Gangers) Eddie ask you to "deal with Chavez". You can either kill him, talk him into leaving, or fuck him and the rest of his gang. Having sex with them never seems to work properly and it doesn't complete that quest 100% of the time more like 30%. Tryout just adds the ability to have sex with him to "Deal with him", if you remember this from the base game. Grrr I guess that script is part of the SexoutLegion.esm so I can't change it.... grrrrrrrrrrrrr.
zippy57 Posted March 24, 2013 Posted March 24, 2013 Does it work fine and just not trigger the quest advancement, or does it break somewhere along the line?
Guest Posted March 24, 2013 Posted March 24, 2013 Both... it's random. Sometimes you'll only fuck Chavez, 30% chance he'll leave (Quest Complete). Most of the time you won't have sex with the rest of his gang... when it did work properly it was fuck Chavez, fuck his men, then he rapes you one last time and they all leave. Rarely do the gangbang animations ever play, was looking at the scripts on the quest portions and they show it there but doesn't "proc". Quest complete.
Guest Posted March 24, 2013 Posted March 24, 2013 Grrrr... it really won't let me change anything in the scripts... nor will it let me make a new one. WTF?!?!?!?!?! Do I have to extract the script and edit it somewhere else???????
Halstrom Posted March 24, 2013 Posted March 24, 2013 Grrrr... it really won't let me change anything in the scripts... nor will it let me make a new one. WTF?!?!?!?!?! Do I have to extract the script and edit it somewhere else??????? You need GECK Powerup, to get scripts to save in GECK, it will show up the errors, see the thread in my sig for instructions
Guest Posted March 24, 2013 Posted March 24, 2013 ???? Script Command "ListAddForm" not found. The hell does that mean?
sen4mi Posted March 25, 2013 Posted March 25, 2013 ???? Script Command "ListAddForm" not found. The hell does that mean? I think that means you are not using geck powerup and you are trying to edit something designed to work with NVSE.
Halstrom Posted March 25, 2013 Posted March 25, 2013 ???? Script Command "ListAddForm" not found. The hell does that mean? I think that means you are not using geck powerup and you are trying to edit something designed to work with NVSE. Probably starting GeCK from the GECK icon instead of a NVSE shortcut, explained in the scripting thread OP I think.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.