Search Results

  1. 1Timestones38n
    That actually a good question? Are there?

    I think there may be on the first couple pages of this thread? But I am not sure. Best bet to look around this thread, and searching in the top right should bring up results?
    Post by: 1Timestones38n, Dec 12, 2015 in forum: Code Vault
  2. 1Timestones38n
    Alrighty then!


    2032E028 0405065a
    2032E02C 01000000
    2032e074 01888189
    2032e078 819481a5
    2032e07C 01970197
    2032e080 809e0195
    2032e084 808a8052
    2032e088 80600181
    2032e08C 010d8108
    2032e090 81118089
    2032e094 8230810c
    2032e098 018580c6
    2032e09C 00a28107
    2032e0A0 8110810e
    2032e0A4 80640182
    2032e0A8 019c018f
    2032e0AC 822f810b
    2032e0B0 82360238
    2032e0B4 01958232
    2032e0B8 819d00a2
    2032e0BC 81090197
    2032e0C0 80680183
    2032e0C4 823100a3
    2032e0C8 00a3810f
    2032e0CC 8106810a
    2032e0D0 0184821b
    2032e0D4 818e806c
    2032e0D8 0000018e
    2032e0DC 00000000
    2032e0E0 00000000
    2032e0E4 00000000
    2032e0E8 00000000
    2032e0EC 00000000
    2032e0F0 00000000
    2032e0F4 00000000
    2032e0F8 00000000
    2032e0FC 00000000
    2032e100 00000000
    2032e104 00000000

    Apply in emhuaste or joker thru pnach. Then you are set.
    Post by: 1Timestones38n, Dec 8, 2015 in forum: Code Vault
  3. 1Timestones38n
    God I have been so busy... I've not had anytime at all to do anything about it.
    *bangs head on keyboard* asdfkjsd;lfkjawe;ofijasdlfkas

    Terribly sorry about this, but I am just too busy at the time to even work on anything really.
    This business may not die down till the Holidays are over. I may get more time when my laptop HDD comes, but I still expect to be very busy.
    Christmas for kids= fun fun fun fun fun
    Christmas for adults= far more work than it is worth.

    I have Sora himself mostly done. But no one else.
    I can upload just that if you would like.Since the other member do not do much of anything anyway.

    Bu there is still a bug about the leveling up. That have yet to fix and need to fix. But it's still far enough along to upload what I have if you want.
    This code is for being a Lvl 99 and dropping back to level 1, therefore, you will keep all the story abilities, but lose any abilities gained by leveling up. Growth Abilities are not affected.
    Post by: 1Timestones38n, Dec 8, 2015 in forum: Code Vault
  4. 1Timestones38n
    They won't overwrite any of Roxas's abilities, they will auto-unlock them.

    And in the game, they are not arranged in that order of unlocking them. Something that is odd, but this likely due to the three different unlocking patterns.
    Warrior
    Guardian
    Mage

    I typically choose Guardian, since I like getting the defensive abilities ASAP.
    Post by: 1Timestones38n, Nov 30, 2015 in forum: Code Vault
  5. 1Timestones38n
    Quoted myself, that will unlock all abilities in the game and apply them for Sora only though.

    Also, does anyone have a Lvl 1 save available? I want to work on that Lvl 1 hack so other could get that status back without having to replay the whole game, but I need a save with this information already set.
    So I can compare a Lvl 99 RAM dump to a Lvl 1 RAM dump.

    Fair warning this code will be LONG!
    With what I do have it's about 140 lines so far, and counting.
    Post by: 1Timestones38n, Nov 30, 2015 in forum: Code Vault
  6. 1Timestones38n
    What is up with the Summons EXP modder?
    There are not enough digits? That very well could be your problem.
    Try doing this instead of what you got.

    // Summon EXP Mulitplier
    patch=1,EE,201D6F40,word,000480C0

    Looks like you left off the C0 that should be there.

    Also, use this 60 FPS hack instead of what you got, it has various fixes for cutscenes and such:


    // 60FPS Toggle On (Everything that is not an FMV)
    patch=1,EE,D034DCA8,extended,00000003
    patch=1,EE,00349E1C,extended,00000000
    patch=1,EE,00349E2C,extended,00000000

    // 60FPS Toggle Off (FMV's Only)
    patch=1,EE,D034DCA8,extended,00000001
    patch=1,EE,00349E1C,extended,00000001
    patch=1,EE,00349E2C,extended,00000001
    Post by: 1Timestones38n, Nov 30, 2015 in forum: Code Vault
  7. 1Timestones38n
    Still should supply code and maybe a ram dump?
    Post by: 1Timestones38n, Nov 29, 2015 in forum: Code Vault
  8. 1Timestones38n
    Supply the codes you used? That could help out a little, and what iso are you using? Vanilla, English Patch, if so, which English Patch?
    Post by: 1Timestones38n, Nov 29, 2015 in forum: Code Vault
  9. 1Timestones38n
    His second attack during his DM, when you are gliding, he'll jump across the map away from you.
    Post by: 1Timestones38n, Nov 25, 2015 in forum: Video Showcase
  10. 1Timestones38n
    Yeah, emuhaste you need to remove it after you apply the codes, then reapply the existing to refresh it.
    Post by: 1Timestones38n, Nov 25, 2015 in forum: Code Vault
  11. 1Timestones38n
    There unfortunately is a bug there, but I may know to fix this, likely an issue with his effectcaster.
    Post by: 1Timestones38n, Nov 25, 2015 in forum: Video Showcase
  12. 1Timestones38n
    The top bar cannot pass 0D48, but the bottom one can go up to 2EE0, the Desperation Mode for most bosses.

    With that code, simply add this above the two 0D48 lines
    E002FEFF 0034D45C
    That is an L2 Joker for two lines of code. I got a previous reply here that explains this type of stuff a lot more.
    Post by: 1Timestones38n, Nov 25, 2015 in forum: Code Vault
  13. 1Timestones38n
    Profile Post Comment

    Wow, that was quick! Thanks a lot!

    Wow, that was quick! Thanks a lot!
    Profile Post Comment by 1Timestones38n, Nov 15, 2015
  14. 1Timestones38n
    Profile Post Comment

    Okay, thanks for that info!

    Okay, thanks for that info!
    Profile Post Comment by 1Timestones38n, Nov 15, 2015
  15. 1Timestones38n
  16. 1Timestones38n
  17. 1Timestones38n
    Not exactly what I meant, but that looks like a slim yes?
    If it's a slim, the newer revs of the slim have compatibility issues, that there may not be much possible to do.
    I've used those apps on both Phat and a Slim.
    PS2's manufactured passed late 2008 are the ones with issues. Google the PS2 model and see about compatibility issues.
    If it's before 2008, you shouldn't have any issues.
    Post by: 1Timestones38n, Nov 12, 2015 in forum: Code Vault
  18. 1Timestones38n
    I would recommend either using SMB with OPL 9.2 and an elf of CB10. You maybe be able to use a USB ecice or a HDD, but use OPL 9.2 and enable all hacks avaible within OPL 9.2.
    I would hack a lot on an American PS2, but I would use those apps to get it working right. And you would likely need to patch CB10 to load into uLaunchELF or a specific app.
    I had it go straight into OPL 9.2, but this could take a few tries to get, and Google this matter would be a wise suggestion.
    Have an iso of the game.

    SMB is a network way of playing the game, it works flawlessly, be sure to use a direct connection though.
    There are tutorials on getting that set up.

    Things to Google.
    (Try and have FreeMcBoot in the search as well)
    SMB with OPL 9.2
    Patch CB10 to load elf

    Also, what PS2 model are you using?
    Post by: 1Timestones38n, Nov 12, 2015 in forum: Code Vault
  19. 1Timestones38n
    With the condensed one, change 12020100 to 03020100. See if that helps.
    Post by: 1Timestones38n, Oct 29, 2015 in forum: Code Vault
  20. 1Timestones38n
    1.)
    Donald is Cloud
    11Ce0B6A 00000688
    Goofy is Tifa
    11Ce0B6C 000006B3

    2.)
    Full-Party (Emulation)
    2032F064 03020100
    2032F068 03020100
    2032F06C 03020100
    2032F070 03020100
    2032F074 03020100
    2032F078 03020100
    2032F07C 03020100
    2032F080 03020100
    2032F084 03020100
    2032F088 03020100
    2032F08C 03020100
    2032F090 03020100
    2032F094 03020100
    2032F098 03020100
    2032F09C 03020100
    2032F0A0 03020100
    2032F0A4 03020100
    2032F0A8 03020100
    2032F0AC 03020100

    Full Party (PS2)
    //Do not think this works in Herc World.
    4032F064 00130001
    12020100 00000000

    3.)
    Likely an error with an RC mod.

    4.)
    That ought to do it.
    21c95670 58455f50
    21c95674 5f303031
    21c95678 4631484b
    Post by: 1Timestones38n, Oct 29, 2015 in forum: Code Vault