Next step towards Steam Workshop support

EDIT: Done, moving on to hooking up the Steam Workshop API

There’s something I’ve been putting off, and I need to get it done before modders go writing any Python mods. Fleshcult is currently written in Python 2, which is no longer supported. There’s a code library I’d like to use to talk to Steam that requires Python 3, so upgrading is suddenly a priority. In any case, it’s better done sooner rather than later because I don’t want to break code mods.

Translating code from 2 to 3 is mostly automated, but it’ll require some manual intervention here and there. It’s hard to say how long it’ll take, but hopefully it’ll be a non event. As a spin off, it might be better behaved with unicode install paths – Python 2 is notoriously error prone for that.

3 thoughts on “Next step towards Steam Workshop support

  1. Veedron says:

    Keep it up, glad to see you’re still working on this!

  2. urubuur says:

    Could you install a SSL certificate on your server, please?

    • jackoekaki says:

      HTTPS is on my to-do list, but then so is a lot of other stuff, so it might be a while. Sorry about that

Comments are closed.