Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
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.