Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
step 2: depends on what you want to do for a mod:
class mods, for example, nead a .sval file in the players/*classname* folder
skills are done in players/*classname*/skills folder (make sure the file path matches in the class sval)
projectiles are done in players/*classname*/projectile folder or whatever path you like, make sure they are reference properly in skills
actor units are usually done in the corresponding actor folder.
One can unpackage subscribed mods to see how the file structure looks, and most files can be read with a basic text opener.
all mods need an info.xml inside the mod folder base.
I can probably explain more if i get a general idea of what you want to do