AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   map load failed: koth_king.bsp not found or invalid (https://forums.alliedmods.net/showthread.php?t=266287)

bobotov 07-14-2015 13:17

map load failed: koth_king.bsp not found or invalid
 
I decided to start my server once again, I updated sourcemod, and tf2items to the latest build, and the server itself, but when I start it, I get that error in the title. Any help?

Potato Uno 07-14-2015 19:53

Re: map load failed: koth_king.bsp not found or invalid
 
Most probable cause: You either did not type map name correctly, or the bsp is not inside the server's /maps/ folder.

If it's a workshop map, then that might not work since I don't think sourcemod correctly detects workshop maps (but I could be wrong). Ross would know more about this...

bobotov 07-14-2015 20:58

Re: map load failed: koth_king.bsp not found or invalid
 
It's in the maps folder, in the tf.bat, and in mapcycle.

Potato Uno 07-14-2015 23:05

Re: map load failed: koth_king.bsp not found or invalid
 
Remove ".bsp" from the map name, assuming you are typing that in. You don't ever include the .bsp extension.

PHP Code:

srcds.exe -game tf -console +maxplayers 24 +sv_lan 0 +sv_cheats 0 +map koth_king -condebug 


bobotov 07-15-2015 00:37

Re: map load failed: koth_king.bsp not found or invalid
 
Quote:

Originally Posted by Potato Uno (Post 2319773)
Remove ".bsp" from the map name, assuming you are typing that in. You don't ever include the .bsp extension.

PHP Code:

srcds.exe -game tf -console +maxplayers 24 +sv_lan 0 +sv_cheats 0 +map koth_king -condebug 


Really? Worked before. Huh... I'll do this tomorrow. Thanks.

bobotov 07-15-2015 08:08

Re: map load failed: koth_king.bsp not found or invalid
 
Okay. I just did it, but now I get these in console: http://imgur.com/iNfZ2fC

Also, if someone can tell me what needs to be updated, that'd be nice, since I haven't opened my server in about 2-3 months.

Edit: When I do sm exts list, I get the errors in the console (Look at the bottom) http://imgur.com/btdAo7X

Powerlord 07-15-2015 08:38

Re: map load failed: koth_king.bsp not found or invalid
 
The MapIsValid issue you are seeing is fixed in the SourceMod snapshots.

Potato Uno 07-15-2015 09:24

Re: map load failed: koth_king.bsp not found or invalid
 
OP you just said you updated sourcemod and tf2items... lol.

Go grab the latest 1.7 snapshot and install that.

bobotov 07-15-2015 12:07

Re: map load failed: koth_king.bsp not found or invalid
 
I updated tf2items to the latest build, but I guess I forgot sourcemod.

Thanks for the help.


All times are GMT -4. The time now is 06:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.