Jump to content

Aleph

Member
  • Posts

    971
  • Joined

  • Last visited

Everything posted by Aleph

  1. Aleph

    Tony Mode

    The formula is unaffected by stat up items (Tony clarified this better; basically, any items you use will not be wasted). Afa's drops works the same way it always has. As for requests, it depends on how much energy and wanton disregard I have at the moment. Leveling up from 19 to 20 is not recommended, but if enough people care I can change the level cap from 20 to 21 (it's only one byte). Leveling from 20->21 raises all stats that have a growth of 0 or higher, which will be the case with Afa's drops (the growth values in the formula will already have the Afa's drops bonus added to them by the time the calculation takes place). This is why the formula calculates how much to add to the stat instead of what to change it to (which is what the original formula would have done; the original formula I came up with was "base + (level * growth)" which you can probably imagine has all kinds of problems).
  2. Aleph

    Tony Mode

    I got bored and wrote an app to output the stat ups. Joker/Tony says that he saw a stat up during the level from 19 to 20, but it's not possible. Promote at 19, kids. Or go play the original game. Whichever.
  3. Aleph

    Tony Mode

    I guess Merlinus might have his level ups calculated separately. We already know the hack works, so...
  4. Aleph

    Tony Mode

    In case you're all curious, the formula for how much your stat goes up when leveling is ((int)((nextLevel * growth * 167772) / 16777216) - (int)((currentLevel * growth * 167772) / 16777216)) For those of you who know nothing of programming, (int) means you only take the integer part before the decimal. To be precise though, it doesn't even need to be there because the data type is already integer. If you're leveling up from 3 to 4, nextLevel would be 4 and currentLevel would be 3. If a growth is, for example, 80%, the number in place of "growth" would just be 80.
  5. Aleph

    Tony Mode

    People used to program entire games in assembly. It's just not a good idea. Still very possible. Edit: I just realized how crappy my join date is. :/
  6. Aleph

    Tony Mode

    Shut up! You're a cartoon and aren't re-o w8
  7. Aleph

    Tony Mode

    The dude puts on one of the most epic performances ever and then dies. You're all so cruel for denying him that. No wonder he's dead! He couldn't handle this Mark madness.
  8. Aleph

    Tony Mode

    But Ledger is top tier so screw Mark
  9. Aleph

    Tony Mode

    How many people think this hack should be called "Heath Ledger Mode" since Tony's SN is "Joker" anyway? Also, "Why so serious?" could become the hack's motto, satirizing all the people who are so serious about FE that they enjoy things like fixed stat ups.
  10. Aleph

    Tony Mode

    Heh, tooting one's own horn never hurt anyone else anyway. In my defense, *points to custom spell animations* <- not exactly a mundane achievement. Edit: Turns out, Rath has 8 con in all modes. Weird, apparently the module I used was wrong about "Rath (not tutorial)". Edit, again: Apparently Rath has 8 con in Lyn mode anyway. Never mind...
  11. Aleph

    Tony Mode

    Yar I found you Revan! trol trol trol This hack is neat but it's certainly not the best. If I really am the best FE hacker it's because I reverse engineer the crap out of the game(s), not because I actually do anything with the info I get out of it. So instead I made a utility for everyone else to do that. Which promptly died when I got tired of looking for bugs I didn't even cause >_>
  12. There's other mes?

  13. Aleph

    Tony Mode

    Modesty is relative, bro. Yeah, you can raise the dead. No, that bit about the hack being fun isn't related to the "modesty" business. I said that because it was Joker's idea, not mine.
  14. Aleph

    Tony Mode

    Yes, and it makes the RNG more random. Resuming chapters will yield a different result, too, so if you power off when a precious unit dies they might come back. After the first resume it quits doing that though. ...I thought I was being pretty modest. Hack took like 20 minutes btw
  15. Aleph

    Tony Mode

    Yeah, I did reprogram it. I thought more people would recognize the best FE hacker more easily...
  16. Aleph

    Tony Mode

    The common man is unworthy. Besides, Rath's con is changed too! Never mind that the RNG has been modified Edit: Whoa, this patch is more fun than I thought it would be.
  17. Aleph

    Tony Mode

    Link - It's a UPS patch. Use NUPS. This is for FE 7 (U) by the way. Version 20090911 - RNG hacked to use some of the game timer's bits in the hashing equation for more randomness - Stat ups now calculated by a formula, causing them to be predictable and follow their averages consistently - Rath now has 8 con
×
×
  • Create New...