Lysis-Web icon indicating copy to clipboard operation
Lysis-Web copied to clipboard

An open source web app for the Lysis SourceMod decompiler

Lysis-Web

An open source web app for Lysis so you can host it yourself if you'd like.

Demo site

Dependency

This project requires the java lysis decompiler so feel free to compile it yourself or you can just download mine if you're lazy. I'll try to keep my copy up to date. As of this writing, the jar is built from commit b361480, if this is outdated, please let me know.

Installation

  • Copy files over to your webserver
  • Ensure that the lysis-java.jar is inside of your webserver directory
  • Rename htaccess.txt to .htaccess
  • Celebrate

Credits

You may view the Java lysis port by peace-maker that this project relies on here Also feel free to view the original one written by BAILOPAN here.