Skip to content

v1.25.148

Compare
Choose a tag to compare
@bcssov bcssov released this 27 Nov 10:28
· 216 commits to master since this release

Note

  • Despite small change log this is a significant update due to core changes in memory usage.
  • Collections made with 1.25 are not backwards compatibile with older versions due to new mod filter behavior. You do not lose any resolution data, but you do lose mod filter settings.
  • Conflict Solver users should backup their mod patches before attempting to use conflict solver in a version greater than v1.25.143

Current Release Notes

  • Optimize memory usage further (indexed caches are 10 times bigger though sorry -- ask on github or discord how to change back via appSettings if you insist)
  • Slightly optimize conflict solver load speed (~10% improvement)

Release Notes 1.25

  • Optimize memory usage in Conflict Solver
  • Add option to use hybrid memory in Conflict Solver (appSettings)
  • Update dependencies
  • Mod filter changed to allow exclusion of mods from conflict list (provided only x number of mods cause a conflict)

Which file should I download?

Windows

  • Portable version: win-x64.zip
  • Installer version: win-x64-setup.zip

Mac

  • Portable version: osx-x64.zip

Linux

  • Portable version: linux-x64.zip

Run Instructions

Windows

  • Portable version: Download and unpack somewhere win-x64.zip, locate in the folder IronyModManager.exe and double click it.
  • Installer version: Unpack win-x64-setup.zip and double click win-x64-setup.exe and follow on screen instructions.

Mac

  • Portable version: Extract the osx.zip file to a location you want Irony installed to. Open Terminal.app and cd to the directory you installed to. Run chmod +x IronyModManager. That will allow you to execute the app. Then you can either start the app in Terminal.app with the command ./IronyModManger (the ./ are important!) or double-click the file in Finder.

Linux

  • Portable version: Extract the linux.zip file somewhere that you'd like to have Irony installed. Navigate to the folder where you extracted Irony and run the chmod +x IronyModManager command. That will allow you to execute the app. Finally you can run the app using the ./IronyModManager command.