AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Metamod & CS:GO server problem. (https://forums.alliedmods.net/showthread.php?t=306366)

1349 03-28-2018 05:19

Metamod & CS:GO server problem.
 
Hey folk i got problem with the metamod & BFG Warmod.

I'm starting local (LAN) server without plugins (Fresh install CS:Go), everythings working fine. Players can join server, making match etc etc. But when i'm trying to start with SM, MM and BFG, server starting correctly but noone can connect the server. Players can see server in list but cant connect.

Some reason, when i load sm, mm and bfg plugins, the server's command lines changing like maxplayers 64, sv_pure 1 and etc. I think, the solution is sv_pure command. But i tried many starting command like; -insecure nothing change.

All i want to do, creating local server with bfg warmod, thats all.

Anyone can help me?

Old and Slow 04-08-2018 12:51

Re: Metamod & CS:GO server problem.
 
I assume that you have the latest stable versions of MM and SM and any related plugins.

Try using a server start command like this:
srcds -console -condebug -port 27015 -norestart -game csgo +game_type 0 +game_mode 1 +map de_dust

The console and debug arguments will generate an extra log file in the csgo directory that may be helpful.

Start by adding pieces and not all at once.
First, plain server with just MM loaded (hide the VCF for SM so that it isn't processed)
With just MM, you should be able to try these commands in the server console:
meta version
meta list

The second one should not show anything yet if you have hidden the VCF file for SM.

Next enable just SM without any extra plugins.
Try these in the server console:
meta list (you should see some SM plugins)
sm version
sm plugins

Those should generate some text and SM has some default plugins.

If anything doesn't work look for the console.log file in the csgo directory.

At each point, see if the server works normally just with MM and SM loaded.

Finally, enable the BFG Warmod - I am not familiar with that, I assume it is a plugin.

Check the same command as above, you may find that something is not loading.

Anyway, good luck!


All times are GMT -4. The time now is 17:40.

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