Skip to content

NewCTF v13

Compare
Choose a tag to compare
@Deaod Deaod released this 09 Jun 22:19
· 81 commits to master since this release

Changelog

  • Performance improvements
  • SpawnFlagBlockRange now applies around flag carriers
  • Added INewCTFAnnouncer, a stand-alone interface for NewCTF announcers, so that announcers dont have to be recompiled for every NewCTF version
  • Created NewCTFInterface.u to contain INewCTFAnnouncer
  • SpawnControl.u merged into NewCTFInterface.u
  • Added FlagTimeout settings for normal play, advantage, overtime
  • Fixed a bug that prevented flags picked up while already touching your own flag from immediately being scored
  • Give each team's flag its own class (NewCTFFlagRed, NewCTFFlagBlue, NewCTFFlagYellow, NewCTFFlagGold)