Skip to content

Commit

Permalink
50.07 offsets and add refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kheeman committed Feb 20, 2023
1 parent 01ee3df commit bb608aa
Show file tree
Hide file tree
Showing 11 changed files with 1,599 additions and 403 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
- 아직 많이 부족합니다만 번역에 조금이라도 도움이 되고자 업로드 합니다.
- 능력자분들 코드 개선에 많은 도움 좀 주세요~!




4 changes: 3 additions & 1 deletion config/dfint_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ crash_report = true
enable_search = true
font_name = "font.ttf"
font_size = 14
font_shiftup = 4
font_shiftup = 4
font_flagup = 2
font_flagdown = 2
39 changes: 39 additions & 0 deletions config/offsets/50.07_steam_win64.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[metadata]
name = "dfint localization hook offsets"
version = "50.07 steam win64"
checksum = 0x63e29e0c

[offsets]
# translation
string_copy = 0xB850
string_copy_n = 0xB870
string_append = 0xB610
string_append_0 = 0xB630
string_append_n = 0xB9B0
convert_ulong_to_string = 0x392C70
addst = 0x7C3810
addst_top = 0x7C38F0
addcoloredst = 0x7C34C0
addst_flag = 0x7C35A0
# search
standardstringentry = 0x8BE7D0
simplify_string = 0x3937B0
upper_case_string = 0x393AF0
lower_case_string = 0x393950
capitalize_string_words = 0x393C90
capitalize_string_first_word = 0x393F10
# ttf
addchar = 0x56200
addchar_top = 0xF3D60
add_texture = 0xED0C70
gps_allocate = 0x5FE030
cleanup_arrays = 0x5FDE50
screen_to_texid = 0x5F60C0
screen_to_texid_top = 0x5F62B0
# game state
loading_world_new_game_loop = 0xA42340
loading_world_continuing_game_loop = 0x5A0D50
loading_world_start_new_game_loop = 0x59E9A0
menu_interface_loop = 0x173150
# keybinding shift
keybinding = 370
Loading

0 comments on commit bb608aa

Please sign in to comment.