Jump to content

AAF Nuka Ride: A Porn Studio Mod


Recommended Posts

Posted (edited)
10 hours ago, JB. said:

Do you have version 7.03? The following console command should work.

 

Ran into this problem as well with 7.03 with Marcus disabled in the Canning Factory, just did enable and carried on.  The other thing to mention is when I opened the security door really nothing happened other than some dialogue from Isabella/Gage, eventually I ended up over by the workbench with the chest and it triggered Kash's dialogue, also the door out of Kash's office was locked (it unlocked after Kash's dialogue, so assuming that was intentional and the issue was just Kash's dialogue trigger).  The last thing, and this is very minor, is on the terminal incoming & outgoing are backwards (all of the submenu options are outgoing for incoming and vice-versa).

 

Edited by dav42
Posted

Finished the Cabin quest



Worked okay but when the PC is meant to "clean" synth sister AAF placed them in the wrong order so PC was the one being "cleaned"

 

At the part in the fraternity and had a CTD

 

crash-2026-07-13-21-33-36.log

 

AI suggests its due to...

 

The crash is caused by an NPC named _NR_Fratboy09REF trying to fire a Pipe Gun that is using a corrupted or missing sound/projectile string.
The game code errored out at BSFixedString::operator=, meaning it tried to read text memory data that wasn't there (0x000000000009), causing an instant crash to desktop (CTD) the exact moment the character tried to aim or shoot.
The Source of the Conflict
  • The Culprit NPC: _NR_Fratboy09REF (FormID: 8F3D7B00) from the mod Nuka Ride.esp.
  • The Culprit Weapon: The standard PipeGun (FormID: 00024F55), which is being heavily modified or overwritten by ArmorKeywords.esm (AWKCR).
How to Fix It
Method 1: Delete or Fix the NPC in xEdit (Recommended)
If this crash happens consistently in a specific area, the NPC is spawning broken.
  1. Open your mod list in FO4Edit (xEdit).
  2. Search for FormID 8F3D7B00 in the top-left search bar.
  3. Look at the column for Nuka Ride.esp.
  4. Check what weapon or inventory items are assigned to this NPC. If it forces a specific pipe gun variant or projectile, it is conflicting with your weapon overrides.
  5. Quick fix: Right-click the 8F3D7B00 record under Nuka Ride.esp and select Remove. This deletes the broken NPC from the mod entirely so they can no longer spawn and crash your game.
Method 2: Replace Armor Keywords (AWKCR)
Your crash log shows ArmorKeywords.esm modifying the master weapon files. AWKCR is notorious in modern Fallout 4 modding for causing engine instability, script bloat, and unexpected null-pointer crashes just like this one.
  • Consider replacing AWKCR with Equipment and Clothing Overhaul (ECO) or Neo's Redux.
  • Many modern mods no longer require AWKCR, and using scripts to strip it from your save can drastically improve stability.

 

 

Can't remember exactly why i have AWKCR except it prolly being a requirement of something else, should that be okay to use with NR? Don't recall it giving a problem until now

Posted
16 minutes ago, pinky6225 said:

At the part in the fraternity and had a CTD

 

It might be right, but considering this mod is involved it could be the problem:

 

        File: "ArmorKeywords.esm"
        Modified by: Fallout4.esm -> ArmorKeywords.esm

 

I doubt JB is modifying weapon animations or sounds, but it is perhaps another mod your using.

Posted
33 minutes ago, pinky6225 said:

Finished the Cabin quest

 

  Reveal hidden contents

 

 


Worked okay but when the PC is meant to "clean" synth sister AAF placed them in the wrong order so PC was the one being "cleaned"
 

 

 

 

At the part in the fraternity and had a CTD

 

crash-2026-07-13-21-33-36.log 41.28 kB · 1 download

 

AI suggests its due to...

 

 

  Reveal hidden contents

 

The crash is caused by an NPC named _NR_Fratboy09REF trying to fire a Pipe Gun that is using a corrupted or missing sound/projectile string.
The game code errored out at BSFixedString::operator=, meaning it tried to read text memory data that wasn't there (0x000000000009), causing an instant crash to desktop (CTD) the exact moment the character tried to aim or shoot.
 
The Source of the Conflict
  • The Culprit NPC: _NR_Fratboy09REF (FormID: 8F3D7B00) from the mod Nuka Ride.esp.
  • The Culprit Weapon: The standard PipeGun (FormID: 00024F55), which is being heavily modified or overwritten by ArmorKeywords.esm (AWKCR).
 
How to Fix It
 
Method 1: Delete or Fix the NPC in xEdit (Recommended)
If this crash happens consistently in a specific area, the NPC is spawning broken.
  1. Open your mod list in FO4Edit (xEdit).
  2. Search for FormID 8F3D7B00 in the top-left search bar.
  3. Look at the column for Nuka Ride.esp.
  4. Check what weapon or inventory items are assigned to this NPC. If it forces a specific pipe gun variant or projectile, it is conflicting with your weapon overrides.
  5. Quick fix: Right-click the 8F3D7B00 record under Nuka Ride.esp and select Remove. This deletes the broken NPC from the mod entirely so they can no longer spawn and crash your game.
 
Method 2: Replace Armor Keywords (AWKCR)
Your crash log shows ArmorKeywords.esm modifying the master weapon files. AWKCR is notorious in modern Fallout 4 modding for causing engine instability, script bloat, and unexpected null-pointer crashes just like this one.
  • Consider replacing AWKCR with Equipment and Clothing Overhaul (ECO) or Neo's Redux.
  • Many modern mods no longer require AWKCR, and using scripts to strip it from your save can drastically improve stability.

 
 

 

Can't remember exactly why i have AWKCR except it prolly being a requirement of something else, should that be okay to use with NR? Don't recall it giving a problem until now

 

Spoiler

I had a similar crash during the fight in there reloaded and it went through without a problem,Viper was using a FAL (the only weapons mod I use) so he's working on a levelled list but maybe one of his henchmen were using pipe weapons the other was a legendary so I looted his pretty awesome sniper rifle, anyway it didn't happen again so I continued

 

Posted
54 minutes ago, dav42 said:

 

It might be right, but considering this mod is involved it could be the problem:

 

        File: "ArmorKeywords.esm"
        Modified by: Fallout4.esm -> ArmorKeywords.esm

 

I doubt JB is modifying weapon animations or sounds, but it is perhaps another mod your using.

ya, there is good reason that that mod is not used anymore, or has patches to remove it as a master in so many mods.

Posted
1 hour ago, dav42 said:

 

It might be right, but considering this mod is involved it could be the problem:

 

        File: "ArmorKeywords.esm"
        Modified by: Fallout4.esm -> ArmorKeywords.esm

 

I doubt JB is modifying weapon animations or sounds, but it is perhaps another mod your using.

 

41 minutes ago, Hoobu said:
  Hide contents

I had a similar crash during the fight in there reloaded and it went through without a problem,Viper was using a FAL (the only weapons mod I use) so he's working on a levelled list but maybe one of his henchmen were using pipe weapons the other was a legendary so I looted his pretty awesome sniper rifle, anyway it didn't happen again so I continued

 

 

3 minutes ago, Mimirue17 said:

ya, there is good reason that that mod is not used anymore, or has patches to remove it as a master in so many mods.

 

I Checked and my armorkeyword was a little bit old, moved to the current version of nexus and when i tried again that went through fine so either its a random occurence its a problem or updating to the current version fixed it

Posted
3 minutes ago, pinky6225 said:

 

 

 

I Checked and my armorkeyword was a little bit old, moved to the current version of nexus and when i tried again that went through fine so either its a random occurence its a problem or updating to the current version fixed it

https://www.nexusmods.com/fallout4/mods/40752 is an option if you would like to remove it from your load order (not sure how many mods you are using require it).   Just in case other issues come up in your gameplay.

Posted
Just now, Mimirue17 said:

ya, there is good reason that that mod is not used anymore, or has patches to remove it as a master in so many mods.

 

I have never tried it myself but I have seen all of the hate for it, but I have pretty low interest for weapon mods so I would generally avoid it anyways.  The odd thing with AWKCR is it's still being updated.  So sometimes I don't know.  It kind of goes back to a well known guide that spews a lot of bile and another guy that would deliberately sabotage other peoples mods in FNV because there is a beef.

 

Posted

I can say that removing A bit Prettier NW raiders and its NR patch did seem to remove all my crashing.   I have completed 4 main quests to this point since removing it all in Nuka Town without any crashing.   It may be an individual set up issue with Addictol in conjunction with NR and that mod but it was repeatable on my setup.   As Dav42 pointed out it seems to be something that has been brought up before.   OG still seems the best way to go and I might revert back to it at some point (not like I actually use much of the CC content outside of bounty and beast hunter)

Posted (edited)
2 hours ago, pinky6225 said:

 

At the part in the fraternity and had a CTD

 

crash-2026-07-13-21-33-36.log 41.28 kB · 1 download

 

AI suggests its due to...

 

 

  Hide contents

 

The crash is caused by an NPC named _NR_Fratboy09REF trying to fire a Pipe Gun that is using a corrupted or missing sound/projectile string.
The game code errored out at BSFixedString::operator=, meaning it tried to read text memory data that wasn't there (0x000000000009), causing an instant crash to desktop (CTD) the exact moment the character tried to aim or shoot.
 
The Source of the Conflict
  • The Culprit NPC: _NR_Fratboy09REF (FormID: 8F3D7B00) from the mod Nuka Ride.esp.
  • The Culprit Weapon: The standard PipeGun (FormID: 00024F55), which is being heavily modified or overwritten by ArmorKeywords.esm (AWKCR).
 
How to Fix It
 
Method 1: Delete or Fix the NPC in xEdit (Recommended)
If this crash happens consistently in a specific area, the NPC is spawning broken.
  1. Open your mod list in FO4Edit (xEdit).
  2. Search for FormID 8F3D7B00 in the top-left search bar.
  3. Look at the column for Nuka Ride.esp.
  4. Check what weapon or inventory items are assigned to this NPC. If it forces a specific pipe gun variant or projectile, it is conflicting with your weapon overrides.
  5. Quick fix: Right-click the 8F3D7B00 record under Nuka Ride.esp and select Remove. This deletes the broken NPC from the mod entirely so they can no longer spawn and crash your game.
 
Method 2: Replace Armor Keywords (AWKCR)
Your crash log shows ArmorKeywords.esm modifying the master weapon files. AWKCR is notorious in modern Fallout 4 modding for causing engine instability, script bloat, and unexpected null-pointer crashes just like this one.
  • Consider replacing AWKCR with Equipment and Clothing Overhaul (ECO) or Neo's Redux.
  • Many modern mods no longer require AWKCR, and using scripts to strip it from your save can drastically improve stability.

 
 

 

Can't remember exactly why i have AWKCR except it prolly being a requirement of something else, should that be okay to use with NR? Don't recall it giving a problem until now

 

If it's where I think it is,

 

Spoiler

where Norita kills Viper,

 

I'll tell you that it happens to me too, it happens 1 out of 10 times, and the log was similar without Armor Keywords. That's why I scripted a hard save right before that moment, so that it would serve as a load point for everyone in case of CTD.

Edited by JB.
Posted
2 hours ago, pinky6225 said:

Finished the Cabin quest

 

  Reveal hidden contents

 

 

That's strange, there's only one possible animation and it's always worked the right way for me. Are you up to date with AAF? Just curious. 

Posted
6 minutes ago, sopmod said:

the 7.03 patch conflicts with the commonwealth slaver should I install this after it or before?

Nuka-Ride better.

Posted

So I just finished the Jungle getting Cito into porn, big step from peeling Bananas to discovering the joys of letting me ride his instead. I thought I would show off Jewel for those that like a perv. No sex cause not sure if that is allowed plus I only just worked out where the screen shots hide when you take them...

 

Spoiler

Jewel005.thumb.jpg.d538984a70768d628b469d8880d3ed6a.jpgJewel003.thumb.jpg.ae5875b2255355f50d8a2b4e774f6558.jpgJewel002.thumb.jpg.aec219cfa3452cb8c5707347160ab3ef.jpgJewel001.thumb.jpg.ec2e949b114e938c803b8aba37c9b18d.jpgJewel004.thumb.jpg.d31ce89c3913db7592997513ccbd1d8d.jpg

 they better be in the spoiler thingy... cause that was the active box

Posted

Howdy!

I saw this happened to someone previously back in Feb., but with the update I imagine it shouldn't be an issue anymore? The one that had the precombine meshes... thing?


I'm having an awful hard time placing posters at the Truck Stop. :( It only wants to crash on me. Sometimes I'm spanked for merely stepping into the gated area, sometimes it waits until I've put up a poster. I was able to sneak along outside the fence to get the 2nd poster up on the back left, but trying to get this third one on the right... Ayyy.  I was going to try to setstage past it, but I don't see it on the list?

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...