Singel maps with shuffle teams after one round

Discussion about specific ET servers

Moderators: Forum moderators, developers

Post Reply
cwG`Mummy
Posts: 15
Joined: Fri Aug 12, 2005 3:40 pm
Contact:

Singel maps with shuffle teams after one round

Post by cwG`Mummy »

I know that with more map we can take a shuffle_teams like this

set d1 "set g_gametype 2 ; map supplydepot2;shuffle_teams;set nextmap vstr d2"
set d2 "set g_gametype 2 ; map braundorf_b4;shuffle_teams;set nextmap vstr d3"

But how to do it when i have a server that only have one map

will this work

map fueldump;shuffle_teams ???


Mummy
83.243.82.119:27960 cwG`House Of Frags
User avatar
Lagger
Posts: 316
Joined: Mon Sep 29, 2003 8:30 am

Post by Lagger »

did you try?
User avatar
WeblionX
Posts: 762
Joined: Sun Sep 08, 2002 1:03 pm
Contact:

Post by WeblionX »

You can just set vstr to d1 at the end of d1.
Got any old idtech3 tutorials you made or saved? Send them my way.
cwG`Mummy
Posts: 15
Joined: Fri Aug 12, 2005 3:40 pm
Contact:

Post by cwG`Mummy »

Lagger wrote:did you try?
Yes i have but mayby i forgot something becuse it did not work thats why im asking :)
83.243.82.119:27960 cwG`House Of Frags
nedd3h
Posts: 67
Joined: Fri Jan 14, 2005 12:52 am
Location: Australia
Contact:

Post by nedd3h »

do what WeblionX said

Code: Select all

set  d1 "set g_gametype 2; map fueldump; shuffle_teams; set nextmap vstr d1"
vstr d1
cwG`Mummy
Posts: 15
Joined: Fri Aug 12, 2005 3:40 pm
Contact:

Post by cwG`Mummy »

nedd3h wrote:do what WeblionX said

Code: Select all

set  d1 "set g_gametype 2; map fueldump; shuffle_teams; set nextmap vstr d1"
vstr d1
Seems like i need that but then i server have to load the map evry time so is there anyone that know another way ?



Tank you for so fast replay :)
83.243.82.119:27960 cwG`House Of Frags
User avatar
Lagger
Posts: 316
Joined: Mon Sep 29, 2003 8:30 am

Post by Lagger »

Code: Select all

set d1 "set g_gametype 2 ; map fueldump;shuffle_teams;set nextmap vstr d2"
set d2 "shuffle_teams"

vstr d1
maybe something like that?
Post Reply