AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Map changer on x players(mani port) (https://forums.alliedmods.net/showthread.php?t=70319)

Devilfish 04-22-2008 13:59

Map changer on x players(mani port)
 
Im sure ive seen this mentioned here befor but cant find it but would it be possible for some one to write a map changer when x players is hit! eg like mani mod >>>>



// ********************************************* ********************************
// Module : AutoMap Module
//
// Desc : This module is designed to allow a set of popular maps to be
// autoloaded if your server has a minimum number of players on it.
// A typical setup would be to switch to de_dust2 for instance if there
// are no players on the server at the time.
// ********************************************* ********************************

// 0 = Disable, 1 = Enable
mani_automap 0

// This cvar sets up the list of maps that you would like to switch to, you
// can setup more than one map by seperating each map with the : symbol e.g
// mani_automap_map_list "de_dust2:de_aztec:cs_office"
mani_automap_map_list ""

// The number of players or less that will trigger the automap change
mani_automap_player_threshold 0

// Include bots in the threshold calculation.
// 0 = Exclude bots from the calculation
// 1 = Include bots in the calculation
mani_automap_include_bots 0

// Time in seconds after the player threshold has been reached that an automap
// change will take place. Default is 5 minutes (300 seconds)
mani_automap_timer 300

// If an automap event happens, you can set the next map once that map has
// loaded to be the same as the current map.
// 0 = disabled
// 1 = enabled
mani_automap_set_nextmap 0


I dont want to run mani on tf2 & this would be a great edition to source mod!
Thanks in advanced!

SixSicSix 04-22-2008 17:02

Re: Map changer on x players(mani port)
 
autochangemap?
dynamic map rotation?

dann 04-30-2008 02:26

Re: Map changer on x players(mani port)
 
http://forums.alliedmods.net/showthread.php?t=65281


All times are GMT -4. The time now is 03:49.

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