Page 1 of 2

Auto shuffle

Posted: Tue May 25, 2004 11:04 am
by vullis
Is it possible in Et with ETPRO 3.0.1 to have an automatic xp shuffle after each map in a campaign?

I've searched my butt off but i found nothing.

So if there is which command is it that i can put in my server config?

Posted: Tue May 25, 2004 12:10 pm
by =FF=im2good4u
i think its not direcly posable but i think you can add it to a map_defalt config

Posted: Wed May 26, 2004 7:34 am
by vullis
hmmm, ok thx :)

That's one step closer :P

does anyone know how? I haven't found the possible that =FF=im2weak4u suggested.

Posted: Wed May 26, 2004 8:41 am
by =FF=im2good4u
if you use a .config instead of a .cfg you can maybe try

Code: Select all

}
map default
{
	command "shuffle_teams"
}
this is sort of wut i meaned but there is also an option of map scripts whitout using a .config only i never tryed that

Posted: Wed May 26, 2004 10:18 am
by vullis
I've ssearched a little bit more and I found this

Code: Select all

set d1 "shuffle_teams; campaign cmpgn_northafrica; set nextcampaign vstr d2"
set d2 "shuffle_teams; campaign cmpgn_centraleurope; set nextcampaign vstr d1"
I've got it from http://www.rtcw.jolt.co.uk/content/ET_server.cfg

I'm not sure if it works. It seems to me that there is one suffle before each campaign and i think you can alter your campaign cfg by adding the shuffle_teams command.

I'll give it a try and let you know if it works

Posted: Wed May 26, 2004 10:42 am
by =FF=im2good4u
this willl only shufle before a new campaing but not after every map

AutoShuffle for campaign

Posted: Tue Jun 29, 2004 11:27 pm
by cody
Hi. Im use autoshuffle with

map default
{
command "shuffle_teams"
}

But its shuffle teams after warmup!!! Why.
I want to shuffle teams BEFORE warmup!
Can you help me? Thx alot!

Easy Red Team
Hungary

Re: AutoShuffle for campaign

Posted: Thu Nov 18, 2004 11:38 pm
by jarppa
cody wrote:Hi. Im use autoshuffle with

map default
{
command "shuffle_teams"
}

But its shuffle teams after warmup!!! Why.
I want to shuffle teams BEFORE warmup!
Can you help me? Thx alot!

Easy Red Team
Hungary
Could you give me instructions how have you done this?
Btw. what if you use command "shuffle_teams_norestart"??

Re: AutoShuffle for campaign

Posted: Fri Nov 19, 2004 2:18 am
by Threshold
jarppa wrote:
cody wrote:Hi. Im use autoshuffle with

map default
{
command "shuffle_teams"
}

But its shuffle teams after warmup!!! Why.
I want to shuffle teams BEFORE warmup!
Can you help me? Thx alot!

Easy Red Team
Hungary
Could you give me instructions how have you done this?
Btw. what if you use command "shuffle_teams_norestart"??
Shuffle_teams_norestart is used more during an ongoing round. If the team's are crazy unbalanced then it will shuffle without restarting the round..

Re: AutoShuffle for campaign

Posted: Fri Nov 19, 2004 4:40 am
by Mark
cody wrote:Hi. Im use autoshuffle with

map default
{
command "shuffle_teams"
}

But its shuffle teams after warmup!!! Why.
I want to shuffle teams BEFORE warmup!
Can you help me? Thx alot!

Easy Red Team
Hungary
With etpro its only possible to shuffle at "start of a round" (with mapdefault configs). That is at the start of warmup AND at start of the real round (so twice!). So if you wanted to do the same with swap, you really have a problem there.

I added the possibilty to execute rcon commands at start, end, intermission and exit level in my etadmin_mod. A shuffle at intermission is probably the best, because its like a shuffle at the start of next map. But the shuffle / swap doesn't show up during the intermission, but on the start of the next map.

Greets
Mark

Posted: Wed Dec 01, 2004 4:48 am
by 0815*Sir Tom
Where do I have to change the map "defaults"? Location? :?:

Posted: Fri Dec 03, 2004 4:17 am
by jarppa
Mark, auto shuffle is now working fine with your mod. Thanks!

Posted: Fri Dec 03, 2004 6:41 am
by Mark
jarppa wrote:Mark, auto shuffle is now working fine with your mod. Thanks!
Ah, good =).

btw. If you use 0.26p3, contact me, and you can test the new 0.26p4. It parses rcon featback now and has some other usefull stuff.

Greets
Mark

Posted: Sun Jan 09, 2005 6:33 am
by Macro
Did u use ref shuffleteamsxp or ref shuffleteamsxp_norestart during the intermission?

Just o tought, but should the shuffleteamsxp restart the last map played before the intermission? I mean if u try pure restart during the intermission it does that.

Posted: Sun Jan 09, 2005 7:19 am
by Mark
Macro wrote:Did u use ref shuffleteamsxp or ref shuffleteamsxp_norestart during the intermission?

Just o tought, but should the shuffleteamsxp restart the last map played before the intermission? I mean if u try pure restart during the intermission it does that.
"ref shuffleteamsxp_norestart" if i recall right.

Greets
Mark