Starbound Mod: Starpounds Big Fatties

Most of the functions do not seem to work when I use it, and the stomach capacity is not working, and the satiety will directly increase after using the food, even if the forced change of body size will only take effect after switching the map, and no error log will pop up. How is this?

Can you be a bit more descriptive of what exactly the issues are? And if necessary, put your log up in our discord so we can better troubleshoot whatever your problem is.

You can look through our github for the template armors used if you wanna add in your own race support.

The translator may not be very accurate
I am not sure what caused this situation, the MOD initially only worked from time to time, after thinking that it may be MOD conflict caused this situation, I removed all the mods and tried it separately, but still no function worked, I am not sure where the log is because I have hardly used it, I try to find the log

Recently downloaded this mod and it’s great. I love the skill tree and can see there’s a lot of effort that went into this.
I started a new character to play through from the beginning and really enjoying it so far.
Thank you!

question when i start a world am i ment to wake up on a ship or in a cell and i tried one of the supported races and the fat doesnt show am i doing something wrong?

The mod activates once you finish the introductory mission

1 Like

and the only species that wakes up in the cell are the mootants

1 Like

Are there any plans to add the Xenomorph, Protogen, or Gardevoir races?

3 Likes

Been having a bug where taking damage sends the player character flying? I first noticed it after regaining a bunch of weight after losing it. The knockback done to the player seems to increase as the character gains weight, rather than the inverse (including things like being in the middle of eating large amounts of food). I’ve tried taking hits with the mod enabled and disabled with the in-game toggle, definitely caused by Starpounds.

Any ideas what could be causing this?

The knockback to all damage is on the vanilla starbound, however i think there’s a skill in the skill tree that makes knockback less of a problem the heavy your character is

Do you happen to also have Starbecue installed? I recall that having that installed (or more accurately, having the interact mode active) caused that for me.

I downloaded a character mod that is compatible with this, doesn’t work. Help please?

Are you using the latest version?
Do you have it installed?
Do you have extended races put in alongside it? (Extended Races is required for the modded races to work)
What are you doing to try and test it?

I think it just doesn’t work for the Tsuki’s Races as the others ones work. (I have everything installed right by the way)



Tsuku’s races is working just fine

1 Like

I ran into two minor issues while making my patch and both are caused by the movement/control parameters changing when the player reaches the “thick” tier.

The main issue is that my races float in the air by three to four pixels. Easily fixed by switching to the normal “humanoid” template all other races use. But it also means my shorter races gain a few feet after reaching “thick” tier.

The second issue is that I built my hitbox difference from the top-down and not bottom-up. This means that the player’s hitbox extends downward when going from “soft” to “thick”. This causes them to fall through platforms. It’s not that big of a deal since it only happens when going up to “thick”. Fixing the issue might involve breaking my races ability to wear regular hats so I’m leaving this issue.

Kind of wish I could make the growth subtler, but I couldn’t figure out how to use my new “controlParameters” after patching them into starpounds_sizes.config. So, I’m thinking of settling on this fix, what do you guys think?

1 Like

You can patch species specific hitboxes into the mod (though it does use the ‘override’ species if you’re using another species’ weight stages).

[
  {
    "op": "add",
    "path": "/sizes/5/controlParameters/speciesName",
    "value": {
        "speciesName": {
          "standingPoly": [ "poly here" ],
          "crouchingPoly": [ "poly here" ]
        }
    }
  }
]

sizes/5/ being the index of the size -1 (Fatty in this case)

Hi, I found your mod on a forum where it was removed a day or two ago, do you know why? It’s just personal interest.
I don’t understand why such a cool mod was removed from there. Maybe understanding this will change my attitude towards this forum.

I also have a wish, if it’s relevant: I would like there to be a “skill” that reduces the amount of food converted into fat. I know that there are options to disable functions, artifacts, but I was really looking forward to the skill and did not find it.

And the question, is it possible to make a Russian localization for this mod, if so, where to place it?

hey I’m a Mac user I’m tryna put the code in the exec thing can anyone help me