Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 1011 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 1011 Bytes

This project is archived. Continued as a Rider plugin at https://github.com/Zetrith/Remodder

TranspilerExplorer

Decompile and browse code transpiled with Harmony (RW tool). To run it, clone the repo into your Mods folder. The mod starts a web interface available at (by default) http://localhost:8339.

Note that currently transpilers are applied separately from each other.

Also, as transpilers are re-run for every browsing request, it's possible to use my HotSwap mod to change transpiler code and see the effects without restarting the game.

Built using the wonderful Harmony, MonoMod.Common, ICSharpCode.Decompiler, Json.NET, PrismJS and jsdiff.