Jump to content

MajorLee

Members
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

MajorLee last won the day on December 23 2020

MajorLee had the most liked content!

2 Followers

Recent Profile Visitors

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

  1. Here is part of the sim substitution logic. At these locations, I saw comparisons to team number, similar to how the game figures out formations. (see this thread) https://tecmobowl.org/forums/topic/1709-changing-formations/ At x238CF is 07 (Houston) At x238D2 is 0C (Sand Diego) At x238D6 is 0E (Washington) At x238DA is 11 (Phoenix) At x238DE is 14 (Detroit) At x238E2 is 1B (Falcons) These checks make sure the WRs substitute in 3-Wide/4 WR order, during skip only. Changing x23902 to 0B will make the WR in the RB2 position substitute correctly during skip mode!
  2. I lack any skills to actually do much of anything with this. Finding this stuff is the best I can do. I may stumble into the solution at some point, but most likely the answer will come from someone else.
  3. After some further testing, x239A1 is in fact the substitution information for simulation injuries ONLY. I tested this by making the TE the default sub for running backs, then skipping a few weeks. Sure enough, I had TEs in the running back position. However, when the games are not skipped, backup running backs were subbed in as normal, not tight ends. Which means somewhere out there in another location is the in-game substitution logic... Strangely, in skip mode, 1-3-1 and R&S formations still treat the 3rd wide receiver as a running back and will sub in a running back if they are injured, but will correctly substitute a wide receiver in non-skip modes. I'm going to keep poking around to see where that logic comes from.
  4. I haven't had any luck figuring this out. Anyone else have any ideas?
  5. I'm going to look to see if I can find where these values are so we can change how the CPU substitutes (even though I'm sure most people don't care.) Unless someone already knows this info of course... Edit: Looks like this info starts at x239A1. Now to hunt down how/if we can change which position chooses which sub pattern.
  6. Where would this be located at? I'm curious because I have never seen the CPU elect to kick
  7. Yeah I suppose it's most effective in COM vs COM, but it's also just kind of nice to not have the CPU being totally stupid and random like bruddog said. Very annoying when my team is stacked with WRs and a great QB, and yet the CPU keeps guessing run all the time. Maybe only useful to some people making their own custom ROMs, but thought I would offer the solution just in case.
  8. Yeah, so basically it just loops it back to the same percentage logic the CPU uses on offense. The weighting will be based on the percentages you choose to set up from this topic. So if you set Heavy Passing to xFF, and your team is set to heavy passing, the CPU defense will call pass defense 100% of the time. And then yes with jstout's other logic hack, the jailbreak would take effect still I believe. I haven't been using his logic hack up to this point, so you may want to test that out fully.
  9. Correct me if I am wrong those who know better: To get the defense to choose plays based on the offensive preference, I set x018B4A to 4C84AA. This jumps the defensive logic back to loop 66, which is where the offense gets its play percentages from, and thus will select defensive run/pass plays at the same frequency the offense does. In my testings it has worked so far, but I haven't tested every scenario yet. Edit: pretty sure this doesn't work, the defense just chooses run 1 every time.
  10. As a side note, the cut scene alternate uniforms are accurate for the NFC west teams. It is only the on-the-field sprites that pull from the wrong location
  11. Hey everybody. I know literally nothing about coding, but I was very curious to see where the game pulls the alternate uniform usage for the NFC West Teams in the 32 team rom. So, using trial and error and TSB Tool Supreme, I found some locations that did correct the uniform usage. However, these locations are important for other things in the rom, obviously, so changing them to the correct values for the uniform usage completely destroys the visuals for the gameplay. The locations are (4 bytes long each): 49ers: x2C416- changing these to uniform values changes nothing in gameplay Rams: x2C420- Changes the field colors Seahawks: x2C42A - Wrecks the HUD and clock at the top of the screen Cards: x2C434 - Field becomes a jumbled mess of crap I just wanted to post this since I have not seen anyone post this information before. Everyone knows the uniforms for the NFC West were messed up, but I never saw specifically why. If this has already been talked about please correct me. The reason I did this is I would really like to see a fix that can make the alternate uniform usage correct, and I have no where near the skills or the knowledge to do it. Thanks!
×
×
  • Create New...