Hi,
I am starting to use TNet in my project and now I naturally have a lot of questions.
1) I have a Raspberry Pi here running the TNServer.exe in Linux Mono. However, reading the docs, my understanding is that this machine could only host the Lobby, not a Game Server?
What I want is that a Client can connect to a Lobby and then start a dedicated server on a remote machine, connect to it and then other clients can join in.
Does TNet just not have this functionality?
2) I can compile some "Hello World" example .cs file using mcs on the Pi. I can not compile the ServerMain.cs. It compains that the TNet and related files/classes can not be found.
Do I have to re-arrange some folders so that the compiler finds the folders and files? Or do I have to go deeper (which propably is above my beginner level Linux skills)?