Project Zomboid

Project Zomboid

Gain Weight Easy [B42]
18 Comments
Gran Trasero 25 Mar @ 6:32pm 
Someone out there had to put their laptop over their lap when they saw this mod. I'm not judging.
jaelee1111  [author] 11 Feb @ 8:31pm 
@WhiteGlove Glad you appreciate it!
jaelee1111  [author] 11 Feb @ 8:30pm 
@ash_williams NP!
WhiteGlove 11 Feb @ 3:48am 
Thank you for making this! Very happy someone else noticed this, and I'm happy someone edited it because you can't manually select Very High/Low Weight anymore.
ash_williams 28 Jan @ 6:09am 
Thx! :steamthumbsup:
jaelee1111  [author] 28 Jan @ 3:58am 
@ash_williams In the original code excerpt below, I removed all the routines that used ">" to check for caps:

public void setCarbohydrates(float var1) {
if (var1 < -500.0F) {
var1 = -500.0F;
}

if (var1 > 1000.0F) {
var1 = 1000.0F;
}

this.carbohydrates = var1;
}

public void setProteins(float var1) {
if (var1 < -500.0F) {
var1 = -500.0F;
}

if (var1 > 1000.0F) {
var1 = 1000.0F;
}

this.proteins = var1;
}

public void setCalories(float var1) {
if (var1 < -2200.0F) {
var1 = -2200.0F;
}

if (var1 > 3700.0F) {
var1 = 3700.0F;
}

this.calories = var1;
}

public void setLipids(float var1) {
if (var1 < -500.0F) {
var1 = -500.0F;
}

if (var1 > 1000.0F) {
var1 = 1000.0F;
}

this.lipids = var1;
}
ash_williams 28 Jan @ 3:45am 
Can you please open sources? Just intersting to see)
Alleyne 25 Jan @ 8:54am 
Thank you for the response, I'll install it and if any issues arise I'll be sure to let you know!
jaelee1111  [author] 25 Jan @ 4:38am 
@Alleyne I just read the description of the mod, and based on that, this mod should work well with the All in One Fluid Fix mod. This mod does nothing except for removing the caps.
jaelee1111  [author] 25 Jan @ 4:36am 
@bliblablub I haven’t checked the code, but as far as I know, the bug mentioned in the mod description was fixed in B42, wasn’t it? It was a kinda well-known bug, so there’s no way it could’ve been overlooked. Anyway, this mod should work well with that mod, too. This mod does nothing other than removes the caps.
Alleyne 23 Jan @ 9:00pm 
Would like to know too. Some mods like the All in One Fluid fix is more of a vanilla fix so I'm unsure if it would be affected by this mod
bliblablub 22 Jan @ 6:31pm 
Does anyone know if this works in combination with the calorie fix mod?
jaelee1111  [author] 20 Jan @ 5:02pm 
@Clayman I'm glad this seems like what you've been looking for! This mod does nothing but only removes caps. With the higher metabolism in B42, keeping the caps would mean double punishment.
Clayman 20 Jan @ 12:57pm 
This seems exactly what i have been looking for! Does this also fix alcohol not giving calories, and the super sodas which fix every negative moodle?
jaelee1111  [author] 19 Jan @ 4:15pm 
@IBMental Truly, a legendary transformation! Fitness never stood a chance against such dedication!
jaelee1111  [author] 19 Jan @ 4:14pm 
@Fenrir You're welcome! All that protein in the stew is all yours now!
IBMental 19 Jan @ 5:16am 
Finally! (smears lard all over his body then eats the rest) Now I am become obese, destroyer of fitness!!
Fenrir 18 Jan @ 7:11pm 
THANK YOU. I made an mega protein stew with the beans and beef and then only got a tenth of what i should had.