| View previous topic :: View next topic |
| Author |
Message |
Doom3fan101278
Joined: 12 Dec 2008 Posts: 2 Location: Maine, US
|
Posted: Fri Dec 12, 2008 10:48 pm Post subject: HELP! |
|
|
I know these forums are dead or dying, but I REALLY need help.
I keep getting this damn error message whenever I try to join a multiplayer server:
So do any survivors of the forum-killing nuke know what to do?
Thanks!
Edit:
I've tried everything I can think of! _________________ INSERT WITTY, ORIGINAL SUBTITLE HERE. |
|
| Back to top |
|
 |
heruncle Regular Visitor

Joined: 29 Jul 2005 Posts: 150 Location: Toronto
|
Posted: Sat Dec 13, 2008 4:40 am Post subject: |
|
|
That error is bizarre. lms4.pk4 doesn't have a monster_zombie_marine.def, and I can't find it in the console. I thought it might be the marine zombies in Sigma Quadrant, but those are monster_zombie_infantry.
You can try creating a subfolder named "def" inside the lms4 folder, creating a text document in the subfolder, and then renaming it "monster_zombie_marine.def". Edit the document and put the following code inside:
| Code: |
entityDef monster_zombie_marine {
} |
Let me know if this problem persists. I don't recall hearing about it.
Last edited by heruncle on Mon Dec 15, 2008 2:12 am; edited 1 time in total |
|
| Back to top |
|
 |
Doom3fan101278
Joined: 12 Dec 2008 Posts: 2 Location: Maine, US
|
Posted: Sat Dec 13, 2008 5:03 am Post subject: |
|
|
| Quote: |
That error is bizarre. lms4.pk4 doesn't have a monster_zombie_marine.def, and I can't find it in the console. I thought it might be the marine zombies in Sigma Quadrant, but those are monster_zombie_infantry.
You can try creating a subfolder named "def" inside the lms4 folder, creating a text document in the subfolder, and then renaming it "monster_zombie_marine.def". Edit the document and put the following code inside:
| Code: |
entityDef monster_demon_imp {
} |
Let me know if this problem persists. I don't recall hearing about it. |
Thanks!
Yea, I'm guessing it's probably a mod I got, but I moved it around an tweaked it and darn, and that didn't fix it. ALRIGHTYTHEN, I'll try.  _________________ INSERT WITTY, ORIGINAL SUBTITLE HERE. |
|
| Back to top |
|
 |
heruncle Regular Visitor

Joined: 29 Jul 2005 Posts: 150 Location: Toronto
|
Posted: Sat Dec 13, 2008 12:21 pm Post subject: |
|
|
| If you think that it's a mod that you downloaded, then go to the official FAQ and follow the instructions under The message "You are missing files required by this server and no downloads are offered" appears when you try to connect to a server? (As of the time of this post, the FAQ is slightly outdated, but all the checksums are correct.) |
|
| Back to top |
|
 |
heruncle Regular Visitor

Joined: 29 Jul 2005 Posts: 150 Location: Toronto
|
Posted: Mon Dec 15, 2008 2:14 am Post subject: |
|
|
Sorry, I just realized now that I copypasted incorrectly; the code should be:
| Code: |
entityDef monster_zombie_marine {
} |
|
|
| Back to top |
|
 |
calimer Mod Team Member
Joined: 27 Aug 2004 Posts: 1946
|
|
| Back to top |
|
 |
|