挖到一些自定义脚本

地址:http://cc.tauniverse.com/resources.html
有一些补丁和工具下载

FireArcs攻击弧度
/* And example of a well-working Limited Fire arc script. It doesn’t work 100% of the time,
it will still occasionally lock up, but not nearly as often as other version. Just replace
the heading values (in large number format or with <> around them for degrees) as well as
changing Primary to Secondary or Tertiary if need be.
By Mad_Bovine. */

AimPrimary(heading,pitch)
{
signal SIG_AIM1;
set-signal-mask SIG_AIM1;
var count;
count = 0;
While(( heading > 24576 ) && ( heading < 40960 ))
{
sleep 150;
count = count + 1;
If( count == 20 )
{
signal SIG_AIM1;
}
}
//Turret animations
return(TRUE);
}

flak高射炮
The Readme Is Provided

  [url=http://cc.tauniverse.com/downloads/scripts/headmove.zip]HeadMove[/url]
  The Readme Is Provided

  [url=http://cc.tauniverse.com/downloads/scripts/multiturrets&multibarrels.zip]Multi Turrets and Multi Barrels多炮台和多炮管[/url]
  The Readme Is Provided

  [url=http://cc.tauniverse.com/downloads/scripts/SpeedUp.zip]SpeedUp加速[/url]
  The Readme Is Provided

  Credit for these script files go to [i]Mad_Bovine[/i]

xon 的网站里带份BOS全API的doc