Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
In Rimworld the most basic modding can be done by XML modding.
For Gene in Biotech DLC, you to look at GeneDef in `Biotech/Defs/GeneDefs` folder.
Simple modding(like adding gene) requires basic understanding of XML. Complex modding(cooler effects can't be done with XML) requires C# coding.
I'll suggest you to
* Read the modding tutorial on Rimworld's wiki.
* Take a look at and learn how other workshop mods done the thing you want(if have one)
* Learn C# coding/drawing if you need
Currently I'm creating a shield mod similar to Combat Shields for my mod collection.