Jump to content

AAF Nuka Ride: A Porn Studio Mod


Recommended Posts

Posted

I only just started NR and I got to the point where Corscican wants me to return in 24 hours. I figured I'd go farm some XP to pass the time. Anyways, I encountered the Cleansed hubologist guy and he's giving me the "Huh? What?" dialogue bug, thus not starting "Trip to the Stars." I can't find any bugs for that questline related to that. I know that if an area's main questline is not started properly, or left in a hanging state, weird dialogue bugs like that can occur.

 

So I'm wondering, should I just stick to NR content only and avoid Nuka World side quest areas? I'm not sure how everything plays out storywise, maybe at some point down the road after NR you start Nuka World proper? idk? Just looking for some advice.

 

BTW I run Horizon Desolation and a fairly large load order with lots of quest mods including CW Slavers. Zero major issues. Only ever encountered quirks, like cooking receipe issues, and a strange bug with Wilson when wearing either kztid or DD applied to PC and the equiping unequiping script breaking and spamming, which, also breaks Tacitcal Tablet. So I just don't summon the bot in those situations. Really appreciate the mods JB and everything that you do. The brutal world along with desolation is just the "chef's kiss". Thank you!

Posted (edited)
8 minutes ago, Torsend said:

So I'm wondering, should I just stick to NR content only and avoid Nuka World side quest areas? I'm not sure how everything plays out storywise, maybe at some point down the road after NR you start Nuka World proper? idk? Just looking for some advice.

 

NR is billed as a complete replacement for vanilla NW, so there are definitely vanilla quests that are completely gutted.  This particular quest will trigger through the NR quest line, but other Vanilla quests are just removed but their events/rewards/activities may be replaced by NR quests.  Like restoring power to NW happens in the NR quest line, and you can go on the Nuka Galaxy ride through NR quest line, etc.

 

I would just go to sleep for 24 hours and continue with NR quests, and I just have a profile for NR.  If I want to play NW or other content I just use other profiles for that.

Edited by dav42
Posted

Sweet, thanks for the heads up dav42. I might just reload to an earlier save before running into Cleansed because he's now following me around the map like a slient creepy stalker.

Posted
15 hours ago, sopmod said:

ok guys I need help again

  Hide contents

during the quest "Cold Beer" after following Ryder, dancing and stripping after the conversation I cant move even if I use console command like enableplayercontrols

its not actually the first time that it happens to me I just use the setstage command on others but since I notice that this thread is really active might as well ask for help

The bug that occurs during a cold beer with Rider, where the PC gets stuck, usually happens if the dialogue camera is turned off. If you don't like the blur effect during dialogue scenes, go to your Fallout 4 folder, run Fallout4Launcher.exe, open the options menu, and set "Depth of Field" to "Standard (Low)". This setting only affects the blur during dialogue camera scenes.

Posted
5 hours ago, sky77em said:

The bug that occurs during a cold beer with Rider, where the PC gets stuck, usually happens if the dialogue camera is turned off. If you don't like the blur effect during dialogue scenes, go to your Fallout 4 folder, run Fallout4Launcher.exe, open the options menu, and set "Depth of Field" to "Standard (Low)". This setting only affects the blur during dialogue camera scenes.

Oh so all I have to do is play this mod with Dialogue camera turn on? I never really notice any blur effect since I always play with dialogue camera turned off thanks for the info

Posted
1 minute ago, hayasakino said:

in the Norita route where u r supposed to touch a dildo, i get this and the game gets stuck and i waited but it never proceeds. what to do

 

 

Try again but this time disable the video in the MCM.

Posted (edited)

@JB. So playing on Norita route the Overboss dream-world date sequence (Not A Ride Without You), and he still says I don't have the tongue piercing.  Even though I have it as a head part below.  It works if I have the slot item (NR) Tongue Piercing which is given by OB but taken away by Gage during Special Girls and replaced with the head part.

 

   "HeadParts" : [
      "TBOS-AntoHairPack.esp|00A175",
      "Fallout4.esm|04D0EB",
      "Fallout4.esm|0CFB3F",
      "Fallout4.esm|04D0E9",
      "Fallout4.esm|11CCBC",
      "Nuka Ride.esp|09C706",
      "Satisfactory Facial Piercings.esp|016891"
   ],

 

 

image.png.30fcfb1792550dc99fd14855db50681a.png

 

 

I guess the gap here is the Girls script is not placing the keyword on the PC like the Tattoo Shop does.

 

Tattoo Script:

Function ApplyTonguePiercing()
Game.FadeOutGame(false, true, 5.0, 5.0)
    if ( Game.isPluginInstalled( "Satisfactory Facial Piercings.esp") )
    PlayerREF.ChangeHeadPart(Game.GetFormFromFile(0x0000891, "Satisfactory Facial Piercings.esp") as HeadPart)
    PlayerREF.RemoveItem(TonguePiercing, absilent = true)
    Else
    PlayerREF.EquipItem(TonguePiercing,1)
    EndIf
PlayerREF.AddKeyword(_NR_TonguePiercing)
PiercingMoans.Play(PlayerREF)
EndFunction

 

vs _NukaRide_Girls script:

...

TattooScript.ApplyGageSet()

	if ( Game.isPluginInstalled( "Satisfactory Facial Piercings.esp") )
		PlayerREF.ChangeHeadPart(Game.GetFormFromFile(0x0000891, "Satisfactory Facial Piercings.esp") as HeadPart)
		PlayerREF.RemoveItem(TonguePiercing, absilent = true)
	Else
		PlayerREF.EquipItem(TonguePiercing,1)
	EndIf

PlayerREF.EquipItem(BodyPiercing)
Pierced.Play(PlayerREF)

SetStage(109)
;END CODE
EndFunction

 

 

My workaround was:

cqf "_NukaRide_TattooShop" "RemoveTonguePiercing"
cqf "_NukaRide_TattooShop" "ApplyTonguePiercing"

 

Edited by dav42
Posted

One more minor issue is right after Not A Ride Without You, when Kali greets you at the apartment she makes a reference to a gift that isn't there.  It was there in prior runs, but maybe that is conditional based on something I didn't do this time.

Posted

@dav42 Thanks for looking at it! I'm surprised you found the tongue thing because it's all under a jumble. 

 

I'll have them fixed for a next update.

Posted
On 8/2/2025 at 3:43 PM, sky77em said:

The bug that occurs during a cold beer with Rider, where the PC gets stuck, usually happens if the dialogue camera is turned off. If you don't like the blur effect during dialogue scenes, go to your Fallout 4 folder, run Fallout4Launcher.exe, open the options menu, and set "Depth of Field" to "Standard (Low)". This setting only affects the blur during dialogue camera scenes.

Okay, all these years and I still couldn't figure out what was going on with some of the reports. Thanks for this. I'll put it on the main page. I've never played it without camera mode. The truth is, I always take a little extra time adjusting the expressions because I consider the camera to be a fundamental foundation of the mod.

Posted
1 hour ago, JB. said:

The truth is, I always take a little extra time adjusting the expressions because I consider the camera to be a fundamental foundation of the mod.

 

The dialogue camera in your mod is really spectacular, I had it turned off because of the vanilla rotation bug but turned it on when I found out what I was missing.  It's a shame that it seems to be infrequently used in vanilla, and thinking back to Skyrim I don't think it's used at all (perhaps that didn't exist in that version of the engine).

 

The one scene that really bums me out in vanilla that lacks good use of the dialogue camera is when you meet Piper as those reactions & expressions are just priceless when she is talking to Danny on the speaker -- she has such a unique mouth compared to most NPCs and I love how distinctive teeth really accents her wide mouth.  But they spent the effort on the McDonough scene with Piper just a few seconds later.

 

Posted

I am not sure if this is a bug in the latest revision or something else. I am doing the Radio Quest. After making Keith wear the dress, wig, tattoo, name change, and then sex scene, I am unable to interact with him any more to complete the quest. I have reloaded a save from before I went to Cappy's Cafe and both times I get the same results.

Posted
33 minutes ago, Slimreb said:

I am not sure if this is a bug in the latest revision or something else. I am doing the Radio Quest. After making Keith wear the dress, wig, tattoo, name change, and then sex scene, I am unable to interact with him any more to complete the quest. I have reloaded a save from before I went to Cappy's Cafe and both times I get the same results.

I had the same issue here but used SetStage from the guide to get past it.

Posted (edited)
41 minutes ago, Slimreb said:

I am not sure if this is a bug in the latest revision or something else. I am doing the Radio Quest. After making Keith wear the dress, wig, tattoo, name change, and then sex scene, I am unable to interact with him any more to complete the quest. I have reloaded a save from before I went to Cappy's Cafe and both times I get the same results.

 

6 minutes ago, skrewball said:

I had the same issue here but used SetStage from the guide to get past it.

Yep. Thanks

 

SetStage _NukaRide_GGS_RadioQuest 80 solves this for now.

Edited by JB.
Posted (edited)
35 minutes ago, skrewball said:

I had the same issue here but used SetStage from the guide to get past it.

 

29 minutes ago, JB. said:

 

Yep. Thanks

 

SetStage _NukaRide_GGS_RadioQuest 80 solves this for now.

 

 Thank you both for the assistance on that. I have however came across another issue. I am on Lucy in the Sky quest now. After the stages with the Overboss in the apartment and the quest says to go outside, the Overboss just walks around all over the place. I noticed that the stage updates to "Go Outside" the Overboss leaves the bedroom and then leans against the wall by the window. Then it is just him randomly walking around outside the apartment.

 

The only way I could progress this is with the setstage command.

Edited by Slimreb
Posted
Just now, Slimreb said:

 

 

 Thank you both for the assistance on that. I have however came across another issue. I am on Lucy in the Sky quest now. After the stages with the Overboss in the apartment and the quest says to go outside, the Overboss just walks around all over the place. I noticed that the stage updates to "Go Outside" the Overboss leaves the bedroom and then leans against the wall by the window. Then it is just him randomly walking around outside the apartment.

That was fixed in the new update but to avoid downloading again just write SetStage _NukaRide_Lucy 80

Posted
9 minutes ago, JB. said:

That was fixed in the new update but to avoid downloading again just write SetStage _NukaRide_Lucy 80

I am using 6.9.1g already. Is that not the newest update?

 

I appreciate your assistance on this.

Posted
20 minutes ago, Slimreb said:

I am using 6.9.1g already. Is that not the newest update?

 

I appreciate your assistance on this.

I uploaded a new version g a few days ago with that little shit fixed xD It's not worth downloading just for that.

Posted
On 03.08.2025 at 13:33, hayasakino said:

В маршруте Норита, где нужно потрогать дилдо, я получаю это, и игра зависает, и я жду, но она так и не продолжается. Что делать?

 

Скриншот 2025-08-03 163032.png

Yeah, I had the same problem. I have an AMD card. Thanks to J.B for the feature to disable video in MCM for AMD cards.

Posted
11 hours ago, JB. said:

I uploaded a new version g a few days ago 

I don't know English. There are many lines in esp. I'm new to this. I need a week to transfer the lines from the old ESP to the new one and translate the rest. And during this time a new version will be released. Now I have version "C" and I will be working on version "G". Can you make additional patches for new versions so as not to translate the entire "ESP".

Posted
12 minutes ago, stalkerVlad1 said:

I don't know English. There are many lines in esp. I'm new to this. I need a week to transfer the lines from the old ESP to the new one and translate the rest. And during this time a new version will be released. Now I have version "C" and I will be working on version "G". Can you make additional patches for new versions so as not to translate the entire "ESP".

You need "ESP Translator" from Nexus. 

 

You'll be able to translate the mod and save your translations, so when I upload a new version, just upload your translation and continue your work. Just download that tool and familiarize yourself with it. It's the one everyone who translates mods uses.

Posted

hello guys

in the "Fly Me To The Moon" quest, we have to walk around the USS moon of steel. But what do we have to actually do? im stuck there and i conversed with every people there

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...