Raised This Month: $51 Target: $400
 12% 

MapChooser Extended 1.10.2 (Updated 2014-02-05)


Post New Thread Reply   
 
Thread Tools Display Modes
Pythong
SourceMod Donor
Join Date: Dec 2008
Old 09-23-2014 , 23:37   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #781

How does one get past compiling the plugin (straight out of the zip file, no modifications at the moment) when it says this:


Code:
//// mapchooser_extended.sp
// mapchooser_extended.sp(283) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(289) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(297) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(302) : error 017: undefined symbol "Engine_CSS"
// mapchooser_extended.sp(317) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(325) : error 017: undefined symbol "Engine_NuclearDawn
"
// mapchooser_extended.sp(330) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(338) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(547) : error 017: undefined symbol "CReplyToCommand"
// mapchooser_extended.sp(556) : error 017: undefined symbol "CReplyToCommand"
// mapchooser_extended.sp(2211) : error 017: undefined symbol "Engine_Original"
// mapchooser_extended.sp(2211) : warning 213: tag mismatch
// mapchooser_extended.sp(2216) : error 017: undefined symbol "Engine_DarkMessia
h"
// mapchooser_extended.sp(2216) : warning 213: tag mismatch
// mapchooser_extended.sp(2221) : error 017: undefined symbol "Engine_SourceSDK2
006"
// mapchooser_extended.sp(2221) : warning 213: tag mismatch
// mapchooser_extended.sp(2226) : error 017: undefined symbol "Engine_SourceSDK2
007"
// mapchooser_extended.sp(2226) : warning 213: tag mismatch
// mapchooser_extended.sp(2231) : error 017: undefined symbol "Engine_BloodyGood
Time"
// mapchooser_extended.sp(2231) : warning 213: tag mismatch
// mapchooser_extended.sp(2236) : error 017: undefined symbol "Engine_EYE"
// mapchooser_extended.sp(2236) : warning 213: tag mismatch
// mapchooser_extended.sp(2241) : error 017: undefined symbol "Engine_CSS"
// mapchooser_extended.sp(2241) : warning 213: tag mismatch
// mapchooser_extended.sp(2250) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(2250) : warning 213: tag mismatch
// mapchooser_extended.sp(2254) : error 017: undefined symbol "Engine_HL2DM"
// mapchooser_extended.sp(2254) : warning 213: tag mismatch
// mapchooser_extended.sp(2258) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(2258) : warning 213: tag mismatch
// mapchooser_extended.sp(2264) : error 017: undefined symbol "Engine_Left4Dead"

// mapchooser_extended.sp(2264) : warning 213: tag mismatch
// mapchooser_extended.sp(2273) : error 017: undefined symbol "Engine_NuclearDaw
n"
// mapchooser_extended.sp(2273) : warning 213: tag mismatch
// mapchooser_extended.sp(2277) : error 017: undefined symbol "Engine_Left4Dead2
"
// mapchooser_extended.sp(2277) : warning 213: tag mismatch
// mapchooser_extended.sp(2283) : error 017: undefined symbol "Engine_AlienSwarm
"
// mapchooser_extended.sp(2283) : warning 213: tag mismatch
// mapchooser_extended.sp(2288) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(2288) : warning 213: tag mismatch
// mapchooser_extended.sp(2293) : error 017: undefined symbol "Engine_Unknown"
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0.42 sec
// ----------------------------------------

Press enter to exit ...
Pythong is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-24-2014 , 09:59   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #782

Quote:
Originally Posted by poel View Post
@PowerLord

I dont have rtv_extended.cfg. So, I use "rtv.cfg" and it works so its ok.

How can we see when vote start, how many vote have somes map ? (In the center mid)

thks
I never got an email about this post...

Anyway, cfg/sourcemod/sourcemod.cfg should have a configuration setting named sm_vote_progress_hintbox. Set it to 1. Just be aware this doesn't work properly on games with funky HintBox UIs, such as Half-Life 2: Deathmatch.

Quote:
Originally Posted by Pythong View Post
How does one get past compiling the plugin (straight out of the zip file, no modifications at the moment) when it says this:


Code:
//// mapchooser_extended.sp
// mapchooser_extended.sp(283) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(289) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(297) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(302) : error 017: undefined symbol "Engine_CSS"
// mapchooser_extended.sp(317) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(325) : error 017: undefined symbol "Engine_NuclearDawn
"
// mapchooser_extended.sp(330) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(338) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(547) : error 017: undefined symbol "CReplyToCommand"
// mapchooser_extended.sp(556) : error 017: undefined symbol "CReplyToCommand"
// mapchooser_extended.sp(2211) : error 017: undefined symbol "Engine_Original"
// mapchooser_extended.sp(2211) : warning 213: tag mismatch
// mapchooser_extended.sp(2216) : error 017: undefined symbol "Engine_DarkMessia
h"
// mapchooser_extended.sp(2216) : warning 213: tag mismatch
// mapchooser_extended.sp(2221) : error 017: undefined symbol "Engine_SourceSDK2
006"
// mapchooser_extended.sp(2221) : warning 213: tag mismatch
// mapchooser_extended.sp(2226) : error 017: undefined symbol "Engine_SourceSDK2
007"
// mapchooser_extended.sp(2226) : warning 213: tag mismatch
// mapchooser_extended.sp(2231) : error 017: undefined symbol "Engine_BloodyGood
Time"
// mapchooser_extended.sp(2231) : warning 213: tag mismatch
// mapchooser_extended.sp(2236) : error 017: undefined symbol "Engine_EYE"
// mapchooser_extended.sp(2236) : warning 213: tag mismatch
// mapchooser_extended.sp(2241) : error 017: undefined symbol "Engine_CSS"
// mapchooser_extended.sp(2241) : warning 213: tag mismatch
// mapchooser_extended.sp(2250) : error 017: undefined symbol "Engine_DODS"
// mapchooser_extended.sp(2250) : warning 213: tag mismatch
// mapchooser_extended.sp(2254) : error 017: undefined symbol "Engine_HL2DM"
// mapchooser_extended.sp(2254) : warning 213: tag mismatch
// mapchooser_extended.sp(2258) : error 017: undefined symbol "Engine_TF2"
// mapchooser_extended.sp(2258) : warning 213: tag mismatch
// mapchooser_extended.sp(2264) : error 017: undefined symbol "Engine_Left4Dead"

// mapchooser_extended.sp(2264) : warning 213: tag mismatch
// mapchooser_extended.sp(2273) : error 017: undefined symbol "Engine_NuclearDaw
n"
// mapchooser_extended.sp(2273) : warning 213: tag mismatch
// mapchooser_extended.sp(2277) : error 017: undefined symbol "Engine_Left4Dead2
"
// mapchooser_extended.sp(2277) : warning 213: tag mismatch
// mapchooser_extended.sp(2283) : error 017: undefined symbol "Engine_AlienSwarm
"
// mapchooser_extended.sp(2283) : warning 213: tag mismatch
// mapchooser_extended.sp(2288) : error 017: undefined symbol "Engine_CSGO"
// mapchooser_extended.sp(2288) : warning 213: tag mismatch
// mapchooser_extended.sp(2293) : error 017: undefined symbol "Engine_Unknown"
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0.42 sec
// ----------------------------------------

Press enter to exit ...
Two things:
  • CReplyToCommand is from colors.inc, although it didn't always exist there... try a newer version (latest version seems to be this one).
  • The Engine_ values are part of SourceMod 1.5 and newer (they're defined in halflife.inc). In other words, this plugin won't compile on SouceMod 1.4 and earlier any more.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-24-2014 at 10:01.
Powerlord is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 09-25-2014 , 13:55   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #783

Question Powerlord, i'm planning in changing from UMC (Which works bad to me) to this plugin, i wonder if this plugin have a vote like UMC, where you see the groups that you made, for example in my case

SURF
Aim
Official

etc... does this plugin have something like this? where you can select the group and then choose a map? or it is like the mapchooser that comes with Sourcemod? where all the maps appear randomly in the list?
Chesterfield is offline
barvica
Senior Member
Join Date: Oct 2014
Old 10-09-2014 , 11:54   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #784

I have a problem, when vote pops up, i can't vote for my custom maps that i have on my server, i can only choose between 4 default maps dust2, italy etc. how can i set that i will be able to vote for my custom maps ?
barvica is offline
VintageEpicFail
Senior Member
Join Date: Feb 2012
Location: Straya
Old 10-09-2014 , 16:56   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #785

Quote:
Originally Posted by barvica View Post
I have a problem, when vote pops up, i can't vote for my custom maps that i have on my server, i can only choose between 4 default maps dust2, italy etc. how can i set that i will be able to vote for my custom maps ?
Have you changed the cstrike.txt (or whatever game it is) file in /addons/sourcemod/configs/mapchooser/maps?
VintageEpicFail is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-09-2014 , 17:17   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #786

Quote:
Originally Posted by Chesterfield View Post
Question Powerlord, i'm planning in changing from UMC (Which works bad to me) to this plugin, i wonder if this plugin have a vote like UMC, where you see the groups that you made, for example in my case

SURF
Aim
Official

etc... does this plugin have something like this? where you can select the group and then choose a map? or it is like the mapchooser that comes with Sourcemod? where all the maps appear randomly in the list?
I feel like I answered this question already in a PM.

This plugin is based on the SourceMod MapChooser... and in fact, I'm working on backporting some of the stuff it has to the stock SourceMod MapChooser (mostly the CS:GO and MvM stuffs)

Which means it doesn't have fancy stuff like groups. I thought about implementing it, but I don't want this plugin to become a monolithic version of UMC.

Quote:
Originally Posted by barvica View Post
I have a problem, when vote pops up, i can't vote for my custom maps that i have on my server, i can only choose between 4 default maps dust2, italy etc. how can i set that i will be able to vote for my custom maps ?
The maps this plugin uses is controlled from addons/sourcemod/configs/maplists.cfg, specifically the mapchooser section. Normally, this points at "target" "mapcyclefile", which looks at the mapcyclefile cvar and uses the file it's pointing to for its map list. By default this is mapcycle.txt or cfg/mapcycle.txt depending on the game.

Note that "rockthevote" and "nominations" have their own sections here as well.

Quote:
Originally Posted by VintageEpicFail View Post
Have you changed the cstrike.txt (or whatever game it is) file in /addons/sourcemod/configs/mapchooser/maps?
*whack* don't do that. That just controls what maps are marked as custom maps. Speaking of which, both the csgo and tf2 versions are out of date by now.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-09-2014 at 17:17.
Powerlord is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 10-09-2014 , 18:02   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #787

Quote:
Originally Posted by Powerlord View Post
*whack* don't do that. That just controls what maps are marked as custom maps. Speaking of which, both the csgo and tf2 versions are out of date by now.
Just, uh, FYI, it'd be easier to know that that's not the mapcyclefile for this plugin if you named them something like tf2_defaultmaps.txt. I made the same mistake until I read this post.
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
benek
Member
Join Date: Jan 2014
Location: Poland
Old 10-16-2014 , 07:54   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #788

Powerlord, can you share with me Nominate plugin so i can test it for you?

My players are getting more and more frustrated.
__________________
benek is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 10-19-2014 , 01:17   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #789

Was there a way to set "Minimum Yes votes required" because it's silly when 60% of 2 players rounds to only one player having to say yes to an RTV and being able to change the map forever.
__________________
Chdata is offline
Blink182
New Member
Join Date: Mar 2008
Old 10-22-2014 , 03:39   Re: MapChooser Extended 1.10.2 (Updated 2014-02-05)
Reply With Quote #790

Hello, im writting this post after have done almost everything i could think of to get this plugin to work, but i have failed.

1. I put mapchose_extended.sp, mapchoser_extended_sounds.sp , nominations_extended.sp, rockthevote_extended on path addons/sourcemod/scripting.
I also put mapchoser_extended.inc and colors.inc on the folder scripting/include

2. Then i put mapchose_extended.smx, mapchoser_extended_sounds.smx , nominations_extended.smx , rockthevote_extended.smx on the following path /addons/sourcemod/plugins

3. Finally i put mapchooser_extended.phrases.txt on sourcemod/translations.

I rebooted my server and i typed "sm plugins" and i get the following plugins (It a rented server and it came with many plugins installed)

] sm plugins
"Reserved Slots" (1.6.2-dev+4569) by AlliedModders LLC
"Basic Chat" (1.6.2-dev+4569) by AlliedModders LLC
"Sound Commands" (1.6.2-dev+4569) by AlliedModders LLC
"Admin Menu" (1.6.2-dev+4569) by AlliedModders LLC
"Admin File Reader" (1.6.2-dev+4569) by AlliedModders LLC
"Client Preferences" (1.6.2-dev+4569) by AlliedModders LLC
"Nextmap" (1.6.2-dev+4569) by AlliedModders LLC
"Basic Info Triggers" (1.6.2-dev+4569) by AlliedModders LLC
"Anti-Flood" (1.6.2-dev+4569) by AlliedModders LLC
"Admin Help" (1.6.2-dev+4569) by AlliedModders LLC
To see more, type "sm plugins 11"
] sm_plugins 11
Unknown command: sm_plugins
] sm plugins 11
"Basic Votes" (1.6.2-dev+4569) by AlliedModders LLC
"Basic Commands" (1.6.2-dev+4569) by AlliedModders LLC
"Rock The Vote Extended" (1.10.0) by Powerlord and AlliedModders LLC
"Map Nominations Extended" (1.10.0) by Powerlord and AlliedModders LLC

I included all the plugins, maybe one of them is interfering with it, when i go to CFG/SOURCEMOD i only have sourcemod.cfg and RTV.CFG

When i try to use the plugin commands they do not exist, so i guess plugin doesnt work, even though it appears on the list

If there is any more information that you need, please let me know. Thank you
Blink182 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 13:36.


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