Left 4 Dead 2

Left 4 Dead 2

93 vurderinger
8 SLOTS LOBBY + STRONGER FLASHLIGHT
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Game Content: Scripts
Game Modes: Co-op, Realism
Filstørrelse
Lagt ut
Oppdatert
140.061 KB
23. juni 2023 kl. 11.31
24. mars kl. 14.08
3 endringslogger ( vis )

Abonner for å laste ned
8 SLOTS LOBBY + STRONGER FLASHLIGHT

Beskrivelse
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 kommentarer
Nexedail  [skaper] 15. juni 2024 kl. 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  [skaper] 15. juni 2024 kl. 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  [skaper] 15. juni 2024 kl. 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  [skaper] 15. juni 2024 kl. 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. juni 2024 kl. 19.23 
the dedicated server is loading a lot of Vscripts indeed but this specific addon doesnt seem to be loaded
Melperto 15. juni 2024 kl. 19.22 
that's already installed
H.U.N.K  [skaper] 15. juni 2024 kl. 19.14 
you need sourcemod + metamod
Melperto 15. juni 2024 kl. 18.42 
this doesnt seem to work on a dedicated server
H.U.N.K  [skaper] 24. feb. 2024 kl. 9.11 
@Captain Jameson good luck!
Captain Jameson 24. feb. 2024 kl. 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!