Adam Dřínek
Adam Dřínek
Hi, what is your general approach for saving the data? What do you think about #288?
I don't know how the situation changed with Move It, but how do you want to save the state of standard workshop assets? The ids of lanes/segments is not recorded...
Hi, I am happy that you like this mod :) 1. When I started this project I grabbed the first python implementation in dotnet that I could find. I'm not...
I didn't. Since the mod's first release I just added a few APIs that were requested by the mod's only regular user I know. Switching to a different library would...
Sure enough, `SkylinesRemotePythonDotnet` can be replaced by any application that would mimic its APIs. But you probably don't want to do it, as it means rewriting everything from scratch. Instead...
@PogromcaPapai I would like to, but it would be quite a performance killer to have these things directly linked to python. It needs a lot of intermediate logic which is...
@HuangFuSL You can reimplement the protocol with JSONs instead. I can merge it to master if it would be fast enough. It requires a few changes here https://github.com/Strdate/PythonConsole/blob/master/SkylinesPythonShared/Protocol/TcpConversation.cs Just now...
You are using different serializers to convert string to byte[] and vice versa. Try using Encoding.UTF8 everywhere
Good job. I will try to merge the xml communication protocol soon after i test it out. Later I can add the python client as an option in the menu...
https://github.com/Strdate/PythonConsole/pull/11 is almost done. I just need to resolve a few bugs.