Raised This Month: $ Target: $400
 0% 

Mapchooser4


Post New Thread Reply   
 
Thread Tools Display Modes
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-09-2007 , 15:43   Re: Mapchooser4
Reply With Quote #121

Please check if You cannot nominate only default CS1.6/CZERO maps or You cannot nominate also any map You know the file of it exists for sure in Your ...\maps folder.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-16-2007 , 08:33   Re: Mapchooser4
Reply With Quote #122

OK - for those they had trobles with nominating maps not existing on the maps list, but existing in map folder - please try this version attached to this post. Make sure You have these settings in Your amxx.cfg (at the bottom of it):
// mapchooser4
amx_mapchooser_type 1
amx_nominfromfile 0
amx_maxnominperplayer 2

There was really a little bug with nominations stuff, but now You should be definitevely able to nominate also maps they are out of the maps.ini, but they are in maps folder (of course if amx_nominfromfile is 0). Please give me the feedback. If everything is OK, I'll update the first post.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.

Last edited by KWo; 03-03-2010 at 09:12. Reason: Removed old unsupported version
KWo is offline
Fundaris
Junior Member
Join Date: Sep 2007
Old 09-23-2007 , 07:12   Re: Mapchooser4
Reply With Quote #123

Yes it works thx man
Fundaris is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-26-2007 , 15:54   Re: Mapchooser4
Reply With Quote #124

OK - the first post is now updated to the 3.1 version. I hope no-one will have troubles with nominating maps out of maps.ini.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
isiiz
Junior Member
Join Date: Sep 2007
Old 11-01-2007 , 06:35   Re: Mapchooser4
Reply With Quote #125

Mapchooser4 doesn't work for me.. It says Running in consol, I have putted the amxx file in plugins.. the sma file in scripting.. I wrote "Mapchooser4.amxx" in plugins.ini, I disabled the original Mapchooser.. My server language is English, I have no Winlimit, No maxrounds, I have mp_timelimit 30 I've putted mapchooser4.txt file in lang folder but still doesn't work... What can be wrong?
isiiz is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 11-01-2007 , 15:45   Re: Mapchooser4
Reply With Quote #126

If You are using AMX X 1.80 You need to recompile the mapchooser4.sma file and then place the compiled version again in amxmodx\plugins folder. How to locally compile any plugin? Put the plugin's *.sma file in the folder amxmodx\scripting, find there the file called compile.exe, hit the "Enter" key on the keyboard to run compile.exe, go to amxmodx\scripting\compiled folder and get from there the *.amxx file You have been compiling and move it to amxmodx\plugins folder. You are done.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
isiiz
Junior Member
Join Date: Sep 2007
Old 11-01-2007 , 18:04   Re: Mapchooser4
Reply With Quote #127

I'm using AmxmodX 1.76d.. So that can't be the problme, can it?
isiiz is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 11-02-2007 , 05:26   Re: Mapchooser4
Reply With Quote #128

Make sure - if You are using mp_timelimit - if You have mp_maxrounds 0 and mp_winlimit 0. I'm always using mp_maxrounds 30 (mp_timelimit and mp_winlimit are 0) and it works fine. Make also sure if nextmap plugin is working.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
SeToY
SourceMod Donor
Join Date: Jul 2006
Location: Germany
Old 11-03-2007 , 13:28   Re: Mapchooser4
Reply With Quote #129

hey.
i want to have this both CVARs together:
Code:
amx_mapchooser_type <0/1/2>
0: random maps from amx_mapchooser_mapsfile/mapcycle/maps folder
1: nominations
If not enough maps have been nominated, the rest of the maps should be randomly choosen from maps.ini

my actual settings:
Code:
amx_mapchooser_type "1"
amx_mapchooser_mapsloc "0"
amx_mapchooser_mapsfile "maps.ini"
amx_nominfromfile "1"
amx_maxnominperplayer "2"
amx_extendmap_max "30"
amx_extendmap_step "15"
amx_ext_round_max "0"
amx_ext_round_step "0"
amx_ext_win_max "0"
amx_ext_win_step "0"
__________________
Success is a lousy teacher. It seduces smart people into thinking they can't lose.
- Bill Gates

Quote:
Originally Posted by Hawk552
SeToY is a retard, scumbag and asshole and you shouldn't pretend that he isn't.
SeToY is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 11-03-2007 , 17:23   Re: Mapchooser4
Reply With Quote #130

Quote:
Originally Posted by SeToY View Post
hey.
i want to have this both CVARs together:
Code:
amx_mapchooser_type <0/1/2>
0: random maps from amx_mapchooser_mapsfile/mapcycle/maps folder
1: nominations
If not enough maps have been nominated, the rest of the maps should be randomly choosen from maps.ini

my actual settings:
Code:
amx_mapchooser_type "1"
amx_mapchooser_mapsloc "0"
amx_mapchooser_mapsfile "maps.ini"
amx_nominfromfile "1"
amx_maxnominperplayer "2"
amx_extendmap_max "30"
amx_extendmap_step "15"
amx_ext_round_max "0"
amx_ext_round_step "0"
amx_ext_win_max "0"
amx_ext_win_step "0"
If amx_mapchooser_type is 1, You don't need to nominate 5 maps to fill-up all 5 slots for maps in Maps menu. The rest is automatically taken according to the state of amx_mapchooser_mapsloc cvar - in Your case it's amx_mapchooser_mapsfile - "maps.ini". So according to Your settings it should work exactly like You want.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo 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:35.


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