Raised This Month: $ Target: $400
 0% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
bender_123
New Member
Join Date: May 2014
Old 05-28-2014 , 11:58   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #711

Quote:
Originally Posted by Powerlord View Post
I could see why only rtv would work if mp_timelimit was in use and mce_starttime was set to something less than 5... TF2 changes maps if less than 5 minutes are left on the map time (not round time) and the map ends... except in MvM or arena mode.

However, I have no idea why it'd only work if a map was nominated.

Does the vote setup countdown even display?

While we're at it, is this an MvM server?
Well...we dont run MVM or Arena and the timelimit is set to 60 minutes. Could there be a conflict between the round limits, map time limit and MCE_starttime?
bender_123 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-28-2014 , 14:25   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #712

Quote:
Originally Posted by bender_123 View Post
Well...we dont run MVM or Arena and the timelimit is set to 60 minutes. Could there be a conflict between the round limits, map time limit and MCE_starttime?
I'm not aware of any such issue and it was working the last time I tested it. Sadly, my community's primary TF2 server is fairly dead now, but I'm pretty sure someone would have mentioned it by now if something went wrong (my test server is a PropHunt server that uses Ultimate MapChooser to enforce minplayers / maxplayers restrictions).

Having said that, the last versions I was testing were NativeVotes 1.0 beta, MCE 1.11.0 beta, RTVE 1.11.0 beta, and NE 1.11.0 beta...
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-28-2014 at 14:26.
Powerlord is offline
addam
Junior Member
Join Date: Apr 2006
Location: Hungary
Old 06-07-2014 , 12:07   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #713

Hi Guys,

I have a problem with the map exlusion. Its not working, same maps appears on vote sometimes.

Spoiler
__________________
Mirage Servers Hungary
Now only for private access
addam is offline
Send a message via MSN to addam
SHUFEN
Senior Member
Join Date: Jun 2014
Location: Japan, Tokyo
Old 06-11-2014 , 17:09   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #714

Hi!! I need help!!
I built a zombie escape server
and, I put this plugin.
I wanted to set vote begins with 4 minutes timeleft.
so, I set up
--sm_mapvote_start "4.0"
--sm_mapvote_startfrags "1.0"
--sm_mapvote_startround "0.0"
-mp_maxrounds 0
-mp_timelimit 20
-mp_roundtime 9

But it began with 13 minutes remaining in practice...
How do I fix this??
SHUFEN is offline
Send a message via Skype™ to SHUFEN
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-11-2014 , 17:29   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #715

Quote:
Originally Posted by addam View Post
Hi Guys,

I have a problem with the map exlusion. Its not working, same maps appears on vote sometimes.

Spoiler
To be honest, I've never tried setting exclusions that high.

I'm going to have to take a closer look at the code in CreateNextVote sometime I'm not so pressed for time as the logic involving mce_excludemaps there seems a bit... off, particularly the part involving the "old map" list.

(Note to self: If you find a bug in it, file it on the AlledModders bug tracker as it's a bug in the SourceMod MapChooser too.)
Quote:
Originally Posted by SHUFEN.jp View Post
Hi!! I need help!!
I built a zombie escape server
and, I put this plugin.
I wanted to set vote begins with 4 minutes timeleft.
so, I set up
--sm_mapvote_start "4.0"
--sm_mapvote_startfrags "1.0"
--sm_mapvote_startround "0.0"
-mp_maxrounds 0
-mp_timelimit 20
-mp_roundtime 9

But it began with 13 minutes remaining in practice...
How do I fix this??
This plugin's cvar names all start with mce_ and are stored in cfg/sourcemod/mapchooser_extended.cfg.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
SHUFEN
Senior Member
Join Date: Jun 2014
Location: Japan, Tokyo
Old 06-11-2014 , 17:42   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #716

Quote:
Originally Posted by Powerlord View Post
To be honest, I've never tried setting exclusions that high.

I'm going to have to take a closer look at the code in CreateNextVote sometime I'm not so pressed for time as the logic involving mce_excludemaps there seems a bit... off, particularly the part involving the "old map" list.

(Note to self: If you find a bug in it, file it on the AlledModders bug tracker as it's a bug in the SourceMod MapChooser too.)

This plugin's cvar names all start with mce_ and are stored in cfg/sourcemod/mapchooser_extended.cfg.
sorry, I tried this plug-in first.
I was set
--mce_mapvote_start "4.0"
--mce_mapvote_startfrags "1.0"
--mce_mapvote_startround "0.0"
However, they were not applied. so, I tried the old "mapchooser extended" plugin.
But I have not been able to solve yet... help...
SHUFEN is offline
Send a message via Skype™ to SHUFEN
jds1234
Junior Member
Join Date: Jun 2010
Old 06-21-2014 , 12:13   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #717

is the mapchooser extended plugin taking the maplist for the maplist.txt in the root csgo directory if so, then you do know that updates regularly replace the maplist.txt file, so if u add in any new maps they are gone by the next update, your edited maplist file is gone/replaced...godamnit, either that...or is the plugin taking the maplist , from sourcemod/configs/mapchooser_extended/maps/csgo.txt file? or whatever game server type files...??
jds1234 is offline
TUSK3N1337
SourceMod Donor
Join Date: Dec 2013
Location: Sweden
Old 06-21-2014 , 12:16   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #718

Quote:
Originally Posted by jds1234 View Post
is the mapchooser extended plugin taking the maplist for the maplist.txt in the root csgo directory if so, then you do know that updates regularly replace the maplist.txt file, so if u add in any new maps they are gone by the next update, your edited maplist file is gone/replaced...godamnit, either that...or is the plugin taking the maplist , from sourcemod/configs/mapchooser_extended/maps/csgo.txt file? or whatever game server type files...??

I use the csgo.txt file, type this in sourcemod.cfg

sm_cvar mapcyclefile "addons\sourcemod\configs\mapchooser_extended \maps\csgo.txt"
__________________

Last edited by TUSK3N1337; 06-21-2014 at 12:17.
TUSK3N1337 is offline
Send a message via Skype™ to TUSK3N1337
jds1234
Junior Member
Join Date: Jun 2010
Old 06-21-2014 , 12:36   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #719

Quote:
Originally Posted by TUSK3N1337 View Post
I use the csgo.txt file, type this in sourcemod.cfg

sm_cvar mapcyclefile "addons\sourcemod\configs\mapchooser_extended \maps\csgo.txt"
does the "\" mean your using a linux server??

windows likes the "/"
jds1234 is offline
Vastrix
Senior Member
Join Date: Aug 2012
Location: Zion
Old 06-26-2014 , 11:34   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #720

Hey, I have a Question:

you have mce_starttime startfrags and starround however, i want it to only look at the rounds remaining and it should start 1 round before the end so.. mce_startround 1 but then what should i set the others to? "0"? (if so then why is the min value set to 1?)

Same issue for the mce_extend_xstep cvars, I want it to only increase the map duration by 1 round and forget about the others(frag and time) do i set those to "0" then? (again, if so why is the min value documented as 5?)

Either way, Thanks!
Vastrix 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 01:42.


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