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
Happy to help, hope that the info helps your mods to work for you.
I have posted some comments on your mods that tell you how to adjust them to work on network games. This mod exists because my friends and I have genuinely no clue why it did not work without another mod present. This is the other mod stripped down and changed to where it is as minimal as possible while still allowing my goblin mods to work.
It is an Enigma, a Coconut, and yes, it gives free crazy pills.
But for the most part, what causes mods to not work in network is the following (at least as far as I know);
1. Mod file names
> The C5M should not have any Spaces
- "Mod Name.C5M" will not work, instead use
- "ModName.C5M"
or
- "Mod_Name.C5M"
2. Image file names
> Like the C5M, images should have no spaces in their names
- "Sprite Name.png" will not work, instead use
- "SpriteName.png"
or
- "Sprite_Name.png"
3. spr command formatting
> For network games, sprites being referenced by the spr command require a little more to work
instead of
spr "Folder/Sprite_Name.png"
use
spr "./Folder/Sprite_Name.png"