Stefano Borzì
Stefano Borzì
Good to know, but is there any public repository updated? I can see only this https://github.com/AraHaan/CrashEdit but this is not updated I think. Anyway if you have any opensource project...
Ok, if you get any results or any documentation/project that can help write here or just add in the README.
What about to work on the remastered trilogy? There are already many tools to edit the game and make new custom level
RCL-510a
You can create a SSH tunnel in your PC using this guide: https://www.linode.com/docs/databases/mysql/create-an-ssh-tunnel-for-mysql-remote-access/ I just tried on Linux with my machine using: ```bash ssh [email protected] -L 3307:127.0.0.1:3306 -N ``` In...
Thanks for your PR, I don't know if you will take care of the unit test of your service but they are really important to do for the Keira3 project....
yep, we need to do this
We could use this for the translations https://github.com/ngx-translate/core
@mpfans I've finished the multi-lang system in a PR, you can translate Keira3 texts into chinese if you want using the zh.json file https://github.com/azerothcore/Keira3/tree/multi-lang/src/assets/i18n if you do, please send the...
very nice! thank you