TekkenBot icon indicating copy to clipboard operation
TekkenBot copied to clipboard

Post the updated addresses here

Open WAZAAAAA0 opened this issue 6 years ago • 299 comments

The bot (usually) only needs the correct memory_address.ini file to keep working after a patch. Should I ever stop updating the TekkenBot, this is the place where anyone else can share the file to keep the bot alive.

Instructions on how to update the file yourself: https://github.com/WAZAAAAA0/TekkenBot/wiki/How-to-update-addresses

if you have an unrelated issue please for the love of god don't litter this page and open a new one thanks

WAZAAAAA0 avatar Mar 26 '18 19:03 WAZAAAAA0

Are the instruction on how to find the addresses up to date?

piecedigital avatar Mar 26 '18 23:03 piecedigital

EDIT: instructions added to the first post

WAZAAAAA0 avatar Mar 26 '18 23:03 WAZAAAAA0

If you could document it it would be a huge help moving forward.

piecedigital avatar Mar 26 '18 23:03 piecedigital

Thanks for getting it working, BTW.

piecedigital avatar Mar 26 '18 23:03 piecedigital

new adress?

yurome avatar May 03 '18 11:05 yurome

@yurome new "adress" for patch 1.13 2018-04-13 are already available here: https://raw.githubusercontent.com/WAZAAAAA0/TekkenBot/35e072e3bec6df765b5ff17d46467a77e6e9b69c/TekkenData/memory_address.ini

WAZAAAAA0 avatar May 03 '18 22:05 WAZAAAAA0

Update for patch on 5/30/2018 player_data_pointer_offset = 0x03404DA8

There's a few more addresses that need to be found, will look at that a bit later.

compsyguy avatar May 31 '18 02:05 compsyguy

Some other values: OPPONENT_NAME = 033F01F0 0x0 0x8 0x114 ;NOT_LOGGED_IN default value OPPONENT_SIDE = 033F01F0 0x0 0x8 0x70 ;0 means they are player 1, 1 means they are player 2

I still haven't found p1_Movelist and P2_Movelist... anyone know what values those hold?

compsyguy avatar May 31 '18 07:05 compsyguy

Thoughts and prayers

yup-yup avatar Jun 01 '18 05:06 yup-yup

Updated memory file that has everything I could find. memory_address.zip

compsyguy avatar Jun 01 '18 07:06 compsyguy

TekkenBotPrime v0.10.0 is out and fully works with 1.14, get it from here https://github.com/WAZAAAAA0/TekkenBot/releases/tag/v0.10.0

WAZAAAAA0 avatar Jun 02 '18 03:06 WAZAAAAA0

Hello, I am using the program you created well.

But CE_NonMatchAddresses.ct one does not work.

Can you fix it?

sjshdb1 avatar Jul 26 '18 06:07 sjshdb1

@sjshdb1 CE_NonMatchAddresses.CT is unnecessary to the bot, so I don't bother updating it

WAZAAAAA0 avatar Jul 29 '18 03:07 WAZAAAAA0

Any news about the update for the season 2 ?

Acmeiku avatar Sep 06 '18 02:09 Acmeiku

Working on it. I found the main offset, but some of the other values need to be updated Unfortunately my laptop queued the update and won't launch until the game's been updated so now I don't have an easy way to find what the values are supposed to be.

compsyguy avatar Sep 06 '18 03:09 compsyguy

@compsyguy open CE_TekkenBot.CT with notepad and look for the <LastState> sections, they should tell you how the addresses "looked like" last time the CT worked

or you can rollback like this (untested) https://www.reddit.com/r/Steam/comments/611h5e/guide_how_to_download_older_versions_of_a_game_on/

and since I'm paranoid I made a backup of S1 files so I can go back in time any time anyway

WAZAAAAA0 avatar Sep 06 '18 11:09 WAZAAAAA0

First of all, thank you for your hard work.

Are there any plans for this patch to be developed?

Thank you always.

sjshdb1 avatar Sep 06 '18 12:09 sjshdb1

@WAZAAAAA0 Thank you, I might have to look into that, but I've started making some progress finding the values. I'll post up what I have a bit later.

compsyguy avatar Sep 06 '18 15:09 compsyguy

Season 2 update is done 👌

WAZAAAAA0 avatar Sep 07 '18 00:09 WAZAAAAA0

Do you think you'll ever get around to providing instructions on how you found these addresses? In case you disappear.

piecedigital avatar Sep 07 '18 02:09 piecedigital

I've tried also but couldn't =(

Lanqu avatar Sep 08 '18 16:09 Lanqu

@piecedigital @Lanqu @compsyguy just finished writing instructions, take a look https://github.com/WAZAAAAA0/TekkenBot/wiki/How-to-update-addresses

hopefully more people will be able to provide updates in the future

WAZAAAAA0 avatar Sep 11 '18 13:09 WAZAAAAA0

@piecedigital @Lanqu @compsyguy just finished writing instructions, take a look https://github.com/WAZAAAAA0/TekkenBot/wiki/How-to-update-addresses

hopefully more people will be able to provide updates in the future

Thanks! Text instruction looks great.

Lanqu avatar Sep 11 '18 16:09 Lanqu

can i find p1,p2 X,Y,Z value?

I really want X,Y,Z location value

I am just student

i am making tekken AI so i need x,y,z value! and how can i change the command list?

command list showing only HIT info or Block info not showing every command

if i use wind god fist with no hit or no block i can not see my command in command list

i want see all input command irrespective of hit, block in command list

can i possible?

I used a translator because I am not good at English.(I am korean) Please understand me even if the sentence is strange.

Hongsungchan avatar Oct 13 '18 17:10 Hongsungchan

I'm not entirely sure how to get the position variables, but in TekkenGameState.py TekkenGameReader -> GetUpdatedState There's the block of code starting with:

This is ugly and hacky

for axis, startingAddress in ((k, v) for k,v in self.c['PlayerDataAddress'].items() if k in ('x', 'y', 'z')):

That's a good place to start. As for your other question, I have no idea how to help on that.

compsyguy avatar Oct 15 '18 17:10 compsyguy

Most frames are wrongs now by october update (tekken 2.02). For me and i think for many others is hard to fix memory.address.ini and else, kindly can somebody post the new files?? Thanks guys

kelagorn avatar Nov 26 '18 14:11 kelagorn

Here's the one I'm using. It should be correct.

memory_address.zip

compsyguy avatar Nov 26 '18 18:11 compsyguy

Hello,any news about the next update of Tekken Bot?

Acmeiku avatar Dec 03 '18 19:12 Acmeiku

done see the commit list for other changes

WAZAAAAA0 avatar Dec 03 '18 22:12 WAZAAAAA0

I've updated the memory_address.ini with the latest commit and still it wont find the pid? What do i do? Thanks!

TeaLeafy avatar Dec 04 '18 01:12 TeaLeafy