zippy57 Posted April 6, 2015 Posted April 6, 2015 You're not even getting to the Restart/Load part of the script it seems, which is really, really bad. I've added even more debug lines, as I never expected there to be a script crash that early. I haven't touched anything related to the collar since the last update, so I don't know why that would suddenly behave differently. SexoutSS_C.esp
Guest Long John Posted April 6, 2015 Posted April 6, 2015 @zippy57 - Don't forget that GECK has a bad habit of causing dirty edits!!
revanag Posted April 6, 2015 Posted April 6, 2015 New plugin and something new in console log, is that you? AKH: Error! PickOne function passed empty or invalid array rerun123.txt
zippy57 Posted April 6, 2015 Posted April 6, 2015 Nope, that's not me. That's probably Another-Kick-in-the-Head.esm. I have no idea why you're not getting my logging.
revanag Posted April 6, 2015 Posted April 6, 2015 Nope, that's not me. That's probably Another-Kick-in-the-Head.esm. I have no idea why you're not getting my logging. Should I enable SexoutNG logging (misc settings) first?
revanag Posted April 7, 2015 Posted April 7, 2015 Tried once again that plugin with debug. This time, with clean save and starting from before first talk to Dermot. Still, nothing. There is absolutely nothing in the logs from the time I talk to him to the time I spent on waiting for him. Which is few days. Maybe it's my fault? Maybe I shouldn't use sleep/wait option while waiting for him? If yes, would set timescale command be good enough?
zippy57 Posted April 7, 2015 Posted April 7, 2015 There should be debug logging showing up every single time the quest script runs, and it runs twice a second whether you've actually "started" it or not. Since the logs do show that the quest is actually running, but the quest's script isn't, I really don't know what the next step is.
revanag Posted April 7, 2015 Posted April 7, 2015 I guess I'll try to finish quest with a version from 2013 then.. Just a thought. If in old SS Dermot is collecting caps, maybe there is missing something in a new version? Script? Like, got lost during rewriting mod.
zippy57 Posted April 7, 2015 Posted April 7, 2015 The script that tells him to collect caps is the quest script. It's the one that should be running twice every second and apparently is not. It should not be possible for this script to not be running.
7KeysCurtain Posted April 8, 2015 Posted April 8, 2015 Similar to revanag's issues, My first time ever playing this mod. [NVSE 4.6 B3, NVSE Extender v16, NG 2.10.93 B7, Latest B's of SCR, Preg/Off] - Dermot never came down to collect caps and I was wondering and whoring around for days in game, Even waited a week just to be sure but nothing. - Left the sewers through same hatch we came in from, no collar beep or head exploding for me leaving. - Walking up to Dermot in the street with no consequences, started dialog (SmallerTalk generic options) but nothing else related to SexoutSewerSlave. (expected as I'm meant to be dead) Issues that involve spoilers: - [Ghoul Pheromone] Feral Ghouls in lower sewers never showed me any "love" like the Doc suggested would happen. While they were non-hostile I was able to just walk right past them, after escaping collar did not go off as I expected(?). - When being robbed caps were never removed from my inventory. (How ever paying 10 caps for water worked fine and deducted 10 caps) I've since un-installed this as I'm going to play FertileBreeder, I haven't checked out the newest FB updates in weeks. When I come back to this next time I plan on doing debug / logs since in the time that I did play it had fun and I want to fully experience it working. Thanks.
revanag Posted April 8, 2015 Posted April 8, 2015 Ok, I managed to see some logs. They are only when loaded game and only once, pretty much at the beginning of console output so thats why I missed them before. Because other mods are also logging. I made a screenshot with them if that helps. They are once, when initializing. Is that something you added zippy? Screenshot is from before I talk to Dermot for the first time. I'll try to catch them with new instance of new vegas and loaded a game when enslaved. EDIT: When loading savegame while enslaved, with a debug plugin, besides the fact colar starts beeping immediately, initialization logs looks the same. The last one says "SexoutSS: kidnap endif done"
zippy57 Posted April 8, 2015 Posted April 8, 2015 It looks like the script is running once on startup, crashing somewhere after that debug line (there should be two more after it) and never running again. Attached is a plugin that comments out the assault-related kidnapping method that just so happens to be between the last debug line that is appearing and the next one that should be appearing. See if this causes things to work or at the very least makes some more debug stuff pop up. Thanks for your patience, by the way. SexoutSS_C.esp
revanag Posted April 9, 2015 Posted April 9, 2015 Cool, will try out after work Thanks for your patience, by the way. No problem But you're the guy who deserves thanks I believe this is one of first slavery mods here. Not under development from a long time, but thanks to the people like you, it is at least maintained. Though the full potential of this mod isn't fully used, it's still one of my favorites here. Probably because of sentiment.
zippy57 Posted April 9, 2015 Posted April 9, 2015 To be fair, it's not being maintained very well at the moment.
revanag Posted April 9, 2015 Posted April 9, 2015 Still, we're getting close ! That was it. SexoutSS is now spamming console with logs all the time. Screenshots and log files as proof. Even Dermot check passed, so he came to me to collect caps! The problem is, he talks to me about collecting time but after that, he tries to walk away. Then immediately says the same thing. over and over and over again. debug_enslaved.txt debug_enslaved2.txt
zippy57 Posted April 10, 2015 Posted April 10, 2015 No new version yet. That line isn't a goodbye so none of the conditions afterwards must be valid, which means the script that calculated whether your take was good or not is doing something wrong. Ater he stops talking and before he repeats himself, do the sqv on the SewerSlave xx000ade again and tell me the value of "offset".
revanag Posted April 10, 2015 Posted April 10, 2015 The offset is 0. What do you mean he walks away? He can't walk away. Is always asking for earned goods. hit the sqv after first try of dialogue, managed to escape from him for couple of seconds. ss.txt
zippy57 Posted April 10, 2015 Posted April 10, 2015 I realized walked away wasn't the right way to say it about five minutes after I posted it. I tried to edit it but it seems I wasn't fast enough. Sorry about that. This new plugin should properly run the offset calculation. SexoutSS_C.esp
revanag Posted April 10, 2015 Posted April 10, 2015 Allright! It's almost perfect. No problem with animations, Dermot and other things we've been struggling with. That's the very good news. The bad news is that loading saved game when PC is enslaved makes collar beeping and exploding even if she's in sewers. It's just how loading games work now. It happens immediately after initialization.The only way to finish sewerslave now is to play it at one playthrough I think, it wasn't like that before adding those debug prints.
zippy57 Posted April 11, 2015 Posted April 11, 2015 I will explore solutions for that. My best guess right now is that the SS script isn't running and adding the safe cells to the list before Slavery checks that list, so Slavery immediately thinks they're somewhere they shouldn't be. I can play with raising the priority of the main SS quest to try to get it to run first, or I can switch to a function that saves the cells into the save. The latter is something I prefer not to do on principle, but Slavery would have to be able to wipe the lest without reloading a save at some point anyway, so it shouldn't cause any issues.
revanag Posted April 11, 2015 Posted April 11, 2015 Your suspicions make sense to me. Good that you have some. Out of curiosity, with version from april 3 loading game works fine. Do you think it's because script was crashing? Until you commented/removed broken code.
MidnightVT Posted April 15, 2015 Posted April 15, 2015 so where do we get our equipment back from? dermot never came for me so i left the sewer went to the apartment killed him and saint james. the slave collar was unequiped when they died but they dont have my inventory and i dont know where to find it EDIT: Nevermind lol it was in his refrigerator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now