# Getting Started

{% hint style="info" %}
**P3F Community Enhancement Pack was finalized on 05 January 2024.**

The pack still works, but it will no longer receive updates or support.\
Information on these pages may be outdated.

See the [**Final Release FAQ**](/final-release.md) for more information.
{% endhint %}

{% hint style="danger" %}
**p3f.cep.one will go offline on 31 December 2026.**

**P3F CEP will still be available for download on GameBanana.**\
**A complete archive of this site is now included with the project.**
{% endhint %}

{% hint style="warning" %}
This page is for users setting up P3F CEP for the first time.

If you are using P3F CEP **v4.0** or newer, **we do not recommend upgrading**.\
See the [**Final Release FAQ**](/final-release.md) for more information.

If you are upgrading from P3F CEP **v3.x** or older, you can follow the [**upgrade instructions**](/upgrade/upgrade.md), but we strongly recommend reading the [**Final Release FAQ**](/final-release.md) to learn about your other options.
{% endhint %}

## Required

### **PC Stuff**

* A registered installation of **64-bit Windows 11** or **Windows 10**
* At least **14 GB** of free space on your hard drive
* At least **4 GB** of system memory (RAM)
* A CPU that meets the minimum specs for PCSX2:
  * At least **2 cores / 4 threads**
  * Scores at least **1600** on [PassMark Single Thread](https://www.cpubenchmark.net/singleThread.html)
  * Supports **AVX2** instructions

{% hint style="info" %}
All **AMD Ryzen** CPUs support AVX2 instructions.\
Most **Intel Core** CPUs launched after 2016 support AVX2 instructions.

To check your Intel CPU, use Intel's [**Processor Specification Search**](https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&1_Filter-InstructionSetExtensions=3532) tool.
{% endhint %}

{% hint style="warning" %}
The following platforms are not supported at this time:

* **Console** releases of P3 or P3F
* Any **non-Windows** OS (including **Steam Deck**)

PCs with specs below the minimum may not be able to run the game at full speed.
{% endhint %}

### PS2 Stuff

{% hint style="danger" %}
**We do not provide support for pirated game or BIOS files.**

You must provide your own P3F game disc and PS2 console.\
We will go through how to dump the game files to your PC as part of the setup process.

Please don't ask for these files on the support server - we cannot give them to you.
{% endhint %}

* A North American **PlayStation 2 console** with a working controller

![From Wikimedia Commons](/files/lDk5i9sw2UHrWEAXECrM)

* A North American (NTSC-U) retail DVD copy of **Persona 3 FES** for PS2

{% hint style="warning" %}
Your game DVD *must* be the **North American** release of [**Persona 3 FES**](http://redump.org/disc/4125/).

Modified discs, DVDs from other regions, and vanilla Persona 3 will NOT work.
{% endhint %}

![From PlayStation Data Center](/files/nHnAKJtOETrqEE5v6ws2)

* A **DVD or BD drive** connected to your PC (internal or portable)

![From Wikimedia Commons](/files/mte18pdqpDi8l9ePY5oP)

* A USB **flash drive** (any size, formatted as FAT32)

{% hint style="info" %}
A **USB 2.0** flash drive is recommended.

Some USB 3.0+ flash drives will not work with the PS2 console.
{% endhint %}

![From Wikimedia Commons](/files/kTwDZxNVOILLBbeGVzR7)

## Recommended

* **8 GB+** of system memory (RAM)
* A CPU that meets the recommended specs for PCSX2:
  * At least **4 physical cores**
  * Scores at least **2100** on [PassMark Single Thread](https://www.cpubenchmark.net/singleThread.html)
* A dedicated graphics card
* A [**supported controller**](/install/final-steps.md#controls)

## Show File Extensions

By default, Windows Explorer hides the extensions of file types it recognizes (.EXE, .PNG, etc.).&#x20;

It's important that these be visible when setting up mods or asking for support, so we will make sure Windows always shows file extensions for all file types.

{% tabs %}
{% tab title="Windows 11" %}

* Open a **File Explorer** window (it doesn't matter where).
* Click the **View** button at the top of the window.
* Click **Show > File name extensions**.

<img src="/files/3IdUrmK4inAVFJUlOoUQ" alt="" data-size="original">
{% endtab %}

{% tab title="Windows 10" %}

* Open a **File Explorer** window (it doesn't matter where).
* Click the **View** tab at the top of the window.
* Check the box labelled **File name extensions**.

![](/files/q8cq7nNd0UTrYxbcI1zu)
{% endtab %}
{% endtabs %}


---

# 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/getting-started.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.
