-
Notifications
You must be signed in to change notification settings - Fork 5
URL Parameters
kbranch edited this page Feb 5, 2023
·
2 revisions
Local settings and LADXR flags can be passed via URL parameter. Booleans should be passed as true and false. Null should be passed as null.
Flag parameters should be LADXR's internal names for both the flag name and value. Flag names should be prefixed with flag_
e.g. https://magpietracker.us/?flag_logic=hell
See LADXR's source for valid flags and their values.
Settings short strings can be passed with the shortString parameter.
e.g. https://magpietracker.us/?shortString=%23hsHTWRrl
Setting names are prefixed with setting_.
e.g. https://magpietracker.us/?setting_graphicsPack=Meme
Valid settings (default):
-
checkSize(32) -
mapBrightness(50) -
showOutOfLogic(false) -
animateChecks(true) -
swapMouseButtons(false) -
swapItemsAndMap(false) -
hideChecked(false) -
ignoreHigherLogic(false) -
hideVanilla(false) -
dungeonItemsTemplate('default.html') -
itemsTemplate('default.html') -
customDungeonItems(null) -
customItems(null) -
showDungeonItemCount(false) -
showItemsOnly(false) -
highlightItemsOnHover(true) -
enableAutotracking(false) -
autotrackItems(true) -
autotrackChecks(true) -
autotrackEntrances(true) -
autotrackSettings(true) -
autotrackSpoilers(true) -
autotrackGraphicsPack(true) -
autotrackerAddress('') -
gps(true) -
followMap(true) -
linkFace(true) -
spoilOnCollect(false) -
showOwnedPickups(false) -
graphicsPack('') -
colorAssistMaps(false) -
diff0Color('#0066ff') -
diff0VColor('#ffffff') -
diff1Color('#ffff00') -
diff1VColor('#ffffff') -
diff2Color('#ff8800') -
diff2VColor('#ffffff') -
diff3Color('#ff0000') -
diff3VColor('#ffffff') -
diff8Color('#0066ff') -
diff8VColor('#ffffff') -
diff9Color('#444444') -
diff9VColor('#aaaaaa') -
diffCheckedColor('#00ff00')