zimluura Wrote:i thought i wanted ints in the file. the floats in the console window were for debugging math errors (was multiplying once when i should have divided).
should i output float for vdrift?
I think you should just make sure that the correct number of significant digits are preserved. With the resolution of the graphs imported, 2 or 3 should be accurate enough, so ints are probably fine. It's your call, I don't think it was an error, just something I noticed which was inconsistent.
zimluura Wrote:(edit) i was hoping to get a few more features in it before i posted the source. trying to adapt it so it will insert values into the middle of the line (no more drawing stars and stuff) but it will help when revising a section. also something where you can enter the quoted torque and power maximums at their rpm. and then have it use those points in the curve.
If you would like, we could add this to the tools/ dir the VDrift-art repository. Do you have write access to that repo already?
I suggest getting your code out there whenever possible. You never know, someone might want to help get it working on Windows/OS X, or something like that. Again, it's your call. Publishing your source means you need to choose a license, start thinking about documenting code, etc. (more work).
I have a few feature suggestions if you are interested.