ViveTheModder

DBZBT3's Hidden Missions - Breakdown

Aug 17th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. These "hidden missions" may be "hidden", but they aren't really missions. In fact, they are Incorrect Mission Entries.
  2.  
  3. Take the "Bardock War" mission entry for example.
  4. * Why is the 101st mission named "Bardock War"?
  5. - Because Mission 100 & Survival are part of the same subarchive. Therefore, both modes have to share the same text.
  6. Survival's Mission Names are stored right next to Mission 100's, so the 101st mission for Mission 100 has to share the same text with Survival's 1st mission (Bardock War).
  7. https://imgur.com/WqQZ8Z4
  8. * Why are the mission parameters.. off?
  9. - That's because the game is loading incorrect information for a mission whose parameters don't really exist in the first place.
  10. That is also why the mission parameters are as follows:
  11. -> 00 00 00 00 - Referee (Ox King)
  12. -> 00 00 00 00 - Timer (Infinite / No Timer)
  13. -> 00 00 00 00 - Map (Wasteland - Noon)
  14. -> 00 00 00 00 - BGM (The Meteor)
  15. -> 00 00 00 00 - Mission Type (Defeat enemies using 1 fighter!)
  16. -> 00 00 00 00 - Destruction Point Limit (No DP Limit)
  17. -> 00 00 00 00 - 1st Opponent ID (Chiaotzu from the Crane and Turtle Style Mission)
  18. -> 00 00 00 00 - 2nd Opponent ID (Chiaotzu from the Crane and Turtle Style Mission)
  19. -> 00 00 00 00 - 3rd Opponent ID (Chiaotzu from the Crane and Turtle Style Mission)
  20. -> 00 00 00 00 - 4th Opponent ID (Chiaotzu from the Crane and Turtle Style Mission)
  21. -> 00 00 00 00 - 5th Opponent ID (Early Goku from the Battle Against Vegeta Mission)
  22. NOTE: These are the additional mission parameters we're talking about.
  23. Since the incorrect opponent ID's already load the opponent parameters from two other missions, the 101st mission's main parameters are left unused.
  24. https://imgur.com/CzGrn9w
  25. * Why do (most of) the other missions crash the game?
  26. - Mostly because those Incorrect Mission Entries load wrong map/character ID's.
  27. -> There are only 161 characters in the game, so any ID higher than A0 will crash the game.
  28. -> There are only 35 maps in the game (random map doesn't count), so any ID higher than 22 will crash the game.
  29. -> I'm not so sure about the other ID's, but incorrectly loaded BGM for example won't really crash the game in theory. It will likely force the game to play no BGM at all, or some other voice file.
  30. * Is it possible to add more missions to the game, while the cheat code is still in use?
  31. - Indeed, but like I said before, Mission 100 & Survival share the same text, which is why I wouldn't really recommend adding more missions to the game. Surely, it may be possible (both in theory AND in practice), but it's not recommended at all.
  32. You're better off editing already-existing missions instead.
Add Comment
Please, Sign In to add comment