Page 1 of 1

SMD Start position placer

Posted: 02 Jan 2012, 18:52
by Cheesecan
Just a little utility I made to make my life easier. It loads a minimap and then lets you place your start positions on it. You can drag them around and delete them in case you change your mind. When you're done it will generate smd output that you can copy paste to your system clipboard.

Image

Re: SMD Start position placer

Posted: 02 Jan 2012, 19:12
by SirArtturi
Good job, but we already have one...

Re: SMD Start position placer

Posted: 02 Jan 2012, 19:21
by knorke
Personally I use http://code.google.com/p/conflictterra/ ... per_Widget (because it works for everything else where you need coordinates)
But your app works too, maybe fill the mapsize field from the size that you can read by the pixelsize of loaded heightmap.

Re: SMD Start position placer

Posted: 02 Jan 2012, 19:54
by Cheesecan
SirArtturi wrote:Good job, but we already have one...
Yeah everyone has different tastes and work processes. This one fit my work flow. Just thought I'd share. :)
knorke wrote:Personally I use
But your app works too, maybe fill the mapsize field from the size that you can read by the pixelsize of loaded heightmap.
Thanks this is a good suggestion!

Re: SMD Start position placer

Posted: 02 Jan 2012, 20:03
by zwzsg
I use the default Spring tooltip, with Spring windowed on half my screen and the smd opened in Notepad on the other half. But yeah, to each his own way.