Auto shuffle

Discussion about specific ET servers

Moderators: Forum moderators, developers

vullis
Posts: 4
Joined: Tue Nov 25, 2003 8:47 am

Auto shuffle

Post 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?
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

i think its not direcly posable but i think you can add it to a map_defalt config
Last edited by =FF=im2good4u on Wed May 26, 2004 8:29 am, edited 1 time in total.
vullis
Posts: 4
Joined: Tue Nov 25, 2003 8:47 am

Post 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.
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post 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
vullis
Posts: 4
Joined: Tue Nov 25, 2003 8:47 am

Post 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
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

this willl only shufle before a new campaing but not after every map
cody
Posts: 1
Joined: Tue Jun 29, 2004 11:20 pm

AutoShuffle for campaign

Post 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
jarppa
Posts: 14
Joined: Wed Nov 03, 2004 4:08 am

Re: AutoShuffle for campaign

Post 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"??
User avatar
Threshold
Posts: 293
Joined: Tue Dec 16, 2003 5:14 pm

Re: AutoShuffle for campaign

Post 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..
Mark
Posts: 411
Joined: Thu Jan 01, 2004 6:10 am
Location: #vpclan@qnet

Re: AutoShuffle for campaign

Post 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
Get owned at: Gaming@d1p.de (217.172.182.126:27960)
Image
Hi! I'm a .signature *virus*! Copy me into your ~/.signature to help me spread!
0815*Sir Tom
Posts: 3
Joined: Wed Oct 27, 2004 1:36 am

Post by 0815*Sir Tom »

Where do I have to change the map "defaults"? Location? :?:
jarppa
Posts: 14
Joined: Wed Nov 03, 2004 4:08 am

Post by jarppa »

Mark, auto shuffle is now working fine with your mod. Thanks!
Mark
Posts: 411
Joined: Thu Jan 01, 2004 6:10 am
Location: #vpclan@qnet

Post 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
Get owned at: Gaming@d1p.de (217.172.182.126:27960)
Image
Hi! I'm a .signature *virus*! Copy me into your ~/.signature to help me spread!
Macro
Posts: 16
Joined: Wed Sep 17, 2003 9:22 pm
Location: Finland
Contact:

Post 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.
Mark
Posts: 411
Joined: Thu Jan 01, 2004 6:10 am
Location: #vpclan@qnet

Post 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
Get owned at: Gaming@d1p.de (217.172.182.126:27960)
Image
Hi! I'm a .signature *virus*! Copy me into your ~/.signature to help me spread!
Post Reply