Search found 5 matches
- Fri Sep 23, 2022 3:20 pm UTC
- Forum: Community Development
- Topic: Adapt game udapter for other projects
- Replies: 10
- Views: 963
Re: Adapt game udapter for other projects
There's a list of internet resources used by the updater here: https://github.com/Unvanquished/updater/blob/master/deployment.md#network-resources-used-by-the-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 modif...
- Fri Sep 23, 2022 9:16 am UTC
- Forum: Community Development
- Topic: Adapt game udapter for other projects
- Replies: 10
- Views: 963
Re: Adapt game udapter for other projects
hi, it compiled without problems with docker, I customized the banners and graphics and changed the torrent location, the only thing missing to customize the updater for my needs is to change the location of the rss feed that feed the text and pictures, any hint how to do that? I found out this whic...
- Thu Sep 22, 2022 10:50 pm UTC
- Forum: Community Development
- Topic: Adapt game udapter for other projects
- Replies: 10
- Views: 963
Re: Adapt game udapter for other projects
No, I'm not sure how it could impact performance and I wanted to try to compile it without it, but if I don't find a solution I will try that, thanks for the advice.
- Thu Sep 22, 2022 9:05 am UTC
- Forum: Community Development
- Topic: Adapt game udapter for other projects
- Replies: 10
- Views: 963
Re: Adapt game udapter for other projects
Thank you! that's the most important parameter. I just need to change pictures and text to make a custom installer and updater. I can't compile it, the following errors appears before completing the compilation: /aria2/src/LibsslARC4Encryptor.cc:51: undefined reference to `RC4' I compiled aria2 with...
- Thu Sep 22, 2022 7:24 am UTC
- Forum: Community Development
- Topic: Adapt game udapter for other projects
- Replies: 10
- Views: 963
Adapt game udapter for other projects
I would like to use the game updater as a client / downloader / updater for my own projects. I see it's using aria2 to download via torrent. Is there any documentation to change parameters and fork it for another project?
Any hint is welcome.
Thank you!