|
Newbie
Join Date: Jun 2003
Posts: 23
|
Attached is diff file showing what I have edited to get things working. This includes few trial fixes for "gain" mode of speed attenuation volume control and programmable inipath. I hope that was all of them.... There was an update on roadrunner source since I started working on this so I had to manually filter out things I didn't update.
If you are using Digital FX menu.skin and menu2.skin in the following folders,
{Roadrunner path}\skins\DigitalFX 2.0\Menus\AnalogClock
{Roadrunner path}\skins\DigitalFX 2.0\Menus\DigitalClock
can be edited to display some calculated values.
Comment out following lines.
/L,516,4,71,25,255,255,255,16,"Arial","TEMP2","left "
/L,408,4,101,25,255,255,255,16,"Arial","=Computer:" ,"right"
/L,212,4,89,25,255,255,255,16,"Arial","=Interior:", "right"
/L,311,4,87,25,255,255,255,16,"Arial","TEMP1","left "
and add these.
L,311,4,87,10,255,255,255,16,"Arial","AVGMPG","rig ht"
L,428,4,100,10,255,255,255,16,"Arial","=Inst MPG:","right"
L,536,4,80,10,255,255,255,16,"Arial","INSMPG","rig ht"
L,3,502,100,10,255,255,255,16,"Arial","=Inst HP:","right"
L,103,502,80,10,255,255,255,16,"Arial","INSHP","ri ght"
L,567,502,150,10,255,255,255,16,"Arial","=Inst Torque:","right"
L,717,502,80,10,255,255,255,16,"Arial","INSTQ","ri ght"
I'll try out the diff file tomorrow to make sure it works with newer roadrunner...
Regards
|