Advertisement
Guest User

Universal Forwarder Creator 1.1c by Person66

a guest
Feb 29th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. Universal Forwarder Creator 1.1c
  2. by Person66
  3. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  4.  
  5. This is a program/batch file that creates a forwarder dols for many different purposes,
  6.  
  7. Currently, it can create dols that load channels, dols that load other dols, dols that load a specific URL
  8. (internet channel required) and dols that forward to games on a wode.
  9. It can also inject those dols in to an ISO using Wiimms ISO tools.
  10.  
  11. Im sure that there are plenty of bugs, but with my testing, it seams to be working quite well.
  12.  
  13. If you want to view the source for the base dol, or look at any of the files this uses, just look in the "temp"
  14. directory that is created when the program is running (NOTE: it gets deleted when the program is finished)
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ▀▀▀▀▀▀▀▀▀▀▀▀▀
  21. FAQ:
  22. ▄▄▄▄▄▄▄▄▄▄▄▄▄
  23.  
  24. The ISO isn't Working!!?! Halp!
  25. ══════════════════
  26. If the ISO isn't working, try playing with the settings. I get the best results with IOS 222 and block IOS reload
  27. turned off.
  28. Note that WODE support hasn't been properly tested yet, so ISOs for WODE may not be working properly.
  29.  
  30. Can I make forwarders to ISO/wbfs games?
  31. ══════════════════
  32. Not yet.
  33.  
  34. Did you make all this yourself?
  35. ══════════════════
  36. No. Read the credits to find the stuff I "borrowed" from other people
  37.  
  38.  
  39.  
  40.  
  41.  
  42. ▀▀▀▀▀▀▀▀▀▀▀▀▀
  43. Usage:
  44. ▄▄▄▄▄▄▄▄▄▄▄▄▄
  45.  
  46. Channel Forwarder Creator
  47. ══════════════════
  48. To use it it is very simple, just start up the exe, and then wait for the popup asking what the title ID of
  49. the channel you want to load is.
  50. There are 2 things you can enter here. One is the 4 character ascii title ID (ex. HAXX)
  51. The othere is the hex value of the channel, seperating each byte with a comma (ex. AF,1B,F5,16)
  52.  
  53. After that, wait for it to ask you what to name it, and then it will give you a message that it is done.
  54. Your dol will be in the same directory as the exe.
  55.  
  56. If the dol cant find the title you entered, it will (or should) fall back to the homebrew channel
  57.  
  58. Dol Forwarder Creator
  59. ══════════════════
  60. This one is so simple it shouldn't need instructions. Strat it up, enter the path you want to forward to,
  61. tell it what to save the dol as, and you are done.
  62.  
  63. Note that the path can only be up to 255 characters long.
  64.  
  65. It will check the SD card for that dol, if it can't find it there, it will move on to USB
  66.  
  67. Internet Forwarder Creator
  68. ══════════════════
  69. This one is also very simple. Strat it up, enter the URL you want to forward to, tell it what to save the dol as,
  70. and you are done.
  71.  
  72. Note that the URL can only be up to 255 characters long, and you must have the Internet Channel for this
  73. to work.
  74.  
  75. WODE Forwarder Creator
  76. ══════════════════
  77. First you will have to select between getting the settings from an ISO (or wbfs file), or manually entering them,
  78. Currently, the only difference between the two is that if you choose manual, you have to ender the ID6 of
  79. the game you want to load.
  80.  
  81. Then, you will have to choose the file system of the hard drive that your games are on.
  82.  
  83. Once that is done, you will have to enter the partition on your hard drive that you games are in
  84. If you arent sure, you can enter '?' for a helpful picture.
  85.  
  86. After that, you will be asked if you want to download a wode loader. This is only necessary if you dont
  87. have one on your drive already.
  88.  
  89. Then you will be asked if you want the wode forwarder to look in a custom location for the wode loader
  90. dol, or just use the default one. It is your choice here.
  91.  
  92. After that it is fairly straight forward, just say what you want to name the dol, and you should be done.
  93.  
  94. The dol should be in the same directory as the program, and if you chose to download the wode loader,
  95. you will also find the directory 'COPY_TO_DRIVE'. Just copy the contents of the directory to your USB or SD
  96. card and you should be good to go!
  97.  
  98. NOTE: This forwarder will require that you have the 'cfg-loader-wode.dol' on either your SD card or FAT/FAT32
  99. hard drive, if you chose to download it, than just copy 'COPY_TO_DRIVE' folder to your device. If you did
  100. not download it, you will have to make sure you have 'cfg-loader-wode.dol' in the path that you specified
  101. (by default it is /wodeforwarder/cfg-wode.dol)
  102.  
  103.  
  104.  
  105.  
  106.  
  107. ▀▀▀▀▀▀▀▀▀▀▀▀▀
  108. Advanced Stuff:
  109. ▄▄▄▄▄▄▄▄▄▄▄▄▄
  110.  
  111. Channel Forwarder Creator
  112. ══════════════════
  113. By default, the program automatically sets the first half of the title ID to 00010001.
  114. This is fine for most titles, but for some (such as system titles) it needs to be something else.
  115. As of v0.2, the program will automatically detect system titles, and use 00010002 instead, but
  116. if you want it to use a different number you can. When it askes you what title ID you want to use,
  117. enter whatever you want like normal, but then at the end add either " -force 0001000X" or " -force X"
  118. (ex. " -force 00010008" and " -force 8" would both force the first half of the title ID to be 00010008)
  119.  
  120.  
  121.  
  122.  
  123.  
  124. ▀▀▀▀▀▀▀▀▀▀▀▀▀
  125. Credits:
  126. ▄▄▄▄▄▄▄▄▄▄▄▄▄
  127.  
  128. I am not some 1337 H4XX0R Wii coder person, I just make batch files (and some vbscript, and a bit of html)
  129. Without the following, this program would not be possible:
  130.  
  131. -Hexalter by: kuwanger ( http://www.kuwanger.net/misc/hexalter.shtml )
  132. -Ascii2All.bat: www.batchlog.pytalhost.com
  133. -Base dol source (channel loader): giantpune
  134. -Base dol source (dol loader): CFG-Forwarder v10 (FIX94)
  135. -Base dol source (wode loader): Crap (WiiCrazy)
  136. -Base dol source (URL loader): bootOpera (Gannon, Mod by Xflak)
  137. -WIT: Wiimms ISO tools (Wiimm)
  138. -ISO template: http://goo.gl/0L40U
  139. -Thanks to JoostinOnline for help with the ISO sound
  140. -Thanks to Xflak for letting me steal some stuff from a Modmii version that hadn't even been released yet!
  141. -Google - Without it, I would be lost
  142. -Anyone else I missed
  143.  
  144.  
  145.  
  146.  
  147.  
  148. ▀▀▀▀▀▀▀▀▀▀▀▀▀
  149. Changelog
  150. ▄▄▄▄▄▄▄▄▄▄▄▄▄
  151.  
  152. v1.1c
  153. -fixed the selector for real this time
  154.  
  155. v1.1b
  156. -fixed some issues with the selector
  157.  
  158. v1.1
  159. -URL forwarder creation added
  160. -Dol loader base changed to CFG-Forwarder v10 (by FIX94)
  161. -Automatic update checking added.
  162. -Batch files no longer show the version number (it is still on the selector window)
  163. -other small changes
  164.  
  165. v1.0
  166. -Changed name to Universal Forwarder Creator
  167. -Selector window
  168. -Credits window
  169. -Dol to load dol added
  170. -Dol to load WODE game added
  171. -ISO creation added
  172. -Logo is now spelled correctly (oops :P)
  173. -Small bugfixes
  174.  
  175. v0.2
  176. -Added support for forcing the first half of the title ID to something other than 00010001
  177. -Added detection of system titles and automatically forcing them to use 00010002
  178. -The app now shows the version number
  179. -other small changes
  180.  
  181. v0.1
  182. -initial release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement