Page 4 of 4

Re: Famitracker Plugins: sound driver + demo rom, text expor

Posted: Mon Jul 29, 2013 11:29 am
by GradualGames
rainwarrior wrote:I wrote a text exporter as well as a command line export that is included in the latest version of famitracker. They are completely documented in the .chm included with FamiTracker 0.4.2.

There is no need to try and get that old plugin working, zzo38. This is a more complete text export (exports everything in the FTM, not just the stuff that the plugin author needed), and it's part of the main program, so there isn't anything weird to do to set it up.


Anyhow, cpow, if you need working links for downloads of the old plugins, look here: http://famitracker.com/downloads.php

I haven't tried them in a while, not sure if they still function with 0.4.2
I just found this. Thanks for doing this, I plan to write a script for my own sound engine using the text exporter instead of continue to try to maintain the old plugin system. As a result, I won't need to build Famitracker anymore, and so will no longer be dependent on Visual Studio 2008. Thanks again.

Re: Famitracker Plugins: sound driver + demo rom, text expor

Posted: Mon Jul 29, 2013 3:04 pm
by rainwarrior
That's precisely what I wrote the exporter for! :)

Re: Famitracker Plugins: sound driver + demo rom, text expor

Posted: Tue Aug 06, 2013 11:17 am
by GradualGames
I have a working converter for the text export to my sound engine now, I think at this point probably the old exporter system (i.e. the one I added, not the original FamiTracker driver) can go away. I don't believe anybody is using it. Probably should be cautious though you never really know who is using what. But I can't imagine anybody is actually using it, it was just a bad design (maybe decent C++ code, but only works on windows, hard to maintain, hard to support new drivers...i.e. just bad). What can I say, I was learning :oops: