Results 1 to 9 of 9

Thread: REQUEST : rr.ini setting available in skins

  1. #1
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,061

    REQUEST : rr.ini setting available in skins

    As the title says.

    Is it possible to make the settings in rr.ini available to skins.


    for example I would like the path of the external GPS to be available, so that when I want the skin to go to full size, I have the correct path, without the user having to adjust it manually.


    This isn't the only one that would be useful, so can this be done?

  2. #2
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    can be ADDED easily.. just make a list of everything you'd like to use and how you'd like to use it..
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  3. #3
    Low Bitrate
    Join Date
    Jan 2005
    Location
    Phoenix, AZ
    Posts
    78
    indeed, things like variables and includes would be really useful.

    I'd like to be able to put something like:
    INC, general.skin

    in almost every one of my skin files. In general.skin would be a bunch of header labels/indicators/buttons I use, as well as maybe paths to programs or logos, things like that.
    1998 BMW M3
    Mods: Staggered SSR Competition wheels : M Roadster Short Shifter : JTD Aluminum Underpanel : Koni Adjustable SAs : Eibach Pro-kit springs : European clear corners and side markers : Hardwired V1 automatic door and radar detector

  4. #4
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,061
    Quote Originally Posted by guino
    can be ADDED easily.. just make a list of everything you'd like to use and how you'd like to use it..
    At the moment it is mainly for paths. etc

    Well one way would be to say enter the category before the = and get the bit after the =

    eg

    B,000,450,200,050,"LOAD;gps-full.skin;iGPS;e:\Program Files\iNav\iGuidance\iGuidance.exe;iGuidance"

    would become

    B,000,450,200,050,"LOAD;gps-full.skin;iGPS;!gpspath!;iGuidance"


    Obviously use something else instead of the !'s if necessary.


    Oh and can we add a command to get the RR install path as well and allow it to be used in paths within skins.


    cheers

  5. #5
    SMKFree liquid_smoke's Avatar
    Join Date
    Aug 2003
    Location
    Chicago
    Posts
    4,842
    thats a good idea, i would like something like this also.
    so making multiple screens for GPS would be easier for end users to setup.
    also making multiple web browser screens, (currently having issues doing this).
    But im not sure if just including these paths avail to the skin is the best solution as the input to change the settings would be a step back.
    Now if i could create a skin that listed all the paths and editable from inside the skin, and saved somewhere inside the skin, would be the best option.

    overall, i think all the settings that could be moved to skin specific settings, should come with the ability to be set and configured from inside the skin. Otherwise things just get more confuseing as to where and how you setup everything. So far you have RR.ini, ExecTBL.ini x2, KetTbl.ini, Gestures.ini and prob some others. I really think there needs to be a redesign on how RR gets configured. Even it were just a frontend to all these different .ini files (best route). It will only get worse and more confuseing with the current setup.
    I think this should be top priority over any additional features i or others may want. It will increase the user base, give RR a more level of professionalism, and make things easier for everybody.
    Sorry to go on and on about this!
    But take a look at the setup routine for Centrafuse, its best feature by far if you ask me. CF will win a whole lot of users based solely on its ease of setup, users i think, would be better served with RR.
    Currently if i were to reccomend a frontend to a total newbie or even a friend, i would almost have to reccomend CF ONLY because i dont want to have to deal with any of there setup issues and when they are comfortable with carputers tell them to step up to RR for the advanced user.
    01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
    01101101 01101111 01101011 01100101

    beer replenishment fund
    http://www.mp3car.com/vbulletin/rr-faq/
    mp3car live search

    i have joost invites, just hit me up for one.

  6. #6
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    I'll see what I can do about the settings and the includes..

    In regards to the config tool.. this is my last priority... I rather like that only the users with a minimun level or experience and determination use RR (they tend to provide better feedback and information regarding issues) -- at least while RR is in development/testing.. a config tool for everything maybe worked out later, but personally I won't get to it in a long while.. in fact, the only reason why there's the current config tool is because users took the initiative of doing most of it (Mr. Wizard, drait, skippy76, etc).. or you'd still be editing INIs manually for everything following readme.txt...
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  7. #7
    SMKFree liquid_smoke's Avatar
    Join Date
    Aug 2003
    Location
    Chicago
    Posts
    4,842
    Quote Originally Posted by guino
    or you'd still be editing INIs manually for everything following readme.txt...
    ouch, that would be rough. I dont think that the lack of an easy config will filter out all the people with low experience but true for most. I wanna lure those that DO have the technical know how, but are just lazy, like me.
    lol.

    well im gonna have to start up some graphics for a new config tool to try to lure someone to code it to work. If you build it they will come right? LOL.

    thanks guino.
    01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
    01101101 01101111 01101011 01100101

    beer replenishment fund
    http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
    mp3car live search

    i have joost invites, just hit me up for one.

  8. #8
    Raw Wave
    Join Date
    Jun 2004
    Location
    On the beach
    Posts
    2,225
    LS - clear ur pm box.

  9. #9
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,061
    Thanks guino for the test version, seems to work fine for the includes and path extraction from rr.ini.



    oh can this be extended to get the skin path from resume.ini?

Similar Threads

  1. CentraFuse Skins for Download
    By TheFireBall in forum CF Skins
    Replies: 6
    Last Post: 08-19-2008, 02:38 PM
  2. Skins, skins, skins and... skins (and NOTHING MORE)
    By netsuo in forum NeoCar Media Center
    Replies: 42
    Last Post: 12-21-2005, 08:12 AM
  3. Forum Slowness
    By Quattro in forum Mp3car Forum Suggestions/Comments
    Replies: 41
    Last Post: 10-28-2005, 06:50 PM
  4. errors on the homepage
    By alti in forum Mp3car Forum Suggestions/Comments
    Replies: 61
    Last Post: 04-14-2005, 10:26 PM
  5. Skins for 8" Lilliput
    By Deepgear in forum MediaCar
    Replies: 11
    Last Post: 08-08-2004, 06:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •