Skip to content

0.4.1

Compare
Choose a tag to compare
@L-Sherry L-Sherry released this 12 Jul 21:15

Changes:

  • Remove dependencies on some modloader features, which mean this mod is now compatible with both CCLoader and CCInjector (and also by editing node-webkit.html by hand if you don't like modloaders)
  • Make uninstallation safer by never saving any custom locale in the global settings. only localStorage is used to store the current custom locale, and the game handles missing locales just fine there.
  • Add pre_patch_font hook that can wait, since the patch_font hook cannot wait.
  • Add number formatting support, to override what the game does. This is not complete yet, but the
    format_number hook and number_locale setting are available now.