Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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