• 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!

OT Server Engine

Jaffstern

Jaff Sourceworks
Joined
Jan 6, 2013
Messages
33
Reaction score
0
Location
Sweden
Hi, is there any tutorial on how to make your own Open-Tibia server engine. I don't expect it to be "easy", and somehow I know it's lots of work with the sources, etcetera. Thanks.

- - - Updated - - -

Or at least make an own version of a current server engine.
 
Look up C++ tutorials. Just remember its so easy its complicated. You will HAVE to know the code or you will never make a game. Its not something you can just half ass.

1)make map
2) tell how to read sprite to map
3) make connection path
4) make client read specific code, and do specific things with it

Theres codes for all of this, and to get the file to read another file (for C++)
its as easy as <include> "filename.type"

Google will take you to many tutorials.
 
Back
Top