Guest Jezzy Posted March 18, 2012 Posted March 18, 2012 hello all So I tried the geck today, read a lot about how it work and all and, well... Let me just say that l respect the guys and grrl who understand all this non sense cryptic language and how to use this software =^.^= Looking for a new challenge, I've been replaying the game using Arwen Realism tweaks and sexout mods to finally came across Dermot trap. Being a sex slave in this sewer using Arwen's mod mean pretty much that you are screwd. So I remembered the sexout for imcn and wanted to mimic the swallowing cum effect to give a small nutritional value to a BJ cumshot. Knowing that a typical ejaculation nutritional value is comparable to egg whites or gelatin, my idea was to have the possibility to get a small source of nutrient and water, well if you manage to get enough guys to milk ;-) ... That should help to be enough to help survive this dread encounter. Any one can help me with that? I'm certain that this mod could interest other player like me. Beside, I would greatly appreciate it =^.^= Cheers
Kodiak Posted March 18, 2012 Posted March 18, 2012 I wish you luck with that idea. It came up once before in a Perk proposal I had posted some time ago where the character can satisfy hunger from swallowing and thirst from breast milk. If you could roll those into a script.. or even perks.. you would would be a step closer to being a god.
Guest Loogie Posted March 18, 2012 Posted March 18, 2012 I'm not sure what you do beyond this, because I'm not sure what the commands for adding nutrition in Arwen's are because I don't use it. What you want to do is create a quest flagged to be there at game start, and attach a script to it. The script should look like: scn NutrionalSemen ref ActorA Begin GameMode if SexoutNG.ActorB == Player && Sexout.SexType == Oral set SexoutNG.ActorA to ActorA if ActorA.GetIsMale == 1 (add the nutrition stuff you want here) endif end I can't guarantee that will work, but it does save in the GECK. In theory what that should is add whatever nutritional values you set to the player every time they perform oral sex on someone. To make it males only is a little more complicated as then you'd have to save ActorA as a variable and check against that. You would do that by doing: scn NutrionalSemen ref ActorA Begin GameMode if SexoutNG.ActorB == Player && Sexout.SexType == Oral set SexoutNG.ActorA to ActorA endif if ActorA.GetIsSex Male (insert nutritional stuff here) endif end
holdout Posted March 18, 2012 Posted March 18, 2012 No clue exactly what Arwen does as far as nutritional so this may not mean anything, but would work with base hardcore mode. If you look in SexoutCommonResources.esm there are a bunch of ingestibles for cum of different creatures created that do the base hardcore mode nutritional effects. I assume they are for the pregnancy mod, but could be used as food. You would just follow the script Loogie posted and do player.AddItem, player.EquipItem calls for one of them within the if block. Stealing his code, might look something like: ref ActorA Begin GameMode if SexoutNG.ActorB == Player && Sexout.SexType == Oral set SexoutNG.ActorA to ActorA if ActorA.GetIsMale == 1 player.AddItem SexoutSCumHuman 1 1 player.EquipItem SexoutSCumHuman 0 1 endif end
Guest Loogie Posted March 18, 2012 Posted March 18, 2012 There is no GetIsMale - I tried the same thing when I originally wrote my version There's GetIsSex and it returns Male or Female
holdout Posted March 18, 2012 Posted March 18, 2012 I should admit I didn't even really try the code in the geck I just copied your first block and added the two lines in the if block. Not sure if that makes it better or worse
Guest Loogie Posted March 18, 2012 Posted March 18, 2012 Your idea is solid. I just don't know how Arwen's does its nutrition - if its item based an Arwen's semen item would neec to be made.
Halstrom Posted March 18, 2012 Posted March 18, 2012 No clue exactly what Arwen does as far as nutritional so this may not mean anything' date=' but would work with base hardcore mode. If you look in SexoutCommonResources.esm there are a bunch of ingestibles for cum of different creatures created that do the base hardcore mode nutritional effects. I assume they are for the pregnancy mod, but could be used as food. You would just follow the script Loogie posted and do player.AddItem, player.EquipItem calls for one of them within the if block. Stealing his code, might look something like:[/quote'] I've added those as Ingestables but haven't done the coding to add them to the game yet, I'm basically waiting on how we go with Prideslayers coding, trying to pick between Dogs & Coyote's and some other Creatures is seeming to be a nightmare.
holdout Posted March 18, 2012 Posted March 18, 2012 Sorry then if I created any confusion. I had just seen them when I was poking around (probably a bad expression for this site) then saw this thread and couldn't help adding my 2 cents.
Guest Jezzy Posted March 19, 2012 Posted March 19, 2012 O.o when I try to open the sexout src file with the other parents fiels, i get a initializing ref going on for ever. anyway this is way beyond my understanding. Im just gonna disable ss i think thanks for all your ideas!
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 I'll download Arwen's and try to figure out how it does what it does. May be a few days before I get around to it, though.
Guest Jezzy Posted March 19, 2012 Posted March 19, 2012 Thanks Loogie, i really appreciate it this mod with arwen is a nightmare and you might find out why you can't get kidnapped on random rape as well.
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 Figuring out why the kidnapping isn't working is a job for an expert. All I'm qualified to do is make people eat semen.
Guest Jezzy Posted March 19, 2012 Posted March 19, 2012 Figuring out why the kidnapping isn't working is a job for an expert. All I'm qualified to do is make people eat semen. lol alright. I manage to make my first mod (yaaaay) not much of a mod thought... just managed to place a water source in a room
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 Water sources are important. For my current slavery mod I put a water fountain in the cell and am making sure the fridge is stocked on a semi-regular basis.
Guest Jezzy Posted March 19, 2012 Posted March 19, 2012 Water sources are important. For my current slavery mod I put a water fountain in the cell and am making sure the fridge is stocked on a semi-regular basis. Nice! Does your slavery mod available yet? Is it hardcore mode friendly? =^.^=
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 Hopefully with the water fountain and the refrigerator, yes. It's going to be brothel slavery in Vault 19, it's not quite ready yet, though. My Legion slavery is hardcore mode friendly provided you ask Mistress Marissa for food every day. I forget whether I made NCRCF slavery available at the beginning of the game hardcore friendly or not, but I'm pretty sure I rigged it that you can get food and water from Carter.
ChancellorKremlin Posted March 19, 2012 Posted March 19, 2012 Figuring out why the kidnapping isn't working is a job for an expert. All I'm qualified to do is make people eat semen. lol alright. I manage to make my first mod (yaaaay) not much of a mod thought... just managed to place a water source in a room lol at least you got that far. I tried making a room using the GECK tutorial online, and could not even get the walls to line up with the 'Snap to grid' and the other function beside it. When did modding get so difficult? I remember Duke Nukem, had an editor and it was simple as, BAM wall here, BAM wall there, BAM enemy in the centre, BAM play! Those were the days...
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 The GECK actually reminds me of Tactics' tile-based system. That system was a real bitch. GECK is worse because in Tactics it was rotatable and isometric. In this engine, it's full 3D, so it could look right from one angle and not from anything else. Imagine trying to get a character face to look right, but it's a whole room. Plus it would be nice if there was some kind of index as to what all the pieces are instead of just slapping them onto the screen and hoping it's what you want.
sen4mi Posted March 19, 2012 Posted March 19, 2012 Hopefully with the water fountain and the refrigerator' date=' yes. It's going to be brothel slavery in Vault 19, it's not quite ready yet, though. My Legion slavery is hardcore mode friendly provided you ask Mistress Marissa for food every day. I forget whether I made NCRCF slavery available at the beginning of the game hardcore friendly or not, but I'm pretty sure I rigged it that you can get food and water from Carter. [/quote'] Note that under some circumstances (I think it was getting Monocyte Breeder implanted) your nutrition requirements can skyrocket under IMCNNV. Of course IMCNNV causes other problems, currently anyways, so maybe its best avoided. Still, Marissa will only feed you once a day, and for some people that might not be enough.
Guest Loogie Posted March 19, 2012 Posted March 19, 2012 I'll go crazy if I add support for IMCNNV, because then it's a slippery slope to supporting every other mod ever. When I do slavery, I set it up so hardcore players have enough to eat, and I don't take food or chems from the player as a compromise for the fact they may be running mods that make things more difficult.
sen4mi Posted March 20, 2012 Posted March 20, 2012 I'll go crazy if I add support for IMCNNV' date=' because then it's a slippery slope to supporting every other mod ever. When I do slavery, I set it up so hardcore players have enough to eat, and I don't take food or chems from the player as a compromise for the fact they may be running mods that make things more difficult. [/quote'] I would not want you to support IMCNNV! First, I need to verify that I understand the cause of this bug (which might not happen soon, depending on how I feel about this character and where things are going). Then, if it is this issue, I think the fix is either: release a patch of IMCNNV or release a patch for Sexout.esm or something like that. (Before saying where the fix should be though, the problem has to be isolated -- but ideally, it's someplace generic and not something replicated throughout every sexout scene.)
Guest Loogie Posted March 20, 2012 Posted March 20, 2012 The problem has to be in the IMCNNV Sexout plugin and not Sexout itself.
sen4mi Posted March 20, 2012 Posted March 20, 2012 The problem has to be in the IMCNNV Sexout plugin and not Sexout itself. I can get it to trigger in IMCNNV without the Sexout plugin, I just need a situation where my IMCNNV status has reason to change during a Sexout scene. (For example, having a tryout scene trigger when I wake up -- sleeping tends to change IMCNNV statuses.)
Guest Jezzy Posted March 31, 2012 Posted March 31, 2012 I manage to get this script from imcnnv and i think it might work with sexout and arwen but i cannot get sexout to load. I get a "Loading files...Initializing references" going on for ever scn 00SexoutArwCumSwallowingQuestScript short triggerCumming short triggerOral short playerGivingOral short isCumming begin GameMode if(Player.IsSpellTarget SexoutNGCum || Player.getItemCount 00SexoutRecovering > 0) set isCumming to 1 else set isCumming to 0 endif if( SexoutNG.isOral || Sexout.sextype == Oral ) if(SexoutNG.ActorB == PlayerREF || Sexout.female == PlayerREF) if(playerGivingOral == 0) set playerGivingOral to 1 endif endif endif if(triggerOral == 0 && playerGivingOral && isCumming) PlaySound NPCHumanDrinkingBottleGulp set ArwenWaterNeed to ArwenWaterNeed - 2 set ArwenFoodNeed to ArwenFoodNeed - 1 set triggerOral to 1 elseif(triggerOral && isCumming == 0) set triggerOral to 0 set playerGivingOral to 0 endif if(triggerCumming == 0 && isCumming) Player.CIOS SexoutIMCNNVCumming set triggerCumming to 1 elseif(triggerCumming && isCumming == 0) set triggerCumming to 0 endif end
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