Sign in to follow this  
Followers 0
Kavawuvi

Team Shuffler

36 posts in this topic

Tiddy-bits:

I can't get this to work in Halo PC - script  v1.0.2 ?  Teams are not being shuffled after every game.

 

In the sapp init I have:

lua 1
lua_load shuffler

Share this post


Link to post
Share on other sites

I can't get this to work in Halo PC - script  v1.0.2 ?  Teams are not being shuffled after every game.

 

In the sapp init I have:

lua 1
lua_load shuffler

It only refreshes every few games, not every single game.

Share this post


Link to post
Share on other sites

I can't get this to work in Halo PC - script  v1.0.2 ?  Teams are not being shuffled after every game.

 

In the sapp init I have:

lua 1
lua_load shuffler

 

You can set it to shuffle every game by changing one of the values at the top of the script :)

 

(it's well-documented)

NeX and Takka like this

Share this post


Link to post
Share on other sites

This is what I have - as you can see, the shuffle interval is set as '0' - presuming that should shuffle teams after every game ?

-- Configuration

-- How many games between shuffles? Set to 0 for every game. Set to -1 to disable automatic shuffling.
SHUFFLE_INTERVAL = 0

-- Seconds to wait on the game start until the teams are shuffled.
TIME_UNTIL_SHUFFLE = 5

-- Warning given to players when teams will be shuffled (shown upon joining).
-- Variables: $SECONDS = seconds remaining
SHUFFLE_WARNING = "Teams will be shuffled in $SECONDS seconds."

-- The notice when teams have been shuffled.
SHUFFLED = "Teams have been shuffled."

-- End of configuration
NeX likes this

Share this post


Link to post
Share on other sites

How many players are ingame? Since it's a randomizer, there is a chance that the teams will shuffle but remain the same. In a 2v2 situation this happens 50% of the time (only two possible outcomes).

Share this post


Link to post
Share on other sites

Even if there are a number of players on the server, teams don't shuffle eg. 12 players - can't figure out why 

Share this post


Link to post
Share on other sites

Even if there are a number of players on the server, teams don't shuffle eg. 12 players - can't figure out why

Try increasing TIME_UNTIL_SHUFFLE ? Mine is set to 8. I can confirm that this script works every time.

Edited by stunt_man

Share this post


Link to post
Share on other sites

Ok thx :)

 

I've changed the time to 8 as you suggest - I'll post back as soon as I see what happens.

 

Also, I have mapvote running, so I'm assuming that won't interfere with this script ?

Share this post


Link to post
Share on other sites

Ok thx :)

 

I've changed the time to 8 as you suggest - I'll post back as soon as I see what happens.

 

Also, I have mapvote running, so I'm assuming that won't interfere with this script ?

No conflict with mapvotes, confirmed.

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.