Menu

#5 "MGEgui.exe" damages "Morrowind.ini"

closed-fixed
nobody
MGEgui (4)
5
2010-05-23
2009-12-26
Anonymous
No

It is necessary to correct the processing of file "Morrowind.ini".

Text language localization in "Morrowind.ini" after running "MGEgui.exe" are corrupted.
To correct it you should specify the second parametre "Encoding.Default" (in the file "INIFile.cs"):
sr = new StreamReader (File.OpenRead (fileName), Encoding.Default);
and
sw = new StreamWriter (File.Create (fileName), Encoding.Default);

Discussion

  • Krzysztof Markowski

    This issue was fixed in rev.119.

     
  • LizTail

    LizTail - 2010-05-23
    • labels: --> MGEgui
     
  • LizTail

    LizTail - 2010-05-23
    • status: open --> closed-fixed