command line options for gootool?
- Login to post comments
Mon, 01/18/2010 - 18:48
I'd love to be able to programmatically grab the information on the tower height, number of balls, and the image of the tower from gootool on the command line.
Having just spoken to David on the IRC, he asked what were the features I wanted. The two formats he suggested would actually be perfect for my uses:
gootool -profile 0 -drawtower mytower.png
gootool -profile 0 -showstats
Where the former just outputs the png, and the latter gives key/value pairs, perhaps like:
height 11.67
balls 125
As long as I can get at these three pieces of data, whatever format you prefer is fine by me.
Thanks so much!
-Tobin
Say, what program are you developing?
Author of World of Goo Portable. Download here!
Added in 1.0.3: http://goofans.com/mantis/view.php?id=249
Sorry it's taken a while to get to this.
-davidc
This is added in 1.0.3 which is now released.
-davidc