Advertisement
atreyu187

Dreamcast Guides : Multi-Game Disc with XPD

Dec 12th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Quick and dirty multi-game discs with XDP
  2. by comradesnarky
  3.  
  4.  
  5.  
  6. First things first; game data ALWAYS goes in folders. All of the XDP files
  7. should be in the root of the disc. Then you make folders there and put
  8. all
  9. relevant game files in said folders.
  10.  
  11. This set is binhacked for 45000 LBA.
  12.  
  13. 1. Edit XDP.INI. Go down to the [Launcher1] section. Leave the
  14. "AppUrl="
  15. line alone. For "AppDir=" it needs to be the folder that your game data
  16. is in. "AppName=" is the name of the game's binary, which is usually
  17.  
  18. 1ST_READ.BIN, of course.
  19.  
  20. 2. The next part is dependent on your HTML skills. HTML is generally pretty
  21. self explanatory for what it's doing, and it's not hard
  22. to learn. Open
  23. XDPDEX.HTML in some kind of text editor (or maybe some kind of web design
  24. program if you're that fancy). You'll see that this is made up for
  25. the
  26. Gundam & DX 2-in-1 disc. You'll have to modify the HTML a bit to make it
  27. display text instead of blank boxes. I'll get to that in a second though.
  28.  
  29.  
  30. This line:
  31. <a href="x-avefront://---.dream/proc/launch/1">
  32.  
  33. Determines which game the link will launch. You probably noticed while
  34. editing XDP.INI that there
  35. are multiple entries for games that you can have.
  36. They go chronologically, so whatever game you put first will be "launch/1"
  37. and so on and so forth.
  38.  
  39. The later
  40. part of the earlier line is this:
  41. <img src="img/standard.png" width="229" height="150" border=0>
  42.  
  43. This displays an image for the link. If you want text instead,
  44. the line
  45. should look like this :
  46. <a href="x-avefront://---.dream/proc/launch/1">Start Game</a>
  47.  
  48. XDP will allow you to set up as many pages as you want on a
  49. disc, so your
  50. disc can be as complicated or as simple as you want, and you CAN launch
  51. games from pages other XDPDEX.HTML.
  52.  
  53. 3. Hack the binaries. Now, I'm not
  54. sure if this is entirely necessary for it
  55. to be done this way, but all of the guides I read on multidiscs explained
  56. it like this. Each binary must be binhacked
  57. with the IP.BIN. The XDP binary
  58. must be the last file to be binhacked, though.
  59.  
  60. And that's it. Easy enough.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement