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

Mapchooser4


Post New Thread Reply   
 
Thread Tools Display Modes
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-23-2012 , 08:31   Re: Mapchooser4
Reply With Quote #571

Windows or linux server?
__________________
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
MustD1e
Senior Member
Join Date: Apr 2010
Old 05-23-2012 , 10:25   Re: Mapchooser4
Reply With Quote #572

linux
__________________

Fly with us
MustD1e is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-24-2012 , 01:31   Re: Mapchooser4
Reply With Quote #573

chnage the access rights to the folder amxx\configs\ to let everybody have the full control of it. It looks like some Your files cannot be even read there. If that helps find optimal settings to have the protection for Your server and to let everything working as it should. The problem You are describing never happens on windows server.
__________________
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
MustD1e
Senior Member
Join Date: Apr 2010
Old 05-24-2012 , 09:43   Re: Mapchooser4
Reply With Quote #574

access rights did not helps
what's this
Quote:
L 05/24/2012 - 00:268: [mapchooser4.amxx] [DEBUG] Preparing the map menu error!
L 05/24/2012 - 00:268: [mapchooser4.amxx] [DEBUG] Preparing the map menu error!
L 05/24/2012 - 00:268: [mapchooser4.amxx] [DEBUG] Preparing the map menu error!
L 05/24/2012 - 00:268: [mapchooser4.amxx] [DEBUG] Preparing the map menu error!
L 05/24/2012 - 00:268: [mapchooser4.amxx] Vote: Voting for the nextmap started
mapchooser.amxx debug
__________________

Fly with us

Last edited by MustD1e; 05-24-2012 at 09:44.
MustD1e is offline
dasha
Senior Member
Join Date: Apr 2012
Location: \%STEAM -> $_SESSION
Old 05-24-2012 , 17:20   Re: Mapchooser4
Reply With Quote #575

So many map chooser plugins..
dasha is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-25-2012 , 00:15   Re: Mapchooser4
Reply With Quote #576

Quote:
Originally Posted by MustD1e View Post
access rights did not helps
what's this

mapchooser.amxx debug
What are Your settings for mapchooser4 and where they are placed? Did You install also the lang file (zipped file on the first page - first post of this topic)?
__________________
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
MustD1e
Senior Member
Join Date: Apr 2010
Old 05-26-2012 , 05:38   Re: Mapchooser4
Reply With Quote #577

Code:
    pv_amx_mapchooser_type = register_cvar("amx_mapchooser_type","0")
    pv_amx_map_history = register_cvar("amx_map_history","0")
    register_cvar("amx_mapchooser_mapsloc", "0")
    register_cvar("amx_mapchooser_mapsfile", "maps.ini")
    register_cvar("amx_mapchooser_mapsfile_s", "small_maps.ini")
    register_cvar("amx_nominfromfile","0")
    register_cvar("amx_maxnominperplayer","1")

    register_cvar("amx_extendmap_max","90")
    register_cvar("amx_extendmap_step","15")
    register_cvar("amx_ext_round_max","3")
    register_cvar("amx_ext_round_step","3")
    register_cvar("amx_ext_win_max","3")
    register_cvar("amx_ext_win_step","10")

    pv_amx_vote_time = register_cvar("amx_vote_time","20")
    pv_amx_vote_delay = register_cvar("amx_vote_delay","60")
    pv_amx_rtv = register_cvar("amx_rtv","1")
    pv_amx_rtv_percent = register_cvar("amx_rtv_percent","0.51")
    pv_amx_rtv_min_time = register_cvar("amx_rtv_min_time","10")
    pv_amx_rtv_map_time = register_cvar("amx_rtv_map_time","10")

    pv_amx_last_voting = get_cvar_pointer("amx_last_voting")
    set_cvar_float("amx_last_voting",0.0)
rights configs 777 recursive
mapchooser4.amxx - plugins, small_maps.ini (de_dust2_2x2) - configs, maps.ini another maps
there example log:
Quote:
L 05/26/2012 - 12:52:29: -------- Mapchange to de_dust2_2x2 --------
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] Loading File: "addons/amxmodx/configs/roundsound.ini"
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] [ Loading 1 CTs Sounds ]
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] - sound/mustfight/ct_win.mp3
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] [ Loading 1 Ts Sounds ]
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] - sound/mustfight/t_win.mp3
L 05/26/2012 - 12:52:29: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 12:52:29: [mapchooser4.amxx] Found 40 maps in maps folder
L 05/26/2012 - 12:520: [amxbans_main.amxx] [AMXBans] AMXBans 6.0.3 работает!
L 05/26/2012 - 12:520: [amxbans_main.amxx] [AMXBans] Не найдены причины банов в БД. Загружены стандартные.
L 05/26/2012 - 12:525: [mapchooser4.amxx] xvars for mapchooser 4 setuped.
L 05/26/2012 - 13:19:48: [mapchooser4.amxx] Vote: Voting for the nextmap started
L 05/26/2012 - 13:19:48: [mapchooser4.amxx] Player проголосовал de_dust
L 05/26/2012 - 13:19:54: [mapchooser4.amxx] )!(eka проголосовал de_inferno
L 05/26/2012 - 13:19:58: [mapchooser4.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_inferno
L 05/26/2012 - 13:23:26: -------- Mapchange to de_inferno --------
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] Loading File: "addons/amxmodx/configs/roundsound.ini"
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] [ Loading 1 CTs Sounds ]
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] - sound/mustfight/ct_win.mp3
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] [ Loading 1 Ts Sounds ]
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] - sound/mustfight/t_win.mp3
L 05/26/2012 - 13:23:27: [alt_end_round_sounds.amxx] ---
L 05/26/2012 - 13:23:27: [mapchooser4.amxx] Found 40 maps in maps folder
L 05/26/2012 - 13:23:27: [amxbans_main.amxx] [AMXBans] AMXBans 6.0.3 работает!
L 05/26/2012 - 13:23:27: [amxbans_main.amxx] [AMXBans] Не найдены причины банов в БД. Загружены стандартные.
L 05/26/2012 - 13:233: [mapchooser4.amxx] xvars for mapchooser 4 setuped.
Mb it dont' works becouse de_dust2_2x2 has map config (configs/maps/de_dust2_2x2.cfg mp_winlimit 20 (another maps 10))
__________________

Fly with us
MustD1e is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 05-26-2012 , 15:31   Re: Mapchooser4
Reply With Quote #578

Why exactly did You change the sma file to have Your setting? You should have place all cvars for mapchooser4 at the bottom of amxx.cfg (these You don't like to have as default ones). What else did You change in my original sma file? Enable debug in plugins.ini to provide exact info about "[DEBUG] Preparing the map menu error!" - I mean with the line number the debugger is complaining.
__________________
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
MustD1e
Senior Member
Join Date: Apr 2010
Old 05-26-2012 , 17:47   Re: Mapchooser4
Reply With Quote #579

I just translated lines 1045 and 1047, and change cvars in sma. Message about [DEBUG] now gone. Compiled 1.8.2 dev build 24. Tomorrow will try put your amxx.
__________________

Fly with us

Last edited by MustD1e; 05-26-2012 at 17:51.
MustD1e is offline
MustD1e
Senior Member
Join Date: Apr 2010
Old 05-28-2012 , 02:08   Re: Mapchooser4
Reply With Quote #580

also read maps only from mapcycle anyway (mapsloc 0 or 1)
__________________

Fly with us
MustD1e 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 23:08.


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