Setting up VS - Sibz/YASEL GitHub Wiki

Setting up Visual Studio Project

Once you have installed visual studio and are ready to go, download (or use GIT to clone) and open the project.

First you need to check the references are pointing to the correct files in your game folder:

#####1) Right Click References.

#####2) Click Browse, and go to you SpaceEngineers Bin folder (usually C:\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin)

#####3) Select

  • Sandbox.Game.dll
  • Sandbox.Common.dll
  • VRage.Library.dll
  • VRage.dll
  • VRage.Math.dll

#####4) Ensure the above mentioned files are checked, and press OK.