Mostly fixes this time. :)

Oh, and some of you have seen virus alerts for the installer.. I am using Inno Setup v5.4.3, and your anti-virus software is obviously hysterical if it complains. If you paid for your AV, you may want to consider filing a complaint. :)

To see if the compression used has anything to do with the false positives, I have provided 3 versions of the installer.

Changes

  • Fixed mods being listed twice in the mod selector (when you did not filter the results).
  • Fixed maps not loading the 2nd time you view them sometimes.
  • Fixed some issues with getting text from the game (and changed the way it works), and added more texts. I'm generating a custom .bin file now.
  • Taser is now called Stun Gun as in the Ryder White DLC.
  • Fixed graphical glitch in the list of available items. I had already fixed it in wxWidgets but forgot to recompile the release build.
  • A little more work on the Norwegian translation.

Custom .bin file

I previously copied the original DI Texts&Voices.bin file from the game. Later, I noticed that texts were still missing for weapons such as the zzz_* (DLC weapons). I figured that they were in texts_DLC0.scr (from the Ryder White DLC) instead. I'm not sure why the game has one big .bin file with texts, several separate .scr files with the same texts, then only .scr files for DLCs.

Now, once and for all, I hope I have solved the problem the following way. For each language,

  • Copy DI Voices&Texts.bin, and just the .scr files I need.
  • Copy the .scr files from DLC.
  • An ugly Python script I wrote parses all of these files.
  • My ugly Python script merges everything and removes duplicates (oldest first).
  • Generate a new, even fatter .bin file and ship it with DISE.

Download

[link removed] (same as before) | SHA1: af8abad422571fd88b0c98cd6efdf4e97323af08
[link removed] | SHA1: 3853c62b46354a0802e5fcdc747152061e2643af
[link removed] | SHA1: b850a8fb2615bee8502afc834f71ffc380de15b9