Hi,
I’m developing a server API with a demo client.
Right now, there is no much details about the project but soon.
I will add more much features with your requests before the release (not soon :))
Please watch the video and suggest me more features.
On free version, you will get the server.exe and demo client project.
On paid version, full source code both client (full) and server project
The difference with demo and full client project is only time. You will need more time to build things on demo client (already builded on full client)
I don’t understand the question
Open map. Maximum size is 3000x3000 but if you buy the server project source code, you can remove Unity’s Navigation and implement another solution and make the map bigger than 3000x3000. All will included in documentation. The doc will be like a book.
Mobs using Unity’s AI, you will able to add/remove things AI at NPCController.cs on the server project.
Even if you have the free version of server (I mean exe only), you can add monsters and spawns at spawns.cfg&monsters.cfg (Please check the attached jpg)
Health, Mana and Stamina is default status of character.
Cast speed comes from spells info (same on everyone, but changeable), attack speed comes from the weapon weight property (changeable)
Movement Speed is calculatin by weight and height and items count on your inventory.
Level&Experience system already implemented.
I didn’t start to work with classes yet.
Yes
I didn’t start to work on chat system yet.
Also party/group system
@erenaydin
Hey bisa, do you will add login/client protection? Example:
When you enter the login, the client will send the current version of your client and the server will verify that you are using the current version.
It’s possible currently, there is a setting on server (server password) to use for version control.
The client will get an error if the server&client’s password didn’t match. You can add a message there. When you build a new client, change server password.
Also I will build up the first build in two months (server is executable and only for windows), will release with demo client project and totally free.