Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

pathing program

Name: Anonymous 2006-10-01 14:48

does any of you know a program that will map out paths you take in a game

something like this
________0__________
_______/_\_________
______/___\________
_____0_____0_______
____/|\____|\______
___0_0_0___0_0_____
___|__\|____\|_____
___0___0____0______

Name: Anonymous 2006-10-01 16:46

A*

Name: Anonymous 2006-10-01 17:00

A!

Name: Anonymous 2006-10-02 5:39

any body at all have ant idea

Name: Anonymous 2006-10-02 8:05

________0__________
_______/_\_________
______/___\________
_____0_____0_______
____/|\____|\______
___0_0_0___0_0_____
___|__\|____\|_____
___0___0____0______

Name: Anonymous 2006-10-02 9:18 (sage)

Name: Anonymous 2006-10-03 0:13

thank you but why www.opera.com?

Name: Anonymous 2006-10-03 0:19

ok that is ezastly what i want but is there anything a little more user friendly

Name: Anonymous 2006-10-03 7:42

>>7
Because I didn't feel like typing http://, so you'd have to copy and paste the link ;)

>>8
How is it not user-friendly?  This is how you learn it anyway:
1. http://www.graphviz.org/doc/info/lang.html
You've got to keep that handy if you wonder where something goes.
2. http://www.graphviz.org/doc/info/output.html
Choose an output format, I use png all the time.
3. http://www.graphviz.org/doc/info/attrs.html
Read if you want to do anything fancy.

Then it's just a matter of writing the node relationships.  Here's a simple example:
digraph {
  Node1 -> Node2;
  Node1 -> Node3;
  Node2 -> Node4;
  Node2 -> Node5;
}

To generate the PNG, save the file as whatever you want, I'll use test.dot here: dot -Tpng -ograph.png test.dot  And there you have it, a wonderful graph in graph.png.  Can't get any easier than that.

Name: Anonymous 2009-03-18 3:40

Don't call me gay, but I need some mary jay!

Marijuana MUST be legalized.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List