Garry's Mod

Garry's Mod

Stop Motion Helper
smh_playback does not work.
Help, i'm doing a Garry's Mod ARG, and i'm doing a animation on the living ragdoll (Barney.mdl). And i made the short animation for it, and the playback does not work, i tried rebinding it and still doesnt work
< >
Showing 1-5 of 5 comments
Tried to look up command +smh_playback as if it were a variable.
There might be an addon that could be overriding default GMod functionality--specifically, when running a console command.

Try running these commands in the following order into your command console:
sv_allowcslua 1 lua_run_cl local tab = debug.getinfo(concommand.Run) print(tab.short_src, tab.source) lua_run_cl local tab = debug.getinfo(concommand.Add) print(tab.short_src, tab.source)

The default console output should be the following:
lua/includes/modules/concommand.lua @lua/includes/modules/concommand.lua lua/includes/modules/concommand.lua @lua/includes/modules/concommand.lua

If you get something else on either lines, copy one of the leftmost, problematic outputs and run the following command:
whereis lua/path/to/problematic.lua (the path on the left is an example. No @ sign. Don't copy this parentheses!)

This will output the addon that's causing problems.

Meanwhile, I will look into it and see if this is an issue stemming from a GMod update. What GMod branch are you using (main, dev, x86-64 Chromium)?
Last edited by dim sum un; 29 Nov @ 9:22am
I tested this earlier today on a local copy of this addon[github.com] with workshop addons disabled on x86-64 Chromium branch. I tested this on Windows 10.

I’m not experiencing any issues introduced from recent GMod updates. I suspect that another addon may conflict with Stop Motion Helper
Last edited by dim sum un; 29 Nov @ 4:49pm
So apparentally it started working when i just redownloaded the SMH.
Great! If the issue persists again, let me know if following my procedure has provided any results
< >
Showing 1-5 of 5 comments
Per page: 1530 50