You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Firstly, it requires including
using System.Collections.Generic
, and afterwards, there are problems withPath
not existing, requiring inclusion ofusing System.IO
, after whichm_bwdProgress
is not a valid field/variable. After removing the lines using it, the providedInstallFolderFromFomod
does not work properly, either - no files are copied/installed whatsoever.The text was updated successfully, but these errors were encountered: