LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
106 stars 23 forks source link

Documentation on how to use this with Spark #143

Closed TheAirBlow closed 1 year ago

TheAirBlow commented 1 year ago

The config has a lot of options to profile game loading stages, world loading, etc. but it's not documented how to use this thing. And for some reason most of them are disabled by default. Why?

Rongmario commented 1 year ago
  1. Turn it on, and the links to the spark profiler results will show up in the log files.
  2. They're disabled by default, so the game isn't profiled every time it loads. It'd allso be inconsiderate to the spark guys.
TheAirBlow commented 1 year ago
  1. Turn it on, and the links to the spark profiler results will show up in the log files.

    1. They're disabled by default, so the game isn't profiled every time it loads. It'd allso be inconsiderate to the spark guys.

@Rongmario how to update Spark? It doesn't let me do it, LoliASM forces me to use 1.5.2. P.S. What does the "the new version is borked" mean exactly?