BeepIsla / csgo-nametag-tool

Bypass client side restrictions for name tags
MIT License
104 stars 7 forks source link

`protobufs/csgo/base_gcmessages.proto` not found #15

Closed justDeeevin closed 1 year ago

justDeeevin commented 1 year ago

When attempting to run the script after following the instructions, I'm presented with an ENOENT error, occurring at index.js:9:41

image

BeepIsla commented 1 year ago

You are missing the protobufs directory, likely because you downloaded the ZIP instead of downloading git or you forgot --recursive in the git options

justDeeevin commented 1 year ago

You're right, i just cloned the repo with gh repo clone, overlooking the --recursive flag. I don't have access to my machine right now but I'll let you know if that's all that i need to change (it probably is)

justDeeevin commented 1 year ago

Forgot to get back to this - this fixed the problem! thanks :)