Client side Lua scripting for Enemy Territory - Wolfenstein.

  • 2 heads
  • 1 release
  • git clone https://klva.cz/src/etwolf/etclua.git
  • Added README. 6ede3d0, 31 Jul 2020
    detours/
    lua/
    src/
    .gitignore
    CMakeLists.txt
    README.md

    ETCLUA

    Client side Lua scripting for Enemy Territory - Wolfenstein. Note that this is more of a proof of concept and it's far from to be finished. To be honest, it's never going to be.

    Support

    Released DLL is undetected by ETPro 3.2.6 anti-cheat, relevant addresses are, however, stripped from this source.

    Usage

    Download and inject the DLL and connect a server.

    Loading a module

    lua_load <module>.lua
    

    <module>.lua is relative to your ET executable.

    lua_unload <module>.lua
    

    Unloads a previously loaded module. You can list loaded modules with lua_show command.

    Lua API

    Functions

    Callbacks