AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   help !! disable addons no work (https://forums.alliedmods.net/showthread.php?t=314277)

GuStAvOS 02-11-2019 11:54

help !! disable addons no work
 
holass :D

I have an l4d2 server which deactivates the addons to avoid the advantages

"RestrictAddons"
{
"default" "1"
"versus" "1"
"scavenge" "1"
"mutation15" "1" // versus survival
}

but there seems to be a way to avoid that restriction even in the vanilla versus modifying the "gameinfo.txt" in game.

=original gameinfo:

SearchPaths
{
Game update
Game left4dead2_dlc3
Game left4dead2_dlc2
Game left4dead2_dlc1
Game |gameinfo_path|.
Game hl2
}

=modified gameinfo:

SearchPaths
{
Game kendip
Game update
Game left4dead2_dlc3
Game left4dead2_dlc2
Game left4dead2_dlc1
Game |gameinfo_path|.
Game hl2
}
}
}
SearchPaths
{
Game kendip
Game vpk
Game addon
Game workshop
Game left4dead2_dlc1
Game |gameinfo_path|.
Game hl2
}
}
}

modifying that file can circumvent the restriction and play with cheating addons
Any way to solve this?

https://www.youtube.com/watch?v=rbHnWXxOQGw&t=178s

spanish video :v

Gracias :D

midnight9 02-22-2019 15:50

Re: help !! disable addons no work
 
sv_consistency 1


All times are GMT -4. The time now is 19:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.