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

[L4D & L4D2] Anti-Speedrunner System (v29.39, 07-16-2018)


Post New Thread Reply   
 
Thread Tools Display Modes
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-21-2018 , 10:46   Re: [L4D & L4D2] Anti-Speedrunner System (v26.0, 05-20-2018)
Reply With Quote #171

Small update released!

- Added a check for finale/bugged maps on round start.

This is not a major update, more like a small fix. Therefore, it will remain as v26.0.



Please redownload the plugin from the first post. Nothing else has been updated.
__________________
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-22-2018 , 20:49   Re: [L4D & L4D2] Anti-Speedrunner System (v26.5, 05-22-2018)
Reply With Quote #172

Version 26.5 is out!

Changes

1. Fixed custom configs not being executed.
2. Added the command ass_null to manually turn off all current effects on a player at once.
3. Improved command logging.
4. Bug fixes.
5. Updated translation file.

- No changes to convars.
- No changes to config files.
- No changes to gamedata file.

Please delete any files from any previous version and download the files above!
__________________
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-24-2018 , 19:42   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-24-2018)
Reply With Quote #173

Version 27.0 is out!

Changes

1. Removed the assmenu_enablesystem convar.
2. Added the ass_config command which allows admins with root flag to create a custom config in-game.
3. Removed the l4d and l4d2 subfolders under map_configs and gamemode_configs and added the l4d2_/l4d_ prefixes for those folders.

- cfg/sourcemod/anti-speedrunner_system/l4d2_gamemode_configs / cfg/sourcemod/anti-speedrunner_system/l4d_gamemode_configs
- cfg/sourcemod/anti-speedrunner_system/l4d2_map_configs / cfg/sourcemod/anti-speedrunner_system/l4d_map_configs

- No changes to gamedata file.
- No changes to translation file.

Please delete any files from any previous version and download the files above!
__________________
Psyk0tik is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-24-2018 , 23:49   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-24-2018)
Reply With Quote #174

Great ! Thanks Crasher
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie
Mi.Cura is offline
joyist
Member
Join Date: Apr 2018
Old 05-25-2018 , 01:08   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-24-2018)
Reply With Quote #175

Anti-Speedrunner System (v27.0, 05-24-201 Simplified Chinese

My translated Chinese version

English is not good, please forgive me
Attached Files
File Type: 7z anti-speedrunner_system_SimplifiedChinese_v27.0.7z (175.7 KB, 64 views)
File Type: txt anti-speedrunner_system.phrases.txt (36.2 KB, 81 views)
joyist is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-25-2018 , 02:37   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-24-2018)
Reply With Quote #176

Quote:
Originally Posted by joyist View Post
Anti-Speedrunner System (v27.0, 05-24-201 Simplified Chinese

My translated Chinese version

English is not good, please forgive me
Thank you for the Chinese translations. I updated the main post with your translations. The one you uploaded contains formatting errors so they wouldn't work for other Chinese users.



Edit: I also gave you credit on the main post.
__________________

Last edited by Psyk0tik; 05-25-2018 at 02:50.
Psyk0tik is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-25-2018 , 08:25   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-25-2018)
Reply With Quote #177

Small update released!

- Fixed map configs not generating properly for the L4D2 version.

This is not a major update, more like a small fix. Therefore, it will remain as v27.0.



Please redownload the plugin from the first post. Nothing else has been updated.
__________________
Psyk0tik is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-25-2018 , 20:14   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-25-2018)
Reply With Quote #178

Hello Crasher,

I have a question, how can I leave MENU / TOP MENUS enabled only for root flag.

Some admins are using this to spawn special infected.
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie
Mi.Cura is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-25-2018 , 21:09   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-25-2018)
Reply With Quote #179

Quote:
Originally Posted by Mi.Cura View Post
Hello Crasher,

I have a question, how can I leave MENU / TOP MENUS enabled only for root flag.

Some admins are using this to spawn special infected.
Use overrides.

PHP Code:
"Overrides"
{
     
"menu anti-speedrunner system"     "z"

If that doesn't work, just open up anti-speedrunner_system.sp and look for the topenu items. Then just change their flags to ADMFLAG_ROOT.

You can also use the commands themselves as overrides.

PHP Code:
"Overrides"
{
     
"ass_invert"     "z"

__________________

Last edited by Psyk0tik; 05-25-2018 at 21:55.
Psyk0tik is offline
Mi.Cura
Veteran Member
Join Date: Dec 2016
Location: Brazil
Old 05-25-2018 , 21:54   Re: [L4D & L4D2] Anti-Speedrunner System (v27.0, 05-25-2018)
Reply With Quote #180

Quote:
Originally Posted by Crasher_3637 View Post
Use overrides.

PHP Code:
"Overrides"
{
     
"menu anti-speedrunner system"     "z"

If that doesn't work, just open up anti-speedrunner_system.sp and look for the topenu items. Then just change their flags to ADMFLAG_ROOT.


Thanks, Crasher

It was just change this.

RegAdminCmd ("ass_chase", cmdASSChase, ADMFLAG_ROOT, "Spawn a special infection to chase the player for speedrunning.");
__________________
Mi.Cura | Modded Servers | L4D2
https://steamcommunity.com/groups/micuramodzombie
Mi.Cura is offline
Reply


Thread Tools
Display Modes

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 12:01.


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