Difference between revisions of "Talk:Mario Kart Wii: Project Kaiser"

From Custom Mario Kart
Jump to navigation Jump to search
Line 3: Line 3:
 
-- [[User:Wiimm|Wiimm]] ([[User talk:Wiimm|talk]]) 16:12, 7 April 2018 (UTC)
 
-- [[User:Wiimm|Wiimm]] ([[User talk:Wiimm|talk]]) 16:12, 7 April 2018 (UTC)
  
I replaced 1234 with my region's number, and it still doesn't work. EC 20110. --
+
:I replaced 1234 with my region's number, and it still doesn't work. EC 20110. --
[[User:Kaiser|Kaiser]] ([[User talk:Kaiser|talk]]) 21:18, 7 April 2018 (UTC)
+
:[[User:Kaiser|Kaiser]] ([[User talk:Kaiser|talk]]) 21:18, 7 April 2018 (UTC)
 +
 
 +
 
 +
Some questions:
 +
* Have you use unmodified versions of the file before patching?
 +
* What is the output? Errors?
 +
* Have you change the DNS setting of your Wii (to use AltWFC)?
 +
 
 +
Here is an example (PAL) with output. Compare it with your output:
 +
;Proof the original files:
 +
<pre>
 +
# wstrt ana StaticR.rel main.dol
 +
 
 +
* Analyze StaticR.rel
 +
  PAL version of StaticR found.
 +
  - Original file.
 +
 
 +
* Analyze main.dol
 +
  PAL version of main.dol found.
 +
  - Original PAL file.
 +
</pre>
 +
 
 +
;Patch the files:
 +
<pre>
 +
# wstrt patch --wiimmfi --region 1234 StaticR.rel main.dol
 +
 
 +
PATCH StaticR.rel
 +
* Save patched file to: STATR:StaticR.rel
 +
PATCH main.dol
 +
* Save patched file to: DOL:main.dol
 +
</pre>
 +
 
 +
;Proof the patched files:
 +
<pre>
 +
# wstrt ana StaticR.rel main.dol
 +
 
 +
* Analyze StaticR.rel
 +
  PAL version of StaticR found.
 +
  - Known 'https://' URLs modified.
 +
  - Known versus region patch found, regions = 0x4d2=1234, 0xd2=210, 0x4d2=1234, 0x4d2=1234
 +
  - Known battle region patch found, regions = 0x4d2=1234, 0xd2=210, 0x4d2=1234, 0x4d2=1234
 +
 
 +
* Analyze main.dol
 +
  PAL version of main.dol found.
 +
  - Value of 'sdkver' changed from '001000' to '101234'.
 +
  - Section D5 modified.
 +
  - Section D6 modified.
 +
</pre>
 +
 
 +
If it fails again, zip your original files and the patched files, load them up and give me a link.
 +
<br> -- [[User:Wiimm|Wiimm]] ([[User talk:Wiimm|talk]]) 22:23, 7 April 2018 (UTC)

Revision as of 22:23, 7 April 2018

Patching for Wiimmfi and region 1234

wstrt patch --wiimmfi --region 1234 StaticR.rel main.dol

-- Wiimm (talk) 16:12, 7 April 2018 (UTC)

I replaced 1234 with my region's number, and it still doesn't work. EC 20110. --
Kaiser (talk) 21:18, 7 April 2018 (UTC)


Some questions:

  • Have you use unmodified versions of the file before patching?
  • What is the output? Errors?
  • Have you change the DNS setting of your Wii (to use AltWFC)?

Here is an example (PAL) with output. Compare it with your output:

Proof the original files
# wstrt ana StaticR.rel main.dol

* Analyze StaticR.rel
  PAL version of StaticR found.
  - Original file.

* Analyze main.dol
  PAL version of main.dol found.
  - Original PAL file.
Patch the files
# wstrt patch --wiimmfi --region 1234 StaticR.rel main.dol

PATCH StaticR.rel
* Save patched file to: STATR:StaticR.rel
PATCH main.dol
* Save patched file to: DOL:main.dol
Proof the patched files
# wstrt ana StaticR.rel main.dol

* Analyze StaticR.rel
  PAL version of StaticR found.
  - Known 'https://' URLs modified.
  - Known versus region patch found, regions = 0x4d2=1234, 0xd2=210, 0x4d2=1234, 0x4d2=1234
  - Known battle region patch found, regions = 0x4d2=1234, 0xd2=210, 0x4d2=1234, 0x4d2=1234

* Analyze main.dol
  PAL version of main.dol found.
  - Value of 'sdkver' changed from '001000' to '101234'.
  - Section D5 modified.
  - Section D6 modified.

If it fails again, zip your original files and the patched files, load them up and give me a link.
-- Wiimm (talk) 22:23, 7 April 2018 (UTC)