General Features - LlemonDuck/runelite GitHub Wiki
The RuneLite settings can be found as a plugin. See RuneLite for more information about the various settings the client has to offer.
RuneLite incorporates functions such as:
- Moving overlays
- Hiding the sidebar
It's possible to move overlays and infoboxes by holding the Alt key and dragging them to a desired position. Whilst dragging blue squares will show fixed positions where they can be locked in.
You can reset an overlay's size and position by holding the Alt key and right-clicking the overlay.
It's possible to hide the sidebar by pressing the left arrow next to the minimize button. To show the sidebar again press the right arrow. This can also be done using the shortcut keys ctrl+F11.
Different accounts want different plugins and settings enabled, and this feature allows you to do just that!
If you are logged into the client, passing --sessionfile=<path/to/the/new/session/file>
will allow you to log in with a different Google account, and thus have a separate set of settings whilst retaining all the benefits of logging in.
If you are not logged in, instead pass --config=<path/to/the/new/config/file>
, and your client will use that config file instead of the usual one.
The paths can be relative or absolute. If the path is relative, it'll use .runelite
as the base.
Eg. --config="example.properties"
will make a file in <you home directory>/.runelite/examples.properties
RuneLite.exe --clientargs "--config=settings2.properties --sessionfile=session2"
You can edit your shortcut to add this, similar to how --mode=OFF
is added when disabling Hardware Acceleration. Note that config
and sessionfile
are client arguments and not launcher arguments and so must be forwarded to the client through the launcher by passing them through --clientargs
.
./RuneLite.AppImage --clientargs "--config=settings2.properties --sessionfile=session2"
/Applications/RuneLite.app/Contents/MacOS/RuneLite --clientargs "--config=settings2.properties --sessionfile=session2"