Releases: MrOats/AngelScript_SC_Plugins
RockTheVote.as Stable v3.0
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.
AFKManager.as Stable v1.1
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
AFKManager.as Stable v1.0
Ignore the .zip or .tar.gz file that may be created from this.
RockTheVote.as Stable v2.1
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
PlayerRegen.as Stable v3.1
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.
RockTheVote.as Stable v2.0
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.
RockTheVote.as Stable v1.0
Ignore the .zip or .tar.gz file that may be created from this.
Changes in this release:
- Initial Release! Please report bugs if possible
SpectateMode.as Stable v4.1
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
PlayerRegen.as Stable v3.0
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
SpectateMode.as Stable v4.0
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