Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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.