Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 09-24-2008, 03:59 PM   #106
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Quote: Originally Posted by Dirtyrhino View Post
i've been through the ini files three times, cos i thought i'd missed something - but it's all there as it should be. i'lll look again though.....

Is "garminpath=" set in rr.ini?

I'm running the GMPC overlay (even tho i'm going to stop using GMPC) in DFX and everything works fine.
treetop777 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-24-2008, 05:25 PM   #107
Newbie
 
Join Date: Sep 2008
Posts: 34
Dirtyrhino is an unknown quantity at this point
yeah, that was the first thing i checked - i just don't get it
I've gone back to Destinator for the time being, as i'm sure it's down to my install somewhere - i'll work through the scripting later on - i'm sure it'll be something blindingly obvious
Dirtyrhino is offline   Reply With Quote
Old 09-24-2008, 05:54 PM   #108
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Quote: Originally Posted by Dirtyrhino View Post
yeah, that was the first thing i checked - i just don't get it
I've gone back to Destinator for the time being, as i'm sure it's down to my install somewhere - i'll work through the scripting later on - i'm sure it'll be something blindingly obvious

Don't give up now - is this what you have in exectbl.ini?
Attached Images
  
treetop777 is offline   Reply With Quote
Old 09-24-2008, 05:59 PM   #109
Newbie
 
Join Date: Sep 2008
Posts: 34
Dirtyrhino is an unknown quantity at this point
sure is.
And in my RR.ini i've got
garminpath=e:\garminpc\que.exe

I used the brilliant dfx button editor to define a button, and that works fine - pulls up the osk, just won't open GMPC...
Dirtyrhino is offline   Reply With Quote
Old 09-24-2008, 09:36 PM   #110
Wants to make it harder
 
monkeyracer's Avatar
 
Join Date: May 2007
Location: Lakehood, CO
Posts: 1,414
monkeyracer is an unknown quantity at this point
my bet is that the button editor isn't adding the string of commands, so I would say that's the reason only the overlay comes up.

The button code should be EXACTLY as described in the readme.txt, if it is not EXACTLY that way, then there may be issues. Find the button you want to point to GMPC and edit it as I've described.


New graphics and everything still on the horizon, I've been really busy with trying to find a job and get everything buttoned up from leaving my last job, but they will come soon!
__________________
2007 Chrysler PT Cruiser TE
Car PC Progress:
Planning.......[---------X-] 95%
Parts...........[---------X-] 90%
Fabrication...[---------X-] 90%
RR Skin........[---------X-] 95%
View my
Worklog
Road Runner Skins
Website
Favorite thread EVER!
monkeyracer is offline   Reply With Quote
Old 09-25-2008, 03:53 PM   #111
Newbie
 
Join Date: Sep 2008
Posts: 34
Dirtyrhino is an unknown quantity at this point
It's all good - i'm off on my hols now, so i'll have a fresh look and do what you suggest when I get back - thanks people
Dirtyrhino is offline   Reply With Quote
Old 09-28-2008, 05:27 AM   #112
Newbie
 
genie4x4's Avatar
 
Join Date: Jul 2008
Posts: 15
genie4x4 is an unknown quantity at this point
help

when instally the gmpc kb where do i do the following changes?

//on the button that accesses your GPS screen, you will need to change it to this:
"GMPC||GMPC_OVERLAY||RUNGMPC"

Am new at this and slowly learning it
genie4x4 is offline   Reply With Quote
Old 09-28-2008, 11:14 AM   #113
Wants to make it harder
 
monkeyracer's Avatar
 
Join Date: May 2007
Location: Lakehood, CO
Posts: 1,414
monkeyracer is an unknown quantity at this point
I think this is where a lot of people are having an issue.

To start, open up the folder that has the same name as the skin you are using.
For my example, I am going to use BMV2. The default location is:

"C:\Program Files\Road Runner\skins\BMV2"

Next, look for a file called "menu.skin" and double click on it. When it asks what program to use to view the file, choose Notepad (I've set this as the default program to use so I don't have to select this each time.)

Once notepad is open, find this line:
Code:
B08,451,303,339,106,"GPS","GPS"

(or what ever line ends with "GPS")

and change it to this:
Code:
B08,451,303,339,106,"GMPC||GMPC_OVERLAY||RUNGMPC","GPS"

(keep the first part of the code the same, just change "GPS" to "GMPC||GMPC_OVERLAY||RUNGMPC")

And then save the file and close notepad.

Now you should be able to open up RoadRunner with the BMV2 skin (or the skin you've made this change to) and press the GPS button to access Garmin with my overlay on top of it. You can apply these same methods to almost any other skin, but it may not work in all skins.
__________________
2007 Chrysler PT Cruiser TE
Car PC Progress:
Planning.......[---------X-] 95%
Parts...........[---------X-] 90%
Fabrication...[---------X-] 90%
RR Skin........[---------X-] 95%
View my
Worklog
Road Runner Skins
Website
Favorite thread EVER!
monkeyracer is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-29-2008, 02:13 AM   #114
Newbie
 
genie4x4's Avatar
 
Join Date: Jul 2008
Posts: 15
genie4x4 is an unknown quantity at this point
more issues

Quote: Originally Posted by monkeyracer View Post
I think this is where a lot of people are having an issue.

To start, open up the folder that has the same name as the skin you are using.
For my example, I am going to use BMV2. The default location is:

"C:\Program Files\Road Runner\skins\BMV2"

Next, look for a file called "menu.skin" and double click on it. When it asks what program to use to view the file, choose Notepad (I've set this as the default program to use so I don't have to select this each time.)

Once notepad is open, find this line:
Code:
B08,451,303,339,106,"GPS","GPS"

(or what ever line ends with "GPS")

and change it to this:
Code:
B08,451,303,339,106,"GMPC||GMPC_OVERLAY||RUNGMPC","GPS"

(keep the first part of the code the same, just change "GPS" to "GMPC||GMPC_OVERLAY||RUNGMPC")

And then save the file and close notepad.

Now you should be able to open up RoadRunner with the BMV2 skin (or the skin you've made this change to) and press the GPS button to access Garmin with my overlay on top of it. You can apply these same methods to almost any other skin, but it may not work in all skins.

ok followed that and stuck with the bmv2 skin but now when i open this skin folder there is no exectbl.ini......now what?
genie4x4 is offline   Reply With Quote
Old 09-29-2008, 02:21 AM   #115
Wants to make it harder
 
monkeyracer's Avatar
 
Join Date: May 2007
Location: Lakehood, CO
Posts: 1,414
monkeyracer is an unknown quantity at this point
Quote: Originally Posted by genie4x4 View Post
ok followed that and stuck with the bmv2 skin but now when i open this skin folder there is no exectbl.ini......now what?

simply create one. open up notepad, add the text as described in the instructions, and then save it as exectbl.ini (make sure it's not saved as exectbl.ini.txt) or just copy it over from the RR folder and edit it.
__________________
2007 Chrysler PT Cruiser TE
Car PC Progress:
Planning.......[---------X-] 95%
Parts...........[---------X-] 90%
Fabrication...[---------X-] 90%
RR Skin........[---------X-] 95%
View my
Worklog
Road Runner Skins
Website
Favorite thread EVER!
monkeyracer is offline   Reply With Quote
Old 09-29-2008, 04:19 AM   #116
Newbie
 
genie4x4's Avatar
 
Join Date: Jul 2008
Posts: 15
genie4x4 is an unknown quantity at this point
Finally all working now for the next problem....thanks for everyones help
genie4x4 is offline   Reply With Quote
Old 09-29-2008, 10:09 PM   #117
Variable Bitrate
 
Join Date: Nov 2005
Posts: 238
upspace is on a distinguished road
working here but i am getting sometimes "pink" square screens. i guess this comes from elcos overly plugin.

which version are you guys using? the one packaged with this one or the link to the resource friendly?
upspace is offline   Reply With Quote
Old 09-30-2008, 05:50 PM   #118
Newbie
 
Join Date: Apr 2003
Location: New Zealand
Posts: 18
LordNikon
Quote: Originally Posted by monkeyracer View Post
I think this is where a lot of people are having an issue.

To start, open up the folder that has the same name as the skin you are using.
For my example, I am going to use BMV2. The default location is:

"C:\Program Files\Road Runner\skins\BMV2"

Next, look for a file called "menu.skin" and double click on it. When it asks what program to use to view the file, choose Notepad (I've set this as the default program to use so I don't have to select this each time.)

Once notepad is open, find this line:
Code:
B08,451,303,339,106,"GPS","GPS"

(or what ever line ends with "GPS")

and change it to this:
Code:
B08,451,303,339,106,"GMPC||GMPC_OVERLAY||RUNGMPC","GPS"

(keep the first part of the code the same, just change "GPS" to "GMPC||GMPC_OVERLAY||RUNGMPC")

And then save the file and close notepad.

Now you should be able to open up RoadRunner with the BMV2 skin (or the skin you've made this change to) and press the GPS button to access Garmin with my overlay on top of it. You can apply these same methods to almost any other skin, but it may not work in all skins.

Im using Digital FX 4.0 and i cant see where i need to change the code for the button that loads the gps...anyone done this for dfx 4.0?



/EDIT Nevermind, figured it out, works absolutely perfectly!!

Last edited by LordNikon; 09-30-2008 at 06:13 PM.
LordNikon is offline   Reply With Quote
Old 10-02-2008, 09:32 AM   #119
Newbie
 
Join Date: May 2006
Location: Northern California
Posts: 32
DaddyLikeTrucks is on a distinguished road
subscribed

deciding on garmin or iguidance
DaddyLikeTrucks is offline   Reply With Quote
Old 10-02-2008, 03:08 PM   #120
Newbie
 
Join Date: Apr 2003
Location: New Zealand
Posts: 18
LordNikon
DaddyLikeTrucks,

I cant comment on iGuidance, never used it before and i couldnt test it as where i live, Garmin Mobile PC is the only solution for me to get full gps navigation.

In saying that though, ive had Garmin Mobile PC running for the last 2 days on my test pc at work (without a gps unit, just been doing simulation runs) and the feel of the program is just wonderful to use. The voice turn by turn is great, the ability to "shape" your routes is just an awesome feature which is easy and quick to do, the ability to also do turn by turn detours is another awesome feature, the OSK overlay that MonkeyRacer made is a very good addition to it. Its very easy to show/hide the keyboard and you always have the music controls showing. No complaints about it at all!! All in all, im very impressed and excited about GMPC + OSK Overlay and i cant wait till my gps receiver arrives so i can actually road test it.
LordNikon 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
How can I get Garmin and HD Radio to start when RR starts? mstaedt Road Runner 12 09-23-2008 09:09 PM



All times are GMT -5. The time now is 03:12 AM.


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