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
							
						
 
											 
													




 
			 2
 2			 
					





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"