Lenny's Mod Loader acts as a "virtual file system". Instead of replacing files in the game's core directory, you place mod files into a designated folder, and LML instructs the game to prioritize those files when it runs.
| Code | Meaning | Action Required | | :--- | :--- | :--- | | PASS | Test passed all assertions. | No action. | | FAIL | Assertion failed (logic error in mod). | Debug the mod logic. | | TIMEOUT | Test exceeded time limit (default: 30s). | Optimize mod or increase timeout. | | LEAK | Potential memory leak detected. | Run --detect-leaks flag again. | | SEGV | Segmentation Fault (mod crashed). | Recompile mod or check native hooks. | Lml Mod Test 1.0.0