Toribash
Original Post
[REL]Speed Graph
It shows yours and ukes speed in the last frames, you can edit the file (the line that starts with "frame_num") to show more or less data.
Attached Files
speedgraph.lua (890 Bytes, 39 views)
Last edited by Fran; Jan 13, 2012 at 04:03 AM.
Do you know how to get the joint/ghost/usertext color, would be nice to know to whom is the line from in mp.
Originally Posted by psycore View Post
Yes, it's possible. You have to read out the color number of the user's item.dat and then convert the color number to RGB. Unfortunately there is no function for colorcode -> RGB so I'm trying to put something together. At least there is a list of colorcodes with RGB here. The format is colorcode name R G B ?. Usually the last number is alpha but it doesn't make any sense here. Doesn't matter anyways.

get_color_info(), it returns the rgb in a float from 0 to 1.