Jump to content
NHL'94 Forums

Darrin

Members
  • Posts

    16
  • Joined

  • Last visited

Previous Fields

  • Preferred System
    Genesis
  • Favorite Way To Score
    one-timer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Darrin's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. I did enjoy that 2017 rom you put together using Madden 93...I have always loved the early madden's the most as well as the N64 version. Madden hasnt been the same since.
  2. Is Madden 64 easily editable? I believe Madden 64 would be much better than Madden 98. I have never taken a look at the hex code of Madden 64 to see if its extremely difficult to edit to find the relevant offsets. For the Genesis, I always believe that 92-93 are the best Maddens then 94. Madden 96-98 are ehhh.
  3. Time to track down Lesser and Simmons ha!
  4. or get EA to release the source code....convert the assembly to C/C++
  5. I definitely think 94 sprites are superior to 95 but of course 95 offers the stats tracking and season mode. I wouldn’t even think trying to add a season mode in 94 would be possible without a ton of knowledge of old assembler.
  6. I was working on a tennis rom before but I am wondering if there is anyway to edit an announcer’s voice for a player name update. For instance updating the announcer to say “Federer” ?
  7. Agreed, these Madden games are the best ever made. Wish it had a proper season season mode just like the same wish I have for NHL 94.
  8. You are creating rom updates for John Madden on the Genesis and Nintendo 64? That is beyond awesome including how-tos to find the info in the hex editor. This would be really great work. I see you already made NBA Live updated, I will check that out.
  9. ok this makes sense, would all these player movements and decisions including the formulas be incorporated into state machines then? or else, it would be seem to be like a ton of conditional statements trying to explain every scenario
  10. I know there has been discussion in the player ratings forum about how various parts of the player ratings were broken down and weighted. My question in these older EA sports games, were the player attribute ratings implemented via a lookup table structure. So, if there is a breakaway in the third period or any period and I am Jeremy Roenick or Wayne Gretzky , the statistical probability is called upon a lookup table ( to look at the all player attribute info and the goalie info) to pull the probability value of scoring vs the goalie they are facing into the main algorithm. I heard many of these games implemented a pre-computed lookup table, thus eliminating processing time and tons of conditional case and/or if statements. Could anyone shed more light on this? Thanks! DK
  11. I’d love to see nhl 94 on the Switch!!! And be able to play people online. I have never tried via the PC but I would love to play against online opponents!!! Nintendo , Sega and EA make it happen. Also, Madden 92/93, Live 95, Sports Talk Baseball would be fantastic.
  12. Thanks a bunch! This really helped me out and also learned quite a bit. Very much appreciated and the new images work when re-sizing them to 64 x 80.
  13. Hello: I appreciate the quick reply. I attached the ROM to this message if you could please take a look at the hex and TM, I would greatly appreciate it. I can easily change text and player attributes, but I need to be able to update the small black and images next to the player information. I am having trouble on how to do this. Things I have found out: By going through TM - hex offsets from 0012F600 to 0014BE00 produce items that I think are the images but it is not in the correct palette. I have the codec displayed at 4bpp linear. I am not sure if the images are compressed? Additionally, tried to test if those offsets that I see in TM are the same offsets in the hex and indeed there are, when I tried to change all the hex to zero, the images when running the game in Kega Fusion, disappeared completely. I have also figured out the hex code to correspond to each image: For example: Sampras = hex values 13 06 at offset 00028719 Stich = hex values 13 10 at offset 000287B7 Edberg = hex values 13 1A at offset 00028855 So if I change 13 10 to 13 06 , then Stich would be assigned Sampras' image. I am guessing if I can display images somehow correctly in TM, then I could mimic the image editing process that NHL 94 has and I update the images similarly. But I have not been able to display the images correctly, nor I am sure of what size the actual player images are. AtpTourChampionship.bin
×
×
  • Create New...