> For the complete documentation index, see [llms.txt](https://wiki.retrobat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/others/nintendo-64-ports/pdark.md).

# Perfect Dark

<div align="left"><figure><img src="https://github.com/fabricecaruso/es-theme-carbon/blob/master/art/logos/pdark.png?raw=true" alt=""><figcaption></figcaption></figure></div>

Game engine to play Perfect Dark.

{% embed url="<https://github.com/fgsfdsfgs/perfect_dark>" %}

## Information

<table data-header-hidden><thead><tr><th width="240"></th><th></th></tr></thead><tbody><tr><td><strong>Emulators</strong></td><td><ul><li>pdark</li></ul></td></tr><tr><td><strong>File folder</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4c2">📂</span> roms \ <span data-gb-custom-inline data-tag="emoji" data-code="1f4c2">📂</span> pdark</td></tr><tr><td><strong>File extension</strong></td><td>.z64</td></tr></tbody></table>

## BIOS

No BIOS required.

## Controls

See:

{% embed url="<https://github.com/fgsfdsfgs/perfect_dark?tab=readme-ov-file#controls>" %}

## System Features

### Adding the game

Place any Perfect Dark compatible game file in `roms\pdark` folder, the file must be a .z64 file.

The list of compatible roms is the following:

* US V1.1 : `e03b088b6ac9e0080440efed07c1e40f`
* US V1.0 : `7f4171b0c8d17815be37913f535e4e93`
* Japan final: `538d2b75945eae069b29c46193e74790`
* PAL final: `d9b5cd305d228424891ce38e71bc9213`

By default, RetroBat assumes that you are using the US ntsc game file, if using another version, change the region setting in the advanced settings:

<div align="left"><figure><img src="https://i.imgur.com/v4kX3XT.png" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/others/nintendo-64-ports/pdark.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
