Starbound

Starbound

122 ratings
Frackin' Universe Avali Diet Replacement
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
738.626 KB
3 Apr, 2019 @ 9:54am
3 Aug, 2021 @ 7:00am
6 Change Notes ( view )

Subscribe to download
Frackin' Universe Avali Diet Replacement

In 1 collection by testpilot24
Starbound FU Diet Replacer
12 items
Description
A simple mod that changes the diet of the Avali and smol Avali in Frackin' Universe to omnivore.
93 Comments
akfin 7 Feb @ 11:51am 
raw omnivore
renzope10 29 Aug, 2022 @ 3:02pm 
tried it but still i think it has to do with how the mod was done, like i can eat some things like food from Frackin Universe and some vanilla dishes, also can eat most vegetables, but it seems i can't eat any type of meat either raw or cooked, also recipes that include meat are out of the menu (pun very much intended), so i think it might have been something to do with either recipes of the mod or other things that don't allow me to change the diet and i don't know what part affected that nor i think i can find it.
Still thank you for your help and time, have a nice day.
testpilot24  [author] 29 Aug, 2022 @ 11:03am 
last is one important one. it tels starbound that your mode should be loaded after FrackinUniverse. if you have other mods that should loaded before your mod you must list them here. otherwise your mod can be rewriten by another mod.
testpilot24  [author] 29 Aug, 2022 @ 11:03am 
if you trying to create your mod to change diet. you need to patch only one file
so your mod will need this structure:

yourmod/species/%nameofyourrace%.raceeffect.patch

patch file is just ordinary text file

and to change diet this file must contain that text lines:

[
{
"op": "replace",
"path": "/diet",
"value": "raw_omnivore"
}
]


in value we write what diet your race will be using. you may list several diets here. Also you mod to correctly work need metadata file. It also ordinary text file. This file have only name and no extension.

yourmod/_metadata

here example what it contains:

{
"version" : "0.1",
"author" : "author",
"description" : "description",
"name" : "mod_name",
"friendlyName" : "display_mod_name",
"includes" : ["FrackinUniverse"]
}
renzope10 28 Aug, 2022 @ 4:25pm 
Hello, may i ask please if you would be able to make a mod to change the diet from EP's Shadow Expansion?
I tried to change it myself but i've no clue about how to make it work or what i'm doing wrong.
Thank you for your time, and have a nice day.
spaghetti9999 15 Jul, 2022 @ 3:53pm 
Can we get one for humans please?
ProtoCal 5 Mar, 2022 @ 11:58pm 
Can you tell me how you set up the files for upload?
ProtoCal 5 Mar, 2022 @ 11:28pm 
I'm not sure how to set up the directories without having it conflict. All the mod does is change a few config files.
testpilot24  [author] 5 Mar, 2022 @ 11:10pm 
Find starbound in your library. Select it. Click play button. In new window select launch mod uploader tool. Int that tool select your directory with mod. Fill nececary fields. Then click upload. After that your mod will appear in your workshop as private. Then you can made your mod public. Also set nececary dependencies.
ProtoCal 5 Mar, 2022 @ 10:53pm 
Hey! I'm working on a simple patch mod for Frackin Universe and I was wondering if you could show me how to upload it to the workshop!