Abinath Posted October 20, 2017 Posted October 20, 2017 View File WarningModInt version will be the main version. I will keep the original up for people to use if they want to but any update to this mod in the future will be done to the ModInt version. Six's Love Shack Just a simple little house, located next to Doc Mitchells. Features Garden with most vanilla plants Wasteland decor Plenty of Storage All the vanilla crafting stations Hand Navmeshed Plenty of idle markers Auto closing door Sign Collection NPCs will strip in certain areas A little puzzle Not quite so simple little house... AdviceThis mod includes some backstory to the courier from before they were shot in the head. eg. The courier called themselves Six, They were fairly skilled at the science skill and that they called Goodsprings home. Those who sided with Powder Gangers for goodsprings. Check the outside of the house. Walkthrough? 1. Just outside Doc Mitchells house Quest starts just outside Doc Mitchells front gate 2. Do what Sunny says Finish the Tutorial 3. Get a drink while you read the note Go to the prospector saloon from the front door 4. Trudy needs some help Fix Trudys Radio 5. Dialogue options Speak to Trudy about who you use to be 6. Home Go home 7. Computer time Read your journal on the Terminal in your house 8. Love or flying solo Choose Trudy or the Terminal 8.1. Done Quest complete unfortunately 8.2 Goodsprings Defense Side with Goodsprings against the powder gangers 8.3 Home again with a difference Go home after 6 pm and talk to Trudy 8.4 Done Quest complete If using Six's Trudy please read the readme for how to install it properly Requirements Original Legendary Edition ModInt version Yams Pinup Parade Six's Trudy A little effort and some reading. Read the readme for how to install properly Suggested Mods Improved Companion Sandbox (So companions make the most of the idle markers all over the house) Follower Home Marker (So you can set this home as your companions home) Useable Toilets Urinals and Bathtubs with Sound (So companions will use the bath and toilet and you can too) Six's Trudy (Allows you to set custom meshes and textures for Trudy's Body and main outfit) Possible future features Stripping feature Done! Thanks to neutron_rus Backstory Quest Done (done but might need more testing and some minor changes) Building Quest House NPC Even more things to do with Trudy More Mod integration (Taking suggestions but they need to fit with the mod and I'll need to get permission of course) Possibly more. Interested in hearing suggestions. (Doesn't mean I'll do them though) Why make a New Vegas mod. It's like 7 years old, why not make a mod for Fallgarbage 4because fuck you, thats why...lol JKbut serious I'm not a big fan of fallout 4. New Vegas is the vastly superior game to me. I enjoy the story of it, the art style, game mechanics etc. The only thing I like about fallout 4 over New vegas is the weapon modding system and the settlement building. That's just my opinion and each to their own CreditsYamcakes on the Nexus (for giving me permission to use their lovely posters in my mod)neutron_rus (for help with stripping Script) Thanks, Have a nice day.* Having a nice day is not required. Submitter Abinath Submitted 10/20/2017 Category Other Requires Legendary Edition 1
Abinath Posted October 20, 2017 Author Posted October 20, 2017 (edited) First off massive sorry for delay in news. I was working on this on someone else PC as I didnt have my own and all my stuff was deleted. I now have my own PC so I may start work on this again but it wont be until I have another crack at New Vegas (chances are good but will probably be a while) but it unfortunately means I've lost all the work I did on the mod. Which I'm really sad about as I only had a few more things to do before I could release it. Kept here for future reference Other plans Basement Quest Add Audio to quests (will take QUITE a while) More Mod integration (looking at mods that might fit with the house) More Trudy-ness and other NPCs Investigate/Contemplate suggestions (If I get any) Edited November 26, 2017 by Abinath Updating
DomDate Posted October 23, 2017 Posted October 23, 2017 @ Abinath I've been working on a house mod for TTW (No plans to share at this time, personal use only), and some things which were extreamly simple in Skyrim are not as cut-and-dried in FO3/NV. The simple trigger/activator script I use in skyrim won't likely function in the early Fallout games (no spells). I do not code. Is there any chance you would be willing to share your scripts for personal use? I'm hoping to simply draw an activator over an area to trigger stripping when entered. Thanks for your time. (I'll definitely try out your mod once I launch my new TTW install.)
Guest Posted October 23, 2017 Posted October 23, 2017 The simple trigger/activator script I use in skyrim won't likely function in the early Fallout games (no spells). I do not code. Is there any chance you would be willing to share your scripts for personal use? I'm hoping to simply draw an activator over an area to trigger stripping when entered. Check this topic and you'll find the answer on your question http://www.loverslab.com/topic/86637-sixs-love-shack-scripting-help/?do=findComment&comment=2037750
DomDate Posted October 23, 2017 Posted October 23, 2017 The simple trigger/activator script I use in skyrim won't likely function in the early Fallout games (no spells). I do not code. Is there any chance you would be willing to share your scripts for personal use? I'm hoping to simply draw an activator over an area to trigger stripping when entered. Check this topic and you'll find the answer on your questionhttp://www.loverslab.com/topic/86637-sixs-love-shack-scripting-help/?do=findComment&comment=2037750 Thank you very much! That page has actually been sitting open in my browser for several days now. I use several mods when gaming that break down the outfits into multiple parts, so an upper-body trigger will not always suit my needs. The skyrim script was elegantly short-and-sweet. I'm hoping there is a way to accomplish the same without needing to identify every clothing slot? Or am I confused? I'm not trying to be obtuse or lazy - I have a condition that sometimes interferes with simple linear thinking. Thanks for your time.
Guest Posted October 23, 2017 Posted October 23, 2017 Thank you very much! That page has actually been sitting open in my browser for several days now. I use several mods when gaming that break down the outfits into multiple parts, so an upper-body trigger will not always suit my needs. The skyrim script was elegantly short-and-sweet. I'm hoping there is a way to accomplish the same without needing to identify every clothing slot? Or am I confused? I'm not trying to be obtuse or lazy - I have a condition that sometimes interferes with simple linear thinking. Thanks for your time. FNV don't have a proper "unequip all items" commands, only a dirty things with slots like this. If you need a script that can to unequip all things from every slot, just add more refs functions and checking on the biped slots(unless of course you're not worried about the length of the script), it's easier for novice and works fine.
DomDate Posted October 23, 2017 Posted October 23, 2017 Thank you very much! That page has actually been sitting open in my browser for several days now. I use several mods when gaming that break down the outfits into multiple parts, so an upper-body trigger will not always suit my needs. The skyrim script was elegantly short-and-sweet. I'm hoping there is a way to accomplish the same without needing to identify every clothing slot? Or am I confused? I'm not trying to be obtuse or lazy - I have a condition that sometimes interferes with simple linear thinking. Thanks for your time. FNV don't have a proper "unequip all items" commands, only a dirty things with slots like this.If you need a script that can to unequip all things from every slot, just add more refs functions and checking on the biped slots(unless of course you're not worried about the length of the script), it's easier for novice and works fine. OK thank you. I appreciate your time. I'll mull over how badly I want to integrate this feature. LOL
Guest Posted October 23, 2017 Posted October 23, 2017 Thank you very much! That page has actually been sitting open in my browser for several days now. I use several mods when gaming that break down the outfits into multiple parts, so an upper-body trigger will not always suit my needs. The skyrim script was elegantly short-and-sweet. I'm hoping there is a way to accomplish the same without needing to identify every clothing slot? Or am I confused? I'm not trying to be obtuse or lazy - I have a condition that sometimes interferes with simple linear thinking. Thanks for your time. FNV don't have a proper "unequip all items" commands, only a dirty things with slots like this. If you need a script that can to unequip all things from every slot, just add more refs functions and checking on the biped slots(unless of course you're not worried about the length of the script), it's easier for novice and works fine. OK thank you. I appreciate your time. I'll mull over how badly I want to integrate this feature. LOL Firstly, I can say that you need to check which a slots is using on your outfits and add all slots into a script that you need. And Second, is that almost all the vanilla outfits using the upperbody slot(sometimes bodyaddon1-3)
DomDate Posted October 23, 2017 Posted October 23, 2017 Thank you very much! That page has actually been sitting open in my browser for several days now. I use several mods when gaming that break down the outfits into multiple parts, so an upper-body trigger will not always suit my needs. The skyrim script was elegantly short-and-sweet. I'm hoping there is a way to accomplish the same without needing to identify every clothing slot? Or am I confused? I'm not trying to be obtuse or lazy - I have a condition that sometimes interferes with simple linear thinking. Thanks for your time. FNV don't have a proper "unequip all items" commands, only a dirty things with slots like this.If you need a script that can to unequip all things from every slot, just add more refs functions and checking on the biped slots(unless of course you're not worried about the length of the script), it's easier for novice and works fine. OK thank you. I appreciate your time. I'll mull over how badly I want to integrate this feature. LOL Firstly, I can say that you need to check which a slots is using on your outfits and add all slots into a script that you need. And Second, is that almost all the vanilla outfits using the upperbody slot(sometimes bodyaddon1-3) Thanks!
ChancellorKremlin Posted October 23, 2017 Posted October 23, 2017 Sounds very good! I'm a little lost though, I'm not sure what I'm supposed to be looking for in Goodsprings or how to access anything at home (it's all locked). Exploring Goodsprings is a fairly vague objective, especially with no markers, and after searching Docs house, my house, the saloon, my grave and the shop I have no idea what else I could do? Some guidance would be appreciated! 1
Abinath Posted October 24, 2017 Author Posted October 24, 2017 @DomDate I used the scripts on the forum post that neutron_rus linked to. He was very helpful in writting them for me and they work perfect from my testing. If you need more slots just add them as ref in the script. I posted an example on that page for the necklace slot. Here is the basic list of slots for new vegas http://geck.bethsoft.com/index.php?title=GetEquippedObject @ChancellorKremlin There is a detailed walkthrough of the complete quest in a spoiler on the first post or you could look for something out of place around the house. There is also setStage Six1 (number of objectives you are up to(only works until stage 7)). The quest relies on some vanilla quest so I'm not sure how it will play if you have already done them. The vanilla quests are the tutorial with Sunny, fixing Trudys radio and the goodsprings fight. Your character has amnesia from being shot in the head thats why I made the objectives vague. You wouldn't know exactly what to do.
2jensen Posted November 2, 2017 Posted November 2, 2017 Just downloaded the other day and did most of it (Not done with the Ghost Town fight yet) It is quite novel and I think you did well here. You have your reasons, I am sure, but in my opiion this ought to be up on the Nexus as well. Would fit in nicely
Abinath Posted November 6, 2017 Author Posted November 6, 2017 First thanks for the suggestion and compliment . Second about the nexus. True it would probably fit well on there but I don't want to be limited in what direction I take it. I haven't got any plans for anything non-nexus yet but who knows. I might want to add sexout support or bdsm or sex slavery etc. etc. in the future and I wouldn't be free to do that on the nexus. Besides I find the loverslab community is a lot better anyways .
rk14 Posted March 26, 2018 Posted March 26, 2018 Hi, I seem to be having problem with the quest. There doesn't seem to be any quest indicator that pops up when I leave doc Mitchell's house. I wasn't sure if maybe I just missed it or something so I tried following the walk through but when it says to ask about who I used to be there are no dialogue options. Did I do something wrong? or could this be a conflict with other mods? 1
yagonew Posted March 31, 2018 Posted March 31, 2018 I know i'm not stupid, but i can never get custom clothes i give Trudy to work properly, the readme said "you probably gonna need textures" but didn't say where to put them, if you needed to rename them or create a new folder for them or how to name said folder and stuff. I'm kinda new to NEW VEGAS MODDING so some more detailed readme would reaaaally be appreciated, not to discount your work on the mod, i really like the mod, just need some more details on the readme for the newbies ;). Thanks for all the hardwork ^^
rcbecker1 Posted April 5, 2018 Posted April 5, 2018 Any chance of a patch for A World of Pain so people can use this house and still use AWOP? Its a great idea even though it still needs work. If you want suggestions I'm all for it I would love to see this mod improve. A simple hug or kiss animation would be great any thing else creates more work for you and the player. Not to mention how buggy sexout is for this, I use flower girls for Skyrim because of its ease of use and it is very popular because of this. Oh and a pole dance animation would be great. Also wood framing up the hole for the basement would look much better than the hole in the floor with jagged wood. If you make a patch for AWOP this is the entrance to a massive underground complex from before the war and that info will allow you to use Vault stuff and it will fit both stories for your mod
ethan1234532 Posted August 17, 2018 Posted August 17, 2018 this might be a stupid question, but its bothering me and i dont know how to fix it, in FOMM both Sixs Trudy.esp and SixsLoveShackModInt.esp are both in an orange colour, why is this and how do i fix it??? Thanks Edit: dont worry its all good now
ethan1234532 Posted August 17, 2018 Posted August 17, 2018 i have a problem, when i go to trudy, she is just a floating purple head, why is this and how do i fix it? im kinda new to this, thanks
RagnarTolletson Posted August 30, 2018 Posted August 30, 2018 On 8/17/2018 at 2:47 PM, ethan1234532 said: i have a problem, when i go to trudy, she is just a floating purple head, why is this and how do i fix it? im kinda new to this, thanks Sounds as if you didn't install any body textures for Trudy. Check the read me text for the Six's Trudy mod file. You have to create "SixTrudy" subfolders for the meshes and textures required for new Trudy and then copy the basic body and desired clothing into those subfolders. (more or less as described in the read me).
RagnarTolletson Posted August 30, 2018 Posted August 30, 2018 I have a separate question too -- The mod is a very interesting idea and I enjoy the possibilities. I've played through the Goodsprings Gunfight, and I still can't figure out how to access my computer terminal in the house or open the basement door (so no bedroom). They say keys are required, but the key to the house (front door) hasn't done the trick. Is this in the unfinished part of the mod? [I don't want to drive myself crazy if it's impossible to do - I'll just leave with Sunny. ; - ) 1
RagnarTolletson Posted August 30, 2018 Posted August 30, 2018 The clothing would be dropped in your meshes folder - Six's Trudy Clothing sub-folder. Steam/SteamApps/Common/Fallout NV/Data/Meshes/SixTrudy/Clothing This was a response to post 15 above by Yagonew.
Raven6677 Posted December 13, 2019 Posted December 13, 2019 I can't seem to get this to work. After i extract the file into a esp file and move it into the data section, I can't even load the game properly with it instantly crashing. How do I prevent this? 1
Verasmile2 Posted January 2, 2020 Posted January 2, 2020 On 10/24/2017 at 8:30 AM, Abinath said: @DomDate I used the scripts on the forum post that neutron_rus linked to. He was very helpful in writting them for me and they work perfect from my testing. If you need more slots just add them as ref in the script. I posted an example on that page for the necklace slot. Here is the basic list of slots for new vegas http://geck.bethsoft.com/index.php?title=GetEquippedObject @ChancellorKremlin There is a detailed walkthrough of the complete quest in a spoiler on the first post or you could look for something out of place around the house. There is also setStage Six1 (number of objectives you are up to(only works until stage 7)). The quest relies on some vanilla quest so I'm not sure how it will play if you have already done them. The vanilla quests are the tutorial with Sunny, fixing Trudys radio and the goodsprings fight. Your character has amnesia from being shot in the head thats why I made the objectives vague. You wouldn't know exactly what to do. I've installed it only recently, and I've already finished the game. So I can't fix again Trudy's radio or do the Goodsprings fight, and I guess that there may be any other quests that I've already done. There's a way to complete these quests "again"?
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