Kyle: You do understand that in order to program a cruise server, you must understand programming fundementals? I can understand if you're trying to use this as a learning experience, but from what I've seen you aren't actually making an attempt to learn, just copy + paste code from everywhere else and hope that it works.
Unfortunately you will find that this is not a strategy that works. In order to build the features that you seem to want, you need to understand how to program in your environment. In this case your environment is C# and using LFS External. If you are serious about building a cruise server, you must be able to understand what you are building so that when there are bugs (not if, because there's always bugs) and how to fix them.
Never mind that actually building something like this is quite difficult. Dealing with a stream of information coming in from a network connection and handling it consistently isn't an easy task, especially when some of the data relies on data that you've already received, or will receive eventually.
If you are serious about building a cruise server in C#, I would recommend that you take a step back and first try to build smaller applications that are at a smaller scope with less complexities before attempting something that interfaces with LFS.
:twocents:
-
Problems With Opening The Insim (kristofferandersen)
DELETED
by kristofferandersen : n
In the first pictures the insim is trying to kick the host , no problem there
When you connect its kicking you because you're username is not written in users/groups/Superadmins.txt
-
xD (kristofferandersen)
DELETED
by kristofferandersen : No reason
Tonikuu: You are attempting to program features into a Cruise application. One of the key skills one must have when programming any application is knowledge of the language and frameworks that they are using in order to achieve their end goal.
It is clear from this thread that you don't have the required programming skills to work with LFSExternal or even C# itself. Programming is not an exercise in copy and paste. It requires understanding of what you are doing, so that when things DON'T work you are able to debug and repair them.
I would suggest that you learn how to program before attempting to modify this Cruise application. You're trying to sprint before you know how to walk, which won't end well.