TekkenBot
TekkenBot copied to clipboard
Post the updated addresses here
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
Are the instruction on how to find the addresses up to date?
EDIT: instructions added to the first post
If you could document it it would be a huge help moving forward.
Thanks for getting it working, BTW.
new adress?
@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
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.
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?
Thoughts and prayers
Updated memory file that has everything I could find. memory_address.zip
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
Hello, I am using the program you created well.
But CE_NonMatchAddresses.ct one does not work.
Can you fix it?
@sjshdb1 CE_NonMatchAddresses.CT
is unnecessary to the bot, so I don't bother updating it
Any news about the update for the season 2 ?
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 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
First of all, thank you for your hard work.
Are there any plans for this patch to be developed?
Thank you always.
@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.
Season 2 update is done 👌
Do you think you'll ever get around to providing instructions on how you found these addresses? In case you disappear.
I've tried also but couldn't =(
@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
@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.
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.
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.
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
Hello,any news about the next update of Tekken Bot?
done see the commit list for other changes
I've updated the memory_address.ini with the latest commit and still it wont find the pid? What do i do? Thanks!