Persona 4 Golden System Requirements – Full PC Specs

Persona 4 Golden Details
Game Title: | Persona 4 Golden |
Genre: | RPG |
Developer: | ATLUS |
Publisher: | SEGA |
Release Date | 13 Jun, 2020 |
Persona 4 Golden Minimum System Requirements
- OS: Windows 8.1
- Processor: Intel Core 2 Duo E8400 | AMD Phenom II X2 550
- Memory: 2 GB RAM
- Graphics: Nvidia GeForce GTS 450 | AMD Radeon HD 5770
- DirectX: Version 11
- Storage: 14 GB available space
Persona 4 Golden Recommended System Requirements
- OS: Windows 10
- Processor: Intel Core i5-650 | AMD Phenom X4 940
- Memory: 4 GB RAM
- Graphics: Nvidia GeForce GTX 460 | AMD Radeon HD 6870
- DirectX: Version 11
- Storage: 14 GB available space
Persona 4 Golden Languages
Interface | Full Audio | Subtitles | |
---|---|---|---|
English | ✔ | ✔ | ✔ |
Japanese | ✔ | ✔ | ✔ |
Korean | ✔ | ✔ | |
Traditional Chinese | ✔ | ✔ |
Quests
(int zoneNumber) { for (int i = 0; i < m_zoneInfos.size(); i++) { if (m_zoneInfos[i].zoneNumber == zoneNumber) { return m_zoneInfos[i].quests; } } return null; } const Quest *QuestInfoManager::findQuestByName(const std::string &name) { for (int i = 0; i < m_zoneInfos.size(); i++) { for (int j = 0; j < m_zoneInfos[i].quests.size(); j++) { if (m_zoneInfos[i].quests[j].name == name) { return &m_zoneInfos[i].quests[j]; } } } return null; }
What are the different types of quests in Persona 4 Golden?
The different types of quests in Persona 4 Golden are: Main Story Quests: These are the quests that advance the story of the game. Side Quests: These are optional quests that are not required to be completed in order to beat the game, but can provide rewards and additional storyline. Dungeon Quests: These are quests that take place in the game's dungeons, and usually involve defeating a certain number of enemies or collecting a certain number of items. Social Link Quests: These are quests that involve improving your relationships with the game's various characters.
How do you complete a quest?
A quest is completed by completing the objectives of the quest.
What are the rewards for completing a quest?
The rewards for completing a quest can include experience points, items, and money.