Jump to content

The Noon Fish

Registered Users
  • Posts

    1223
  • Joined

  • Last visited

Reputation

2389 Excellent

6 Followers

Converted

  • Biography
    I draw and like memes
  • Location
    a berry bush
  • Interests
    drawing, gaming, memeing, collecting cursed images
  • Occupation
    freelance artist

Badges

  • Klei Featured Artist
    http://forums.kleientertainment.com/topic/74171-the-lead-wont-stay-on-the-paper/
  • Oxygen Not Included
    Alpha Contributor

Recent Profile Visitors

15911 profile views
  1. i may be cringe but i am free had to edit the file name for this one so that it wouldn't trigger the fourm censors (again)
  2. i think he should be covered in blood more. it suits him
  3. I FORGOT I MADE THIS AT ONE POINT A LONG TIME AGO SO NOW I AM ROTATING THEM IN MY MIND AT RAPID SPEEDS
  4. i remembered i had a really old au from when the strange new powers dropped (wasnt happy with the direction of the update) and i decided to go back and spruce it up a bit he's aura farming
  5. sanity degrading in real time
  6. Its been like this for...since the moon quay update iirc. at least for me. video attached featuring the bug BUG.mp4
  7. got this idea while on the drive home from the circus with my roomies.
  8. one of these days i'll actually finish one of my many unfinished fanfics. today is not one of those years. on an unrelated note, i finally escaped my abusive family which is why i vanished for almost a whole year. so theres that
  9. You'd have to mess with three files (i think). builder, builder_replica, and recipe.lua for builder (and builder replica, builder_replica is client sided info while builder itself is for the server) you'd want to mess with Builder:RemoveIngredients (careful, RemoveIngredients isnt in the replica!) and Builder:HasCharacterIngredient for dealing with the UI half of the component your using to craft with (in this case hunger) then in recipe.lua you'd want to mess with the function IsCharacterIngredient (not too sure about this one. it might be overkill messing with the recipe.lua itself so try just messing with the builder and builder_replica and test them on their own before you mess with recipe.lua) im not too sure on specifics because i'm trying to find how to do it myself (honestly the only other thread i could find gives no actual help on setting it up other than hacking an upvalue) EDIT: forgot this part but after you finish this you'd need to add the ingredient itself to the CHARACTER_INGREDIENT table in constants (you can do that via a table.insert in modmain) EDIT 2: sorry about the first edit i forgot that table.insert shouldnt be used for that. instead just make a new file and slap a copy of the table CHARACTER_INGREDIENT with the custom ingredient from constants.lua and modimport/require it in modmain. be warned there IS NO ART for it, so you'd have to make your own icon for it to show up instead of a blank square (if it doesnt crash)
  10. spoiled for gore and eye strain i attempted hyperpop
  11. ok then that means this is just a dupe bug report, as another bug report said that insight corrupts the modindex. Thanks for letting us know of a fix for this while the devs work on it.
×
  • Create New...