Difference between revisions of "Pikmin disable archives trick"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(A short guide.)
 
Line 1: Line 1:
 
If for some reason the game is unable to find a file it is looking for in a [[Pikmin Paired ARC+DIR Files|Paired ARC+DIR Files]] archive, it will instead look for the un-archived version elsewhere in the Data Directory.  This can be exploited to allow the un-archived copies of files left on the disc to be edited and recognized.
 
If for some reason the game is unable to find a file it is looking for in a [[Pikmin Paired ARC+DIR Files|Paired ARC+DIR Files]] archive, it will instead look for the un-archived version elsewhere in the Data Directory.  This can be exploited to allow the un-archived copies of files left on the disc to be edited and recognized.
  
The setup is simple.  First, the DIR file must be replaced with a dummy 8 bytes long containing nothing but 0's.  Then, optionally, the ARC file may be replaced with a completely empty file of the same name.  Repeat this for as many [[Pikmin Paired ARC+DIR Files|Paired ARC+DIR Files]] archives as you would like.
+
The setup is simple.  First, the DIR file must be replaced with a dummy 8 bytes long containing nothing but <code>0</code>s.  Then, optionally, the ARC file may be replaced with a completely empty file of the same name.  Repeat this for as many [[Pikmin Paired ARC+DIR Files|Paired ARC+DIR Files]] archives as you would like.
  
It is unknown if this works for pikiSeq.arc, as its DIR file equivalent is located in the DOL header.  BUN files have not been tested.  I see no way they could work anyway.
+
It is unknown if this works for <code>pikiSeq.arc</code>, as its DIR file equivalent is located in the DOL header.  [[BUN file]]s have not been tested.  I see no way they could work anyway.
 +
 
 +
[[Category:Pikmin]]
 +
[[Category:Notes]]

Revision as of 17:02, 30 June 2018

If for some reason the game is unable to find a file it is looking for in a Paired ARC+DIR Files archive, it will instead look for the un-archived version elsewhere in the Data Directory. This can be exploited to allow the un-archived copies of files left on the disc to be edited and recognized.

The setup is simple. First, the DIR file must be replaced with a dummy 8 bytes long containing nothing but 0s. Then, optionally, the ARC file may be replaced with a completely empty file of the same name. Repeat this for as many Paired ARC+DIR Files archives as you would like.

It is unknown if this works for pikiSeq.arc, as its DIR file equivalent is located in the DOL header. BUN files have not been tested. I see no way they could work anyway.