What's the variable for server warm up time?

Plasmatic

Contributor
Veteran XX
Does anyone around here know how to change player warm up time? This would help those of us smacking Unreal script around immensely..
 
There are two countdowns. One is for tournament (supposedly), the other for pubs. The pub one is the harder to get to.

Open up TVEd, and open the class browser. Open the GameClasses.pkg file so that it gets all the classes. Make sure non-placable classes is selected. Go Object->Actor->Info->GameInfo->GameInfo->MultiplayerGameInfo->ModeInfo->ModeDefault->ModeWhateverTheHellYouNeed

Right click and hit default properties.

Expand the roundInfoClass field, then RoundInfo, then rounds, then [0].

There it is! "countdownDuration"! The value is in seconds.

The tournament countdown time is just in the top level of the ModeWhateverTheHellYouWant fields.
 
No wonder i could never find it..thanks for the info i was looking for this as well...

question tho, wouldnt saving that new setting cause a mismatch when you try to play on a server ?

Couldnt you add it to the INI file ?
 
Last edited:
I don't know. But that worked for my on the gametype I'm developing. I'd make a complete backup of your install for modding anyway just for safety.
 
Back
Top