gesior / open-tibia-library

Library to manipulate files used by OTS and OTClient. Written in TypeScript.
41 stars 34 forks source link

License #16

Closed eliagoris closed 1 year ago

eliagoris commented 1 year ago

@gesior can I use this library for my project? Can you set a license you are sharing it under

gesior commented 1 year ago

I will add LICENSE file in next release. License is: Do whatever you want. Like MIT, but you don't even have to mention author or source (ex. this git repo) of code.

Code is not clean library anymore. I've added there some code to generate item/outfit images on website (ex. https://outfit-images.ots.me/generator/ ). I got no idea how to split it into 2 projects (1 for generator, 1 for clean library that works in web browser and on Node.js server).

If you are interested in edubart's OTClient network code for Tibia using websockets, it's there: https://github.com/gesior/otwebclient

eliagoris commented 1 year ago

@gesior Thank you for the reply. I'm using this project to create my own game client using the file managers. This is awesome and you're awesome. 💜

Also I think I will try and ship the modules folder into an NPM package; I'll fork and open a PR, if you receive it we can add it to this repo