Raised This Month: $51 Target: $400
 12% 

[L4D1 & L4D2] Map changer with rating system


Post New Thread Reply   
 
Thread Tools Display Modes
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-25-2021 , 06:53   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #111

Greeting Dragokas, so as I see it, this plugin is a "map changer" only, not a "vote for the next map" thingy like "Automatic Campaign Switcher" right? Damn, it's a shame cause the map parsing and categorize/rating part of your plugin is like the best I've ever seen. Is there any chance could you implement those feature of ACS to this? It would be perfect. Great plugin nonetheless tho
__________________

Looking for some fun!

Last edited by thewintersoldier97; 11-25-2021 at 06:55.
thewintersoldier97 is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 11-25-2021 , 10:21   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #112

Thanks.
Vote next map is a low priority. Not sooner the next year.
Also, I would like it be a separate plugin perhaps using new natives derivative from this one.
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-25-2021 , 12:29   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #113

Hey, good news is good news. Looking forward to it here. Thanks for all the awesome work!
__________________

Looking for some fun!
thewintersoldier97 is offline
sorallll
Senior Member
Join Date: Oct 2018
Old 12-06-2021 , 03:58   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #114

Added simplified Chinese translation
Attached Files
File Type: txt MapChanger.phrases.txt (21.3 KB, 31 views)

Last edited by sorallll; 12-06-2021 at 04:01.
sorallll is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-07-2021 , 17:58   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #115

where the download .sp ??? i cannot found
__________________
NoroHime is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 12-07-2021 , 18:52   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #116

Thanks, fixed.

Updated.

Quote:
2.14 (06-Dec-20212)
- Added simplified Chinese translation (thanks to sorallll).
- Fixed compilation warnings on SM 1.11.

2.13 (13-Oct-2021)
- Players with any admin flag is no more checked against HX Points / Play time limit to be able to start the vote.

2.12 (11-Oct-2021)
- Added ConVar "l4d_mapchanger_vip_voteaccess" - Allow VIP players to change the map? (1 - Yes, 0 - No)
*VIP means VIP-core by R1KO.
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-13-2021 , 15:54   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #117

changelevel works but i cant see vote appear, does my config wrong?
my cfg and running as listen server
PHP Code:
// This file was auto-generated by SourceMod (v1.11.0.6825)
// ConVars for plugin "MapChanger.smx"


// Display custom maps menu items? (1 - Yes, 0 - No)
// -
// Default: "1"
l4d_mapchanger_allow_custom "1"

// Display default maps menu items? (1 - Yes, 0 - No)
// -
// Default: "1"
l4d_mapchanger_allow_default "1"

// Delay (in sec.) between announce and vote menu appearing
// -
// Default: "2.0"
l4d_mapchanger_announcedelay "2.0"

// Flag(s) allowed to access the vote for change to custom maps
// -
// Default: "k"
l4d_mapchanger_custom_voteaccess ""

// Flag(s) allowed to access the vote for change to default maps
// -
// Default: "kp"
l4d_mapchanger_default_voteaccess ""

// Minimum delay (in sec.) allowed between votes
// -
// Default: "60"
l4d_mapchanger_delay "60"

// Choose the next map of custom campaign randomly? (1 - Yes, 0 - No)
// -
// Default: "1"
l4d_mapchanger_fin_map_random "1"

// 0 - Don't change finale map (drop to lobby); 1 - instant on vehicle leaving; 2 - instant on finale win; 4 - Wait till credits screen appear; 8 - Wait till credits screen ends
// -
// Default: "12"
l4d_mapchanger_finale_change_type "12"

// Short name of your server (specify it, if you want custom campaign name will be prepended to it)
// -
// Default: ""
l4d_mapchanger_servername_short ""

// Show the list of chapters within campaign? (1 - Yes, 0 - No)
// -
// Default: "1"
l4d_mapchanger_show_chapter_list "1"

// How long (in sec.) does the vote last
// -
// Default: "10"
l4d_mapchanger_timeout "10"

// Flag(s) allowed to veto/votepass the vote
// -
// Default: "d"
l4d_mapchanger_vetoaccess ""

// Allow VIP players to change the map? (1 - Yes, 0 - No)
// -
// Default: "1"
l4d_mapchanger_vip_voteaccess "1"

// Minimum number of players to allow starting the vote for mark (rating)
// -
// Default: "3"
l4d_mapchanger_votemark_minplayers "1" 
__________________
NoroHime is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-13-2021 , 15:59   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #118

can you add realism support since it no problem and easy to add.
by the way, is l4d_mapchanger_finale_change_type convar work with bitmask? such as 12 is 4 and 8
__________________
NoroHime is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 12-13-2021 , 16:34   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #119

Quote:
Originally Posted by NoroHime View Post
changelevel works but i cant see vote appear, does my config wrong?
my cfg and running as listen server
Listen servers are not supported.

Quote:
Originally Posted by NoroHime View Post
can you add realism support since it no problem and easy to add.
It is not easy to add due to current implementation specific. But it is planned.

Quote:
Originally Posted by NoroHime View Post
is l4d_mapchanger_finale_change_type convar work with bitmask? such as 12 is 4 and 8
Code:
// 0 - Don't change finale map (drop to lobby); 1 - instant on vehicle leaving; 2 - instant on finale win; 4 - Wait till credits screen appear; 8 - Wait till credits screen ends (values can be combined)
l4d_mapchanger_finale_change_type "12"
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-14-2021 , 05:50   Re: [L4D1 & L4D2] Map changer with rating system
Reply With Quote #120

thanks you much, now move to dedicated server
__________________
NoroHime 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 00:08.


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