Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 730 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 730 Bytes

MGE

Rewrite of MGEMod


First idea of working scheme

mge_core.smx

  • Parse spawns config file
  • Build !add menu
  • Handle 1v1/2v2 fight logic
    • Random spawns
    • Regen
    • Duel start/finish detection
    • Queue system
    • Countdown
    • !botme
    • 2v2
  • Expose forwards/natives

mge_bball.smx

  • Handle bball arena/fight logic

mge_ultiduo.smx

  • Handle ultiduo arena/fight logic

mge_elo.smx

  • Make ELO calculations

mge_configs.smx

  • Downloads map configs if missing

mge_logging.smx

  • Log stuff to logfiles
  • Log stuff to database

mge_chat.smx

  • Make win/join/welcome chat notices

mge_hud.smx

  • Handle HUD synchronizers