Page 1 of 1

I opened a babel server but I have a problem

Posted: Thu Feb 28, 2013 5:33 am
by Blitz
I applied onectf to the server.
When i get the intel it says 'take it to enemy base to score'
How do I change this? I want users to take intel to their base to score.
Is there any other script for this?

Re: I opened a babel server but I have a problem

Posted: Thu Feb 28, 2013 5:35 am
by topo
in onectf.py, change
Code: Select all
ONE_CTF_MODE = REVERSE_ONE_CTF
to
Code: Select all
ONE_CTF_MODE = ONE_CTF

Re: I opened a babel server but I have a problem

Posted: Thu Feb 28, 2013 5:37 am
by Blitz
topo wrote:
in onectf.py, change
Code: Select all
ONE_CTF_MODE = REVERSE_ONE_CTF
to
Code: Select all
ONE_CTF_MODE = ONE_CTF
Thx a lot :D