TTT Server Broken since update, even used new github fix.
11 replies, posted
Here's the problem, basically let me explain what happened first. So I noticed that ever since Gmod updated my ttt server was crashing every time someone who was dead used all chat. I decided to go to the github and figure out what was removed/added, and after that, I went to the files for all chat and the gamemsg.lua or whatever and removed/readded what was missing. I did that, went back on to my server, and everything was fine, all but the sound of sonic's feet slamming into the ground every time we walked, and the shape of our playermodels in a T shape. So fast forward a day, I find the fix, replace my terrortown/gamemode folder with the fix, and here's what happens. The console is constantly being flooded by this
[ERROR] gamemodes/terrortown/gamemode/player_ext_shd.lua:224: attempt to call field 'UpdateAnimation' (a nil value)
1. unknown - gamemodes/terrortown/gamemode/player_ext_shd.lua:224
and the footsteps are again, like sonic is running around. Our player models are still T shapes, and T menu and Detective menu GUI's don't come up. Hit boxes are also broken. We can't drop weapons, but the server no longer crashes when all chat is used as a dead person. And our addons are not even correlated to any sort of animation, and no special lua files. Here is what we have in our addons folder
[IMG]http://i.gyazo.com/89fc412a3e32582f06e7c3dac8954e0a.png[/IMG]
Help would be greatly appreciated, take your time.
1. Delete ~/garrysmod/gamemodes/terrortown/
2. Go to the GitHub and download the ZIP.
3. Grab the terrortown from there and place it in your server's gamemodes folder.
[QUOTE=code_gs;47902401]1. Delete ~/garrysmod/gamemodes/terrortown/
2. Go to the GitHub and download the ZIP.
3. Grab the terrortown from there and place it in your server's gamemodes folder.[/QUOTE]
This as stated above didn't work. I just did what you said, and the same error in console occurs. Same problems as well.
Did you try it again or did you just say it didn't work? Did you try removing all of your addons?
[QUOTE=code_gs;47903084]Did you try it again or did you just say it didn't work? Did you try removing all of your addons?[/QUOTE]
I tried it again, and both times it did not work. I don't know how removing my addons would help at all, because none of them deal with player animations and are just for administrative purposes.
[QUOTE=zackdavis1990;47903289]I tried it again, and both times it did not work. I don't know how removing my addons would help at all, because none of them deal with player animations and are just for administrative purposes.[/QUOTE]
But I can't replicate your error with vanilla TTT, implying that there must be something interfering with it. Can you post where you're getting TTT from by the way?
Had same issue as OP. I used the folder from github and my issue was fixed along with several others.
[QUOTE=code_gs;47903445]But I can't replicate your error with vanilla TTT, implying that there must be something interfering with it. Can you post where you're getting TTT from by the way?[/QUOTE]
I don't know what you mean when you ask me where I get TTT from. I get it from where everyone else gets it, and it updates like normal, so I don't know what you mean.
[QUOTE=zackdavis1990;47906334]I don't know what you mean when you ask me where I get TTT from. I get it from where everyone else gets it, and it updates like normal, so I don't know what you mean.[/QUOTE]
Can you post the link of the GitHub you got it from?
[QUOTE=code_gs;47906564]Can you post the link of the GitHub you got it from?[/QUOTE]
[url]https://github.com/garrynewman/garrysmod/tree/master/garrysmod/gamemodes[/url]
That is where I am getting it.
Since it's erroring on a baseclass function, it could be that your base gamemode is corrupted. Can you also reinstall that from the GitHub?
[QUOTE=code_gs;47907338]Since it's erroring on a baseclass function, it could be that your base gamemode is corrupted. Can you also reinstall that from the GitHub?[/QUOTE]
Thank you so much, that worked like a charm!
Sorry, you need to Log In to post a reply to this thread.