Skip to content

Commit

Permalink
update quest overlay for 6.5.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFirm84 committed Oct 31, 2023
1 parent da131b1 commit 88fa9b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/translate.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ translate(dqText, isDialog)
{
;; Replace text with glossary before sending off to be translated
glossified_sentence := glossify(sentence)
StringReplace,glossified_sentence,glossified_sentence,`n,,A
StringReplace,glossified_sentence,glossified_sentence,`r,,A

;; If not found locally, make a call to the translate API to get translated text.
if UseDeepLTranslate = 1
Expand Down
4 changes: 2 additions & 2 deletions mapQuestFinder.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ loop 32
JoystickKeys .= JoystickNumber . "Joy" . A_Index . ","

;; === General Quest Text ====================================================
questAddress := 0x02013D7C
questAddress := 0x0223CE20
questNameOffsets := [0x34, 0xCC, 0x108]
questSubQuestNameOffsets := [0x34, 0xCC, 0xD0]
questDescriptionOffsets := [0x34, 0xCC, 0x140]
mapOpenPointer := 0x02010248
mapOpenPointer := 0x022392D8
mapOpenOffsets := [0x8, 0x38, 0x4, 0x4, 0x4, 0x104]

;== Save overlay POS when moved =============================================
Expand Down
2 changes: 1 addition & 1 deletion questFinder.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Global UseGoogleTranslate
Global GoogleTranslateAPIKey

;; === General Quest Text ====================================================
questAddress := 0x020149C8
questAddress := 0x0223DA8C
questNameOffsets := [0xC, 0x8, 0x4C4]
questSubQuestNameOffsets := [0xC, 0x8, 0x48C]
questDescriptionOffsets := [0xC, 0x8, 0x4FC]
Expand Down

0 comments on commit 88fa9b2

Please sign in to comment.