Difference between revisions of "Pikmin 2 troubleshooting"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
m (2 revisions imported)
m (This is such outdated and misleading information.)
 
Line 4: Line 4:
 
:Open the [[cave definition file]] and go to the sublevel you were trying to load. Make sure that the amount of entries on <code>TekiInfo</code>, <code>ItemInfo</code>, etc. blocks matches the number present at the start of that same block (this number commented with <code>num</code>).
 
:Open the [[cave definition file]] and go to the sublevel you were trying to load. Make sure that the amount of entries on <code>TekiInfo</code>, <code>ItemInfo</code>, etc. blocks matches the number present at the start of that same block (this number commented with <code>num</code>).
  
;I'm making changes to an SZS file, and applying them to the game, but it doesn't change whatsoever.
 
:Make sure that the size of the files inside the SZS is not changed. In other words, in text files for example, for every character you add, remove another. Only then can you repack. <code>wszst</code> should warn you if the file sizes mismatch, if you're using the command line. Other than that, you may need to reload the area you're on, reboot the game, etc. to force the game to load the changed files.
 
  
 
[[Category:Pikmin 2]]
 
[[Category:Pikmin 2]]
 
[[Category:Troubleshooting]]
 
[[Category:Troubleshooting]]

Latest revision as of 03:50, 9 March 2021

Solutions to common problems that can occur while editing Pikmin 2's files.

Loading a cave stays stuck for longer than usual and eventually crashes Dolphin
Open the cave definition file and go to the sublevel you were trying to load. Make sure that the amount of entries on TekiInfo, ItemInfo, etc. blocks matches the number present at the start of that same block (this number commented with num).