I was using this format for one icon at a time,
Code: Select all
patchimage "backtab", "C:\blabla\blabla\image.png";and while i am here i cant get
Code: Select all
HideMainMenuToggleByAlt=0Code: Select all
patchimage "backtab", "C:\blabla\blabla\image.png";Code: Select all
HideMainMenuToggleByAlt=0According to the help file, the effect of patchimage is limited to the current session. You'd have to create a script that runs on every startup of XYplorer.
Are you sure you tweaked correctly?and while i am here i cant getto work, was super happy when i found this setting as i use it for many other programs i work with but it wont workCode: Select all
HideMainMenuToggleByAlt=0![]()
Seems a bit counter productive to have to run it every time but ok, how do i set that up?nas8e9 wrote: ↑20 Jan 2020 02:23 According to the help file, the effect of patchimage is limited to the current session. You'd have to create a script that runs on every startup of XYplorer.
Are you sure you tweaked correctly?and while i am here i cant getto work, was super happy when i found this setting as i use it for many other programs i work with but it wont workCode: Select all
HideMainMenuToggleByAlt=0![]()
I find that with the tweak enabled, on startup the menu is shown but disappears when once pressing Alt?
The help file lists the command line options XYplorer supports, including the /script switch. You'd have to put the patchimage commands in a XYplorer script file and then, using the /script switch, load that script file on XYplorer's startup, by modifying the shortcut to XYplorer.exe.
Found the part in help about the startup, i tried to make a script of the patchimage commands but i dont know how to format it,nas8e9 wrote: ↑20 Jan 2020 02:36The help file lists the command line options XYplorer supports, including the /script switch. You'd have to put the patchimage commands in a XYplorer script file and then, using the /script switch, load that script file on XYplorer's startup, by modifying the shortcut to XYplorer.exe.
Code: Select all
patchimage "backtab", "C:\blabla\blabla\image.png";https://www.xyplorer.com/faq-topic.php?id=tweak; Tweak: patch internal images with files in this path
PatchImagesPath=PatchedIcons
This worked thank you so much! and thank you nas8e9 for showing me that i can run scripts on startup that will come in handy in the futurehighend wrote: ↑20 Jan 2020 09:21 There is no need to run a script, just put your patched images into e.g. the folder "PatchedIcons" in your XYplorer data folder
and use a tweak so that XY knows where to find them. The folder name is relative to <xydata> so the folder name itself would suffice.
https://www.xyplorer.com/faq-topic.php?id=tweak; Tweak: patch internal images with files in this path
PatchImagesPath=PatchedIcons