lewisclark / glua-steal

Retrieves client-sided Lua files from Garry's Mod game servers
GNU General Public License v3.0
151 stars 15 forks source link

The sv_lua file is not downloaded. #52

Closed HashBlobb closed 1 year ago

HashBlobb commented 1 year ago

How do I download the sv_lua(sv_hooks.lua, sv_schema) file?

lewisclark commented 1 year ago

gluasteal retrieves client-side & shared Lua files from Garry's Mod servers that you join. gluasteal also allows you to execute your own Lua code on any server.

Files beginning with sv_ are usually server-side files. Garry's Mod does not network these to the client, therefore they cannot be retrieved.