Thank you for your return,
I did what you suggested, by extracting the content of Hyperspace.ftl and archiving it in a .zip file using 7-zip with standard parameters, then changing the .zip extension by .ftl, and the error changed to :
Code: Select all
> fonts.png
~ Extraneous top-level file.
FTL itself can tolerate lots of XML typos and still run. But malformed XML may break tools that do proper parsing, and it hinders the development of new tools.
Slipstream will try to parse XML while patching: first strictly, then failing over to a sloppy parser. The sloppy parser will tolerate similar errors, at the risk of unforseen behavior, so satisfying the strict parser is advised.
Also, if I try to launch the game, I get the following warning message :
Code: Select all
Wrong version of Hyperspace detected. Please check that Hyperspace is installed correctly and you are using the correct version of Hyperspace for all of your mods. You can continue, but mods may function incorrectly.
Whereas Hyperspace is the only mod installed. So, I tried to delete the file fonts.png, and now the validation of the mod by Slipstream return "No problems", but I still get the message above, regarding the wrong version of Hyperspace. Plus, I don't know what is the impact of deleting this file...
Again, thank you for your help,
Augustus