GMod Server Update
-
- A regular
- Posts: 36
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Sep 18, 2011 5:36 pm
GMod Server Update
How do I update my server successfully? I keep getting this error:
Disconnect: Server uses different class tables.
And I have already tried using the HLDS update tool, but it didn't work. I even redownloaded it to make sure I had the latest version of it. I moved the server's addons from the server as well, and it still did this. It's doing this for all my servers.
Disconnect: Server uses different class tables.
And I have already tried using the HLDS update tool, but it didn't work. I even redownloaded it to make sure I had the latest version of it. I moved the server's addons from the server as well, and it still did this. It's doing this for all my servers.
Re: GMod Server Update
Did you try running the tool with the -verify_all flag? If not, give that a try. Also, if you are running on Linux, it is broken currently and needs another update from Garry.
TimeX
-
- A regular
- Posts: 36
- Joined: Sun Sep 18, 2011 5:36 pm
Re: GMod Server Update
No, I did not. Mind explaining how to do that, please?TimeX wrote:Did you try running the tool with the -verify_all flag?
Re: GMod Server Update
When you run the HLDS update tool, you add that in with all the other line options such as the game type and directory.
TimeX
-
- A regular
- Posts: 36
- Joined: Sun Sep 18, 2011 5:36 pm
Re: GMod Server Update
It sounds like you are just running the exe by itself then, which doesn't work. You should do a search on how to use the HLDS tool to update a Garrysmod server. Or perhaps someone here could post a quick guide for you with the proper settings for that game.
TimeX
-
- A regular
- Posts: 36
- Joined: Sun Sep 18, 2011 5:36 pm
-
- A regular
- Posts: 36
- Joined: Sun Sep 18, 2011 5:36 pm
Re: GMod Server Update
Could someone please help me soon? I can't do anything until I get this resolved...
Re: GMod Server Update
We do our best to help here, but with a very common operation like this, there are also a ton of other resources available on the internet. If you need quick help and we aren't able to assist immediately, then Google would be an excellent place to turn.
To update a garrysmod install, you will need to follow very similar instructions to those at the bottom of our documentation on setting up a CS:S server at http://www.nfoservers.com/forums/viewto ... =67&t=4107.
1. Shut down your server.
2. Click "Start" and then click "Run".
3. Type "cmd" into the blank and hit enter.
4. Type these commands:
The hldsupdatetool will also show a help screen if you type "hldsupdatetool" alone into the command prompt window and press enter.
To update a garrysmod install, you will need to follow very similar instructions to those at the bottom of our documentation on setting up a CS:S server at http://www.nfoservers.com/forums/viewto ... =67&t=4107.
1. Shut down your server.
2. Click "Start" and then click "Run".
3. Type "cmd" into the blank and hit enter.
4. Type these commands:
Code: Select all
cd\Game installs
hldsupdatetool.exe -command update -game garrysmod -dir sourcebase
-
- A regular
- Posts: 36
- Joined: Sun Sep 18, 2011 5:36 pm