- Joined
- Sep 8, 2006
- Messages
- 258
I just compiled a basic program that'll make a number of coordinates (most useful for trees, rocks, things that don't take up much space)... it generates however many you want within a specific radius. Like this:
|start|3198,3220|end|
Then open Notepad and replace-all (|start| and |end| are replaced) so it's like this: (if I turn it into a tree generator it'll do this by itself)
CREATE_NEW_TREE(-1, "3198,3220", 7, 0, 0, 0.9, 1.3)
Now.. here's my question. If I were to turn this into a tree generator (I HATE the default forests) or a rock generator or something, would anyone even use it? I'm fine doing it the way I am now (using the program and Notepad together) but I could improve it incase anyone actually uses it.
|start|3198,3220|end|
Then open Notepad and replace-all (|start| and |end| are replaced) so it's like this: (if I turn it into a tree generator it'll do this by itself)
CREATE_NEW_TREE(-1, "3198,3220", 7, 0, 0, 0.9, 1.3)
Now.. here's my question. If I were to turn this into a tree generator (I HATE the default forests) or a rock generator or something, would anyone even use it? I'm fine doing it the way I am now (using the program and Notepad together) but I could improve it incase anyone actually uses it.