Jump to content

[WCX] Whorecrux (SE+LE)


Recommended Posts

Posted

Found some bug in Inflate() func. There are mixing of vag pool and overall pool so it breaks a little when inflating and mixing with other sources of cum. Here is some sort of fix:
Added seprate var for vag inflation
 

function Inflate()
	; Custom FHU script to get around chastity belt
	currentCumPool = GetFloatValue(PlayerRef, WCX_FHUGlobal.GetInflationAmountString(wcxConfig.FHU_quest))
    currentCumPoolVag = GetFloatValue(PlayerRef, WCX_FHUGlobal.GetVaginalAmountString(wcxConfig.FHU_quest))
	if WCX_FHUGlobal.GetMaxInflation(wcxConfig.FHU_quest) <= currentCumPoolVag
		wcxMain.PrintConsole("WCX: Can't inflate, already at or beyond max.")
		return
	endif
	wcxMain.PrintConsole("WCX: Adding " + wcxConfig.FHUCumPoolPerTick * wcxMain.GlobalSpiritFractureLevel.GetValue() as string + " to FHU cum pool.")
    float incr = wcxConfig.FHUCumPoolPerTick * wcxMain.GlobalSpiritFractureLevel.GetValue()
	currentCumPoolVag += incr
    currentCumPool += incr
	wcxMain.NotificationRand("fhu_cum_generation", 25)
	wcxMain.PrintConsole("WCX: Inflating to: " + currentCumPoolVag)
	SetFloatValue(PlayerRef, WCX_FHUGlobal.GetInflationAmountString(wcxConfig.FHU_quest), currentCumPool)
	SetFloatValue(PlayerRef, WCX_FHUGlobal.GetVaginalAmountString(wcxConfig.FHU_quest), currentCumPoolVag)
	WCX_FHUGlobal.UpdateMorphs(wcxConfig.FHU_quest, PlayerRef, currentCumPoolVag)
endfunction

 

Posted
2 hours ago, Zaflis said:

I just have to say that finding sapphires is really really difficult in this game. Relying on them is not feasible imo. I can only find black soul gems reliably because i have a mod that lets me crunch gems and soulgems into shards and craft them into black ones.

 

or the player can always resort to being a filthy thief, the NPC merchant added by this mod sell sapphire and dosent havent any complexe AI packet right now, they seemingly only stand there doing nothing all day, so its rather easy to just steal the sapphire from them. tho oddly enough the last time i tried, only the flawless sapphire showed up when i pick pocket, despite him selling the normal version when speak to.

 

I dont know if the mod author intend flesh out these Merchant in the future, like giving some unique dialogue, AI, even lore perhaps? or simply adding other means to aquire the gems from them, for example selling PC's body in excahnge for gems? At the moment they are rather boring and, dare i say, unimmersive ? 

Posted
16 minutes ago, vaalb said:

Found some bug in Inflate() func. There are mixing of vag pool and overall pool so it breaks a little when inflating and mixing with other sources of cum. Here is some sort of fix:
Added seprate var for vag inflation

 

Thanks I was using the wrong float, that will be fixed in the next update. Will include your change to use vag cum pool as limit, this makes sense too.

 

7 minutes ago, normal24yearoldstudent said:

I dont know if the mod author intend flesh out these Merchant in the future, like giving some unique dialogue, AI, even lore perhaps? or simply adding other means to aquire the gems from them, for example selling PC's body in excahnge for gems? At the moment they are rather boring and, dare i say, unimmersive ? 


Yes they will be improved a lot in all the regards you mentioned. They are just pretty much placeholders at the moment but will become more important and fleshed out as the mod progresses.

Posted
6 hours ago, HelloJordan said:

I think Wintersun messes with the divine shrine data. I guess I'm gonna have to learn creation kit.

 

I haven't used the mod but it doesn't overwrite the activator records. I think it may replace the objects entirely though, I haven't looked

 

Likely all it would need for all the shrines to work is for the following:

Spoiler

image.png.c6158e6a968d4037162b598d9a9ef966.png

 

To be added to each of the "Shrine of x" activator records added by Wintersun. This can be done in xEdit quite easily.

 

I don't know anything of the mod though so I am just guessing that it has replaced all the vanilla activators with its own from looking at the esp in xEdit.

Posted

On your preview pictures you can see that your character cries when a Whorecrux is born. Does this only happen when you install "Apropos2" or is this a part of Whorecrux.

Posted

How do you start the recovery quest? I thought "maybe the gods can fix this" meant to pray at a shrine, but The Mara shrine in Riften is not triggering anything. Spirit Fracture is at 4... does it need to be more?

Posted
20 hours ago, AreaGamer said:

On your preview pictures you can see that your character cries when a Whorecrux is born. Does this only happen when you install "Apropos2" or is this a part of Whorecrux.

 

Thanks for sharing translations. I am not actually sure which mod that overlay was from but not Whorecrux. STA or SLS I think.

 

4 hours ago, TexasRaiderz said:

How do you start the recovery quest? I thought "maybe the gods can fix this" meant to pray at a shrine, but The Mara shrine in Riften is not triggering anything. Spirit Fracture is at 4... does it need to be more?

 

You can only reabsorb Rose Whorecrux. You do this by selecting it in your inventory. A shrine will convert small whorecrux gems to Rose. For medium and large you need to craft whorecrux dust in smithing to convert to amethyst and then talk to a male NPC to convert to Rose.

Posted
13 hours ago, RMCW said:

You can only reabsorb Rose Whorecrux. You do this by selecting it in your inventory. A shrine will convert small whorecrux gems to Rose. For medium and large you need to craft whorecrux dust in smithing to convert to amethyst and then talk to a male NPC to convert to Rose.

Thank you!

Posted
20 hours ago, RMCW said:
On 1/12/2021 at 5:23 PM, AreaGamer said:

On your preview pictures you can see that your character cries when a Whorecrux is born. Does this only happen when you install "Apropos2" or is this a part of Whorecrux.

 

Thanks for sharing translations. I am not actually sure which mod that overlay was from but not Whorecrux. STA or SLS I think.

 

Sorry but I do not know the abbreviations, what is the correct name of the mod?

Posted
5 hours ago, AreaGamer said:

 

Sorry but I do not know the abbreviations, what is the correct name of the mod?

 

STA is Spank That Ass. I'm pretty sure that is where the effect comes from, as I have it installed and have drool and tear effects. I think SLS is Sexlab Survival, but I'm almost positive that it is not from that mod, as I had the effects for a long time before I installed SLS. 

 

Posted

hello i tried your nice mod last days,when my character keep crouch birthing nothin is released on ground,now i got i think last level or fracture bar is stuck at 100% red,i dont use any soulgems mods,i am not sure why cannot see em drop on floor,any suggestions?

Posted

my thoughts so far about the mod is, in the current version, it seems rather unbalance when it comes to the diffculty of re absorbing small gem vs medium & large gems,

 

there is only a handful of garanteed sapphire in the vanilla game, and the price of gems sold by the merchant and the money you must use to convince male npc to convert it goes up really fast, easily costing thousands of gold, in comparison, you only need to click on a shrine and you are done. maybe because I also play with Economy & Speechcraft Overhaul (which lowers how fast PC can aquire gold overall), I found myself trying to steal the gold back from the npc, and pulling up wiki to find where can i get free sapphire in the world.

 

I am not sure what to make of it, i suppose it should be hard to cure such a curse, but the current "META" of buring thounsand of gold is kinda tedious? but again, activating a shrine is just way too simple for my taste. I believe a option of seducing NPC instead of paying suits the mod well, as with the Spirite fracture effect on, PC would usually be in high arousal, and having sex to get sapphire or convert gem would likely result to more orgasm, sending PC further down the curse.

 

anyway, I am eager to see whatever you plan to add in the future, keep up the good work

Posted

hi for some reason i dont see gems pop on a birth stage,had couple of scenes with milk machine where the pc player been forced to left machine starting birth something dont shows up

Posted
9 hours ago, cascen said:

hi for some reason i dont see gems pop on a birth stage,had couple of scenes with milk machine where the pc player been forced to left machine starting birth something dont shows up

 

Have you got the assets installed? Are the quest markers functioning?

 

Should really wait for you to exit the milk machine before starting birth, I'll fix that when I get chance. 

 

On 1/17/2021 at 11:21 PM, normal24yearoldstudent said:

my thoughts so far about the mod is, in the current version, it seems rather unbalance when it comes to the diffculty of re absorbing small gem vs medium & large gems,

 

Thanks for sharing your thoughts. I agree entirely about the imbalance between difficulty with different gem sizes. I may make the small gem also only upgrade to amethyst rather than rose. I will be making the shrines no longer work as a method of conversion after certain state is reached too, so this easy option is only available for the more spiritually pure.

 

On 1/17/2021 at 11:21 PM, normal24yearoldstudent said:

I am not sure what to make of it, i suppose it should be hard to cure such a curse, but the current "META" of buring thounsand of gold is kinda tedious? but again, activating a shrine is just way too simple for my taste. I believe a option of seducing NPC instead of paying suits the mod well, as with the Spirite fracture effect on, PC would usually be in high arousal, and having sex to get sapphire or convert gem would likely result to more orgasm, sending PC further down the curse.

 

Regarding the sapphires, this will be one of a few options you have in future. Random gold requirement will still crop up now and again through different parts of the mod but it will be in a larger pool of random events. I like your idea of being able to try to seduce NPC to get a sapphire, I'll probably add something along those lines. 

 

There will be a lot more content coming, just not had enough time just recently, many plans for this mod. 

Posted
14 hours ago, RMCW said:

 

Have you got the assets installed? Are the quest markers functioning?

 

Should really wait for you to exit the milk machine before starting birth, I'll fix that when I get chance.  thx 4 reply,yes quest marker work fine even the journal ,and yes i have everything intalled correctly,maybe some mods i have could conlict with this mod i dont know

 

 

 

Posted

its me again, back with some minor bug report

 

gem birth can sometimes trigger while PC is still on a horse, this in my case result into PC jumps and get stuck in the falling loop animation on top of the horse while the audio of gem birth plays and the gem itself gets launch into the air, kinda hilarious if you ask me. the main problem being, after the scene ends, the game still thinks PC is mounted, so moving the character( now on the ground) will move the horse with it as well, and the camera seems to also be locked in place? 

 

I suppose this might be avoidable by adding some kind of condition to check is the player is mounted before triggering a gem birth? I think some of those approach mod like Horrible harassment or SL adventure have a similar filter.

Posted

Not had a chance to run Whorecrux, though i've been using SLSO for a bit. THis genre of mod seems like it might be suited to something like this?

I'll probably use it myself, but it might be fun to have a bit of integration there.

Posted
17 hours ago, normal24yearoldstudent said:

gem birth can sometimes trigger while PC is still on a horse, this in my case result into PC jumps and get stuck in the falling loop animation on top of the horse while the audio of gem birth plays and the gem itself gets launch into the air, kinda hilarious if you ask me. the main problem being, after the scene ends, the game still thinks PC is mounted, so moving the character( now on the ground) will move the horse with it as well, and the camera seems to also be locked in place? 

 

Thanks for reporting, I'll get that fixed.

 

11 hours ago, Deadly Kitten said:

Not had a chance to run Whorecrux, though i've been using SLSO for a bit. THis genre of mod seems like it might be suited to something like this?

 

There are plans to have fading tattoos but not sure when that will be added. I'll keep these in mind.

Posted

Forgive me of my ignorance, but I'm still not too sure on how to 'cure' oneself from the curse. From reading the description I understand that after the cruxes have changed to Rose you can reabsorbed them, but is there any other means to stop this? I'm mainly curious since in the in game quest journal, it talks about seeking help from the gods, but I have no idea what that means. Help from a shrine? A priest? Not bashing on this mod, I'm actually rather enjoying it, just a tad bit puzzled lol.

 

Posted

will be possible the new sla extended or inflation framework could cause onflict with whorecrux? i have reinstalled crux from scratch still no gems pops on birth stage ,but if disinstall inflation sl survival feature doesnt work.i am bit confused since i am tot nab about modding

Posted
3 hours ago, chuBBies1 said:

just a tad bit puzzled lol.

 

No worries, isn't clear in the description. You can upgrade small gems to rose at a shrine for now. Medium and large you need to create whorecrux dust in smithing to make amythyst then talk to a male NPC with that in your inventory.

 

2 hours ago, cascen said:

will be possible the new sla extended or inflation framework could cause onflict with whorecrux? i have reinstalled crux from scratch still no gems pops on birth stage ,but if disinstall inflation sl survival feature doesnt work.i am bit confused since i am tot nab about modding

 

I've been testing with SLAX and SLIF and not came across any issues there. I'm guessing you have an issue with the meshes, as the pointers do appear but no object. You should have 9 files like data/meshes/wcx/whorecruxLGAmth.nif and an empty mesh in that folder too.

 

If those are being loaded correctly I am not certain. If you have papyrus log enabled and come across the issue then it may have some clue in there. If you upload your log after you get the issue I can take a look.

Posted
1 hour ago, RMCW said:

 

No worries, isn't clear in the description. You can upgrade small gems to rose at a shrine for now. Medium and large you need to create whorecrux dust in smithing to make amythyst then talk to a male NPC with that in your inventory.

 

 

I've been testing with SLAX and SLIF and not came across any issues there. I'm guessing you have an issue with the meshes, as the pointers do appear but no object. You should have 9 files like data/meshes/wcx/whorecruxLGAmth.nif and an empty mesh in that folder too.

 

If those are being loaded correctly I am not certain. If you have papyrus log enabled and come across the issue then it may have some clue in there. If you upload your log after you get the issue I can take a look.

sry mate but the mod dont have any meshes folder i ve checked everything,just re uploaded whole mod from loverlab 5 mins ago,these r the folders inside : wcx.json SKSE scripts interface whorecrux.esp and meta.ini,indeed on my data meshes i dont have any wcx folder. plus only in your 0.10 version of mod theres a meshes folder,maybe u forget to upload it in last version 0.16?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...