I updated the script to enable automatic uploads to AnonFiles.com. I chose them because their API was the easiest to implement from all that I'd seen recently.
Next, I'm going to break the source code on my side, try to compile, and teach the script to detect errors in the compilation step.
I'll prepare it for release when I have time. I'm working on this in-between classes. But I'm going to have to write a tutorial as well, so that people know how to get it up and running. It requires certain dependencies on the system, and it doesn't build everything from scratch like I want it to. Right now it's just a hacked-together proof-of-concept.
However, if we want to get this under revision control, I'd be happy to put it in Git, if I had the capability. I considered doing it as a stand-alone project. Could you import my project into your project? I don't know how dynamic Git can get.
Also, it's designed to run from the Pioneer root directory, wherever you've got the git repository stored on your computer. That way it can access the things it needs, the way it needs them. I might could design it to run from the scripts directory. Shouldn't be terribly hard but it's not high on my to-do list yet.
Is there any way I can get a link on the pioneerspacesim.net page? I would love to be able to implement an automatic link update script so that when I finish a build and upload it, the link is automatically updated on the website.
I want other OSX users to be able to find this build without having to find the forums first. Is this something that I can do?
I'll give you access to the sourceforge site to upload it. If you put it in the right place with the right filename, then the script that updates the website will automatically pick it up and sort the links out.
Set up a sourceforge account and let me know the name and we'll go from there. Ping me on IRC the next time you're around and we can work it all out there.
I would like to be able to automatically upload the file (with the appropriate filename and all) to the sourceforge site. As in, make this upload part of the script. Can sourceforge do that?