Search Results

  1. mdmike
    Took a stab at porting Michael P's improved 60fps cheat to pal because somebody on discord wanted to play this version of it.
    Just added 580 to the addresses, think that's all that needed to be done(?).

    Code:
    //60fps toggle on (game play)
    patch=1,EE,D02C0318,extended,00000000
    patch=1,EE,002B67CC,extended,00000000
    patch=1,EE,D02C0318,extended,00001000
    patch=1,EE,002B67CC,extended,00000000
    patch=1,EE,D02C0318,extended,00000020
    patch=1,EE,002B67CC,extended,00000000
    patch=1,EE,D02C0318,extended,00000001
    patch=1,EE,002B67CC,extended,00000000
    patch=1,EE,D02C0318,extended,00000011
    patch=1,EE,002B67CC,extended,00000000
    patch=1,EE,D02C0318,extended,00000031
    patch=1,EE,002B67CC,extended,00000000
    
    //60fps toggle off (cutscenes, fmv and other scripted events)
    patch=1,EE,D02C0318,extended,00000040
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000004E
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,00000004
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000000C
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000000E
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000002E
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000100E
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000000F
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000001F
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000003F
    patch=1,EE,002B67CC,extended,00000001
    patch=1,EE,D02C0318,extended,0000100C
    patch=1,EE,002B67CC,extended,00000001 
    Post by: mdmike, Feb 23, 2018 in forum: Code Vault
  2. mdmike
    Code:
    Slot 4(?)
    0204CD9B 000000XX
    Is the code for the third party slot actually usable or is it just a hypothetical where you continued the hex pattern that the other char mod codes followed?

    Aren't you limited to the number of party members that spawn in that mission (max 2 on mission 56)?
    Is there some way to spawn more party members than there would have been in that mission normally?
    Post by: mdmike, Feb 1, 2018 in forum: Code Vault