<<<If you create 2 files in the game folder called rodcolor.txt and linecolor.txt and put in one line of text with a hex color code, the rod will appear in that color. If you don't have an image tool that can produce hex codes for colors, you can find plenty of hex color codes on-line. Here's a site with a bunch of them:
http://www.webmonkey.com/webmonkey/refe ... lor_codes/
>>>
You can collect some colors like this for quick change the colors:
#660000 ;darkbrown3
; #990000 ;darkbrown
; #CC9900 ;lightbrown
; #660000 ;darkbrown3
; #000000 ;black
; #663300 ;darkbrown2
Note that the active color must be the first line and without the ";".
Regards Pitti