Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Mutant Tanks (v9.1, 3-20-2024)


Post New Thread Reply   
 
Thread Tools Display Modes
ricksfishin
Senior Member
Join Date: Oct 2017
Old 07-23-2021 , 20:39   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1061

[mutant_tanks.smx] [MT] Error while parsing the "addons/sourcemod/data/mutant_tanks/difficulty_configs/normal.cfg" file. Error Message: Stream failed to open.

Last edited by ricksfishin; 07-24-2021 at 15:53.
ricksfishin is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-24-2021 , 14:09   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1062

Quote:
Originally Posted by ricksfishin View Post
[mutant_tanks.smx] [MT] Error while parsing the
addons/sourcemod/data/mutant_tanks/difficulty_configs/normal.cfg.
You left out the error message. It looks something like this:
Code:
[mutant_tanks/mutant_tanks.smx] [MT] Error while parsing the "addons/sourcemod/data/mutant_tanks/difficulty_configs/normal.cfg" file. Error Message: Stream failed to open.
__________________
Psyk0tik is offline
ricksfishin
Senior Member
Join Date: Oct 2017
Old 07-24-2021 , 15:54   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1063

EDIT: Fixed was a matter of changing normal to Normal in server.cfg after testing no error.

Last edited by ricksfishin; 07-24-2021 at 15:55.
ricksfishin is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-24-2021 , 15:56   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1064

Quote:
Originally Posted by ricksfishin View Post
EDIT: Fixed was a matter of changing normal to Normal in server.cfg.
That's weird. I made the filenames case-insensitive in v8.87. I tested it this morning on my Windows servers and they worked just fine.

Are you on Linux with v8.87 installed?
__________________
Psyk0tik is offline
ricksfishin
Senior Member
Join Date: Oct 2017
Old 07-24-2021 , 16:31   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1065

Yes windows 7 on linux server.
ricksfishin is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-24-2021 , 23:32   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1066

Quote:
Originally Posted by ricksfishin View Post
Yes windows 7 on linux server.
Okay so the case-insensitivity check I added is failing because FileExists itself is case-insensitive which returns true as long as a file with the same name exists. I'll try to figure out another way to do this. Thanks for the report.

EDIT: I found a reliable method. This issue will be fixed in the next update.
__________________

Last edited by Psyk0tik; 07-25-2021 at 20:54.
Psyk0tik is offline
yuzumi
Member
Join Date: Jul 2020
Old 08-09-2021 , 09:25   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1067

My server is in the process of playing, the client will get stuck and the console will continue to display very more
PHP Code:
[IP:Port]send reliable stream overflow 
Then it pops back to the main menu and prompts [PlayerName] timed out...
This problem has always appeared in several versions. Recently, it was found that there was a fix, but it still did not improve after updating to 8.87

My Server OS : Ubuntu 20.04 Server LTS
My Server MT Ver: 8.87 and 2.1.5.5 GameData
My Server Game Server Ver: 2.1.5.5
My Server Network Cvar:
PHP Code:
sm_cvar sv_mincmdrate "30"
sm_cvar sv_maxcmdrate "30"
sm_cvar sv_minupdaterate "30"
sm_cvar sv_maxupdaterate "30"
sm_cvar sv_minrate "30000"
sm_cvar sv_maxrate "30000"
sm_cvar fps_max "0"
sm_cvar sv_client_min_interp_ratio "-1"
sm_cvar sv_client_max_interp_ratio "2"
sm_cvar nb_update_frequency "0.024"
sm_cvar net_maxcleartime "0.00001"
sm_cvar net_splitrate "2"
sm_cvar net_splitpacket_maxrate "30000"
sm_cvar sv_max_queries_sec "5"
sm_cvar sv_max_queries_sec_global "10"
sm_cvar net_queued_packet_thread "1"
sm_cvar sv_max_queries_window "10"
sm_cvar sv_client_predict "1"
sm_cvar sv_client_cmdrate_difference "0"
sm_cvar sv_extra_client_connect_time "0.001"
sm_cvar sv_maxunlag "0.1"
sm_cvar sv_unlag_fixstuck "1"
sm_cvar phys_enable_experimental_optimizations "1"
sm_cvar sv_stats "0"
sm_cvar sv_clockcorrection_msecs "25"
sm_cvar r_drawmodeldecals "0" 
My MT Setting in Attach File..
Attached Files
File Type: zip mutant_tanks.zip (28.7 KB, 62 views)
yuzumi is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 08-09-2021 , 09:52   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1068

Quote:
Originally Posted by yuzumi View Post
My server is in the process of playing, the client will get stuck and the console will continue to display very more
PHP Code:
[IP:Port]send reliable stream overflow 
Then it pops back to the main menu and prompts [PlayerName] timed out...
This problem has always appeared in several versions. Recently, it was found that there was a fix, but it still did not improve after updating to 8.87

My Server OS : Ubuntu 20.04 Server LTS
My Server MT Ver: 8.87 and 2.1.5.5 GameData
My Server Game Server Ver: 2.1.5.5
My Server Network Cvar:
PHP Code:
... 
My MT Setting in Attach File..
I don't understand how your players would still be getting that error. The error was caused by constantly querying "cl_thirdpersonshoulder". v8.87 no longer has that code so I don't believe that MT is the one causing that error. Do you have a plugin installed that queries "cl_thirdpersonshoulder" like Lux's ThirdPersonShoulder_Detect?
__________________
Psyk0tik is offline
yuzumi
Member
Join Date: Jul 2020
Old 08-09-2021 , 09:55   Re: [L4D & L4D2] Mutant Tanks (v8.87, 7-20-2021)
Reply With Quote #1069

Quote:
Originally Posted by Psyk0tik View Post
I don't understand how your players would still be getting that error. The error was caused by constantly querying "cl_thirdpersonshoulder". v8.87 no longer has that code so I don't believe that MT is the one causing that error. Do you have a plugin installed that queries "cl_thirdpersonshoulder" like Lux's ThirdPersonShoulder_Detect?
Yes.. I use Lux LMC and Survivor Legs.... I remove to Test.. Thx ~
yuzumi is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 08-10-2021 , 11:10   Re: [L4D & L4D2] Mutant Tanks (v8.88, 8-10-2021)
Reply With Quote #1070

Version 8.88 is out!

Thank you to the following people who helped me throughout the process of making this update: epzminion, Lux, ricksfishin

Here are the main changes:

1. Compatible with the L4D1 1.0.4.0 update.
2. Case-insensitive config filenames.
3. Patched strong wind sound from Tank rock debris.
4. Added full documentation for gamedata file.
5. Patches can now be disabled with the unused keyword inside mutant_tanks_patches.cfg.
6. Detours can now be toggled inside mutant_tanks_detours.cfg.
7. Increased performance when patching the same address repeatedly.
8. Requires SourceMod 1.11.0.6711 or higher to recompile the plugins.

Download | Changelog | Information | Settings
__________________
Psyk0tik is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:42.


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