Skip to content

Changelog

Version 1.7

  • Removed config.md and libraries.md documentation files for streamlined documentation
  • Enhanced shared configuration with improved drug mechanics (61+ line changes)
  • Major client library updates with enhanced drug effects and UI (82+ lines added)
  • Updated server and shared libraries with improved functionality
  • Code cleanup and documentation optimization
  • Enhanced drug cultivation, processing, and addiction systems

Version 1.6

  • Standardized all author and contact information
  • MODULE.author = "Samael"
  • MODULE.discord = "@liliaplayer"
  • Code attribution consistency improvements

Version 1.5

  • Added comprehensive config and libraries documentation

Version 1.4

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.3

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.2

  • Additional function name standardization to lowercase
  • Various internal function names standardized

Version 1.1

  • Standardized function names to camelCase
  • GetEffectDisplayName()getEffectDisplayName()
  • FormatTimeRemaining()formatTimeRemaining()
  • IsEffectExpiringSoon()isEffectExpiringSoon()
  • SetupBasicUtilityFunctionality()setupBasicUtilityFunctionality()
  • SetupFilledSoilFunctionality()setupFilledSoilFunctionality()
  • SetupPotFunctionality()setupPotFunctionality()
  • SetupDrugProcessorFunctionality()setupDrugProcessorFunctionality()
  • HasActiveDrugEffect()hasActiveDrugEffect()

Version 1.0

  • Initial Release