Skip to content

4.3.0.0

Compare
Choose a tag to compare
@cmkushnir cmkushnir released this 13 Oct 00:09
· 99 commits to main since this release
a9451f3
  • update:
    • libmbin 4.3.0.2
  • change:
    • cmk.NMS.Script.GetLanguage*() and SetLanguage*() methods reworked to avoid pulling
      language mbin's into mod DataCache unless they are going to be updated.
    • Scripts/Mod/cmk/Lang_All_English.cs rewritten to use updated|new language methods.
    • cmk.NMS.PAK.File.Builder now breaks save and compress loop into two loops.
      The save loop saves each item and logs any unedited items,
      the compress loop compresses edited items and adds them to the mod pak stream.
      This should help identify long builds due to many unedited items in DataCache;
      scripts should be reworked to avoid those cases.

See change.log for notes on new|updated language methods.