Ice harvesting

Greetings,

I have been using the mining scrip successfully for a month now.  Tonight I tried to mine ice and the “Ice Harvester I” is not detected as an mining module.  Checked the C# code in github and saw the regex expression does not do a match for an “Ice Harvester”.  Could you include this check in the next update?

Thanks!

I added some code which I assume (not tested) to implement this feature: https://github.com/Arcitectus/Sanderling/commit/d94a9167e62c4caa810e882740322096a117c593

I have Visual Studio installed.  How do I compile the sanderling.exe executable?

I have Visual Studio installed.  How do I compile the sanderling.exe executable?

I use Visual Studio 2015 Update 1, not sure if it works with an older version.

  • clone the repository in visual studio using this link: https://github.com/Arcitectus/Sanderling.git. See this guide for an explanation of the process: https://www.visualstudio.com/en-us/get-started/code/share-your-code-in-git-vs (follow the steps at “Clone your repository”
  • After cloning, open the solution file named “Sanderling.sln” which can be found for example in the Visual Studio Team Explorer in the “Home” view under “Solutions”. (or in the directory you chose when cloning in the previous step)
  • After opening the solution file, Build the solution as shown in the screenshot below.
  • Done, the exe file can be found in “srcSanderlingSanderling.ExeinDebug”

The new release contains the added parsing code, so you can now just use the executable from there: http://forum.botlab.org/thread/sanderling-release-v16-03-04/