• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Is possible use only the server main code

paulocoutinhox

New Member
Joined
Jul 9, 2022
Messages
1
Reaction score
0
Hi,

Is possible use only the server main code to create a new server for any game from this project?

I want use the logic about login and transfer messages from Tibia to create a simple project that work like a multiplayer game.

With this we can use the login/protocol from this project to create any multiplayer game.

Is it possible?

There is any license problem?

Thanks.
 
The projects like TFS and Canary are not proprietary from Cipsoft, they are indeed entirely rewritten open source code. The license is MIT, you can use for whatever you want.

However you'll get a bunch of junk together if you don't intend to have a tibia-like game. Perhaps it will be easier to just start clean from scratch in a more friendly engine.
 
Hi,

Is possible use only the server main code to create a new server for any game from this project?

I want use the logic about login and transfer messages from Tibia to create a simple project that work like a multiplayer game.

With this we can use the login/protocol from this project to create any multiplayer game.

Is it possible?
ess employment
There is any license problem?

Thanks.
Hi,

It depends on the project's license. If it's open-source with a permissive license, you can reuse the login/protocol. Otherwise, you may need permission. Check the license details first.
 
Back
Top