Page 2 of 12

Re: Toukiden 2 [2017-3-22]

Posted: Fri Mar 24, 2017 9:24 am
by yhawkz
PLease bro.... i need your update... hahahhahahahha...... thx

Re: Toukiden 2 [2017-3-22]

Posted: Fri Mar 24, 2017 11:55 am
by ColonelRVH
Huh, current script works fine with the update though.

Re: Toukiden 2 [2017-3-22]

Posted: Fri Mar 24, 2017 2:58 pm
by yhawkz
ColonelRVH wrote:
Fri Mar 24, 2017 11:55 am
Huh, current script works fine with the update though.
Oh.. i mean.. next table update for items... hahahhahah

Re: Toukiden 2 [2017-3-22]

Posted: Sat Mar 25, 2017 12:07 am
by variante
About equipment upgrade, I found out that each has 3 seperate upgrade counts, each stored in Byte.

For Weapons:
- Attack
- Attack & Dexterity
- Elemental

For Armor:
- Defense
- Elemental resistance
- Aegis

Each of these value can be set to 255 and it will survive through game session, the game doesn't regularize them to their legit max values when it loads the save file (God Eater does this). So each equipment can be edit to +765 (255*3) and permanently stay that way with very high stats.

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 3:05 am
by ColonelRVH
Fast update v2.0, 2017-3-25

Was too tired yesterday to post this.

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 3:58 am
by bloodsucker
thank you dude , looking for forward on next update. hoppfully it inclue equiment editor

Unlimited Special Skill Use Time make game crash BTW

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 4:38 am
by yhawkz
ColonelRVH wrote:
Sat Mar 25, 2017 3:05 am
Fast update v2.0, 2017-3-25

Was too tired yesterday to post this.
thx bro... you're the best

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 6:37 am
by mamekoski
Colonel, do you find any code regarding to mitama buff duration, max atk speed or invincible? thanks..

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 8:41 am
by Reaper1222
Hi thx for the table, but is there a chance for a mitama proficiency option?

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 11:07 am
by knur004
Hey, the table works, but it crashes my game a few minutes after i enable scripts that concern battles, god mode, infinite focus, infinite mitama skills etc. Are you sure this table is for updatet version of toukiden 2 (1.01, latest steam version)? Or maybe game have some anti cheat that causes crashes

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 2:29 pm
by ColonelRVH
I use Codex version, I don't have the official one. Try activate one by one, and report the problem to me again.
bloodsucker wrote:
Sat Mar 25, 2017 3:58 am
thank you dude , looking for forward on next update. hoppfully it inclue equiment editor

Unlimited Special Skill Use Time make game crash BTW
Yea that code crashed the game once and i already fix it, weird. Will check again.

And of course, the official version might have AC with it. I'm not sure.

==========================================================

I just opened my table again and realized that i didn't delete the test scripts, left at the bottom of the table. My apologize, it was indeed a fast update. :lol:

Guess those who crashed themself, the reason was because this. You guys should use only the Main Cheats section.

Proper Table updated V2.0

Also, scripts tested, works fine. If there's any problem, please report in full details.

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 3:09 pm
by knur004
I downloaded your "proper" table, yet it still crashing. Detailed desctiption:

-mission "blood sword", i found the owner of sword and started fight with this big demon, crashed.
- cheats activated: god mode, focus always max, assault gauge, unity gauge max, weapon gauge max, special skill unlimited time
- game version - codex with update 1.01 and updated codex crack

I attached dmp file and report.wer after crash

If you need more information please write what do you want to know

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 3:32 pm
by ColonelRVH
like I say, activate one by one. there's no way it crashed because All of them.

Also, does it only crash in that mission?

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 6:32 pm
by knur004
It seems, after testing, that the problematic scripts are unity gauge max and all three special skills. Without them turned on i played an hour without a crash, yet whenether i use one of them it crashes after 5-15 minutes. And no, it crashes in random places, in fight, free roam, never in village though. Im not saying that your scrpts are bad, they work for a limited amount of time before crash, yet game seems to do not like them

Edit - nope, it just crashed in a figh with big demon, i had active only focus always max and weapon gauge always max

Edit 2 - in link is save file - go to neatest side quest on map, talk to little fox, and then go east to kill big demon. Turn on cheats i pointed out and see if game will crash in this fight (cant upload it in attachment - file too big, sorry)

[Link]

Re: Toukiden 2 [2017-3-25]

Posted: Sat Mar 25, 2017 7:28 pm
by fantomas
Hi @all :)

@ColonelRVH

This is what I use for Inf Focus

Code: Select all

{
  Game   : Toukiden2_EN.exe
  Version: 1.0
  Date   : 2017-03-23
  Author : fantomas
}

[ENABLE]

aobscanmodule(aobFocus,Toukiden2_EN.exe,F3 0F 11 83 B0 01 00 00 0F)
alloc(newmem,$100,aobFocus)

label(code)
label(return)

newmem:
  mov [rbx+000001B0],(float)1000
  jmp return

code:
  movss [rbx+000001B0],xmm0
  jmp return

aobFocus:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(aobFocus)

[DISABLE]

aobFocus:
  db F3 0F 11 83 B0 01 00 00

unregistersymbol(aobFocus)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Toukiden2_EN.exe"+1C564A

"Toukiden2_EN.exe"+1C5627: 74 0A                    -  je Toukiden2_EN.exe+1C5633
"Toukiden2_EN.exe"+1C5629: F3 0F 10 05 DF E7 78 00  -  movss xmm0,[Toukiden2_EN.exe+953E10]
"Toukiden2_EN.exe"+1C5631: EB 17                    -  jmp Toukiden2_EN.exe+1C564A
"Toukiden2_EN.exe"+1C5633: F3 0F 10 83 AC 01 00 00  -  movss xmm0,[rbx+000001AC]
"Toukiden2_EN.exe"+1C563B: EB 0D                    -  jmp Toukiden2_EN.exe+1C564A
"Toukiden2_EN.exe"+1C563D: 0F 2F FE                 -  comiss xmm7,xmm6
"Toukiden2_EN.exe"+1C5640: 72 05                    -  jb Toukiden2_EN.exe+1C5647
"Toukiden2_EN.exe"+1C5642: 0F 28 C7                 -  movaps xmm0,xmm7
"Toukiden2_EN.exe"+1C5645: EB 03                    -  jmp Toukiden2_EN.exe+1C564A
"Toukiden2_EN.exe"+1C5647: 0F 28 C6                 -  movaps xmm0,xmm6
// ---------- INJECTING HERE ----------
"Toukiden2_EN.exe"+1C564A: F3 0F 11 83 B0 01 00 00  -  movss [rbx+000001B0],xmm0
// ---------- DONE INJECTING  ----------
"Toukiden2_EN.exe"+1C5652: 0F 28 74 24 30           -  movaps xmm6,[rsp+30]
"Toukiden2_EN.exe"+1C5657: 0F 28 7C 24 20           -  movaps xmm7,[rsp+20]
"Toukiden2_EN.exe"+1C565C: 48 83 C4 40              -  add rsp,40
"Toukiden2_EN.exe"+1C5660: 5B                       -  pop rbx
"Toukiden2_EN.exe"+1C5661: C3                       -  ret 
"Toukiden2_EN.exe"+1C5662: CC                       -  int 3 
"Toukiden2_EN.exe"+1C5663: CC                       -  int 3 
"Toukiden2_EN.exe"+1C5664: CC                       -  int 3 
"Toukiden2_EN.exe"+1C5665: CC                       -  int 3 
"Toukiden2_EN.exe"+1C5666: CC                       -  int 3 
}