sen4mi Posted May 30, 2012 Posted May 30, 2012 No, but there might be some other marriage mod that could be modified to include sexout support? If you want to write such a mod, or if you want to convert someone else's mod, please feel free to ask for some help when you need it!
GSBmodders Posted June 9, 2012 Posted June 9, 2012 you could tie it in with the slavery mods... that pretty much sums up what its like to be married being told to go to the store pick up the kids do the laundry mow the lawn fix the (insert broken shit here) and blah de blah blah blah blah they never stop with the demands every mans wife is a cruel mistress at heart
prideslayer Posted June 9, 2012 Posted June 9, 2012 It's not an accident that marriage is referred to as "bondage".
KainsChylde Posted June 10, 2012 Posted June 10, 2012 Theres this: http://newvegas.nexusmods.com/mods/45904 It relies on sexual innuendo, but can either be converted or used as a template for a new mod. If I knew how theres quite a few things here I'd do differently, but its a start.
prideslayer Posted June 10, 2012 Posted June 10, 2012 On the one hand, that's not terribly helful since it's an SI mod. On the other hand, it does look pretty cool, and if I'm reading the TOS right we're free to convert it to Sexout -- which is not nearly as complicated as it sounds.
KainsChylde Posted June 10, 2012 Posted June 10, 2012 Disclaimer and Copyright Notice============================================== Use at your own risk. Permission is granted to copy, distribute and/or modify the contents of this archive under the "Customized Game Materials" related terms and conditions of the EULA. I'm pretty sure you're right.
prideslayer Posted June 10, 2012 Posted June 10, 2012 Got it, checking to see how much work this might be..
KainsChylde Posted June 10, 2012 Posted June 10, 2012 I think it'd be cool, if possible, to reduce the scope to companions and integrate it with Loogies Companions mod.
prideslayer Posted June 10, 2012 Posted June 10, 2012 Well that's beyond the scope of what I'm attempting right now, but if I can easily get this converted to sexout (no problems so far), someone else (I'm looking at you, sir!) is more than welcome to take over and do that.
KainsChylde Posted June 10, 2012 Posted June 10, 2012 I'd be happy to contribute. And just pray I didn't break anything (I can barely manage house mods).
prideslayer Posted June 10, 2012 Posted June 10, 2012 Well.. so far all the top level scripts have been converted, working on dialog scripts now of which there are a lot more. After this I'll have to run through them all again to rewrite the scripts a bit, the author is obviously somewhat inexperienced. After the 2nd pass, I will have to make a 3rd where I doublecheck all the vars so I make sure the callbacks are converted correctly. That's the toughest part since I can't remember the rules wsex uses when it comes to 'giver' vs 'receiver', so right now I'm treating them the same as sexout -- which I think, in some cases, is wrong. This will result in some dialogs not automatically happening when they should. At the end it should all work fine, but some scenes are bound to be reversed, with the wrong person being fucked. LL Beta Testers, prepare yourselves..
prideslayer Posted June 10, 2012 Posted June 10, 2012 Ok.. tired of this for now. This guy is absolutely insane with the dialogs, and not in a good way. Every courting/fucking dialog tree has a spot where the question "Wanna fuck here and now?" is asked -- and there are about 35 options that are all "Yes" -- but with slightly different dialog conditions. The pisser is they all have pre and post dialog scripts that need to be converted. The conversion is easy, but there are a fuckton of these things, hundreds, and occasionally there is a small difference from one script to the next, so you have to pay more attention than I have right now.
KainsChylde Posted June 10, 2012 Posted June 10, 2012 If its that convoluted, might it be easier just to use this as a template to make a simpler version? And the author includes an optional download on nexus for opening up conversation with nonconversant NPCs. Is AoS dependent on that, or will smallertalk work instead?
ljacquard Posted June 11, 2012 Posted June 11, 2012 I'd love to see this idea/suggestion come to life, in a shape or another. I know it doesn't help much if there is no valuable framework to work with, but the author seems pretty receptive to user feedback. Maybe could we convince him to make his mod more Sexout friendly ? I think it'd be cool' date=' if possible, to reduce the scope to companions and integrate it with Loogies Companions mod. [/quote']
KainsChylde Posted June 11, 2012 Posted June 11, 2012 Well once Prideslayer is done with the base conversion, I have apparently volunteered to update and refine it I hope everyone is ready for an absolute flood of help requests. This is gonna be fun (I hope).
astymma Posted June 11, 2012 Posted June 11, 2012 Well once Prideslayer is done with the base conversion' date=' I have apparently volunteered to update and refine it I hope everyone is ready for an absolute flood of help requests. This is gonna be fun (I hope). [/quote'] TBH, I'd much prefer a direct, unaltered port (except to use Sexout of course).
KainsChylde Posted June 11, 2012 Posted June 11, 2012 TBH' date=' I'd much prefer a direct, unaltered port (except to use Sexout of course). [/quote'] Going by my own experience using the mod, and Prides descriptions of porting it, the original is quite a mess. But if people want the original port unaltered, I'll leave it up as a base and any changes I make as a separate download. Of course, this is assuming Pride doesn't throw his hands up in annoyance, or that after putting all this work into it he doesn't claim it for himself
prideslayer Posted June 11, 2012 Posted June 11, 2012 The wsex compat/redirection thing should be able to handle this a lot better. I haven't tried the mod with it yet, but I'm confident it will make the mod playable as-is without modification.
KainsChylde Posted June 11, 2012 Posted June 11, 2012 Is there any chance you could give me a brief tutorial on the conversion process? IMHO this mod could use a lot of cleaning and I'd be happy to do it myself, but I'm a GECK noob and wouldn't even know where to start. If you don't have the time or inclination I understand, just thought I'd ask.
prideslayer Posted June 11, 2012 Posted June 11, 2012 There should be no need to convert. The wsex override thread, which you've already posted in, is going to make porting this mod (and any other wsex mods) pointless. The process.. well there's a simple answer and a long answer. The simple answer is to search the mod for every instance of 'wsex' and then change whatever it's doing from wsex to sexout. The first step I took was making the mod dependent on sexout as a master and not wsex, of course. The complex answer is the same.. the complexity is that you have to *know* how to convert those script snippets. You have to understand modding for both systems so when you see a bit of wsex code, you know what it's supposed to do, so you can replace it with code that does the same thing in sexout. I can't really explain how to do this, you just need to dive in. Being a sexout mod author to begin with will help immensely. But, again, there's no need to convert the mod. The wsex override mod is the right way to go.
KainsChylde Posted June 11, 2012 Posted June 11, 2012 Ok, I'll go with the override then. I have ideas, and when I'm a more experienced modder I may pull it apart and see how to reproduce it in a more user-friendly manner. But for now I'll go with whats available. Thanks!
prideslayer Posted June 11, 2012 Posted June 11, 2012 When this is finished (the override) you'll be able to modify the wsex mods, like this one, without worrying about sexout vs. wsex.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.