Item Highlighter: Difference between revisions

From FOnline: Reloaded Wiki
Jump to navigation Jump to search
(Created page with "Edit '''Reloaded.cfg''' to switch it on. In '''[Reloaded]''' Section:<br> '''ShowItemContours=7''' to set the item contours for pickable items (items on the ground that can b...")
 
No edit summary
Line 20: Line 20:
In '''[Bindings]''' Section:<br>
In '''[Bindings]''' Section:<br>
'''ShowItemContours=Y''' - switch combinations of item marks by contours
'''ShowItemContours=Y''' - switch combinations of item marks by contours
[[Category:Articles]]

Revision as of 21:36, 8 May 2021

Edit Reloaded.cfg to switch it on.

In [Reloaded] Section:
ShowItemContours=7 to set the item contours for pickable items (items on the ground that can be picked up), containers and misc items, combination in range from 0 (none) to 7 (for containers and misc items)

  • Available combinations:
    • 0: All off
    • 1: Mark pickable items only
    • 2: Mark pickable items and containers
    • 3: Mark all
    • 4: Mark pickable and misc items
    • 5: Mark containers only
    • 6: Mark misc items only
    • 7: Mark containers and misc items

ItemContourColors=128 255 128 - contour colors for pickable items in RGB format, accepts three values (0-255)
ContainerContourColors=128 0 255 - contour colors for containers in RGB format, accepts three values (0-255)
MiscContourColors=255 128 255 - contour colors for misc items in RGB format, accepts three values (0-255)

In [Bindings] Section:
ShowItemContours=Y - switch combinations of item marks by contours