Raised This Month: $ Target: $400
 0% 

Vote: wrong map (after mapchange) / rtv: right map


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ChrisG
Junior Member
Join Date: Aug 2008
Old 09-01-2008 , 08:09   Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #1

Hi everybody,

we `ve got a little problem:

Our players are voting 3 Minutes before mapchange.
The serveroutput for example is "de_dolls has been voted for nextmap."
If I type nextmap it is still "de_dolls".
After the last round is mapchange and the server switches to another map than "de_dolls".

If I try to change the map with rtv the server is switching to the right map.

/addons/sourcemod/logs:

no errorfile ^^

and the logfile:

Quote:
L 09/01/2008 - 1356: SourceMod log file session started (file "L20080901.log") (Version "1.0.3")
L 09/01/2008 - 1356: -------- Mapchange to de_dust --------
L 09/01/2008 - 1356: [mapconfigs.smx] Executing map specific config: de_.cfg
L 09/01/2008 - 1358: [mapconfigs.smx] Executing map specific config: de_.cfg
L 09/01/2008 - 13:29:54: [randomcycle.smx] RandomCycle has chosen awp_paradise for the nextmap.
L 09/01/2008 - 134:45: [rockthevote.smx] [SM] Rockthevote was successfully started.
L 09/01/2008 - 134:50: [rockthevote.smx] [SM] Rockthevote has ended, current map kept.
L 09/01/2008 - 13:41:23: [mapchooser.smx] Voting for next map has started.
L 09/01/2008 - 13:41:25: [mapchooser.smx] Voting for next map has finished. Nextmap: de_dolls.
L 09/01/2008 - 13:45:14: [nextmap.smx] Nextmap changed map to "de_dolls"
L 09/01/2008 - 13:45:15: -------- Mapchange to de_dust2 --------
In this case rtv should just extend the map, but it really works.
(Sorry for my bad english, i hope you understand me.)
ChrisG is offline
Send a message via ICQ to ChrisG
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 09-01-2008 , 08:21   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #2

What version of SourceMod?
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
ChrisG
Junior Member
Join Date: Aug 2008
Old 09-01-2008 , 08:23   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #3

1.0.3

mapchooser.cfg:

Quote:
// This file was auto-generated by SourceMod (v1.0.3)
// ConVars for plugin "mapchooser.smx"


// Specifies how many more frags are allowed when map is extended.
// -
// Default: "10"
// Minimum: "5.000000"
sm_extendmap_fragstep "10"

// Specifies how many more rounds each extension makes
// -
// Default: "5"
// Minimum: "5.000000"
sm_extendmap_roundstep "5"

// Specifies how much many more minutes each extension makes
// -
// Default: "15"
// Minimum: "5.000000"
sm_extendmap_timestep "15"

// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"

// Number of extensions allowed each map.
// -
// Default: "0"
// Minimum: "0.000000"
sm_mapvote_extend "1"

// Specifies how many maps to include in the vote.
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "6.000000"
sm_mapvote_include "5"

// Specifies whether or not MapChooser should pick a map if no votes are received.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_novote "1"

// Specifies when to start the vote based on time remaining.
// -
// Default: "3.0"
// Minimum: "1.000000"
sm_mapvote_start "3.0"

// Specifies when to start the vote base on frags remaining.
// -
// Default: "5.0"
// Minimum: "1.000000"
sm_mapvote_startfrags "5.0"

// Specifies when to start the vote based on rounds remaining.
// -
// Default: "2.0"
// Minimum: "1.000000"
sm_mapvote_startround "2.0"
ChrisG is offline
Send a message via ICQ to ChrisG
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 09-01-2008 , 08:36   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #4

There have been a lot of fixes for Mapchooser on the 1.0.4 and 1.1 branches.

Try this out: http://sourcemod.com/snapshots.php?branch=1.0
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
ChrisG
Junior Member
Join Date: Aug 2008
Old 09-01-2008 , 12:49   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #5

I did install the beta-version now.

My problem is still the same:

Quote:
L 09/01/2008 - 18:458: -------- Mapchange to aim_icemap --------
L 09/01/2008 - 18:458: [mapconfigs.smx] Executing map specific config: aim_.cfg
L 09/01/2008 - 18:45:43: [randomcycle.smx] RandomCycle has chosen de_catalane_b6 for the nextmap.
L 09/01/2008 - 18:55:04: [mapchooser.smx] Voting for next map has started.
L 09/01/2008 - 18:55:13: [mapchooser.smx] Voting for next map has finished. Nextmap: gg_arena_azteque_v1.
L 09/01/2008 - 18:58:14: [nextmap.smx] Nextmap changed map to "gg_arena_azteque_v1"
L 09/01/2008 - 18:58:15: -------- Mapchange to aim_map2 --------
L 09/01/2008 - 18:58:16: [mapconfigs.smx] Executing map specific config: aim_.cfg
L 09/01/2008 - 18:58:21: [randomcycle.smx] RandomCycle has chosen awp_ruins_final for the nextmap.
ChrisG is offline
Send a message via ICQ to ChrisG
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 09-01-2008 , 12:59   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #6

I... don't know.

Probably don't need RandomCycle if you aren't going to use it, but that wouldn't cause it.
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
Dog_Pound
Member
Join Date: Jul 2008
Location: Canada
Old 09-01-2008 , 16:55   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #7

Not supposed to use randomcycle and mapchooser at the same time. See here:
http://wiki.alliedmods.net/Base_Plugins_(SourceMod)
Dog_Pound is offline
Ravager01
Member
Join Date: Jul 2006
Old 09-02-2008 , 16:28   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #8

Open nextmap.sp in notepad (or PSPad or whichever text editor you use), and look for this line:
Code:
CreateDataTimer(fChatTime - 1.0, Timer_ChangeMap, dp);
Change the 1.0 to perhaps 1.5, save and compile nextmap.sp.
Code:
CreateDataTimer(fChatTime - 1.5, Timer_ChangeMap, dp);
Unload and overwrite the previous one with the newly compiled one, and load it.

Also, change mp_chattime to 8 in server.cfg.
Ravager01 is offline
ChrisG
Junior Member
Join Date: Aug 2008
Old 09-03-2008 , 18:08   Re: Vote: wrong map (after mapchange) / rtv: right map
Reply With Quote #9

I changed it an i did restart the server.

The nextmap is still the next map in the file
/addons/sourcemod/configs/adminmenu_maplist.ini
not the map, our players voted for.
ChrisG is offline
Send a message via ICQ to ChrisG
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 13:03.


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