SRCDS Steam group


(help) Team Fortress 2 .cfg
#1
Is there a way to automaticly exec a .cfg file 50 seconds into a game, on pl_goldrush for example? If this ispossible it would be very helpful thankyou!

If not is their a way to get rid of the setup time?
Reply
#2
I know there's away without any plugins or mods.

Just use the "alias" command with wait; wait; wait etc.
Tell me, and I will give you an example.
Reply
#3
realchamp Wrote:I know there's away without any plugins or mods.

Just use the "alias" command with wait; wait; wait etc.
Tell me, and I will give you an example.

Well I want to exec a file called bots.cfg 50 seconds after the game starts (after setup time on payload maps) so the command would be...

alias exec bots.cfg wait;50

Is that how the command would be written?
Sorry I am new to this,
Reply
#4
No like this:

Code:
alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wait20" "wait10; wait10"
alias "wait100" "wait20; wait20;wait20;wait20;wait20"
alias "wait500" "wait100; wait100; wait100; wait100; wait100"
alias "wait1000" "wait500; wait500"

wait1000; wait1000; wait1000; wait500; exec bots.cfg

But you might need to adjust the waiting, you can set it at anything!

Just add another wait500; (remember the space)

Or if you want to have it to be less time, just remove them. Smile
Reply
#5
Thankyou!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)