Skip to content

Releases: DGvagabond/SCP-008-X

Exiled 6 Update

30 Dec 07:13
Compare
Choose a tag to compare
Exiled 6 Update Pre-release
Pre-release
4.0.0

EXILED 6 Update

Temporary EXILED NRE Fix

16 Jun 21:02
Compare
Choose a tag to compare
Pre-release
3.1.2

Removed references

CustomRole Update

04 May 00:32
Compare
Choose a tag to compare
CustomRole Update Pre-release
Pre-release

What's Changed

  • Updated for EXILED 5.2.1
  • Transitioned to using EXILED's CustomRole API for handling SCP-008 rather than adding 049-2 checks in methods
  • Added Death, Infection, and Revive notifications
  • Added a proper HumeShield feature for SCP-008, which will currently work on all players with AHP to ensure the math functions correctly. This will be limited to just SCP-008 in the near future
  • Fixed an NRE in the OnDying method
  • Fixed all SCPs' damage values being overridden

3.1.0

12 Dec 04:30
Compare
Choose a tag to compare
3.1.0 Pre-release
Pre-release
  • Updated to EXILED v4.1.5 and SCP:SL v11.1

This is a pre-release to push the plugin into current servers for now. Additional QOL adjustments will be added shortly.

3.0.1

13 Oct 02:24
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release
Updated EXILED references

2.3.1

19 Jun 17:27
Compare
Choose a tag to compare
2.3.1 Pre-release
Pre-release

idk what i'm doing

2.2

03 Mar 03:53
Compare
Choose a tag to compare
2.2 Pre-release
Pre-release
  • Removed an unnecessary human check from Extensions
  • Removed SerpentHand checks in favor for Tutorial checks
  • Removed Round statistics
  • Renamed the outbreak command to avoid conflicts with another plugin
  • Fixed null reference exceptions being thrown from the tiniest brain moment thus far

SCP:SL 11.0 BETA Release

22 Aug 05:12
Compare
Choose a tag to compare
Pre-release

Changelog

Plugin API

  • Removed the previous plugin API system for something easier to access for other developers
  • Incorporated use of SessionVariables to allow for easier API use, documentation coming soon

Commands

  • Minor changes in the infect and cure commands, mainly tying them towards the same methods the rest of the plugin uses
  • Removed the placeholder for the outbreak command to integrate into another plugin

Core

  • SCP-049-2 now has their own AHP that will not decay, however this means nothing if the server does not use the scp008buff config
  • The scp0008buff config has changed from an int to a ushort
  • The Gun() extension has been removed and replaced with an EXILED equivalent
  • Treatment kits have been removed and will soon be replaced in concept

2.1.0

07 Feb 20:20
Compare
Choose a tag to compare
  • Added support for EXILED 2.1.29+
  • Replaced the SerpentsHand check with a generalized Tutorial check

More NRE fixes

19 Feb 16:42
Compare
Choose a tag to compare
More NRE fixes Pre-release
Pre-release
  • Fixed an NRE throw from the OnHurt method
  • Fixed an NRE throw from the OnDied method
  • Added an NRE check before trying to remove players from the internal Victims list
  • Updated to EXILED 2.1.30