iron_jack Posted October 18, 2013 Posted October 18, 2013 Go ahead and fire it my way in PM once you've tested the other bits. CC loogie too so he can get a peek at it if you'd be so kind. Yeah, nevermind. Evidently declaring and then setting a variable in dialogue result scripts doesn't work at all. I guess the only way to do it is to declare a script variable and then set that. Something like, set SexoutPowderQuestScript.PGActor to getself NX_SetEVFo "Sexout:Start::raper" SexoutPowder.PGActor CIOS SexoutNGDoPlayerVaginal Assuming PGActor is a variable declared in the script... would that work, theoretically?
iron_jack Posted October 18, 2013 Posted October 18, 2013 To expand on what I'm talking about, this code chunk ref self set self to getself NX_SetEVFl "Sexout:Start::CallVer" 1 NX_SetEVFl "Sexout:Start::isOral" 1 NX_SetEVFo "Sexout:Start::CBSpellB" SexoutNGDoPlayerVaginal NX_SetEVFo "Sexout:Start::ActorA" playerREF NX_SetEVFo "Sexout:Start::ActorB" self CIOS SexoutBegin is in the dialogue result script of all the responses to the topic PowderForeplay, e.g. Player: Before we do anything, you need to lick my pussy so I'm wet for you. PG: Let's see if your pussy tastes as sweet as it looks. Has to taste better than the cock we had to chug before the break out. Result: PG walks away Player masturbates ------------------------------------- And this: ref self set self to getself NX_SetEVFo "Sexout:Start::raper" self CIOS SexoutNGDoPlayerVaginal Results in: Player and PG have consensual, vaginal sex (meaning the helper spell is functioning perfectly, but the declaration and setting of the variable fails, and the "extra" NX bit before the CIOS is ignored/thrown out.
Deamionzero Posted October 18, 2013 Posted October 18, 2013 Hello, everyone! Recently started playing NV again and I had a small question. I recall the Vault 19 scenario from Tryouts handled the bed in epstein's cell differently. I'm trying to play through with Arwen's tweaks and wondered if that had been changed, or if it still worked the same way. If it does, I'll need to avoid it (else my character will seem narcoleptic after a short while in there). Thanks very much!
Loogie Posted October 18, 2013 Author Posted October 18, 2013 Hey! I've been using Tryout for a while, but when using the last 2 or 3 updated esps, I can no longer initiate tryout conversations with people. When working in the wrangler and gomorrah with WorkingGirl, I can not engage someone and ask if they want to hire my character. That was a bug. When you're working the characters are supposed to approach you. Approaching them is freelancing dialog.
nordwhore Posted October 18, 2013 Posted October 18, 2013 I just upgraded to the new version and now during the PG initation I get a CTD every time Scrambler tells me to go back and suck Eddie. I started a new game after upgrading Tryout and it was working fine before. Load order I'm fairly sure is right, but here it is i ncase I'm missing something: FalloutNV.esm DeadMoney.esm HonestHearts.esm OldWorldBlues.esm LonesomeRoad.esm GunRunnersArsenal.esm ClassicPack.esm MercenaryPack.esm TribalPack.esm CaravanPack.esm LDFemalePowerArmorPack.esm Sexout.esm SexoutCommonResources.esm SexoutPregnancyV3.esm SexoutSlavery.esm SexoutStore.esm SexoutLegion.esm MikotoBeauty.esm msexBase.esm msexTopsOffice.esm The Mod Configuration Menu.esp SmallerTalk.esp SexoutConsequences.esp ReputationFixer.esp SexoutZAZ.esp SexoutSexAssault.esp SexoutSoliciting.esp BBAliceMurray.esp BB_Persona_and_Secret.esp populatedcasino.esp Free Tribal Outfits.esp merccustom.esp Nidaoutfitv1.esp jailhouserockette.esp SexoutSS_C.esp Type3 Leather Armors.esp MikotoBeauty.esp msexCourtesan.esp SexoutFiends.esp SexoutKhans.esp SexoutKings.esp SexoutNCR.esp SexoutPowderGangers.esp SexoutWorkingGirl.esp
qtpie Posted October 18, 2013 Posted October 18, 2013 Hey! I've been using Tryout for a while, but when using the last 2 or 3 updated esps, I can no longer initiate tryout conversations with people. When working in the wrangler and gomorrah with WorkingGirl, I can not engage someone and ask if they want to hire my character. That was a bug. When you're working the characters are supposed to approach you. Approaching them is freelancing dialog. what about the missing khan conversations? The quest says you need to approach them, not the other way around.
Loogie Posted October 18, 2013 Author Posted October 18, 2013 That's sort of a bug, if they have the cool down spell running you can't use the dialog. Set their approach rate to 0 in the MCM settings and you should be fine,
prideslayer Posted October 18, 2013 Posted October 18, 2013 Thinking, jack. You can try putting "self." in front of the NX call(s). It shouldn't be needed but maybe something is going screwy.
qtpie Posted October 18, 2013 Posted October 18, 2013 That's sort of a bug, if they have the cool down spell running you can't use the dialog. Set their approach rate to 0 in the MCM settings and you should be fine, Alright, thank you
iron_jack Posted October 18, 2013 Posted October 18, 2013 Thinking, jack. You can try putting "self." in front of the NX call(s). It shouldn't be needed but maybe something is going screwy. That was actually the first thing I tried, just to make sure - doesn't seem to make a difference. Behaviour is exactly the same. Should I make a new thread for this?
DoctaSax Posted October 18, 2013 Posted October 18, 2013 What's screwy there could be the problem with declaring vars in dialog result scripts, period - see this post & the ones after. I was a little skeptical at first too because I've seen it done & working, but just because something works sometimes or most of the time doesn't mean it works always. (Clothing eval seems to do fine with declaring vars in quest stage result scripts, but that particular quest doesn't have vars in an own quest script that can get screwed up.) And this is a bit of a problem with using the nx calling version for sex calls where you don't know the actors beforehand - in the old one you could go "set sexoutNG.ActorA to GetSelf" & that'd do the trick, but using the getself function as a value doesn't work with the nx syntax. So you need to work around it with a quest var ref, possibly by setting that one in the "begin" result script & doing the call in the "end" result script for reliability, iirc, so that the engine has enough time to set & get. An always reliable way is probably to just stick that code in a spell that you cast on the actor from the DRS, but that means a variety of spells for whatever you want to do.
mojodajojo Posted October 18, 2013 Posted October 18, 2013 I attached a .jpg with a basic template for a workaround. You'd have to keep track of which number is for which act, and just call the number and start the quest.
nordwhore Posted October 19, 2013 Posted October 19, 2013 I just upgraded to the new version and now during the PG initation I get a CTD every time Scrambler tells me to go back and suck Eddie. I started a new game after upgrading Tryout and it was working fine before. Load order I'm fairly sure is right, but here it is i ncase I'm missing something: FalloutNV.esm DeadMoney.esm HonestHearts.esm OldWorldBlues.esm LonesomeRoad.esm GunRunnersArsenal.esm ClassicPack.esm MercenaryPack.esm TribalPack.esm CaravanPack.esm LDFemalePowerArmorPack.esm Sexout.esm SexoutCommonResources.esm SexoutPregnancyV3.esm SexoutSlavery.esm SexoutStore.esm SexoutLegion.esm MikotoBeauty.esm msexBase.esm msexTopsOffice.esm The Mod Configuration Menu.esp SmallerTalk.esp SexoutConsequences.esp ReputationFixer.esp SexoutZAZ.esp SexoutSexAssault.esp SexoutSoliciting.esp BBAliceMurray.esp BB_Persona_and_Secret.esp populatedcasino.esp Free Tribal Outfits.esp merccustom.esp Nidaoutfitv1.esp jailhouserockette.esp SexoutSS_C.esp Type3 Leather Armors.esp MikotoBeauty.esp msexCourtesan.esp SexoutFiends.esp SexoutKhans.esp SexoutKings.esp SexoutNCR.esp SexoutPowderGangers.esp SexoutWorkingGirl.esp Sorry to quote myself but does anyone have idea why this may be happening, I'vet tried tweaking load order and trying various things but I still can't progress the PG quest without a CTD. I have changed the Rapist KO thing so the script doesn't break with Scrambler as well. Still get a CTD at the exact point Scrambler tells me to suck Eddie to apologise.
Odessa Posted October 19, 2013 Posted October 19, 2013 What version/localization of Fallout NV do you use? (example: Latest patch?, and English, Russian, French...) I think someone suggested that might be an issue a while back..
nordwhore Posted October 19, 2013 Posted October 19, 2013 English and as far as I'm aware it's the latest patch, it's the Steam version so it should update automatically, that's how it's set to do. It's really frustrating as it worked before the new Tryout version and I updated it properly and it's a new character since updating Tryout.
xboronx Posted October 20, 2013 Posted October 20, 2013 When trying to get enslaved by Marissa she starts the introduction tour through the fort but seems to have pathfinding issues. I had to reload about 10 times before she finally managed to climb up the stairs. The other attempts she simply stopped walking.
Molevalence Posted October 20, 2013 Posted October 20, 2013 Ugh I'm going to be hated for this and I know its a common issue but I tried everything and nothing seems to be working. Yes the infamous Eddie BJ crash nonsense. I read this entire forum and tried every piece of advice and solution to fix this problem. Still crashes. >.< I humbly ask the community again to see if they can fix this issue. It worked once before but I wanted to get my bearings to the game and started over and I discovered that there was a conflicting mod that disrupts the slavery thing in the prison so I deactivated (Not uninstalled) it to se if it would fix it. Got to the prison and the crashes happen again. Here is my load order. [X] FalloutNV.esm[X] DeadMoney.esm[X] HonestHearts.esm[X] OldWorldBlues.esm[X] LonesomeRoad.esm[X] GunRunnersArsenal.esm[X] ClassicPack.esm[X] MercenaryPack.esm[X] TribalPack.esm[X] CaravanPack.esm[X] Sexout.esm[X] SexoutCommonResources.esm[X] SexoutPregnancyV3.esm[X] SexoutSlavery.esm[X] SexoutLegion.esm[X] SexoutSharedResources.esm[X] SexoutStore.esm[X] More Perks.esm[X] More Perks for Companions.esm[X] More Traits.esm[X] NSkies - Vanilla Edition.esm[X] Primary Needs HUD.esm[X] Project Nevada - Core.esm[X] Project Nevada - Equipment.esm[X] MikotoBeauty.esm[X] Project Nevada - Rebalance.esp[X] Project Nevada - Cyberware.esp[X] msexTopsOffice.esm[X] msexBase.esm[X] Mission Mojave - Ultimate Edition.esp[X] Centered 3rd Person Camera.esp[X] Centered 3rd Person Camera - Unraised.esp[X] The Mod Configuration Menu.esp[X] More Perks Update.esp[X] More Perks for Companions Update.esp[X] More Traits Update.esp[X] Advanced Recon Armor.esp[X] Advanced Recon Armor-Location Doc Mitchell.esp[X] Ghost Variants.esp[X] Ghost Variants Adjutant.esp[X] Ghost Variants Safe.esp[X] NVWillow.esp[X] WeaponModsExpanded.esp[X] MikotoBeauty.esp[X] SexoutZAZ.esp[X] AsharasHairConversionNV.esp[X] msexFort.esp[X] msexCourtesan.esp[X] SexoutLust.esp[X] SexoutStraponSex.esp[X] SexoutCheckMeOut.esp[X] SexoutLust - pHUD.esp[X] SexoutClothingEval.esp[X] SexoutBreeder.esp[X] SexoutFiends.esp[X] SexoutKhans.esp[X] SexoutKings.esp[X] SexoutNCR.esp[X] SexoutWorkingGirl.esp[X] msexVeronica.esp[X] MojaveDelight.esp[X] AnimatedDrinks_1_0.esp[X] AnimatedIngestibles_0_5_SitOnly.esp[X] AnimatedIngestibles_0_5.esp[X] st.esp[X] SexoutSexAssault.esp[X] _Fh hair test.esp[X] SexoutPowderGangers.esp[X] SexoutPowderGangers (HPT Tweaks).esp[X] Tryout - Hard Prison Time.esp[ ] Tryout-PG Kennel.esp Update: Ok... I tried it again and it worked for some reason. I didn't crash so I have no idea what is going on now...
iron_jack Posted October 20, 2013 Posted October 20, 2013 Update: Ok... I tried it again and it worked for some reason. I didn't crash so I have no idea what is going on now... Yeah, that's pretty much how it goes on that issue. I don't think any of us know what's up with it at the moment.
Molevalence Posted October 20, 2013 Posted October 20, 2013 Update: Ok... I tried it again and it worked for some reason. I didn't crash so I have no idea what is going on now... Yeah, that's pretty much how it goes on that issue. I don't think any of us know what's up with it at the moment. It didnt crash (Yay!) but now Scrambler wont fetch my player (Boo!) even if I use the command. Keeps giving me "Not found in parameter TesObjectREFR. Complied script not saved!" Crawl out of one hole and into another >.>
iron_jack Posted October 20, 2013 Posted October 20, 2013 Are you for sure using the latest version? Mojodojo's fix should have resolved the Scrambler issue.
mrttao Posted October 20, 2013 Posted October 20, 2013 just to be clear, is legion and fiends the only packs with content for a male character?
Odessa Posted October 20, 2013 Posted October 20, 2013 I think tryouts-working-girl allows both males and females to do business with strip prostitutes
Nymphonomicon Posted October 21, 2013 Posted October 21, 2013 I am having a bit of trouble at Mt. Zion; I am assuming this is the result of becoming friends with the Fiends after Motor Runner's initiation, but all White Legs are friendly with me. I don't know if this issue has been addressed yet in the latest version of Tryout(as I am nearing the end of my current playthrough and will be updating all my Sexout files afterwards), but I just thought I'd point it out.
nordwhore Posted October 21, 2013 Posted October 21, 2013 Update: Ok... I tried it again and it worked for some reason. I didn't crash so I have no idea what is going on now... Lucky, I've run through it 30 times and crash at the exact same spot, tried de-activating and re-activating the mod several times and no difference. Really putting me off the mod at the moment. Edit: Is there a way to skip the rape scene with console and just get Eddie to start the conversation where he enslaves you?
Recommended Posts