Kiloutre / TekkenMovesetExtractor

Tool to extract Tekken movesets and import them to T7, can work online. Also includes moveset editor, animation editor and camera animator.
GNU General Public License v3.0
76 stars 15 forks source link

problem extracting ttt2 movesets (with the base code) #61

Open alicherkooo opened 2 years ago

alicherkooo commented 2 years ago

Screenshot (486) the last digit of my base number (0) turn in to a 8 for some reason and result in a error

Kiloutre commented 2 years ago

I just extracted from tag2 successfully, so you either have found the wrong base address or you have a slightly different game version

alicherkooo commented 2 years ago

I just extracted from tag2 successfully, so you either have found the wrong base address or you have a slightly different game version

here is my cemu log :

------ Init Cemu 1.23.1b ------- [15:37:55] Init Wii U memory space (base: 0x20261600000) [15:37:55] mlc01 path: D:/Games/usb wii games/DATA/EMULATORS/Cemu/BIN/mlc01 [15:37:55] Cemuhook version: 0.5.7.3 [15:37:55] CPU: Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz [15:37:55] RAM: 16321MB [15:37:55] Used CPU extensions: SSSE3, SSE4.1, AVX2, AES-NI [15:37:56] IOSU_CRYPTO: No otp.bin found. Online mode cannot be used [15:37:56] IOSU_CRYPTO: No Seeprom.bin found. Online mode cannot be used [15:38:15] Loading Tekken.rpx [15:38:18] Loaded RPL module tekken (checksum 0x465EA719) [15:38:19] ------- Loaded title ------- [15:38:19] TitleId: 00050000-10110000 [15:38:19] TitleVersion: v32 [15:38:19] Update path: D:\Games\usb wii games\DATA\EMULATORS\Cemu\BIN\mlc01\usr\title\0005000e\10110000\ [15:38:19] AOC path: D:\Games\usb wii games\DATA\EMULATORS\Cemu\BIN\mlc01\usr\title\0005000c\10110000\ (not present) [15:38:19] Save path: D:/Games/usb wii games/DATA/EMULATORS/Cemu/BIN/mlc01/usr/save/00050000/10110000/user/ [15:38:19] Shader cache file: shaderCache\transferable\0005000010110000.bin [15:38:19] gameprofile path: gameProfiles\default\0005000010110000.ini [15:38:19] RPX hash (updated): a7b0d70f [15:38:19] RPX hash (base): 36adda6c

and here is my game_addresses.txt : Tag2 addresses. tag2_process_name = Cemu.exe tag2_base = 0x20261600000 tag2_p1_addr_1010f800 = 0x10885C90 # Game ID: 00050000-1010f800 [EU v32] tag2_p1_addr_10110000 = 0x10884C70 # Game ID: 00050000-10110000 [US v16] tag2_window_title_regex = TitleId: [0-9a-fA-F]{8}-([0-9a-fA-F]{8}) # Defines what part of the title to keep. This makes it choose the right addr. tag2_playerstruct_size = 0x2960 # Distance between 2 players addresses tag2_motbin_offset = -0x98 tag2_chara_id_offset = -0xCC tag2_player_count = 4

is there anything that i need to change ?