Alexandre Oliveira

Results 69 comments of Alexandre Oliveira

Just download the mod from http://godarklight.info.tm/dmp

Try connecting with an external IP or the Raspberry's LAN IP.

Not sure what is causing this issue. Maybe something in your Pi is blocking local connections from your PC.

Could you share the client log as well, OP? Also, if you're in OS X, you're definitely using Mono (iirc KSP uses Mono on *nix OSes).

In `[KSP ROOT]\KSP.log`. Upload it to [Hastebin or similar](https://hastebin.com).

No, it was straight into the description field. What surprised me is that Google Calendar rendered it fine, the other apps wouldn't render the HTML. However, from what I understood...

The main issue with supporting .NET Core is client-server incompatibility. We run .NET 3.5 as it was the version supported by Unity a few versions ago. I'm not sure if...

I'm not really sure, but I don't think it would be possible. .NET Core/Standard would present some incompatibilities between Common and Server/Client. We need to ensure they're both compatible with...

This could be "fixed" by having the server generate a ResourceScenario.txt file, with the seed, and send it to the players. When the players update these scenarios, queue the changes,...