Pikmin

Checksums (SHA-1)

B07E5713179D87406574A22800B770A1681B1FAB (Start.dol; JP v. 1.01)

Source code remains unavailable, but debug symbols can be found
within build.map. start.dol also contains many assertion messages.
The game itself was most likely compiled inside
c:\development\dolphinpiki\dvdImage\

config.ini

The game contains an .ini file that may have been read
on boot-up, but the only item of note inside is:

    // Add any commands here
    

log.txt

This file contains a session of the game being run from Windows.

Windows Version

Hidden on the disc is sysBootup.exe, which is a Windows version of the game
that was used for debugging the game. This not only has an .ilk file, but the
plugins folder has several DLL files with .ilk files to accompany them.
Note that you will need to manually add MSVCRTD.DLL, as that was not included.

Test Courses

Can be found in dataDir/courses.

    animtest.mod
    codetest.mod
    E3play_3.mod
    map_06.mod
    play_3.mod
    play_4.mod
    shapetst.mod
    tuto1.mod
    tuto2.mod
    
Back to the Front Page