Home   Help Search Login Register  

Author Topic: CTF Q's  (Read 1074 times)

0 Members and 1 Guest are viewing this topic.

xXNismoXx

  • Guest
CTF Q's
« on: 02 Jan 2004, 10:12:18 »
what i want to do is have in the "choose a side" menu, time choices and # of flag return choices to end the game, plus all the flag stuff needed for a CTF.  Is there a titurial somwhere for this?






Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:CTF Q's
« Reply #1 on: 02 Jan 2004, 15:17:29 »
that is done in the description.ext file, and with a couple triggers.  There are tutes avail here at ofpec, but here is the syntax I use in my .ext   :
respawn=3
respawndelay=6

TitleParam1 = "Time";
valuesParam1[] = {10000, 300, 600, 900, 1200, 1500, 1800, 2100, 3600, 7200};
defValueParam1 = 1200;
textsParam1[] = {"Unlimited", "5 Mins", "10 Mins", "15 Mins", "20 Mins", "25 Mins", "30 Mins", "45 Mins", "1 Hour", "2 Hours"};

titleParam2 = "Score to win";
valuesParam2[] = {10000, 5, 10, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200};
defValueParam2 = 20;
textsParam2[] = {"Unlimited", 5, 10, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200};


There are MANY things that can be put in the description.ext file.   I would like to suggest you get an editor, I use both xSQS and Chris's ofp editor.

Get both here:
http://www.ofpec.com/editors/browse.php?browsewhat=3&category=3_1

Hope this helps!

xXNismoXx

  • Guest
Re:CTF Q's
« Reply #2 on: 02 Jan 2004, 23:16:21 »
thanks zombie, does this only add the option in the multi player screen or does it also funtion?

xXNismoXx

  • Guest
Re:CTF Q's
« Reply #3 on: 03 Jan 2004, 00:08:25 »
I got both chris's and xSQS downloads.  I need a SQS file for the flags on both East and West for the "flagrunner", "flagdropped", "flagreturn", "flagpickup", and I tried the timer thing for five min and it didn't end :( , so i guess i need a little help getting that to work too.

I also need a score SQS file.  help would be greatly appreciated, not only would you be helping me but also my freind as well, he hase his map already set up but needs all this stuff as well.  Thanks in advance

xXNismoXx

  • Guest
Re:CTF Q's
« Reply #4 on: 03 Jan 2004, 00:38:02 »
ok, thanks for all the help, I downloaded a program to turn pbo uncompressed and just snatched files needed out of another ctf, thanks again for all the help ;D