I grabbed the latest commit as of a few hours ago and built it myself to compare to yours. The version I built has the text “This art is currently (06/12/22) the most actively developed”, and it links to this different MEGA download.
I think the relevant commit adding the new webgl is this one
Out of interest with the changes you have made given they’re tied to slave generation, will they work when loading existing saves?
Ah, I see. Well, the prebuilt file is from the 4.0.0-alpha.17 release assets and it is using the 19.05 version, that is why they mismatch, the error even points at it
The new update will be for the latest version, thank you.
Yes they will work. Slaves existing/generated by vanilla will work in this version too.
This is great. The work people do on github is good and all but I don’t know how to manually run the patches since they haven’t been officially merged.
Very happy to be able to play this game again with more WG content. All looks really good.
Amazing cheers. Thanks for all of this by the way. And thanks for answering my inane questions lol
I do have one last question, would you be willing to distribute the changes as a patch file to apply with git in addition to the precompiled html file?
This mod seems mostly about the PC getting fat, if there is slave content, is there a way to only have that and avoid the PC focused content?
Prefer to play as a slim male PC.
According to the dev and verified in my own gameplay, PC weight gain is entirely optional. It’s entirely down to you just changing which diet you’re on from the personal management screen, which defaults to “healthy.” Slaves have new content in the sense that the WebGL assets have been tweaked to end up being much larger and the weight cap has been massive increased. So you still benefit from having this mod.
PC WG is much too fast. While I know this game isn’t exactly a bastion of plausibility, roughly a dozen weeks from “healthy weight” to “stuck in bed” is just absurd. At the absolute least, the gain rate should be an asymptotic curve (starting with a little indulgence and building to near-constant eating) progressing over a year or more.
For the longest time I have wanted to be able to do literally everything you can do to a slave to the PC. Pump them full of enhancing drugs, surgery, aphrodisiac addiction, cum/milk in their food, etc. If it can be done to your slaves and they remain functional, you should be able to do it to yourself. You probably need to be a master surgeon for the more extreme stuff, though = P (This could and should also see you able to indulge in the slave food cookies on an otherwise healthy diet.) Most importantly, though, you should be able to give yourself cybernetic/genetic enhancements to better handle being Huttishly corpulent.
ETA: Oh, and my goddamn lactation keeps stopping, even if I use the milkers. (Of course, being able to dose myself with pro-lactation drugs would be one way to “fix” this = P)
Finally was able to find the code for this. The function you’re looking for is in src/js/statsChecker.js called globalThis.tooFatSlave(slave)
The problem here is that while indeed a girl only needs to have 50 Muscles in order to avoid immobility in the base game because of the upper limit on weight, removing that limit means that even with max muscles you can only go up to the 210 weight before becoming immobile.
There are some ways to go around this. The simplest would be to add return false; at the beginning of the function to remove immobility altogether, but you could also change the function to be more forgiving if you wanted to keep some slaves immobile by either raising the base stat from 190 or changing how much fitness affects mobility by editing the /5 or replacing with a multiplier, but this does mean that weak or frail slaves will become immobile much faster.
Had another thought, this has bothered the heck out of me for a while because the rules assistant is… wonky to work with.
Could you put in a Dietary method to maintain a given/current weight? Something that will account for slave cookie access and gluttonous tendencies to automate putting slaves just on the cusp of immobility due to size? That or simply put a check in place that prevents slaves in mobility-necessary assignments (eg all Facility Heads, House Servants) from becoming too big to move?
Hmm, I’m worried about this mod’s compatibility with a game that has merges almost every day it seems.
The change I care most about I simply the clamped weight limit for slaves. Is there a minimum amount of code changes to do undo this?
Or am I worried about nothing and this mod isn’t going to break if I’m constantly pulling updates from git every day/week?
if you gave me the hint of which merge request added the weight clamp, I could probably figure it out myself, but off the top of my head I can’t find it just yet over at
I guess maybe it’s hidden in a more general merge that doesn’t mention it?
edit2: Like ideally I’d like to just edit that one variable clamp and continue my normal version/save/etc, not that your other changes aren’t great, but well, the last time this forum put together it’s own mod, after a year or so it was abandoned and well behind the main fork. (not that that will happen again here…)
edit3: So, to clarify, the reason I’m not a fan of downloading this copy of the game, and I’d rather have a small mod that makes a few changes, the main branch of the game has had like a literal dozen bugfixes committed in just the past month, which this download won’t include. Unless the OP is updating his download link every couple days.
As I said, the Rules Assistant is wonky. Whoever designed/wrote it in the first place… It’s an idiosyncratic nightmare. I looked at it again to see if I could make it do what I want and quickly wanted to put my fist through my monitor, it is that goddamn aggravating to work with.