Auto shuffle

Discussion about specific ET servers

Moderators: Forum moderators, developers

gergnad
Posts: 3
Joined: Tue Feb 01, 2005 4:09 pm

Post by gergnad »

Create a file called mapdefault.cfg and put the following lines in this file. You can change the wait setting from 5000 to have it execute this when you want to in warmup, I have set it at like 10 seconds before warmup is completed.

Code: Select all

//XP shuffle with no reset, ETPro
wait 5000;cp "^1XP Shuffle To Balance"
ref shuffleteamsxp_norestart
Put this file in the directory of the map config files. This is defined in the main ETPRO sever cfg file by the following commands w/comments.

Code: Select all

// b_mapconfigdirectory - define the directory to look for default map configs.
// when a new map loads, the server looks for mapdefault_mapname.cfg
// and executes it if found. if not found, it looks for mapdefault.cfg.
// (this setting will be ignored when a certified configuration is loaded)
// default: ""
set b_mapconfigdirectory "configs"
So this would file for me would be found in the configs folder of the ETPRO directory. Hope this helps clear this up.

BTW tried this with mixed results from folks, too many shuffling and confusing for folks and a lot of fire team joining. We allow shuffle team voting, but this should be done early or before the map starts. The ref noreset command works great, but it is not a votable command during the game, only refs can use it.
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

gergnad wrote: The ref noreset command works great, but it is not a votable command during the game, only refs can use it.
/callvote shuffleteamsxp_norestart
Post Reply