Skip to content
SmokeysDev edited this page May 27, 2023 · 1 revision

Welcome to the LostControl wiki!

I no longer have the game and am therefore unable to test and maintain this addon. As such I'm making the code public for the community to keep it going if they so wish.

Introduction to the code:

  • LostControl.lua - Main entry point. Events for loading/updating configs, falling detection, and checks debuffs (defined in watchDebuffs.lua)
  • watchDebuffs.lua - the bulk of the code, detecting and sending messages about control issues
  • debuffDb.lua - Minimal usage with newer updates, but useful for manual overrides
  • LCcfg.lua - Helper for getting and setting player configs
  • LCUtils.lua - Misc helpers for use in the rest of the codebase, also defines slash commands at the end
  • LCOptions.lua - Sets up the options panel for interface settings
  • LCMessage.lua - Helpers for managing sending messages (avoiding spam, getting the right channel, etc)
  • LCLang.lua - Helper for supporting translations (needs more implementation)
  • lang/{code}.lua - The translation files

Clone this wiki locally