cziki Posted May 31, 2013 Share Posted May 31, 2013 Hi, I'd like to hide some maps when on serwer is too many players. Also I want to shows 2 maps only when the number of players is 30 and more. My default.cfg looks: forcecvar snaps 20sv_cvar cg_fov IN 90 120forcecvar r_ambientScale 0.5forcecvar r_colorMipLevels 0forcecvar r_lightmap 0sv_cvar r_depthbits IN 24 32forcecvar cl_freelook 1forcecvar cl_pitchspeed 0sv_cvar cl_yawspeed IN 0 140forcecvar cl_timenudge 0forcecvar r_zfar 0sv_cvar cl_maxpackets IN 60 100sv_cvar com_maxfps IN 43 125sv_cvar rate IN 25000 45000sv_cvar r_rmse EQ 0forcecvar r_softwareGL 0sv_cvar r_clamptoedge EQ 1sv_cvar cl_nodelta EQ 0sv_cvar cl_packetdup IN 0 1 wait 50!gibaset g_sniperwar 0set g_riflewar 0set g_panzerwar 0set g_speed 320set g_dmgPanzer 400set g_dmgPanzerRadius 300 [players 0-14]set team_maxPanzers 1set team_maxFlamers 1set g_excludedMaps ":radar:fueldump:1944_overlord:rabenhorst:"[/players] [players 15-36]set team_maxPanzers 0set team_maxFlamers 0set g_excludedMaps ":fueldump:radar:"[/players] [players 28-36]set g_excludedMaps ":bremen_final:adlernest:el_kef_final:"[/players] [players 30-36]set g_excludedMaps ":goldendunk_a2:snatch3:goldrush:"set g_includedMaps ":castleattack_b5:marketgarden_et_r2:"[/players] This cfg don't work. I see castleattack_b5 and marketgarden_et_r2 maps when the number of players is below 30. Also excluded maps, when number of players is between 28-36 and 30-36, still shows up on mapvote windows. What's wrong with this cfg? Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted May 31, 2013 Management Share Posted May 31, 2013 You need to add set g_excludedMaps ":castleattack_b5:marketgarden_et_r2:" to the blocks where you want to exclude maps. Quote Link to comment Share on other sites More sharing options...
cziki Posted June 1, 2013 Author Share Posted June 1, 2013 (edited) You need to add set g_excludedMaps ":castleattack_b5:marketgarden_et_r2:" to the blocks where you want to exclude maps.Ok, I changed this block and it seems to be good but still, when on serwer is for example 5 players, this part:set g_excludedMaps ":radar:fueldump:1944_overlord:rabenhorst:"don't work. These maps shows up in vote table. Edited June 1, 2013 by cziki Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.