1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Hunger Fighting Chairs 1.0

I wanna to sit and not have to eat!

  1. Seterwind

    Seterwind Scruffy Nerf-Herder

    Seterwind submitted a new mod:

    Hunger Fighting Chairs - I wanna to sit and not have to eat!

    Read more about this mod...
     
  2. StarScribe

    StarScribe Scruffy Nerf-Herder

    Actually would it be possible to get a version that instead of completely magically halting hunger it would slow it down by 50% when sitting down please?
     
  3. Seterwind

    Seterwind Scruffy Nerf-Herder

    In chair.lua there is the line

    Code:
      effect.addStatModifierGroup({{stat = "nude", amount = 0}, {stat = "foodDelta", effectiveMultiplier = 0}}) 
    Change the effectiveMultiplier to 0.5 like so

    Code:
      effect.addStatModifierGroup({{stat = "nude", amount = 0}, {stat = "foodDelta", effectiveMultiplier = 0.5}}) 
    And it's done.
     
  4. StarScribe

    StarScribe Scruffy Nerf-Herder

    Thank you very much :)
     
  5. TheUnartist

    TheUnartist Pangalactic Porcupine

    The outpost chair wasn't working so I took a peek. Noticed it was missing from the mod as well as the apex cool chair.
    Was going to check all chairs but the list is pretty long, so I'll just post any I find while playing.

    You figure out a way to make the captains chair work? I hoped adding the same patch would do the job, but no luck.
     
  6. Seterwind

    Seterwind Scruffy Nerf-Herder

    My code looked for anything with "Loungeable" in it, I'll check out those chairs you mention and see if there are any key words that I can use to get it all. Thank you for the input.
     
  7. Shadox2.0

    Shadox2.0 Spaceman Spiff

    The chair for command our ship stop hunger too ?

    Thx for your work
     

Share This Page