foesmm / fomm

Fallout Mod Manager
GNU General Public License v3.0
72 stars 24 forks source link

The default C# script is broken. #48

Open Asmageddon opened 8 years ago

Asmageddon commented 8 years ago

Firstly, it requires including using System.Collections.Generic, and afterwards, there are problems with Path not existing, requiring inclusion of using System.IO, after which m_bwdProgress is not a valid field/variable. After removing the lines using it, the provided InstallFolderFromFomod does not work properly, either - no files are copied/installed whatsoever.

niveuseverto commented 8 years ago

Will check this out