Jump to content

richard.broderick

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Reputation

0 Neutral
  1. Ive edited the first post as well as included the most recent version of the code..seems pretty stable at this point.
  2. Ok a much improved version of my code. Now uses a custom logging class that asynchronously flushes a queue to the disk. Right now i have it set to flush every 100 readings but that can be changed in source code. I think this is the best we can do until they add an streamwriter to KSP.io without resorting to workarounds of the security model. Ive tried this out to 100MB of data in csv and on my computer i couldn\'t notice any slow down. edit: added a deconstructor so it should flush the log to disk on close as well.
  3. better version of above with less lag way of reading and writing.
  4. A fix for the wonderful ISA RAM Module mod for 0.15 Uses a custom asynchronous logger class that should avoid it causing any slow downs to KSP. Special thanks to Innsewerants for making his mod. http://kerbalspaceprogram.com/forum/index.php?topic=10324.0 since i dont have source for isa_mapper.exe you will need to go some renaming of the csv files to what it expects for that to work ie rename pluginsData\isa_ram_module\Kerbin.csv to isa ram module\isa_Ram_Kerbin_Data.csv I\'ve included to bat files to facilitate this for kerbin and the mun.. just run them like you would isa_mapper.exe and they should handle the copy rename business. edit: 6/3/2012 If anyone knows if there is away to assign a pqs controller to celestial bodies please pm me. Trying to figure out a way to get terrain data on flights other than the current one. I can get all the altitudes of all the flights but no terrain data. It might not be easily possible but any help would be great.
×
×
  • Create New...