Uncharted 3 Ps3 - Game Size [better]

Naughty Dog famously split the digital version into several optional modules on the PlayStation Store to help users with smaller hard drives (like the 80 GB or 160 GB models):

Have a different experience with the game size? Your PS3’s region (NTSC-J, PAL, NTSC-U) or firmware version (CFW vs OFW) may affect the final total by ±500 MB. Always ensure you have 20% more free space than the reported requirement to avoid installation failures.

However, the reason for this massive size is a technical story that is unique to the way the PS3 handled data. uncharted 3 ps3 game size

When people search for the , the answer depends entirely on your format:

) because the PS3 requires space for both the installer and the final installed game files during the process. Component Breakdown: If downloading separate packs, the sizes are roughly: Single Player Experience: 2D Movie Pack (Required for SP): 3D Movie Pack (Optional): Free-to-Play Multiplayer Base: Physical Disc Version Naughty Dog famously split the digital version into

Nearly a decade since its release, Uncharted 3 remains a storage heavyweight. Whether you’re revisiting the Rub’ al Khali desert or experiencing the plane crash sequence for the first time, plan your PS3’s storage accordingly. Few games demand more respect—or more gigabytes—than Nathan Drake’s third adventure.

Unlike modern PlayStation 5 games, which require a full disc installation to the SSD before playing, PS3 games handled data differently. The PS3 had a slow Blu-ray drive (2x speed), meaning it could not stream high-fidelity textures fast enough to keep up with the game engine during intense action. However, the reason for this massive size is

A: At least 55 GB free. The PS3 downloads compressed files, unpacks them, then deletes the installer. You need double the final install size temporarily.

When you insert the disc for the first time, the PS3 will prompt you to install approximately of data. This does not include saved games or patches. You still need the disc to play, but the hard drive reserves this space.

One of the most confusing aspects of Uncharted 3 game size for new players is how the physical disc version handles installation.

The digital version is famously large because it includes high-quality uncompressed audio and pre-rendered cinematics. Total Download Size: Approximately Game of the Year (GOTY) Edition Required Space for Installation: You typically need the download size (around 87–90 GB

2
😭
😕
1
😃
13
😍
Комментарии (8)
Сначала популярные
Сначала новые
По очереди
Саня
1 год 4 месяца назад

ДД. Установил питон, хочу запустить скрипт, но пишет python: command not found 🙁

4
ответить
Александр Попов
1 год 4 месяца назад

Добрый день! Попробуйте следующее:

👉 Для Linux/MacOS:

  1. Вместо команды python попробуйте использовать python3.
  2. Добавьте путь до Python в .bashrc. Для этого откройте на редактирование .bashrc командой nano ~/.bashrc и в конце файла напишите export PATH="$PATH:/python/path/executable/". Вместо /python/path/executable/ — путь до исполняемого файла (по умолчанию python в папке /usr/bin/ или /usr/local/bin/). Затем сохраните изменения и выполните source ~/.bashrc. Подробная инструкция по добавлению → realpython.com/add-python-to-path.
  3. Удалите Python и установите его заново по инструкции для Linux или инструкции для MacOS.

👉 Для Windows:

  1. Вместо команды python попробуйте использовать py.
  2. Добавьте путь до Python в системную переменную PATH. Найти путь до python можно через поиск в проводнике по слову "python3". Подробная инструкция по добавлению → realpython.com/add-python-to-path.
  3. Удалите Python и установите его заново по инструкции для Windows.
7
ответить
Ваня
1 год 7 месяцев назад

Вопрос, как запустить Python-скрипт из другого кода?

2
ответить
Александр Попов
1 год 7 месяцев назад

Можете использовать os.system:

import os os.system("example1.py")

Или subprocess.run:

import subprocess subprocess.run(["python", "example1.py"])
9
ответить
Middle
1 год 6 месяцев назад

В статье все предложенные онлайн-сервисы для запуска python-скриптов на английском, пользуюсь аналогичным сервисом "Online Python компилятор", но весь интерфейс на русском)

1
ответить
Евген
1 год 4 месяца назад

Я для автоматизации делаю .bat файлы в Windows или .sh файлы для Linux. Например удобно, когда надо запустить несколько скриптов.

1
ответить
MMax
1 год 4 месяца назад

Как я могу запустить Python на Андроид?

0
ответить
Александр Попов
1 год 4 месяца назад

Есть несколько вариантов:

  • Установите Android-приложения — QPython, PyDroid или Python Code-Pad. С помощью них можно запускать python-скрипты.
  • С помощью набора инструментов BeeWare можно писать код на Python и запускать его на множестве платформ (в т.ч. на iOS и Android).
  • Используйте pyqtdeploy — инструмент развертывания приложений PyQt.
  • Настройте удаленную разработку. Это может быть эмулятор терминала (например Termux), через который вы будете подключаться к другой машине и выполнять команды на запуск скриптов. Или программа для удаленного управления рабочим столом (например TeamViewer).
10
ответить
uncharted 3 ps3 game size
Может понравиться