Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
Still thank you for your help and time, have a nice day.
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"]
}
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.
Sayter making a carnivore unable to eat raw meat is beyond stupidity.