Tools and Engines that use Quaddicted

It would be useful to have a full list of tools and engines that use the Quaddicted database so that we can coordinate changes and updates with their maintainers better.

Quaddicted has gone through some rough changes and I hope we will soon settle on a good API and structure. It would be great to have everyone on board for that!

There are some projects using the old Quake Injector XML file (not updated anymore!), others use https://github.com/Quaddicted/quaddicted-data , https://api.quaddicted.com/jsons (will be gone some day!) or https://www.quaddicted.com/api/v1/ . And with the new JSON based API(s) there is more differentiation because we started with some structure and then still change some stuff, sorry...

From the top of my head:

Which projects am I missing?

What API are they using? How exactly are they using the metadata fields? What can be updated and what has to be considered abandoned?

Using GitHub, see https://github.com/jjelliott/quake-one-click/blob/main/quaddicted.js for the current version of my actual quaddicted integration, I’ve made a couple updates locally to handle the recent changes that I will be pushing soon, once I make sure they’re actually working for sure.

Fantastic, thanks! I hope that once the current dust has settled, we have a good enough base and that any significant future changes will be discussed and planned in the community first. The forth and back and forth of the past months weren't good.

For netquake.io - there’s a separate component that consumes this API here:

This uses the latest API’s

1 Like

I had forgotten about @motorboy's QuaddictedTool, sorry!