Raised This Month: $ Target: $400
 0% 

Problem with maplists.cfg - nominate won't use custom list


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Remy Lebeau
Senior Member
Join Date: Dec 2009
Location: Sydney, Australia
Old 09-10-2014 , 21:53   Problem with maplists.cfg - nominate won't use custom list
Reply With Quote #1

I've only just realised you can have different map lists for things like rotations and rtving.

Here's my current setup:

I've put maplists.cfg and fullmaplist.txt into cstrike/addons/sourcemod/configs (files attached below).

"mapcyclefile" = "mapcycle.txt"

I have the stock sourcemod mapchoose/nominations/rtv plugins active

The problem is that when I type "nominate", it uses the list from mapcycle.txt (mapcyclefile), rather then my custom list fullmaplist.txt

Any ideas as to what I'm doing wrong?

ps. I tried putting fullmaplist.txt into cstrike/cfg and updating maplists.cfg appropriately, but it did the same thing.

edit: this is on a CS:S server.
Attached Files
File Type: txt fullmaplist.txt (2.0 KB, 139 views)
File Type: cfg maplists.cfg (1.4 KB, 126 views)

Last edited by Remy Lebeau; 09-10-2014 at 22:04.
Remy Lebeau is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-11-2014 , 09:07   Re: Problem with maplists.cfg - nominate won't use custom list
Reply With Quote #2

Code:
	"nominations"
	{
		"target"		"addons/sourcemod/configs/fullmaplist.txt"
	}
should be

Code:
	"nominations"
	{
		"file"		"addons/sourcemod/configs/fullmaplist.txt"
	}
You have to be careful to change "target" to "file" when switching a section to a specific file.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-11-2014 at 09:08.
Powerlord is offline
Remy Lebeau
Senior Member
Join Date: Dec 2009
Location: Sydney, Australia
Old 09-11-2014 , 18:57   Re: Problem with maplists.cfg - nominate won't use custom list
Reply With Quote #3

You sir are a genius! Thanks for helping my bumbling efforts
Remy Lebeau 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:53.


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