Space Engineers 01.172 -API Documentation For reference, here is a SandCastle produced help file for Sandbox.Common from SE 01.172. The file is here: Documentation.chm. Interesting starting points: Sandbox.ModAPI.IMyGridProgram the scripts ingame inherit from this.
Space Engineers, figuring out the API This is a short note on how we can develop scripts for use in the game Space Engineers. Background A friend suggested Space Engineers to me, so I bought it and after a while of scavenging, mining and dying - I tried out the
Deserializing different types based on properties, with Newtonsoft.Json Sometimes we're presented objects in JSON that do not directly map to a strongly typed object. An example of that is given here: [{ "type" : "Car", "wheels" : 4, "trunk" : true }, { "type" : "Bicycle", "
C# Detecting mismatched objects with Newtonsoft.Json One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it in my unit tests. It turns out that we relatively easily
letsencrypt Lets Encrypt organized for reverse nginx proxy This is a short post on using Let's Encrypt to get TLS certificates for use in Nginx virtual host sites. This post assumes: Ubuntu NGINX (running a number of domains)