Page 1 of 1

[Tease AI Java] TAI-> TAJ Script Converter (Finished)

Posted: Tue Feb 19, 2019 6:37 pm
by ski23
I'm officially finished with the script converter that can convert TAI scripts into the equivalent TAJ Scripts. It converts around 92%-99% of the file. Therefore, you still need to look at the output file and look for the lines that start with "--" and convert those yourself. While this still requires a bit of developer knowledge, fixing a few lines out of several hundred is much easier than attempting to convert scripts entirely by hand.

PLEASE RUN THE CONVERTER FROM THE COMMAND LINE IF POSSIBLE BY USING: "java -jar ScriptConverter.jar"
Here is the download link to the converter:
https://www.mediafire.com/file/urzvnijc ... r.jar/file
And here is the link to all of the code for the converter in case you want to contribute to further development or are wondering how something about it works:
https://github.com/skier233/ScriptConverter

I spent a lot of time and effort making this converter as it should provide a much easier way to convert content from TAI to TAJ. I'm using this myself on working on converting House of Tease to TAJ as well as a few other projects. I hope this will be useful to someone out there!

Re: [Tease AI Java] TAI-> TAJ Script Converter (Finished)

Posted: Mon Feb 25, 2019 12:10 pm
by GodDragon
ski23 wrote: Tue Feb 19, 2019 6:37 pm I'm officially finished with the script converter that can convert TAI scripts into the equivalent TAJ Scripts. It converts around 92%-99% of the file. Therefore, you still need to look at the output file and look for the lines that start with "--" and convert those yourself. While this still requires a bit of developer knowledge, fixing a few lines out of several hundred is much easier than attempting to convert scripts entirely by hand.

PLEASE RUN THE CONVERTER FROM THE COMMAND LINE IF POSSIBLE BY USING: "java -jar ScriptConverter.jar"
Here is the download link to the converter:
https://www.mediafire.com/file/urzvnijc ... r.jar/file
And here is the link to all of the code for the converter in case you want to contribute to further development or are wondering how something about it works:
https://github.com/skier233/ScriptConverter

I spent a lot of time and effort making this converter as it should provide a much easier way to convert content from TAI to TAJ. I'm using this myself on working on converting House of Tease to TAJ as well as a few other projects. I hope this will be useful to someone out there!
Great work!

Re: [Tease AI Java] TAI-> TAJ Script Converter (Finished)

Posted: Fri Nov 06, 2020 4:02 am
by wildcowboyz
ski23 wrote: Tue Feb 19, 2019 6:37 pm
PLEASE RUN THE CONVERTER FROM THE COMMAND LINE IF POSSIBLE BY USING: "java -jar ScriptConverter.jar"
Here is the download link to the converter:
https://www.mediafire.com/file/urzvnijc ... r.jar/file
And here is the link to all of the code for the converter in case you want to contribute to further development or are wondering how something about it works:
https://github.com/skier233/ScriptConverter

Hello, I have been wanting to port over miss blue but don't want to take the time to do it all by hand, and your mega link is broken. :weep: any chance you could re-upload it or post a release to your github?
Thanks

Re: [Tease AI Java] TAI-> TAJ Script Converter (Finished)

Posted: Sun Nov 08, 2020 12:55 am
by GodDragon
wildcowboyz wrote: Fri Nov 06, 2020 4:02 am
ski23 wrote: Tue Feb 19, 2019 6:37 pm
PLEASE RUN THE CONVERTER FROM THE COMMAND LINE IF POSSIBLE BY USING: "java -jar ScriptConverter.jar"
Here is the download link to the converter:
https://www.mediafire.com/file/urzvnijc ... r.jar/file
And here is the link to all of the code for the converter in case you want to contribute to further development or are wondering how something about it works:
https://github.com/skier233/ScriptConverter

Hello, I have been wanting to port over miss blue but don't want to take the time to do it all by hand, and your mega link is broken. :weep: any chance you could re-upload it or post a release to your github?
Thanks
Try this build. I just created it alongside a few fixes that prevented the previous one from working properly.