> For the complete documentation index, see [llms.txt](https://p3f.cep.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p3f.cep.one/install/final-steps.md).

# Final Steps

## Introduction

You're almost ready to start playing P3F with mods! Let's go over a few final things first.

## A Few Tips Before Starting

Before starting the game, here are a few things to keep in mind:

* **Save the game often!** You don't want to lose hours of progress if the emulator crashes or locks up.&#x20;
  * The game audio might stutter or freeze while saving your data - don't worry, this is completely normal.
* **Use all of the save slots.** You get 16 of them for a reason!
  * We recommend saving every night or every other night in Iwatodai Dorm.

{% hint style="info" %}
Your save data is stored in the **P3F Mods\Files\memcards** folder.

We recommend backing up this folder regularly!
{% endhint %}

{% hint style="danger" %}
**Do not rely on save states!**

Creating the occasional save state in PCSX2 is fine, but it is not a replacement for actually saving to the virtual memory card.

You can lose huge amounts of progress if you rely only on save states!
{% endhint %}

* Check out [**this FAQ entry**](/appendix/faq.md#can-i-fast-forward-event-scenes) for how to fast-forward through event scenes or battles.

## Controls

{% tabs %}
{% tab title="Keyboard" %}
The keyboard controls have been customized for P3F with the goal of making them feel similar to P4G on PC.

### Movement and Camera

* **Directional Pad**: WASD
* **L1:** Q
* **R1:** E

### Face Buttons

* **× Cross:** Space
* **○ Circle:** C
* **□ Square:** F
* **△ Triangle:** R

### **System**

* **Start:** Enter

### PCSX2

* **Turbo speed (toggle):** Tab
* **Toggle windowed / fullscreen:** Double-click game window
* **Create save state:** F1
* **Change save state slot:** F2
* **Load save state:** F3
  {% endtab %}

{% tab title="Xbox" %}

### Movement and Camera

* **L1:** LB
* **R1:** RB

### Face Buttons

![](/files/W6DuvPGqo1v7InWKTZ1W)

* **× Cross:** A
* **○ Circle:** B
* **□ Square:** X
* **△ Triangle:** Y

### **System**

* **Start:** Menu

### PCSX2

* **Turbo speed (hold):** RT
* **Toggle windowed / fullscreen:** View
  {% endtab %}

{% tab title="PlayStation" %}

### Movement and Camera

* **L1:** L1
* **R1:** R1

### Face Buttons

![](/files/dRPEGlWdJR7FCCtO9cAh)

* **× Cross:** × Cross
* **○ Circle:** ○ Circle
* **□ Square:** □ Square
* **△ Triangle:** △ Triangle

### System

* **Start:** Options

### **PCSX2**

* **Turbo speed (hold):** R2
* **Toggle windowed / fullscreen:** Create / Share
  {% endtab %}

{% tab title="Nintendo" %}

### Movement and Camera

* **L1:** L
* **R1:** R

### Face Buttons

![](/files/XUcgc6vRo94Z1rrbeJ1e)

* **× Cross:** A
* **○ Circle:** B
* **□ Square:** X
* **△ Triangle:** Y

### **System**

* **Start:** + Plus

### PCSX2

* **Turbo speed (hold):** ZR
* **Toggle windowed / fullscreen:** – Minus
  {% endtab %}
  {% endtabs %}

## Launching the Game

{% hint style="danger" %}
**Do not use PCSX2 to emulate any other PS2 games.**

The copy of PCSX2 included with P3F CEP is specially configured for Persona 3 FES.&#x20;

If you'd like to get a fresh copy of the emulator for other games, PCSX2 is available for free at [**pcsx2.net**](https://pcsx2.net/).
{% endhint %}

There are two ways to launch P3F with mods:

{% tabs %}
{% tab title="Launch from Aemulus" %}

* In Aemulus, click 🚀 **Launch Persona 3 FES** to launch P3F in PCSX2.

<figure><img src="/files/zsYNZn6u1VBVrDrTb4hq" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Launch from P3F Mods Folder" %}

* Use one of the two shortcuts in your **P3F Mods** folder to launch PCSX2:
  * **Launch P3F Fullscreen.bat**
  * **Launch P3F Windowed.bat**
    {% endtab %}
    {% endtabs %}

<details>

<summary>What are "The Journey" and "The Answer?"</summary>

* **The Journey** is the core Persona 3 game. *Play this one first!*
* **The Answer** is the FES-exclusive epilogue to Persona 3.

</details>

## All done!

You're all ready to play Persona 3 FES!&#x20;

You can go ahead and jump in, or check out [**Get More Mods**](/appendix/get-more-mods.md) to discover more creations from the GameBanana community.


---

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

```
GET https://p3f.cep.one/install/final-steps.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.
