Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins > RR Released Skins


Reply
 
Share Thread Tools Display Modes
Old 06-01-2008, 07:41 AM   #61
Newbie
 
Asterix1965's Avatar
 
Join Date: Jan 2007
Posts: 32
Asterix1965 is an unknown quantity at this point
Quote: Originally Posted by Jaskari View Post
part from your IBusRR.ini:

Dan do you know the code for changing Fahrenheits to Celsius in OBC (like consumption unit is changed in SET_OBC_TO_L100Km)? I don't have OBC in my car and BMW skin shows fahrenheits instead of celsius in outside temp. Or is there a way in Roadrunner to take part of $OUTSIDETEMP$ (stripping + and C) and then doing a conversion (C=F-32x5/9)?

Also one thing is bugging me.. after stopping the engine RPM meter wont go to 0. Is this normal?

Just go button "SET_OBC_TO_L100Km" the temperature went from C to F Degrees.
To redisplay degrees C, I had to push the button on the right, for instance the one that serves to set the timetable, taking care to see in counts km temperature and only so I could redisplay degrees C.
I hope that I explained well
Asterix1965 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-01-2008, 07:55 AM   #62
Newbie
 
Asterix1965's Avatar
 
Join Date: Jan 2007
Posts: 32
Asterix1965 is an unknown quantity at this point
other problem,
in my car I do not have the electronic accelerator and then buttons on the right of the steering wheel are unused. Can I use these buttons to manage other functions on the skin RR?
Anyone who knows the codes to be put to use these buttons?
Thank you
Asterix1965 is offline   Reply With Quote
Old 06-01-2008, 08:56 AM   #63
Newbie
 
Join Date: Jul 2006
Location: Finland
Posts: 24
Jaskari is an unknown quantity at this point
Quote: Originally Posted by Asterix1965 View Post
Just go button "SET_OBC_TO_L100Km" the temperature went from C to F Degrees.
To redisplay degrees C, I had to push the button on the right, for instance the one that serves to set the timetable, taking care to see in counts km temperature and only so I could redisplay degrees C.
I hope that I explained well

"button on the right".. do you mean button in OBC? There seems to be no other buttons in bmw3.skin and I do not have OBC in car
Jaskari is offline   Reply With Quote
Old 06-01-2008, 09:37 AM   #64
Newbie
 
Asterix1965's Avatar
 
Join Date: Jan 2007
Posts: 32
Asterix1965 is an unknown quantity at this point
If you control with skin editor bmw3.skin you realize that is where the word "SET_OBC_TO_L100Km" corresponds to a command that sets litres x 100 km also changes the value in degrees C to F.
If you have not OBC do not know how you can do to move from Degrees F to C.
To me it is enough to push the button to set the time while they were displayed degrees and so reset the value or fair.
Asterix1965 is offline   Reply With Quote
Old 06-03-2008, 12:36 AM   #65
Newbie
 
Join Date: Jul 2006
Location: Finland
Posts: 24
Jaskari is an unknown quantity at this point
Quote: Originally Posted by Asterix1965 View Post
If you control with skin editor bmw3.skin you realize that is where the word "SET_OBC_TO_L100Km" corresponds to a command that sets litres x 100 km also changes the value in degrees C to F.
If you have not OBC do not know how you can do to move from Degrees F to C.
To me it is enough to push the button to set the time while they were displayed degrees and so reset the value or fair.

Problem solved I changed SET_OBC_TO_L100Km code in IBusRR.ini to this

Code:
80 05 BF 15 01 04

and now I have celsius back It first shows MPG in consumption, but if I execute this several times (click on "SET OBC TO L/100Km") in my car it will cycle through MPG-US MPG-L/100km and after that start from beginning again (MPG). So this way I can set consumption to L/100km too
Jaskari is offline   Reply With Quote
Old 06-03-2008, 01:55 PM   #66
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 70
dan32500 is an unknown quantity at this point
Quote: Originally Posted by Jaskari View Post
Code:
80 05 BF 15 01 04

Good stuff!
dan32500 is offline   Reply With Quote
Old 06-03-2008, 02:19 PM   #67
Newbie
 
Join Date: Apr 2008
Posts: 2
Feynman is an unknown quantity at this point
You can have the files. psd of your skin?
Thank you
Feynman is offline   Reply With Quote
Old 06-11-2008, 05:07 PM   #68
Newbie
 
Join Date: Feb 2008
Posts: 9
jarro_25 is an unknown quantity at this point
Skin works perfect. I have one cuestion for ibus?
Can I put some button to set volume up and down?

Thank you dann.
jarro_25 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-12-2008, 07:07 AM   #69
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 70
dan32500 is an unknown quantity at this point
RE: PSD file; I may release it, you can use the blank menu template if you want to change menus.

RE: jerro_25; I'm not sure what you mean -
At the moment you need to use the Steering Wheel buttons to change volume OR use the the Mixer screen.

Or if you want to change PC volume with the Steering Wheel, edit ibusrr.ini.
dan32500 is offline   Reply With Quote
Old 06-12-2008, 09:03 AM   #70
Newbie
 
Join Date: Feb 2008
Posts: 9
jarro_25 is an unknown quantity at this point
Quote: Originally Posted by dan32500 View Post
RE: PSD file; I may release it, you can use the blank menu template if you want to change menus.

RE: jerro_25; I'm not sure what you mean -
At the moment you need to use the Steering Wheel buttons to change volume OR use the the Mixer screen.

Or if you want to change PC volume with the Steering Wheel, edit ibusrr.ini.

Sorry, but my english is bad :-S. I am from Spain and I studied a little.

I want change PC volume with the Steering Wheel + and -, but I don't know.
What do I put in ibusrr.ini?
Yesterday I searched and I don't see nothing.

Thank you

Last edited by jarro_25; 06-12-2008 at 09:06 AM.
jarro_25 is offline   Reply With Quote
Old 06-12-2008, 01:18 PM   #71
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 70
dan32500 is an unknown quantity at this point
No problem, in ibusrr.ini Change all:
PLUS_PRES=""
MINUS_PRES=""

To
PLUS_PRES="VOL+"
MINUS_PRES="VOL-"
dan32500 is offline   Reply With Quote
Old 06-12-2008, 04:37 PM   #72
Newbie
 
Join Date: Feb 2008
Posts: 9
jarro_25 is an unknown quantity at this point
Quote: Originally Posted by dan32500 View Post
No problem, in ibusrr.ini Change all:
PLUS_PRES=""
MINUS_PRES=""

To
PLUS_PRES="VOL+"
MINUS_PRES="VOL-"

Thank you, it is tested and working ;-)

I have one problem, it is a little one. how can I change MPG to L/100km?

Thanks so much
jarro_25 is offline   Reply With Quote
Old 06-12-2008, 05:54 PM   #73
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 70
dan32500 is an unknown quantity at this point
Quote: Originally Posted by jarro_25 View Post
I have one problem, it is a little one. how can I change MPG to L/100km?

Go to screen BMW 3/3 and tap/click where it says "SET OBC to L/100 Km"
dan32500 is offline   Reply With Quote
Old 06-13-2008, 07:10 AM   #74
Newbie
 
Join Date: Jun 2008
Posts: 7
LazyFox is an unknown quantity at this point
i can't see background at all
it's just flashing in the middle of the desktop when RR started
then RR screen moving to the top-left corner and there is no background

- valid path to the background is set
- "fastmode=-1" is set

why?
LazyFox is offline   Reply With Quote
Old 06-13-2008, 07:19 AM   #75
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 70
dan32500 is an unknown quantity at this point
You might have a different location of RR and by default the skin background is set to C:\Program Files\Road Runner\backgrounds\

Open skin.ini and change your path for background= and background file for bgfile=.
dan32500 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital FX 2.0 Transparent Released JohnWPB RR Skins No Longer Supported 3759 03-07-2008 01:23 PM
Need help. transparent _EMPTY files and invisible buttons austin683 RR Skins 5 01-06-2008 10:36 PM
transparent tutorial? davidp RR Skins 3 08-28-2007 10:24 PM
Winamp transparent visualization issues TSur Road Runner 1 06-12-2007 06:54 PM
Transparent skins possible??? Supergong FreeDrive 4 01-13-2006 03:25 PM



All times are GMT -5. The time now is 07:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics