Show last authors
1 This page contains all the details you need to know to get started with playing Dinosaur Planet, including where to find the ROM, how to play on an emulator, and how to play on a real Nintendo 64 console with a flash cart.
2
3 {{toc depth="3"/}}
4
5 = Downloading the ROM =
6
7 The ROM for Dinosaur Planet can be found on the [[Internet Archive>>https://archive.org/details/dino_20210220]]. Download the zip file on the right side listed under **Download Options** and extract it. Inside, you will find several files:
8
9 * {{code language="none"}}rom{{/code}}
10 * {{code language="none"}}rom_crack.z64{{/code}}
11 * {{code language="none"}}normpnt.rom{{/code}}
12 * {{code language="none"}}normslp.rom{{/code}}
13 * {{code language="none"}}readme.txt{{/code}}
14
15 Check out {{code language="none"}}readme.txt{{/code}} for more information on these files and the origin of the ROM. In short, the {{code language="none"}}rom{{/code}} file is the unmodified dump, but contains numerous security protections that make it unplayable. The {{code language="none"}}rom_crack.z64{{/code}} file is a modified version of the ROM that allows it to work on emulators as well as flash carts on a real Nintendo 64.
16
17
18 = Updating the ROM =
19
20 Even with cheats, the game on its own is nigh unplayable. Fortunately, the community has been working together to bring performance and stability patches to the game, as well as restoring content that was in the game but unable to be accessed by normal means. You can find the latest [[xdelta>>http://xdelta.org/]] patches in the [[#patches-and-fixes>>https://discord.com/channels/827608544555171850/969700298987819020]] channel at the [[Dinosaur Planet Community Discord>>https://www.discord.gg/dinosaurplanet]]. There are a few methods of updating your game found below, sorted by ease of use.
21
22
23 == DinoLauncher ==
24
25 //If you like things to be easy...//
26
27 * [[DinoLauncher>>doc:Main.Tech.DinoLauncher.WebHome]] was created by the community specifically for the purpose of keeping your local copy of Dinosaur Planet updated.
28 * Download [[DinoLauncher>>doc:Main.Tech.DinoLauncher.WebHome]] from the [[releases>>https://github.com/sabre230/DinoLauncher/releases]] page on GitHub and place it in a safe location
29 * Open DinoLauncher.exe
30 * Select your update branch based on your preferences
31 ** **Nightly** gets updates on the regular, while **Stable** isn't updated as regularly but should have less issues all around.
32 * Click "Browse..." to look for your "rom_crack.z64" file
33 * Click Check for Updates to check for the latest patch
34 ** You can also enable HQ player models at the cost of performance
35 * Once the patch is complete, the folder with the patched game will open and the launcher will give you the option to launch the game with your system's default application for handling Z64 files
36
37 == xdelta UI ==
38
39 //If you like things easy but prefer doing things your own way...//
40
41 * Download [[xdelta UI>>https://www.romhacking.net/utilities/598/]] from romhacking.net or your choice of file host
42 * Make sure you have the "Apply Patch" tab selected
43 * Click "Open..." next to the Patch input field to browse for the latest xdelta patch you've downloaded
44 * Click "Open..." next to the Source File input field to browse for your "rom_crazk.z64"
45 * Click "..." next to the Output File input field to browse for a directory for your patched rom to be placed
46 * Click "Patch" and xdelta UI will patch your file for you, placing it in the directory you assigned in the previous step
47 * Run it in your favorite N64 emulator and enjoy!
48
49 == Xdelta3 ==
50
51 //If you prefer doing things your own way...//
52
53 * Download **xdelta3.exe** either from one of the many mirrors online, or build it yourself from its [[GitHub page>>https://github.com/jmacd/xdelta]].
54 * Place the xdelta executable and the rom_crack.z64 in the same directory
55 * Open a command prompt window in this location and run the following command
56 ** {{code language="none"}}xdelta3.exe -d fs rom_crack.z64 name-of-dinoplanet-patch.xdelta dinosaurplanet.z64{{/code}}
57 ** //Keep in mind, you may need to change the name of "xdelta3.exe" in the command to match your own copy//
58 * A new file should appear in the directory that says "dinosaurplanet.z64"
59 * (((
60 Run it in your favorite N64 emulator and enjoy!
61 \\**For Real Hardware:**
62 \\In order for a patched Dinosaur Planet ROM to work on an N64 with an Everdrive 64, you'll need to copy and paste "DP=5" into save_db.txt under ID detection. Save_db.txt is located inside the ED64 folder on your Micro SD Card.
63
64
65
66 )))