making a mod multiplayer friendly - HELP ME!

sab89

Chieftain
Joined
Mar 6, 2008
Messages
25
So my mod works great...single player. Does everything it needs to, perfect.

Then I try it MP. OOS off the bat. To see what could cause it, I back up my folder and rip out all my code (building up, piece by piece).

Now I have a new issue entirely. Have two computers connecting over the LAN but even with the mod loaded on each, they never see the hosted game. Works fine with other mods or regular games...just mine!

What am I missing? Are there any specific things I need to do to make a mod MP friendly?

Can anyone help me with my MP madness!
 
hey,

there should be a line in the mods folder - you mod name.ini file,

theres a line there that relates to singleplayer = 0 or 1 try to change it and see what happens.

oos mostly caused by bad python code, sometimes sdk, but most of the cases - python,
xml rarley causes oos.
 
Back
Top Bottom