Game Development Community

Torque RGB Converter

by PuG · 04/07/2008 (11:40 pm) · 13 comments

Thats right, after long hours forsome bizarre reason converting RGB values using the lovely Windows Caculator, ive finially got someone to code a very small applet! theirs really nothing to it, only a colour picker, three RGB value boxes and a Torque Output - but its available as a free dwonload over at Ironfoot Development -

http://dev.ironfoot.co.uk

I had posted this as a resource over a week ago but GG yet to approve it :)

Also the Dark Forge Resource website now has a new front end, and upgraded forums (still needs a theme) for the QuArK users. http://www.dark-forge.com

#1
04/08/2008 (2:18 am)
I've used Colorcop to grab RGB float values from samples of anything on the screen in the past... But unfortunately it only gives you readings up to hundredths, and adds commas in between. So A) It's not exactly accurate, but accurate enough for most cases, and B) you have to remove the commas when pasting.

This little APP looks to be very helpful, because it gives readings up to millionths and doesn't have commas. Unfortunately I can't seem to download it at this very moment, because it's behind a private section. Does it have an eyedropper?
#2
04/08/2008 (6:42 am)
haha, handy. Sadly, cannot be downloaded.

And what about the rts content pack? will be be available again? Maybe you are tinking on release it for free? ;D
#3
04/08/2008 (10:42 am)
Interesting? its on the site - if you click "download" below the picture on the right (on the front homepage), then at the bottom of the next page it has Attachment in bold followed directly below by:

TorqueRGB.zip 144.73 KB

:)

Tell me if that work?

It hasn't got an eye dropper, but its something that could be added (to be honest didn't think of it at the time).
#4
04/08/2008 (3:39 pm)
I can't download the file either. I get the following message (from the TorqueRGB.zip link):

Access denied
warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/vhosts/ironfoot.co.uk/subdomains/dev/httpdocs/modules/image/image.module on line 395.You are not authorized to access this page.
#5
04/08/2008 (4:34 pm)
I got the same message.
#6
04/08/2008 (6:15 pm)
I god the same message, too.
#7
04/09/2008 (12:41 am)
Thanks for the report, ive disabled the module in question - if you could try again I would be most appreciated, if its still not working will post a direct file link.
#8
04/09/2008 (2:13 am)
Works for me now. :)
#9
04/09/2008 (4:32 am)
That worked. Thanks.
#10
04/09/2008 (7:01 am)
handy tool mate. Too bad there is no eye dropper, but still very usefull.
#11
04/09/2008 (7:25 am)
Will see if we can sort something out on that :)
#12
04/09/2008 (5:53 pm)
AWESOME! great tool. I can't tell you how sick I am of having to do that. I would have been a coder if I liked math. My white board is covered with conversion numbers for fog colors and light values form legion maps in development. Thanks a million.
#13
04/11/2008 (4:18 am)
I made my own program, ColorTorque. With Eye dropper and many other things =)
Thanks PuG for idea =)