Left 4 Dead 2

Left 4 Dead 2

93 beoordelingen
8 SLOTS LOBBY + STRONGER FLASHLIGHT
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Game Content: Scripts
Game Modes: Co-op, Realism
Bestandsgrootte
Geplaatst op
Bijgewerkt op
140.061 KB
23 jun 2023 om 11:31
24 mrt om 14:08
3 wijzigingsnotities (weergeven)

Abonneren om te downloaden
8 SLOTS LOBBY + STRONGER FLASHLIGHT

Omschrijving
THIS VERSION CONTAINS THE "START ALONE" FIX BY Nexedail


*YOU STILL REQUIRE SOURCEMOD AND IT'S REQUIREMENTS!*


Nexedail's workshop: https://steamhost.cn/steamcommunity_com/id/nexedail/myworkshopfiles/?appid=550

Original mod: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2754956355


Requested by Rammy: https://steamhost.cn/steamcommunity_com/id/NickyGrimes/


I took the liberty of adding extra code to make it easier for "sourcemod" to activate the 8 players feature.


These codes will enable all the usual requirements for 8 players automatically for you: (NO NEED TO TYPE THE COMMANDS)

Convars.SetValue( "sv_maxplayers", "8" );

Convars.SetValue( "sv_visiblemaxplayers", "-1" );

Convars.SetValue( "sv_removehumanlimit", "1" );

Convars.SetValue( "sv_allow_lobby_connect_only", "0" );



Convars.SetValue( "sm_cvar sv_maxplayers", "8" );

Convars.SetValue( "sm_cvar sv_visiblemaxplayers", "-1" );

Convars.SetValue( "sm_cvar sv_removehumanlimit", "1" );

Convars.SetValue( "sm_cvar sv_allow_lobby_connect_only", "0" );



Convars.SetValue( "sv_consistency", "0" );

Convars.SetValue( "sm_cvar sv_consistency", "0" );
18 opmerkingen
Nexedail  [auteur] 15 jun 2024 om 22:39 
Unless you make a mutation, host only cvars seems working for everyone on them, but everyone must have the mutation mod to even just join
Nexedail  [auteur] 15 jun 2024 om 22:37 
On local host will work but for the host only, maybe for who has the mod too but I'm not sure
Nexedail  [auteur] 15 jun 2024 om 22:36 
The flashlight convars works for host only, so if you play on a server they won't affect anyone
H.U.N.K  [auteur] 15 jun 2024 om 19:29 
I never dealt with dedicated servers before if its not working for you then its probably only meant to work on local servers
Melperto 15 jun 2024 om 19:23 
the dedicated server is loading a lot of Vscripts indeed but this specific addon doesnt seem to be loaded
Melperto 15 jun 2024 om 19:22 
that's already installed
H.U.N.K  [auteur] 15 jun 2024 om 19:14 
you need sourcemod + metamod
Melperto 15 jun 2024 om 18:42 
this doesnt seem to work on a dedicated server
H.U.N.K  [auteur] 24 feb 2024 om 9:11 
@Captain Jameson good luck!
Captain Jameson 24 feb 2024 om 7:21 
Hopefully I can try this out with my friends sometime, I had another 8 slots mod before but it disappeared from the workshop. Thank you!