Left 4 Dead 2

Left 4 Dead 2

98 个评价
8 SLOTS LOBBY + STRONGER FLASHLIGHT
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts
Game Modes: Co-op, Realism
文件大小
发表于
更新日期
140.061 KB
2023 年 6 月 23 日 上午 11:31
3 月 24 日 下午 2:08
3 项改动说明 ( 查看 )

订阅以下载
8 SLOTS LOBBY + STRONGER FLASHLIGHT

描述
THIS VERSION CONTAINS THE "START ALONE" FIX BY Nexedail


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


Nexedail's workshop: https://psteamcommunity.yuanyoumao.com/id/nexedail/myworkshopfiles/?appid=550

Original mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2754956355


Requested by Rammy: https://psteamcommunity.yuanyoumao.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 条留言
Nexedail  [作者] 2024 年 6 月 15 日 下午 10: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  [作者] 2024 年 6 月 15 日 下午 10:37 
On local host will work but for the host only, maybe for who has the mod too but I'm not sure
Nexedail  [作者] 2024 年 6 月 15 日 下午 10:36 
The flashlight convars works for host only, so if you play on a server they won't affect anyone
H.U.N.K  [作者] 2024 年 6 月 15 日 下午 7:29 
I never dealt with dedicated servers before if its not working for you then its probably only meant to work on local servers
Dr. Zaius 2024 年 6 月 15 日 下午 7:23 
the dedicated server is loading a lot of Vscripts indeed but this specific addon doesnt seem to be loaded
Dr. Zaius 2024 年 6 月 15 日 下午 7:22 
that's already installed
H.U.N.K  [作者] 2024 年 6 月 15 日 下午 7:14 
you need sourcemod + metamod
Dr. Zaius 2024 年 6 月 15 日 下午 6:42 
this doesnt seem to work on a dedicated server
H.U.N.K  [作者] 2024 年 2 月 24 日 上午 9:11 
@Captain Jameson good luck!
Captain Jameson 2024 年 2 月 24 日 上午 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!