topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 2:10 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: EditSkinFile is not portable  (Read 3350 times)

ahkscript

  • Supporting Member
  • Joined in 2013
  • **
  • default avatar
  • Posts: 11
    • View Profile
    • Donate to Member
EditSkinFile is not portable
« on: October 21, 2018, 07:56 PM »
FARR is storing full skin path instead of relative path.

instead of:
"Skins\TangoXP-BLUE.skn"
or even better:
"TangoXP-BLUE"

It's storing:
"D:\Program Files\FARR\Skins\TangoXP-BLUE.skn"

:/

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: EditSkinFile is not portable
« Reply #1 on: October 22, 2018, 09:45 AM »
I only tested this quickly but it seems you can manually edit FindAndRunRobot.ini (must close the FARR process first) and change this line
EditSkinFile=C:\Program Files (x86)\FindAndRunRobot\Skins\<skin name>.skn
into
EditSkinFile=Skins\<skin name>.skn
and then that skin will still be applied when you start FARR again.