Adapt game udapter for other projects

Release and discuss things you've made, including mods.
glitchapp
Posts: 5
Joined: Thu Sep 22, 2022 7:15 am UTC

Re: Adapt game udapter for other projects

Post by glitchapp »

killing time wrote: Fri Sep 23, 2022 3:17 pm UTC

There's a list of internet resources used by the updater here: https://github.com/Unvanquished/updater ... he-updater. So you'll need to find and replace each one of those.

Hi, I managed to change the feeds by disabling the online json file and modify the internal offline json. Now it shows what I want. I'm testing it to see if downloads the proper Torrent.

I changed the original torrent with this line:

Code: Select all

worker_->addTorrent("qrc:/resources/torrents/mytorrent.torrent");

To contain the torrent within the build, I'm not sure if the syntax is correct... I wait to see if others can download the torrent.

Thank you!

Post Reply