Jump to content
NHL'94 Forums

kingraph

Admin
  • Posts

    5,904
  • Joined

  • Last visited

  • Days Won

    192

kingraph last won the day on July 8

kingraph had the most liked content!

About kingraph

  • Birthday 06/21/1979

Previous Fields

  • Preferred System
    Genesis
  • Favorite Way To Score
    With 3 defensemen

Recent Profile Visitors

46,651 profile views

kingraph's Achievements

Community Regular

Community Regular (8/14)

  • Reacting Well Rare
  • Conversation Starter Rare
  • Very Popular Rare
  • Dedicated Rare
  • First Post

Recent Badges

1k

Reputation

  1. The net is a bit of a different animal as it part of the entire rink background. I think this reference from @AdamCatalyst will be useful for anything regarding rink alterations: https://forum.nhl94.com/index.php?/topic/26232-how-to-edit-the-rink-sideboards-more-nhl-94/ Having said that I don't have much experience editing the rink background myself, and I have not been doing much with '94 graphic editing in years, so I can only point you to a (hopefully) helpful direction.
  2. When you mean "game day", are you saying when you go attend a live NHL game? I wear a jersey just about every time I go to a NYR game.
  3. The overall team rating is a "hardcoded" number in the game, not a calculation that the game does. There's a number for each team, more information can be found here: https://forum.nhl94.com/index.php?/topic/1332-how-can-you-edit-the-overall-team-rating/#findComment-85846
  4. It's been a while since I've really delved into hacking, but from what I remember I liked the r57shell for the VRAM and trace/hook options. Something was missing from Kmod, I just forgot what. I never really had feedback on emulation accuracy or reasons to look elsewhere, so I just stuck with what I knew. I believe with all the work that @chaos and @McMarkis (SNES, but he snoops around Genesis too) have been doing recently they are using IDA Pro, which can set breakpoints (a area of code that when triggered, pauses the game), that are extremely useful. I'll let those guys comment as I don't have the experience of how that works or interfaces with some other emulator.
  5. Correct -- link to the reference for this interested: https://forum.nhl94.com/index.php?/topic/33959-how-to-fix-hotcold-bonus-bug-snes/
  6. The only way I've found headers is looking for a group of tiles in TM, and finding the first tile as best I can. Note the hex location. If it's a straightforward graphic, the header should be 10 bytes before that first tile, so I'll look in a hex editor around that first tile location. It's not foolproof, some graphics in games are not as straightforward. I think some graphics are created during the game via some decompression routine or something I don't fully understand. Said another way, I think there are graphics in Sega games that can't be found by tile searching in TM.
  7. SNES Balanced League (SBL) ROM: NHL '94 (USA)_Hot_Cold_Patched.sfc Season 01 will use an SNES ROM with the following hack applied: Fix hot/cold bonus bug Reference: https://forum.nhl94.com/index.php?/topic/33959-how-to-fix-hotcold-bonus-bug-snes/ League Format Classic Style League (Pick one team for season) 40 Game Regular Season 16 Team cap 4 Divisions, 2 Conferences (assumed 16 teams) Single League (no A/B) Waitlist possible after 16 Team Draft will be weighted based on coaches Elo (lowest Elo draft first) Season duration: 4 weeks (~10 games a week) Playoff Format 12 Teams Conference winners are top 2 seeds Regular season points to make playoffs, seeding based on win % Will be same if all games played. No reseeding Duration: To be played promptly. Streamed live or recorded/streamed if possible. 1st Round Top 4 seeds get first round bye 5 vs 12 6 vs 11 7 vs 10 8 vs 9 2nd Round 1 vs (winner of 8 vs 9) 2 vs (winner of 7 vs 10) 3 vs (winner of 6 vs 11) 4 vs (winner of 5 vs 12)
  8. I agree! But in that regard it does appear some folks are also making updates to '98 as well.
  9. Are you saying convert NHL'98 player stats and teams to a '94 ROM? Here are some examples that I found: @CoachMac did one here: https://forum.nhl94.com/index.php?/topic/19792-1951-1970-and-1971-1999-roms/#findComment-180098 @naples39 did deadline ROMs: https://forum.nhl94.com/index.php?/topic/15608-my-deadline-roms/ @slapshot67: https://forum.nhl94.com/index.php?/topic/4327-70s80s90s00s-roms/page/4/#findComment-180065 To be honest, I haven't played/tried them so can't speak to any specifics.
  10. The code 6700 is the instruction in the game to "Branch on Equal" and the code 6000 is "Branch Always". I haven't delved into the code, but I assume the game was doing a test to see if the player was supposed to have the QB functions or if it was a player after a catch/run. Again, this is just a guess but the code you changed was probably something like: * Check if the active player is QB or runner. If it's a runner (branch on equal), go to (branch) to the function to make the player a runner. Changed to * Always goto runner (branch always). So from it sounds like, when you press the pass button, that routine now just says "this is a runner". Which yes, bypasses the passing window, but is not the desired outcome. I agree, the leading assumption would be that there is a function that calls up thet passing window routine and you can just bypass that. I'll try to help.
  11. Can you post the ROMs here, or update your original message for reference?
  12. TBD. It's tough to figure out since we don't have a large sample to begin with and even smaller with geographic location. Agree that a regional distribution makes sense, but it could also be printing machine, factory, random, etc. A little while back @McMikey asked Sean Ramjagsingh (current NHL EA Sports) if he or anyone at EA knew what the letters represented, but no dice. FYI, we have only captured afraction of the estimated first round numbers out there. As of today, 460 copies, which is 0.13% of an estimated 350,000. And even fewer where we captured the current location of the box. And even then we can't determine if that was the original sale location.
  13. LEAGUES AND LEAGUES AND LEAGUES: https://nhl94online.com/, and there is a '95 Discord with their own leagues: https://docs.google.com/spreadsheets/d/1GBDlaeQQriDsBREbpbdMsb61Ccgq9YkqcnsrW722MTA/edit Classic league, draft leagues, different roster leagues, different rules leagues, etc. The hardcore folks on the forums barely play any games vs the CPU. Ironically a season mode would ultimately not be exciting for us, outside of the accomplisment of hacking it into the game. Nothing wrong with it, and I agree a 32 team season mode in '95 would be tons of fun for the majority of people.
  14. You've also just made me realize that the faceoff window is not in the same location each time. So I agree with your conjecture that the overlay is relatvive to some point rather than a fixed x/y (credit to @swos for this graphic below)
×
×
  • Create New...