View Single Post
  #7  
Old 10-24-2007, 03:27 PM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

Great work George. Interesting idea of plotting player data on graphs. Are you going to export that data to a custom table ?

AndMetal, I am not sure how else you can modify all the values and reliably put the binary data back together without first specifying the format. I agree looping through all those arrays is a real pain though. But, if you created an array of the individual formats and strung them together to make the format string, it wouldn't be that hard to modify if the struct changed. I did consider writing a script to parse the header file and write the format for me at one time :p~

Sorry to hijack your thread George.

Last edited by Theeper; 10-24-2007 at 11:27 PM.. Reason: typo
Reply With Quote