Raised This Month: $ Target: $400
 0% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
extr1m725
Member
Join Date: Oct 2014
Old 03-15-2015 , 14:38   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #881

extend map sign/button does not appear, could you help me solve this problem?
extr1m725 is offline
7kt.swe
Member
Join Date: Mar 2015
Location: Sweden
Old 03-16-2015 , 14:52   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #882

Got a serious problem on this plugin....
Sometimes the plugin gets stuck and doesn't change map..
It's the same map over and over again without even make the "mapchange"
It's like the plugin just restart the rounds to 0 without even go to a new map-loading screen.
PLS HELP!
7kt.swe is offline
BGKoKoOo
Member
Join Date: Mar 2012
Old 03-17-2015 , 12:28   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #883

Quote:
Originally Posted by Powerlord View Post
So, with today's update, MapChooser Extended Sounds is broken on TF2. So, here's an updated tf.cfg to fix it. It goes in the addons/sourcemod/configs/mapchooser_extended/sounds/ directory.

Oh, but why stop there?

For non-TF2 games, I attached a zip of the fixed version of the TF soundset. All sounds have been updated with their TF2 map versions and moved from sound/sourcemod/mapchooser/ to sound/mapchooser/

Also, a new version of the HL1 sound set. This sound set has been converted over to MP3 and had its directory moved up one like the TF soundset. The first fixes issues with CS:GO, the second issues with other games (HL2M, DoDS:, CS:S, TF2 are those that I know of).

While I'm at it, the third sound set is a replacement for the TF sound set that uses Merasmus the wizard sound instead of the announcer. It was inspired by another user who was asking about MCE sound sets. Note: This replaces the default TF sound set rather than being a separate sound set. This is due to how MCE Sounds determines if a sound set is built-in or not.

Speaking of fixes, here are updated addons/configs/sourcemod/mapchooser_extended/maps/ files for TF2 (tf.txt) and CS:GO (csgo.txt) that include maps added since the last time I updated these lists.
Tried this fix, but im getting same errors.

Code:
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
How to fix the sounds?
__________________

BGKoKoOo is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-17-2015 , 15:19   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #884

Quote:
Originally Posted by extr1m725 View Post
extend map sign/button does not appear, could you help me solve this problem?
in cfg/sourcemod/mapchooser_extended.cfg, you need to set mce_extend to a value higher than 0 (1 is a good number for this).

If you want RTV votes to have that as well, set mce_dontchange to 1 in the same configuration file.

Quote:
Originally Posted by 7kt.swe View Post
Got a serious problem on this plugin....
Sometimes the plugin gets stuck and doesn't change map..
It's the same map over and over again without even make the "mapchange"
It's like the plugin just restart the rounds to 0 without even go to a new map-loading screen.
PLS HELP!
Is this CS:GO?

If so, it's possible that the settings got changed to this:

Code:
mp_match_end_restart 1
mp_match_end_changelevel 0
You actually want these to be the opposite values:

Code:
mp_match_end_restart 0
mp_match_end_changelevel 1
If this isn't CS:GO, are there any errors in the console?

Quote:
Originally Posted by BGKoKoOo View Post
Tried this fix, but im getting same errors.

Code:
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/ten_seconds.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/nine.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/eight.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/seven.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
SV_StartSound: mapchooser/hl1/six.mp3 not precached (0)
How to fix the sounds?
Are you using the version of MapChooser Extended Sounds in the first post? That is, version 1.10.3?

I ask because your signature image mentions CS:GO, but using the latest version should be trying to play stuff like "*mapchooser/hl1/ten_seconds.mp3" instead of "mapchooser/hl1/ten_seconds.mp3" like the error shows.

This is because EmitSoundAny is used internally for the latest MapChooser Extended Sounds specifically to fix sound issues in CS:GO. (Side note: You don't have to install anything for EmitSoundAny, it gets compiled into the plugin.)
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
protext
Senior Member
Join Date: Sep 2012
Old 03-19-2015 , 09:14   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #885

I got the problem that the vote menu (with the maps to choose) doesn't appear.
It counts to zero but after that noting happen. (since the update I guess)

If I do !revote it says "[SM] A vote is not in progress at this time."

-> I host a TF2 server.
__________________
protext is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-19-2015 , 09:57   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #886

Quote:
Originally Posted by protext View Post
I got the problem that the vote menu (with the maps to choose) doesn't appear.
It counts to zero but after that noting happen. (since the update I guess)

If I do !revote it says "[SM] A vote is not in progress at this time."

-> I host a TF2 server.
Are there any errors in your SourceMod error logs?

I admit I haven't tested MCE since yesterday's update, but I was doing some testing on MCE last weekend when I was updating the sound sets.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
BGKoKoOo
Member
Join Date: Mar 2012
Old 03-19-2015 , 11:47   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #887

Quote:
Originally Posted by Powerlord View Post
in cfg/sourcemod/mapchooser_extended.cfg, you need to set mce_extend to a value higher than 0 (1 is a good number for this).

If you want RTV votes to have that as well, set mce_dontchange to 1 in the same configuration file.



Is this CS:GO?

If so, it's possible that the settings got changed to this:

Code:
mp_match_end_restart 1
mp_match_end_changelevel 0
You actually want these to be the opposite values:

Code:
mp_match_end_restart 0
mp_match_end_changelevel 1
If this isn't CS:GO, are there any errors in the console?



Are you using the version of MapChooser Extended Sounds in the first post? That is, version 1.10.3?

I ask because your signature image mentions CS:GO, but using the latest version should be trying to play stuff like "*mapchooser/hl1/ten_seconds.mp3" instead of "mapchooser/hl1/ten_seconds.mp3" like the error shows.

This is because EmitSoundAny is used internally for the latest MapChooser Extended Sounds specifically to fix sound issues in CS:GO. (Side note: You don't have to install anything for EmitSoundAny, it gets compiled into the plugin.)
Tried like you said, and getting the same error.
SV_StartSound: **mapchooser/hl1/ten_seconds.mp3 not precached
__________________

BGKoKoOo is offline
DominatorJ
Junior Member
Join Date: Feb 2015
Old 03-19-2015 , 16:17   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #888

I have been happily using the map chooser plugin for about a week now, and I was just curious if there was any way to remove the restriction on nominating previously played maps. I looked through the 2 .cfg files but I didn't see an option for it. I would like players to be able to nominate any map they'd like, regardless of how recently it was played.
DominatorJ is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-19-2015 , 16:46   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #889

Quote:
Originally Posted by BGKoKoOo View Post
Tried like you said, and getting the same error.
SV_StartSound: **mapchooser/hl1/ten_seconds.mp3 not precached
Now its doubling the *? Hmm....

Quote:
Originally Posted by DominatorJ View Post
I have been happily using the map chooser plugin for about a week now, and I was just curious if there was any way to remove the restriction on nominating previously played maps. I looked through the 2 .cfg files but I didn't see an option for it. I would like players to be able to nominate any map they'd like, regardless of how recently it was played.
Nominations and Nominations Extended don't create their own config files despite having a pair of CVars.

So, you can set these in any config file, such as server.cfg:

"sm_nominate_excludeold" - Setting this to 0 will allow you to nominate recently played maps even if MapChooser wouldn't add them to the vote itself.

"sm_nominate_excludecurrent" - Setting this to 0 will allow you to nominate the map currently being played.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-19-2015 at 16:47.
Powerlord is offline
protext
Senior Member
Join Date: Sep 2012
Old 03-20-2015 , 08:17   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #890

Quote:
Originally Posted by Powerlord View Post
Are there any errors in your SourceMod error logs?

I admit I haven't tested MCE since yesterday's update, but I was doing some testing on MCE last weekend when I was updating the sound sets.
The error log says "[mapchooser_extended.smx] No maps available for vote."

BUT I have maps in all lists:

tf/addons/sourcemod/configs/mapchooser_extended/maps/tf.txt
Spoiler



tf/mapcycle.txt
Spoiler


tf/maplist.txt
Spoiler


So I can't see the reason of this error...
__________________
protext 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 22:51.


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