Remix.run Logo
JLO64 6 hours ago

I’m primarily a coding instructor but I also teach lessons based around Kerbal Space Program. From that angle I’m pretty happy where these devs are going with the sandbox and level of freedom they plan on giving users. One reason my students seem to really like KSP are all the different things you can do/build (especially space planes). While it does have a high difficulty curve when it comes to the controls, once they master them they all seem to appreciate the level of control they have. From my perspective, I feel that instead of trying to make certain systems more accessible/simple they should go in the opposite direction and offer more control/options (preferably with a decent tutorial though).

However, something I really hope the developers plan on making a macOS port. I use a MacBook myself, but I’ve noticed the vast majority of my students also have Macs. I have no hard data to back this up, but I suspect a larger than average segment of users interested in this game are on Mac.

janzer 4 hours ago | parent | next [-]

Have you ever combined KSP with the coding instruction using either kOS[1] or kRPC[2]?

1. https://ksp-kos.github.io/KOS_DOC/ 2. https://krpc.github.io/krpc/

kanemcgrath 3 hours ago | parent [-]

I relied on Mechjeb too much in my game, so I did a run using KRPC and built my own autopilot features with it. It was a lot of fun, and I would recommend it.

colechristensen an hour ago | parent [-]

I thought it would be nice to have actual mission planning in game for things like complex maneuvers, orbital slingshots, Lagrange point orbits, and the like.

Then launch countdowns, maps, exact timed burns that you'd still have to do manually but you could seemingly do so much more.

Or maybe this kind of thing already exists with mods.

kanemcgrath 37 minutes ago | parent [-]

Mechjeb does a lot of automation for complex maneuvers like planetary transfers, ascent autopilot, target interception, etc.. You can even do a porkchop plot for interplanetary transfer. but lagrange points are not possible in KSP because of the Sphere of Influence Model. and orbital slingshots are not included, I assume because they require an intense bruteforce calculation.

peesem 5 hours ago | parent | prev [-]

somewhere they have an FAQ where one of the questions is about Mac support, i remember the response being something like "most of the developers use Macs so it might happen"

edit: here - https://kittenspaceagency.wiki.gg/wiki/Frequently_asked_ques...?

bigyabai 4 hours ago | parent [-]

> Officially supported native builds for both [macOS and Linux] would require significant financial contributions to be considered economical.

Running it through Wine is probably the safest bet. Should be no problem for platforms with D3D11 emulation figured out (eg. basically everwhere).