Page 1 of 4

Yakuza 6: The Song of Life

Posted: Fri Mar 26, 2021 9:02 pm
by aSwedishMagyar
Still adding to it, just some basic stuff for now to get you going.

Something important to note that makes finding pointers trivial in this game is the fact that the base address for the player is actually a static address with everything branching off of it. So if you find something you can most likely trace it back to the main structure and make an easy pointer for it. I'm sure there are some cheat bools somewhere in here too that I haven't found yet.

Update #1: Added some scripts related to the batting cage minigame and some more pointers to stat upgrades, award completion and inventory quantities.

Update #2: Fixed a self-made issue with the AOBs for the batting scripts not being unique since I modified the scan range in the enable. Added a Modify Damage script, changed Inf Health to prevent collision (let me know if this works all the time since the compare could be bad), added script to stop time in the Outrun minigame.

Update #3: Added some scripts for Cabaret Club, Darts and some pointers for Majong scores. Also fixed Inf Health to work correctly every time.

Update #4: Modified the exercise minigame script to grab any instance that is currently running. Added a pointer to the player runs per inning for baseball (will add more for this). Also added a script for Inf Clan Support during clan battles (means you can continuously deploy fighters without penalty, I dunno what the actual variable name is). Also added some Item Ids to the dropdowns for the inventory populate script. I've posted a separate table with a script that allows you to get the item Id of anything you mouseover in your inventory. It prints the correct format for the dropdown list so you can add them manually. You can use excel or something to remove duplicates and replace the list I have in the Enable (or you can be helpful and post a list of them that you find that aren't currently included).

Current Table:
Yakuza6.CT
17-04-2021
(116.76 KiB) Downloaded 4258 times

Current Options:
  • Scripts
    • Inf Health
    • Inf Heat
    • Modify Damage
    • Inf Clan Battle Support
    • Baseball
      • Runs per Inning
    • Batting Cage Mini Game
      • Every Hit is a Home Run
      • Inf Attempts
      • Instant Win
    • Cabaret Club
      • Cabaret Pointers
      • Max Tension
      • End Conversation
    • Darts
      • Max Throw Power
      • No Aim Sway
    • Exercise
      • Disable Timer?
      • Timer
      • Lifts Completed
      • Bench Press
      • Deadlift/Lat Pulldown
    • Mahjong
      • Player Scores
    • Outrun
      • Stop Time
    • Puyo Puyo
      • Get Puyo Score (can probably find other things here as well)
      • Make Opponent Dumb
      • Max out Wins (999)
    • Virtual Fighter 5
      • Pointers
        • Current Round Wins (set to 2 to win)
        • Current Round Time Elapsed
        • Current Round Score
      • Reset Round (Enable to Reset Round, Disable to Continue Round)
  • Pointers
    • Health
    • Heat
    • Experience/Currency
    • Awards (each is 8 bytes apart, you can add more if you want them)
    • Stat Upgrades
    • Populate Inventory
Create Item Ids On Mouseover:
Create Item Ids On Mouseover (Yakuza 6).CT
17-04-2021
(9.93 KiB) Downloaded 1358 times
Previous Versions
Yakuza6.CT
06-04-2021
(97.67 KiB) Downloaded 303 times

Re: Yakuza 6: The Song of Life

Posted: Fri Mar 26, 2021 11:29 pm
by NumberXer0
Cheers! Looking forward to finally getting to play this game. Appreciate the table.

Re: Yakuza 6: The Song of Life

Posted: Fri Mar 26, 2021 11:56 pm
by Hylician Legend
Thank you, much appreciated! Can't wait to see the table's final form.

Re: Yakuza 6: The Song of Life

Posted: Sat Mar 27, 2021 4:06 am
by gigi99
Thanks, good job!😁

Re: Yakuza 6: The Song of Life

Posted: Sat Mar 27, 2021 5:06 am
by Carriva
Thanks you

Re: Yakuza 6: The Song of Life

Posted: Sat Mar 27, 2021 8:26 pm
by snakeback
Thank you so much.

Re: Yakuza 6: The Song of Life

Posted: Sun Mar 28, 2021 8:27 am
by eyelsi
Thank you so much for this!
By any chance, could I request baseball training tickets or spearfishing level?

Re: Yakuza 6: The Song of Life

Posted: Mon Mar 29, 2021 1:19 am
by zackxvn
do you know how to find the awards of Puyo Puyo minigame ?

Re: Yakuza 6: The Song of Life

Posted: Mon Mar 29, 2021 9:59 am
by vohoanphikhanh
It would be great if you can make "Freeze AI" or auto win (if possible) for Puyo Puyo minigame, that minigame is really hard

Re: Yakuza 6: The Song of Life

Posted: Tue Mar 30, 2021 4:33 am
by jay_123
Please update inventory editor with the drop down list , thanking in advance.

Re: Yakuza 6: The Song of Life

Posted: Wed Mar 31, 2021 8:56 am
by aSwedishMagyar
Ok I added some stuff for the Virtual Fighter 5 and Puyo Puyo minigames. Let me know how they work out for you, and keep in mind that they will not activate unless you are in the minigame. This is because Yakuza 6 has dedicated .dlls for most minigames that it injects when you start playing them and removes after you exit.

Re: Yakuza 6: The Song of Life

Posted: Fri Apr 02, 2021 5:33 am
by vohoanphikhanh
Can you add some more awards to the table ? I added some but it shows an error when I reopen the table

Re: Yakuza 6: The Song of Life

Posted: Fri Apr 02, 2021 7:39 am
by aSwedishMagyar
vohoanphikhanh wrote:
Fri Apr 02, 2021 5:33 am
Can you add some more awards to the table ? I added some but it shows an error when I reopen the table
Should be fixed, when I tried increasing the scan range the AOBs for some of the batting cage minigame scripts were not unique. You should be able to add your own without it messing up the table.

Re: Yakuza 6: The Song of Life

Posted: Fri Apr 02, 2021 10:10 am
by vohoanphikhanh
aSwedishMagyar wrote:
Fri Apr 02, 2021 7:39 am
vohoanphikhanh wrote:
Fri Apr 02, 2021 5:33 am
Can you add some more awards to the table ? I added some but it shows an error when I reopen the table
Should be fixed, when I tried increasing the scan range the AOBs for some of the batting cage minigame scripts were not unique. You should be able to add your own without it messing up the table.
thank you very much ! btw, if you can add a point cheat for mahjong (or auto win if possible) would be great, the point value for mahjong is very easy to find but i don't know how to make a script so yeah... ^_^

Re: Yakuza 6: The Song of Life

Posted: Fri Apr 02, 2021 1:16 pm
by vudungpro01
Do you have the id of the War God Talisman and Parry Talisman ?
Please show me.