Skip to content

Releases: creepycats/Ultimate294

v1.1.1-BugFixes

07 Jan 00:11
Compare
Choose a tag to compare
  • Fixed Compatibility with other VoiceChat Plugins
  • Updated to work with Latest MER build

v1.1.1 - Exiled 8.4.3 + SCP:SL 13.3.1

17 Dec 16:47
Compare
Choose a tag to compare
  • Added VoiceEffects
    • Drinking a Community Drink that makes you Big or Small, or just Helium or Sulfur Hexaflouride will change your voice's pitch.
    • Can be disabled in config. Should be disabled to mitigate performance impact on servers with high numbers of drinks given per round.
  • Added .scp294 random subcommand and ForceRandom config option to allow/force users to get random drinks from the machine.
  • Minor Fixes

v1.1.0 - Exiled 8.4.3 + SCP:SL 13.3.1

03 Dec 20:22
1648a6a
Compare
Choose a tag to compare
  • Fixed compatibility with AudioPlayers (Changed from DedicatedServer to null NPC UserId)
  • Replaced EulerRotation with Vector3 (because my stupid ass forgot it existed)
  • Added DrinkManager (DLL Method to Add, Remove, and Modify Custom Drinks in another plugin)
    • DrinkManager.RegisterDrink(CustomDrink[] newDrink) - Register a Custom Drink. You can write your own Callbacks using plugins.
    • DrinkManager.UnloadDrink(CustomDrink[] newDrink) - Remove a Custom Drink. Useful for replacing Base Plugin Drinks.