Web Apps


New Ryzom API

Tgwaste (atys)
P.S. it would be really cool if the API would do some translations for us. IE: Skill strings to full names, items sheets/id to full item names, etc.
Translations are static and there is 5 different name for each id. It would make response object too complicated (in structure and size) when client side is so much easier.
Tgwaste (atys)
I know there are other methods out there but they are not convenient especially if you have no idea what a sqlite3DB is. :)
What language? In php you can include ryzom_extra.php and use ryzom_translate(id, lang) on the fly. Problem might arise when php has limited memory and you loading many different data files into memory. Then you should consider moving it to sql.

---

Hello!
Show topic
Last visit Thursday, 25 April 19:32:37 UTC
P_:

powered by ryzom-api