Hi, I'm trying to hack kOS a bit, but I've got no experience in KSP modding or even C# (I do know C/C++ though), so I'm asking for a little help setting up the environment. I've installed MonoDevelop, opened up the kOS.sln file and added the Assembly-CSharp and UnityEngine References as described on http://wiki.kerbalspaceprogram.com/wiki/Setting_up_MonoDevelop However, when I try to build kOS (or kOS.Safe), I'm getting the following build error (I also had it before adding the above references): Building Solution: kOS (Debug) Building: kOS.Safe (Debug) Build started 12/29/2014 6:34:25 PM. __________________________________________________ Project "/home/goblin/git/KOS/src/kOS.Safe/kOS.Safe.csproj" (Build target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateResources: Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "Properties/Resources.resx,obj/Debug/kOS.Safe.Properties.Resources.resources" /usr/lib/mono/4.5/Microsoft.Common.targets: error : Error executing tool '/usr/bin/resgen2': ApplicationName='/usr/bin/resgen2', CommandLine='/useSourcePath /compile "Properties/Resources.resx,obj/Debug/kOS.Safe.Properties.Resources.resources" ', CurrentDirectory='/home/goblin/git/KOS/src/kOS.Safe', Native error= Cannot find the specified file Task "GenerateResource" execution -- FAILED Done building target "GenerateResources" in project "/home/goblin/git/KOS/src/kOS.Safe/kOS.Safe.csproj".-- FAILED ---------------------- Done ---------------------- Build: 1 error, 0 warnings I'm not quite sure what "the specified file" is... Any help on fixing the error would be appreciated.