[Question] Get the compiled version of the map?
conradogarciaberrotaran opened this issue ยท 2 comments
Is there a way to get the compiled version of the map? Meaning i don't need to run the injector to get the map running.
Thanks!
I don't quite understand what you mean by "The compiled version". The LevelImposter editor outputs a JSON representation of the map which is read and parsed by a BepInEx plugin which overrides Among Us's functions and overwrites the Polus. There is no way for one to get a "compiled" version of the map because the JSON file is parsed/compiled at runtime. Even if there was, there are a variety of Among Us methods and functions that are not very flexible to changes in their environment.
If you want to avoid using the exe, you can add the BepInEx plugins manually: