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

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 10-20-2011 , 15:00   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #181

I hate to triple post, but I just realized I haven't updated the TF2 map list since the last update. Here's a new version with Gullywash added. It goes in addons/sourcemod/configs/mapchooser_extended/maps/
Attached Files
File Type: txt tf.txt (752 Bytes, 115 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-20-2011 at 15:02.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-24-2011 , 12:37   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #182

I hate to ask this, but... should I change the cvar names in the next release? Right now, the cvars are named identically with SourceMod's, but I think it may be a good idea to rename them so they aren't confused for being one of SourceMod's cvars.

sm_mapvote_version pretty much has to change, as I can't even register it to this thread.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
napalm00
Veteran Member
Join Date: Jun 2011
Location: Italy, sadly
Old 10-24-2011 , 16:55   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #183

Quote:
Originally Posted by Powerlord View Post
I hate to ask this, but... should I change the cvar names in the next release? Right now, the cvars are named identically with SourceMod's, but I think it may be a good idea to rename them so they aren't confused for being one of SourceMod's cvars.

sm_mapvote_version pretty much has to change, as I can't even register it to this thread.
That was a thing I thought too when I saw them, Imo go for it.
__________________
napalm00 is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 10-27-2011 , 14:36   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #184

Quote:
Originally Posted by Powerlord View Post
I hate to triple post, but I just realized I haven't updated the TF2 map list since the last update. Here's a new version with Gullywash added. It goes in addons/sourcemod/configs/mapchooser_extended/maps/


I have a question.

Will this plugin allow me to run more than one mapcyclefiles, example a day rotation and a night rotation.

Day rotation = maycycle.txt (29 maps)
Night rotation = mapcyclenight.txt (8 maps)


The default normal mapchooser file allows me to have multiple mapcyclefiles as the information is extracted from the active mapcyclefile that is running.

However, I noticed that you have folder /maps/tf.txt file with names of the all maps.
__________________

Last edited by ph; 10-27-2011 at 14:37.
ph is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-27-2011 , 19:55   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #185

Quote:
Originally Posted by ph View Post
I have a question.

Will this plugin allow me to run more than one mapcyclefiles, example a day rotation and a night rotation.

Day rotation = maycycle.txt (29 maps)
Night rotation = mapcyclenight.txt (8 maps)


The default normal mapchooser file allows me to have multiple mapcyclefiles as the information is extracted from the active mapcyclefile that is running.

However, I noticed that you have folder /maps/tf.txt file with names of the all maps.
tf.txt is only used for marking whether a map is custom or not. Otherwise, it should act like the standard MapChooser (in fact, 75%+ of the code is from the standard MapChooser)
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-29-2011 , 01:00   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #186

FYI: SourceMod 1.4 came out Friday.

I'll try to get an updated version of MapChooser Extended pushed out for it this weekend. We might even have some of the features I previously mentioned implemented... I already have code written for Bugs 1 and 2, and Features 1, 2, and 3 from my previous list.

A number of forwards are going to be renamed in this release to match the new forwards in the SourceMod MapChooser. Specifically, OnMapVoteStart will be renamed OnMapVoteStarted. Others may be changed to match this naming scheme.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-29-2011 at 01:03.
Powerlord is offline
napalm00
Veteran Member
Join Date: Jun 2011
Location: Italy, sadly
Old 10-29-2011 , 01:08   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #187

Quote:
Originally Posted by Powerlord View Post
FYI: SourceMod 1.4 came out Friday.

I'll try to get an updated version of MapChooser Extended pushed out for it this weekend. We might even have some of the features I previously mentioned implemented... I already have code written for Bugs 1 and 2, and Features 1, 2, and 3 from my previous list.

A number of forwards are going to be renamed in this release to match the new forwards in the SourceMod MapChooser. Specifically, OnMapVoteStart will be renamed OnMapVoteStarted. Others may be changed to match this naming scheme.
Nice!
Looking forward to it
__________________
napalm00 is offline
PlasteR
Senior Member
Join Date: May 2011
Location: Poland
Old 10-30-2011 , 09:44   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #188

Quote:
Originally Posted by ph View Post
I have a question.

Will this plugin allow me to run more than one mapcyclefiles, example a day rotation and a night rotation.

Day rotation = maycycle.txt (29 maps)
Night rotation = mapcyclenight.txt (8 maps)


The default normal mapchooser file allows me to have multiple mapcyclefiles as the information is extracted from the active mapcyclefile that is running.

However, I noticed that you have folder /maps/tf.txt file with names of the all maps.
Very good idea I set the cfg for hours if possible ..
__________________
PlasteR is offline
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 10-30-2011 , 12:26   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #189

Quote:
Originally Posted by Powerlord View Post
I'll try to get an updated version of MapChooser Extended pushed out for it this weekend.
Can't wait.
GrO is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-31-2011 , 10:46   Re: MapChooser Extended 1.6.3 (Updated 2011-06-22)
Reply With Quote #190

Got distracted by TF2 and other things yesterday.

I've got the codebase synched up with MapChooser 1.4.0, but the nomination randomization feature I wanted in this version isn't completed yet.

Hopefully, I'll finish said feature today sometime, but I can't test it for a minimum of 7 hours from now. I can put out an untested beta version once I'm finished if someone wants to test it, though.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 10-31-2011 at 10:51.
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 03:14.


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