Skip to content

Standalone MercuryTrade

Morph21 edited this page Apr 3, 2024 · 1 revision

By default MT is visible only while poe is running or if you open settings.

If for some reason you don't want to hide it or you just want to use overseer in other games etc you can change settings inside MercuryTrade.l4j.ini file.

Here is a content of that file which was added into release files back in version 1.3.3

###################################################
##### MercuryTrade initialization config file #####
###################################################
#
# This file works by itself only while using .exe runnable
# If you want this to work while running .jar file you need to add this parameters 
# For example if you run your MercuryTrade.jar from console like this: "java -jar MercuryTrade.jar"
# and you want to use standalone option you need to specify it like that: "java -Dstandalone=true -jar MercuryTrade.jar"


###################################################
#####                 Options                 #####
###################################################
# -Dstandalone while you set that variable to true MercuryTrade will be always visiable even if you are in other window than PathOfExile
-Dstandalone=false
# -DhideLoadingIcon while you set that to true you won't see MercuryTrade loading animation at start
-DhideLoadingIcon=false
Clone this wiki locally