Forum

Removing setup time

Created 16th May 2008 @ 19:41

Add A Reply Pages: 1

wer

tfortress.no

MetaMod:Source plugin allows u to edit setup time among lots of other stuff.
All u need is and the stripper plugin, then add a file called cp_well or cp_granary (or any other map with setup time), and add this code: modify:
{
match:
{
"classname" "team_round_timer"
}
insert:
{
"setup_length" "1"
}
}

this will set the setup time to 1 second.

wer

tfortress.no

bah, sry for double post, i messed up the forum codes.

http://www.bailopan.net/stripper/
This MetaMod:Source plugin allows u to edit setup time among lots of other stuff.
All u need is http://www.metamodsource.net/?go=downloads and the stripper plugin, then add a file called cp_well or cp_granary (or any other map with setup time), and add this code: modify:
{
match:
{
"classname" "team_round_timer"
}
insert:
{
"setup_length" "1"
}
}

this will set the setup time to 1 second.

H-Man

Why should you want to do this?

wer

tfortress.no

because this is a server side plugin that simply removes/changes the setup time.
it doestn affect clients at all, its only server side.
so this means there’s no use for cp_pro_granary

Add A Reply Pages: 1