Skip to content

Releases: MrOats/AngelScript_SC_Plugins

RockTheVote.as Stable v3.0

02 Jun 19:48

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Added new console commands for administration, check documentation link below.
  • Added chat commands for everyone! Just say 'rtv' or 'nominate [map name]' to use.
  • Added a new CVar to exclude previously played maps. Check documentation link below.
  • Added more checks to prevent breakage.

Documentation Here

AFKManager.as Stable v1.1

02 Jun 19:59

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Added check to put player back into spectate if they are respawned while AFK.
  • Fixed contact info

Documentation Here

AFKManager.as Stable v1.0

31 May 21:38

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Documentation Here

RockTheVote.as Stable v2.1

30 Apr 01:21

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fixed vote count
  • Fixed duplicates being shown during revoting
  • Changed how a few information gathering methods were handled

Documentation Here

PlayerRegen.as Stable v3.1

28 Apr 15:48

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

** Please re-read documentation on how to install, added a global configuration!

Changes in this release:

  • Prevent Global Configuration from overwrite due to MapChange Hook.

Documentation here

RockTheVote.as Stable v2.0

14 Apr 20:15

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Added CVars! Please read documentation below for use. Necessary for plugin to function
  • Stopped RTV menu from UnRegistering so one can now revote before the votes are counted!
  • Fixed CalculateRequired()
  • Fixed RTV Data not getting reset upon map change.

Documentation Here

RockTheVote.as Stable v1.0

10 Apr 00:32

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Initial Release! Please report bugs if possible

Documentation Here

SpectateMode.as Stable v4.1

08 Apr 17:56

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Changed hook from MapInit to MapActivate
  • Set Interval Scheduler to null on map change

Documentation Here

PlayerRegen.as Stable v3.0

08 Apr 18:02

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fixed major bug that prevented Schedules to update when changing maps
  • Updated Documentation, please read the new CVar format!
  • Removed redundant functions and cleaned up code

Documentation here

SpectateMode.as Stable v4.0

08 Apr 03:14

Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Removed Interval Scheduler that keeps players in Observer mode and replaced with PlayerSpawn hook to reduce CPU usage
  • Made bSpectatePlease resize and reset every MapInit
  • Added notes about possible workarounds and why they won't work to explain why the other Interval Scheduler is kept
  • Cleaned up code

Documentation Here