Yeah, don't do that. It's just confusing and creating spam for people who might read this in the future with a problem that is related to this source. Plus, I'm not the only member in this community that answers questions. Please create a separate thread.Quote:
No, as I said it is not about this exact source i am using cops v6 and I saw your knowledge on this forum so i posted the question here :)
You'll need to provide way more details than that if you expect help. Right now, all I know is that you're having a hard time getting it to work, and that's it. You're running the game server, too, right?Quote:
I have followed the instructions provided in your gitlab repo but is it likely to have only this when you build the project?
[Only registered and activated users can see links. Click Here To Register...]
and also I can't login my account. I already put my external IP in server.dat and it didn't logged me in also I don't see any changes in Comet, Account Server Console.
Thanks!
I just pressed build in my Visual Studio and I only got Account Server Console running.Quote:
You'll need to provide way more details than that if you expect help. Right now, all I know is that you're having a hard time getting it to work, and that's it. You're running the game server, too, right?
I only have the project configured for Visual Studio Code. You can use Visual Studio, but you'll need to setup your startup projects to include both the Account server and Game server. I kinda assumed that if you were taking on a game server project in C#, that you'd know how to build a C# project, so let me know if you have questions with that. Should be Google-able though? If you want to use your external IP address on a home network, then you'll likely have to do port forwarding. Ports look good though, all but one. You'll need 5816 and 9958. Don't forward port 5817.Quote:
I just pressed build in my Visual Studio and I only got Account Server Console running.
Also, is it okay to put my external IP to the client without port forward? I manage to port forward in my router but when I check it, it seems like it's not working. I forwarded 5816 and 5817. I even include 9958.
Please help me how to make my Game Server running maybe this is the reason why I can't login my account. Thanks!
Considering this source is for patch 5017... and CAST5 was added in patch 5509... no. Feel free to upgrade the source as much as you want, but I'm not going to add something complete irrelevant to the project... You should instead look at the development wiki...Quote:
can we have cast5 cipher that works with .net core (this source) by any chance
You can edit the code using whichever text editor you like. That can be Visual Studio, Visual Studio Code, Notepad, Notepad++, Vim, etc. The project is configured for Visual Studio Code right out of the gate, but you just have to run the commands "dotnet build" and "dotnet run" to build and run the servers. For example:Quote:
Must I always run it using Visual studio? Just that I noticed there doesn't seem to be any .exe built? Regardless it's nice and simple :)
cd comet dotnet build dotnet run --project src/Comet.Account dotnet run --project src/Comet.Game