andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
530 stars 49 forks source link

[Question] How to use official mod server? #205

Closed FerrisWasTaken closed 1 year ago

FerrisWasTaken commented 1 year ago

Hello, how can I use the addons from the official git repo? I ran ironwail with

ironwail -addons http://kexquake.netlify.app/

I am using Manjaro linux. Thank you.

mooreye commented 1 year ago

I didn't check, but Ironwail creates an addons.url.dat file in running directory which by default contains https://kexquake.s3.amazonaws.com. Perhaps editing it to different URL will work

andrei-drexler commented 1 year ago

Hey! It looks like the actual protocol for that addon server is https, not http, so -addons https://kexquake.netlify.app/ should work. The next ironwail release will have http redirection enabled (added in https://github.com/andrei-drexler/ironwail/commit/694bff9bf1b092b0d43923482c22e332acfee542), which in this case means the http version will work as well.

P.S. Not that it makes any difference, but that isn't really an official server, it's just another community one.