Looks like doing mutually exclusive stuff is not in the picture right
now, so the question becomes, should we use the Hi-res version or the
low-res version of the FMVs as a download option?

I have:
  LangString DESC_SecFMVs ${LANG_ENGLISH} "Download and install Hi-res
videos  (in-game cutscenes).  545 MB!  A Low-res version is available
at http://wz2100.net/download";

If we go with the above, then I also need the correct string of what
that says for:
  LangString DESC_SecFMVs ${LANG_DUTCH} "FMV downloaden en
installeren.  545 MB!"

and

  LangString DESC_SecFMVs ${LANG_GERMAN} "FMV herunterladen und
installieren.  545MB!"

Or we could default to lo-res, makes no real difference to me.

The main issue is, I don't know NSIS well enough to handle mutually
exclusive radio buttons (or sections), and since time is short, I will
mess with this the next time I play with NSIS scripting.

And of course, the FMV link need to be switched (or not) from the
previous message I sent, I need that bit of info as well.

Right now, it is doing:

NSISdl::download
"http://download.gna.org/warzone/videos/warzone2100-sequences-latest.wz";
              "sequences.wz"

Which means, it is getting the low-res version.

Other than this, we are ready to tag 2.2.3

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to