# Dump P3F ISO

## Introduction

We're going to dump the game data from your P3F DVD to your PC as an ISO disc image file.\
This will allow you to play P3F without having the DVD in your disc drive.

{% hint style="success" %}
If you have already dumped your P3F ISO, move it to your **P3F Mods\Setup** folder and skip to the next page.

<img src="/files/2kU759XOYRnJiNwyFVjD" alt="" data-size="original">
{% endhint %}

## Download & Install ImgBurn

We'll use a tool called **ImgBurn** to create a backup image of your game disc.

### Download from Ninite

* Download the ImgBurn installer from Ninite:

|                          |                                                           |
| ------------------------ | --------------------------------------------------------- |
| Download from **Ninite** | [https://ninite.com/imgburn](https://ninite.com/imgburn/) |

{% hint style="danger" %}
**DO NOT download the ImgBurn installer from imgburn.com!**

That version of the installer is bundled with nasty adware that must be manually unchecked during the installation process!

The version installed from Ninite is safe - it does not contain any adware and is [**recommended by the developers of PCSX2**](https://pcsx2.net/guides/basic-setup/#where-to-get-imgburn).
{% endhint %}

<figure><img src="/files/RAqMjtjW9WcRdPUKAfyE" alt=""><figcaption></figcaption></figure>

### Run Installer

* Run **Ninite ImgBurn Installer.exe**.

<figure><img src="/files/Sg62UZf7J09Buo2zNUBi" alt=""><figcaption></figcaption></figure>

* Ninite will automatically download and install ImgBurn.
* Once Ninite is finished, select **Close**.

<figure><img src="/files/LsTFlsV8UjEtg5kncsbj" alt=""><figcaption></figcaption></figure>

* ImgBurn is now installed on your PC.

<figure><img src="/files/e32E5Uvm5oXChvipldKl" alt=""><figcaption></figcaption></figure>

## Dump ISO with ImgBurn

### Prepare DVD

* Double-check your P3F DVD for dust and fingerprints, then insert it into your PC's disc drive.

<figure><img src="/files/c4gz6yClj8NWeGY5IZlX" alt=""><figcaption></figcaption></figure>

### Launch ImgBurn

* Launch **ImgBurn** and select **Create image file from disc**.

<figure><img src="/files/Pq47sIyTa72znskmEal1" alt=""><figcaption></figcaption></figure>

### Change Save Location

* In the window that appears, select t**he small magnifying glass with a folder** to browse for a new location for the ISO.

<figure><img src="/files/EfeDz4S6A329sTiW4w6i" alt=""><figcaption></figcaption></figure>

* Navigate to your **P3F Mods\Setup** folder.

<figure><img src="/files/ukIqfqTWVyZrguaR6g4A" alt=""><figcaption></figcaption></figure>

* Leave the file name as **Image.iso** and select **Save**.

<figure><img src="/files/JFeiK8kw2Uyt6sLhBWsg" alt=""><figcaption></figcaption></figure>

* The ImgBurn window should now show the updated file path:

<figure><img src="/files/LCuMLOyUql9Lwrhx5kdT" alt=""><figcaption></figcaption></figure>

### Dump DVD to ISO

* When you're ready, select the **DVD to disc image button** in the bottom-left corner to start dumping P3F to an ISO file. This will take 5-10 minutes depending on the speed of your drive.

  <figure><img src="/files/7qPA7O36PxKNxVybo4Vy" alt=""><figcaption></figcaption></figure>
* Once the **Output Successfully Completed!** window appears, click **OK** and close ImgBurn.

<figure><img src="/files/CUqEHDH7S9KdyMRV98ID" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
That's all you need your P3F disc for; feel free to eject it and put it away now.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://p3f.cep.one/install/dump-p3f-iso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
