arcusmaximus / VNTranslationTools

Tools for translating visual novels
MIT License
301 stars 46 forks source link

Please add Artemis Engine Support! (*.pfs) #14

Closed MoonGoblinDev closed 2 years ago

MoonGoblinDev commented 2 years ago

Can you add a support for artemis engine? In Kangoku Academia (https://vndb.org/v19830) , I check that inside .pfs, the script extension is only .txt , which I think should be easy to implement in VNTextPatch.

Cosetto commented 2 years ago

Artemis also use .ast so you may try sacanawrapper

arcusmaximus commented 2 years ago

script extension is only *.txt , which I think should be easy to implement in VNTextPatch

Sure, it's easy, but still takes more effort than MTLers put in their translations. image

Support is added. Because the file extension alone is not enough for VNTextPatch to recognize it as an Artemis script, please append --format=artemis to the command line.

Cosetto commented 2 years ago

script extension is only *.txt , which I think should be easy to implement in VNTextPatch

Sure, it's easy, but still takes more effort than MTLers put in their translations. image

Support is added. Because the file extension alone is not enough for VNTextPatch to recognize it as an Artemis script, please append --format=artemis to the command line. script.zip Could you also add for .ast too? Artemis has 2 kind of scripts txt and ast