Skip to content

Commit 29e8bd6

Browse files
authored
v1.56.6 BETA merge
- act-tracker: tweaks for poe2 default guide - act-tracker: added pob2 integrations - map-info: fixed delirious waystones - item-info: added poeladder.com unique drop-tiers
2 parents b1e832f + f2d7049 commit 29e8bd6

18 files changed

+1134
-228
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A light-weight AHK script with UI and QoL features for Path of Exile 1 and 2, em
7070
<br>
7171

7272
### [Act-Tracker](https://github.com/Lailloken/Lailloken-UI/wiki/Act%E2%80%90Tracker): campaign-related QoL features
73-
**`Path of Exile 2 compatible: guide-overlay`**
73+
**`Path of Exile 2 compatible`**
7474
| \*automatic [exile-leveling](https://heartofphos.github.io/exile-leveling/) overlay | quick-access PoB skill-tree schematics | quick-access PoB gem setups |
7575
|---|---|---|
7676
| ![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/leveltracker_001.png) | ![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/leveltracker_002.jpg) | ![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/leveltracker_003.jpg) |

data/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
[
3+
["1.56.6", 15606],
4+
"act-tracker: tweaks for poe2 default guide",
5+
"act-tracker: added pob2 integrations",
6+
"map-info: fixed delirious waystones",
7+
"item-info: added poeladder.com unique drop-tiers"
8+
],
29
[
310
["1.56.5", 15605],
411
"act-tracker: tweaks for poe2 default guide",

data/english/UI.txt

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
global_variance = "variance (0-255)"
156156
global_hotkey = "hotkey:"
157157
global_panelsize = "panel-size:"
158-
global_uisize = "ui size:"
158+
global_uisize = "ui-size:"
159159
global_auto = "auto"
160160
global_price = "price"
161161
global_all = "all"
@@ -176,6 +176,7 @@
176176
global_revert = "revert"
177177
global_apply = "apply"
178178
global_apply = "apply changes"
179+
global_global = "global"
179180

180181
mechanic_bestiary = "bestiary"
181182
mechanic_betrayal = "betrayal"
@@ -282,6 +283,9 @@
282283
cheat_filemissing = "file doesn't exist"
283284
cheat_loaderror = "cannot load file:"
284285
cheat_duplicate = "A cheat-sheet with the same name already exists and will be overwritten. Do you want to continue?"
286+
cheat_flip = "cannot flip through images" ;## this string + one of the following two form a sentence
287+
cheat_flip = "in segmented cheat-sheets"
288+
cheat_flip = "after using letter-keys"
285289

286290

287291

@@ -316,27 +320,31 @@
316320
;## these strings are displayed/required when using the leveling tracker / act-tracker
317321
lvltracker_header = "skilltree configuration"
318322
lvltracker_deleteall = "del all"
323+
324+
319325
lvltracker_gemnotes = "not included in pob"
320-
lvltracker_gearlist = "char (lvl):" ;## displayed at the top of the geartracker: "char (lvl): Lailloken (69)"
326+
lvltracker_gemregex = "regex copied"
327+
lvltracker_gemregex = "regex failed"
328+
329+
lvltracker_gearlist = "char (lvl):" ;## PoE1 only (whole block), displayed at the top of the geartracker: "char (lvl): Lailloken (69)"
321330
lvltracker_gearadd = "item added"
322331
lvltracker_gearadd = "item already added"
323332
lvltracker_gearadd = "item already;equippable"
324333
lvltracker_gearadd = "item doesn't have;any requirements"
325334
lvltracker_gear5levels = "only show the next 5 levels"
326-
lvltracker_flip = "cannot flip through images"
327-
lvltracker_flip = "in segmented cheat-sheets"
328-
lvltracker_flip = "after using letter-keys"
335+
336+
329337
lvltracker_endreached = "can't go further"
330338
lvltracker_fastforwarderror = "current location is not;included in any remaining step"
331339
lvltracker_guidemissing = "guide hasn't been;imported yet"
332-
lvltracker_importerror = ""gems only" guides;are not supported" ;## exile-leveling has a "gems only" option
340+
lvltracker_importerror = ""gems only" guides;are not supported" ;## PoE1 only, exile-leveling has a "gems only" option
333341
lvltracker_importerror = "invalid import data"
334342
lvltracker_multipaste = "some files are;not supported"
335343
lvltracker_multipaste = "multi-paste not supported;for ascendancy-trees"
336-
lvltracker_multipaste = "# entries starting from # will potentially be overwritten.;Continue?" ;## these are placeholders for numbers
344+
lvltracker_multipaste = "# entries starting from # will potentially be overwritten.;Continue?" ;## the placeholders will be replaced by numbers
337345
lvltracker_noimages = "couldn't find;image-files"
338346
lvltracker_timererror = "can't resume: run complete" ;## campaign timer can't be resumed because the run has finished
339-
lvltracker_timererror = "enter <twilight strand> to reset" ;## timer can only be reset with a fresh character
347+
lvltracker_timererror = "enter the first zone to reset" ;## timer can only be reset with a fresh character
340348
lvltracker_timererror = "pause the timer first"
341349
lvltracker_timererror = "blocked by hideout-pause setting" ;## there's a setting "pause timer in hideouts" which blocks manual resuming
342350
lvltracker_timermessage = "run started"
@@ -345,6 +353,30 @@
345353
lvltracker_treeerror = "skill-tree version;is incompatible"
346354
lvltracker_treenone = "imported pob doesn't;have usable trees"
347355
lvltracker_treeascendancy = "slot empty"
356+
lvltracker_exp = "lvl-diff:" ;## stands for level-difference, i.e. character-level - area-level = X
357+
358+
359+
lvltracker_format_enter = "enter" ;## PoE2 only (whole block), use this and the next two in combination with "areaidXYZ" to place a page divider
360+
lvltracker_format_waypoint = "(img:waypoint) to" ;## these 2 lines stand for "portal/waypoint-travel to XYZ": don't change the part in parentheses, it will be replaced by icons
361+
lvltracker_format_portal = "(img:portal) to"
362+
lvltracker_format_kill = "kill" ;## the string that follows this word will automatically be highlighted as a unique boss
363+
lvltracker_format_act = "a#c" ;## abbreviation, e.g. "act 1 cruel": used when the guide leads to a location in a different act (e.g. "enter a1c | clearfell encampment")
364+
lvltracker_format_epilogue = "epilogue"
365+
366+
367+
lvltracker_editor = "guide editor" ;## PoE2 only (whole block)
368+
lvltracker_editor_slot = "slot" ;## the act-tracker has 3 slots to save guides into
369+
lvltracker_editor_acts = "acts:"
370+
lvltracker_editor_save = "save changes"
371+
lvltracker_editor_export = "export guide"
372+
lvltracker_editor_areas = "area-names (click to paste):"
373+
lvltracker_editor_icons = "icons (click to paste):"
374+
lvltracker_editor_highlight = "highlight selected text:"
375+
lvltracker_editor_load = "load default guide"
376+
lvltracker_editor_blocked = "(blocked)" ;## there are two different "Halani Gates" areas: the first time you visit, they're blocked off
377+
lvltracker_editor_hint = "hint / more info"
378+
lvltracker_editor_quest-name = "quest-name"
379+
lvltracker_editor_quest-item = "quest-item"
348380

349381

350382
;#####################################################
@@ -762,10 +794,12 @@
762794
m_iteminfo_profiles = "reset the profile's:" ;## you can choose between two options: a profile's desired, or undesired mods
763795
m_iteminfo_desired = "desired"
764796
m_iteminfo_undesired = "undesired"
797+
m_iteminfo_undesired = "(un)desired:"
765798
m_iteminfo_modrolls = "hide roll-ranges on explicit mods"
766799
m_iteminfo_shift = "shift-clicking activates item-info"
767800
m_iteminfo_league = "enable league-start mode"
768801
m_iteminfo_base = "show & compare item's base-stats" ;## base-stats as in armor, evasion, ES, attack-speed, phys/ele dmg
802+
m_iteminfo_class = "item-class"
769803
m_iteminfo_ilvl = "display item-lvl requirements"
770804
m_iteminfo_highlight = "highlight customization:"
771805
m_iteminfo_fractured = "fr" ;## this abbreviation for "fractured" should always have a length of 2 (max 3 if really necessary)

0 commit comments

Comments
 (0)