Installed the program and extracted it onto desktop. Opened Visuals Studio 2022 , downloaded .NET 05 and hit COMPILE. After compilation I have 115 warnings and 35 errors.
All errors seem to be similar:
Severity Code Description Project File Line Suppression State
Error MSB3030 Could not copy the file "D:\User\D-Desktop\Zero-K-MapEditing-main\Map-Blueprint\mapcontainer.sdd\LuaGaia\draw.lua" because it was not found. MapCreationTool C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 5150
Most warnings seem to be because of non-nullable fields being null, or having null values in constructors.
Installed the program and extracted it onto desktop. Opened Visuals Studio 2022 , downloaded .NET 05 and hit COMPILE. After compilation I have 115 warnings and 35 errors.
All errors seem to be similar:
Severity Code Description Project File Line Suppression State
Error MSB3030 Could not copy the file "D:\User\D-Desktop\Zero-K-MapEditing-main\Map-Blueprint\mapcontainer.sdd\LuaGaia\draw.lua" because it was not found. MapCreationTool C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 5150
Most warnings seem to be because of non-nullable fields being null, or having null values in constructors.