Page 1 of 1

Help making HostFS Hack

Posted: Thu Aug 13, 2020 2:51 pm
by FuxorLuck
Hey I am making a HostSF hack for Raidou games most of the job is done, but I wasn't able to make a patch device ids

Shin Megami Tensei: Devil Summoner 2: Raidou Kuzunoha vs. King Abaddon - 7FAE77BE

// skip mount of dds3.ddt/img
patch=1,EE,00266da4,word,00000000

// set host base directory to './dds3data'
patch=1,EE,004a6f40,word,64642f2e //2e2f2e2e
patch=1,EE,004a6f44,word,61643373 //2e2e2f2e
patch=1,EE,004a6f48,word,00006174 //7364642f

// set primary device id to 1 (host)
patch=1,EE,00101cf0,word,24040001

// patch special treatment of movie files
patch=1,EE,003e37c4,word,24040007 //0000202d

//patch device ids
????


Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs the Soulless Army - BD9EAA7A


// skip mount of dds3.ddt/img
patch=1,EE,001a8770,word,00000000

// set host base directory to './dds3data'
patch=1,EE,00444840,word,64642f2e //2e2f2e2e
patch=1,EE,00444844,word,61643373 //2e2e2f2e
patch=1,EE,00444848,word,00006174 //7364642f


// set primary device id to 1 (host)
patch=1,EE,00101cc0,word,24040001

// patch special treatment of movie files
patch=1,EE,0036da34,word,24040007 //0000202d

//patch device ids
????