Raised This Month: $ Target: $400
 0% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-16-2014 , 15:45   Re: MapChooser Extended 1.10.0 (Updated 2013-09-21)
Reply With Quote #671

Quote:
Originally Posted by iGANGNAM View Post
Why It's not working for me?

SV_StartSound: sourcemod/mapchooser/hl1/six.wav not precached (0)

and so on.
Looks like I was doing one thing while precaching it and not while emitting it.

Try this version and see if it fixes the problem.
Attached Files
File Type: sp Get Plugin or Get Source (mapchooser_extended_sounds.sp - 110 views - 21.9 KB)
File Type: smx mapchooser_extended_sounds.smx (10.7 KB, 155 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-16-2014 at 15:59. Reason: Reworked with a slightly different method
Powerlord is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 03-16-2014 , 19:30   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #672

Hi,

Ok latest version It works fine on CS:GO.

But I think we have the same bug as in 1.9.3: sm_vote doesn't work if a vote has already been done.
Latest version: 1.10.2.
(PS: I added "g_MapVoteCompleted = false;" right after line 988 at Command_Mapvote callback and It seems to be fixed).

Thx

St00ne
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 03-21-2014 at 13:21.
St00ne is offline
kyosho
New Member
Join Date: Mar 2014
Old 03-19-2014 , 05:29   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #673

Hello I got you'r plugin to work, but I was wondering if there was a way to setup the map voting where it would start during the warmup round and not the end of the round on a gun game?

Last edited by kyosho; 03-22-2014 at 20:04. Reason: spelling
kyosho is offline
Blakes7
Senior Member
Join Date: Dec 2012
Location: New England
Old 03-24-2014 , 15:10   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #674

How do you get the game to "Freeze", during a map vote, I have seen this done on a server, and think it works really well?
Blakes7 is offline
protext
Senior Member
Join Date: Sep 2012
Old 04-08-2014 , 15:02   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #675

Is there a maximum map list limit?

Not all my maps can be voted / nominated.

-------------------
Protext
protext is offline
BOBwEISER
Member
Join Date: Sep 2012
Old 04-09-2014 , 12:34   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #676

Hello

Might sound daft but how do i set the map chooser to start at the end of the map (csgo), a bit like the default map vote. At the moment its coming up with rounds left (i think).

Ive currently got in mapchooser

sm_extendmap_fragstep "10"

sm_extendmap_roundstep "5"

sm_extendmap_timestep "15"

sm_mapvote_dontchange "1"

sm_mapvote_endvote "1"

sm_mapvote_exclude "3"

sm_mapvote_extend "0"

sm_mapvote_include "4"

sm_mapvote_novote "1"

sm_mapvote_runoff "0"

sm_mapvote_runoffpercent "50"

sm_mapvote_start "3.0"

sm_mapvote_startfrags "5.0"

sm_mapvote_startround "2.0"

sm_mapvote_voteduration "20"

with mp_endmatch_votenextmap 0 in the casual config.

Any advice plox.
BOBwEISER is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-09-2014 , 12:54   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #677

Quote:
Originally Posted by protext View Post
Is there a maximum map list limit?

Not all my maps can be voted / nominated.

-------------------
Protext
There's no limit to the number of maps that the vote or nominations can draw from. Which files they draw from is controlled by addons/sourcemod/configs/maplists.cfg.

Having said that, the number of maps that actually appear in the vote is capped at 6 (set via the mce_include cvar) to prevent them from spanning multiple pages. Nominations are capped at the same number because they replace the item that would normally appear in this list at random.

Quote:
Originally Posted by BOBwEISER View Post
Hello

Might sound daft but how do i set the map chooser to start at the end of the map (csgo), a bit like the default map vote. At the moment its coming up with rounds left (i think).

Ive currently got in mapchooser

sm_extendmap_fragstep "10"

sm_extendmap_roundstep "5"

sm_extendmap_timestep "15"

sm_mapvote_dontchange "1"

sm_mapvote_endvote "1"

sm_mapvote_exclude "3"

sm_mapvote_extend "0"

sm_mapvote_include "4"

sm_mapvote_novote "1"

sm_mapvote_runoff "0"

sm_mapvote_runoffpercent "50"

sm_mapvote_start "3.0"

sm_mapvote_startfrags "5.0"

sm_mapvote_startround "2.0"

sm_mapvote_voteduration "20"

with mp_endmatch_votenextmap 0 in the casual config.

Any advice plox.
This thread is for MapChooser Extended specifically. Having said that, did you try setting sm_mapvote_startround to 0.0 and sm_mapvote_start to 0.0? It may not work, though, as I don't think the stock mapchooser checks the correct cvar for bonus time on CS:GO. One of the (many) changes to MapChooser Extended was specifically to address this.

Of course, if you were using MapChooser Extended, the corresponding settings would be setting mce_startround to 0 and mce_start to 0... and mce_warningtime to 0 because if you don't, the vote will run past map end. I should probably fix that when mce_startround is 0...
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 04-09-2014 at 12:56.
Powerlord is offline
protext
Senior Member
Join Date: Sep 2012
Old 04-09-2014 , 13:56   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #678

Quote:
Originally Posted by Powerlord View Post
There's no limit to the number of maps that the vote or nominations can draw from. Which files they draw from is controlled by addons/sourcemod/configs/maplists.cfg.

Having said that, the number of maps that actually appear in the vote is capped at 6 (set via the mce_include cvar) to prevent them from spanning multiple pages. Nominations are capped at the same number because they replace the item that would normally appear in this list at random.
This is my tf.txt (in configs/mce/maps)

Spoiler
protext is offline
BOBwEISER
Member
Join Date: Sep 2012
Old 04-09-2014 , 14:19   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #679

Cheers Ross.

I thought i was using the extended :/ Will install it it and give it a blast.
BOBwEISER is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-09-2014 , 14:32   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #680

Quote:
Originally Posted by BOBwEISER View Post
Cheers Ross.

I thought i was using the extended :/ Will install it it and give it a blast.
Hmm... were you looking in mapchooser_extended.cfg then? It has a separate config file from the stock mapchooser because it uses different cvars.
__________________
Not currently working on SourceMod plugin development.
Powerlord 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 20:23.


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