Page 3 of 4

Re: Sifu

Posted: Sun Mar 13, 2022 10:28 pm
by murkamk1
Anyone knows how to do exp stuff? This table does not work

Re: Sifu

Posted: Fri Mar 25, 2022 4:54 am
by Hadesnstoic
Can someone please upload a working table for SIfu v1.7.3.464.

Thank you

Re: Sifu

Posted: Thu May 19, 2022 9:51 pm
by Hirmutu222
Hey!

I'm seeing some really advanced stuff here, meanwhile I'm here trying to figure out how to find the address/value for structure/stamina. Can anyone tell me what the value type is or any tips on how to find it would be greatly appreciated! :)

Re: Sifu

Posted: Wed Jul 06, 2022 12:21 am
by Fullcodes
Hadesnstoic wrote:
Fri Mar 25, 2022 4:54 am
Can someone please upload a working table for SIfu v1.7.3.464.

Thank you
i will share the latest ct here later

Re: Sifu

Posted: Mon Jan 02, 2023 12:33 am
by Prometheun
Can this table be updated for the latest build? It no longer works.

Thank you

Re: Sifu

Posted: Tue Mar 28, 2023 4:49 pm
by XionLethos
Fullcodes wrote:
Wed Jul 06, 2022 12:21 am
Hadesnstoic wrote:
Fri Mar 25, 2022 4:54 am
Can someone please upload a working table for SIfu v1.7.3.464.

Thank you
i will share the latest ct here later
So much for that, lmao.

Game just dropped on Xbox, and its a Play Anywhere title, I was checking to see if there was a working table, but i guess this one isn't it?

Re: Sifu

Posted: Wed Mar 29, 2023 7:54 pm
by vcaqxmyr
Can someone please update now pc version is v_1.20_5.875 .... and i don't have enough graphic memory to cheat ... :cry:

Re: Sifu

Posted: Wed Mar 29, 2023 9:50 pm
by doryanesa
I hate to jump on here and beg but an update would be great now that the arena update has dropped. I would love to get some of the new outfits but some of the challenges are just too intense lol

Re: Sifu

Posted: Sat Apr 01, 2023 7:00 pm
by JazzPenguin
would somebody pls be so kind to update this table to v_1.20_5.876 ?

ty in advance

Re: Sifu

Posted: Sun Apr 02, 2023 1:21 am
by XionLethos
Well, I've so far figured out that the score and xp are float values, and easy to do. But i can't figure out health or anything else. This CT won't work for me at all bc it's not using the same .exe the the scripts were made for, and im really new to even messing with CE myself. So far there isn't a ct out at all for my version
(Im on the Xbox/Microsoft version)

Re: Sifu

Posted: Tue Apr 04, 2023 4:45 pm
by Cas
JazzPenguin wrote:
Sat Apr 01, 2023 7:00 pm
would somebody pls be so kind to update this table to v_1.20_5.876 ?

ty in advance
Stop spamming

Re: Sifu

Posted: Wed Apr 12, 2023 4:04 am
by beguiler
Here is an update of zypxel's table. It should all work except the XP editing part and I won't be trying to get that part to work so I deleted it. Tested with Steam version 1.20.5.876 but might work on other versions, but you are on your own for them. It does NOT use aobscan so it will most likely break again with any future updates.

Edit: Updated for 1.22 - Not tested other than Infinite HP that seemed to work. I really should play this again :lol:

Re: Sifu

Posted: Thu Apr 27, 2023 11:37 am
by Rexurioz
bhfff wrote:
Mon Feb 14, 2022 11:34 am
emelerud1 wrote:
Sun Feb 13, 2022 8:55 pm
Any chance for an always perfect parry script?
I did something that resembles a "perfect parry script" though it's not perfect and it requires a controller!
Here's a demo:


In short, when the enemy starts a direct attack the script will take control of your constroller and will apply a counter measure, it might be hits or a parry.

Right now it's far from finished as I have to find the animation timings of the attacks, or the attack ids themselfs and I'm having a bit of a hard time finding them

Update1:

So I found one aob responible for the attack/combo ids
Spoiler
48 63 ? ? 48 89 ? ? ? 85 C0 78 ? 3B 81 ? ? ? ? 7D ? 48 69 F8 ? ? ? ? 48 03 ? ? 74 ? 48 8B ? E8 ? ? ? ? 48 85 ? 74 ? 48 8B ? ? 33 C0 48 89 ? ? ? 48 8D ? ? ? 48 8B ? E8 ? ? ? ? 48 8B ? ? ? 48 83 C4 ? 5B C3 44 0F ? ? ? ? ? ? 48 8D ? ? ? 44 0F ? ? ? ? ? ? 48 8B ? E8 ? ? ? ? 48 8B ? ? 48 8B ? E8 ? ? ? ? 48 8B ? ? ? 48 83 C4 ? 5B C3 33 C0 8B D0 48 89 ? ? ? E8 ? ? ? ? 48 8B ? ? ? 48 83 C4 ? 5B C3 33 C0 48 83 C4 ? 5B C3 CC CC CC 40
The thing is that the player and enemies seem to have different ids
Sifu:
Spoiler

Code: Select all

Basic: 
	39:Light Attack 1  
	40:Light Attack 2
	14:Light Attack 3
	8:Light Attack 4
	9:Light Attack 5

	43:Heavy Attack 1
	4:Heavy Attack 2
	5:Heavy Attack 3
	6:Heavy Attack 4
Special:
	22: Khap Choy
	
Post parry
	2: 
	17: Lightning Strikes
	18: 
	19: Sharp Strikes

Combos:
	41:Push kick
	10:Roundhouse Kick
	15:Rising Claw
	12:Back Breaker


Enemy in training mode:
Spoiler

Code: Select all

Combo analysys:
	11 > 1 > Step back
	11 > 1 > 3
	12 > 14 > 15
	12 > 14 > 15 > 


3  = (mid-low) -punch
11 = Heavy punch
15 = High kick
Enemies seem to not "attack" but rather use a pre-made combo set, in fact in the referenced strings you can see that they (except bosses) have 5 distinct combos


Update 2:

I've made this quick script that will do the job, it's not finished nor perfect I just need some feedback about the quality of the parry!

Check Simple > Enable Status Demo 1 > Enable Xinput Hijack (Simple)

The way I coded it requires you to have an xbox controller, if you have a ps4 or even switch controller you can always use DS4Controller and your controller will be mapped as an xinput device.

Also it won't parry the first attack (most of the time), whoever tests it I really wish you could give me some feedback like bugs and weird behaviour

Update 3:

Improved the dodges in v0.2 (still not perfect)
too bad it doesn't work anymore
was very fun

Re: Sifu

Posted: Sun May 14, 2023 7:32 am
by rumgum
beguiler wrote:
Wed Apr 12, 2023 4:04 am
Here is an update of zypxel's table. It should all work except the XP editing part and I won't be trying to get that part to work so I deleted it. Tested with Steam version 1.20.5.876 but might work on other versions, but you are on your own for them. It does NOT use aobscan so it will most likely break again with any future updates.
You were right, unfortunately patch 1.22 broke the table.

Re: Sifu

Posted: Mon Nov 27, 2023 6:36 pm
by KishudarK
An update would be greatly appreciated.