MultiSlots removed.
This commit is contained in:
parent
7effa917f4
commit
d846b1f8cd
|
@ -1,44 +0,0 @@
|
|||
"Games"
|
||||
{
|
||||
"left4dead"
|
||||
{
|
||||
"Signatures"
|
||||
{
|
||||
|
||||
"SetHumanSpec"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11SurvivorBot17SetHumanSpectatorEP13CTerrorPlayer"
|
||||
"windows" "\x53\x8B\xD9\x83\x2A\x2A\x2A\x2A\x2A\x2A\x56\x8D\x2A\x2A\x2A\x2A\x2A\x7E\x07\x5E\x32\xC0\x5B\xC2\x04\x00"
|
||||
}
|
||||
|
||||
"TakeOverBot"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN13CTerrorPlayer11TakeOverBotEb"
|
||||
"windows" "\x81\x2A\x2A\x2A\x2A\x2A\x53\x55\x56\x57\x8D\x2A\x2A\x2A\x8B\xF9\x33\xDB\x50"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"left4dead2"
|
||||
{
|
||||
"Signatures"
|
||||
{
|
||||
|
||||
"SetHumanSpec"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11SurvivorBot17SetHumanSpectatorEP13CTerrorPlayer"
|
||||
"windows" "\x53\x56\x8B\xF1\x33\xDB\x39*******\x5E\x32\xC0\x5B"
|
||||
}
|
||||
|
||||
"TakeOverBot"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN13CTerrorPlayer11TakeOverBotEb"
|
||||
"windows" "\x81*****\x53\x55\x56\x8D***\x57\x8B\xF1\x33\xDB"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -49,12 +49,12 @@ sm_cvar sv_visiblemaxplayers 32
|
|||
// https://github.com/rikka0w0/l4d2_multislots
|
||||
// https://github.com/americasectorcoop/L4D2-MULTISLOTS
|
||||
// +AFK Fix: https://forums.alliedmods.net/showthread.php?t=132409?t=132409
|
||||
l4d_multislots_max_survivors 32
|
||||
l4d_multislots_max_infected 0
|
||||
l4d_multislots_kickafk 0
|
||||
sm_cvar l4d_multislots_max_survivors 32
|
||||
sm_cvar l4d_multislots_max_infected 0
|
||||
sm_cvar l4d_multislots_kickafk 0
|
||||
//l4d_multislots_max_survivors 32
|
||||
//l4d_multislots_max_infected 0
|
||||
//l4d_multislots_kickafk 0
|
||||
//sm_cvar l4d_multislots_max_survivors 32
|
||||
//sm_cvar l4d_multislots_max_infected 0
|
||||
//sm_cvar l4d_multislots_kickafk 0
|
||||
|
||||
sv_gametypes scavenge,coop,versus,survival,realism,teamversus,teamscavenge,mutation1,mutation2,mutation3,mutation4,mutation5,mutation6,mutation7,mutation8,mutation9,mutation10,mutation11,mutation12,mutation13,mutation14,mutation15,mutation16,mutation17,mutation18,mutation19,mutation20,chargertraining,tankassault,tankbrawl,gungame,uncommonground,uncommongroundsv
|
||||
|
||||
|
|
Loading…
Reference in New Issue