Войти

В захватывающем сиквеле Tomb Raider, Лара Крофт становится больше, чем просто выжившей. В этот раз она отправляется в свою первую большую экспедицию, чтобы исследовать самые древние и отдаленные части мира и раскрыть секрет бессмертия.


Пользуйтесь совершенствующимися талантами Лары в приключенческой, полной драматизма экшен игре, начиная с раскинувшихся под палящим солнцем руин Сирии и заканчивая окованными морозами горами Сибири. Играйте за молодого археолога, захватывая гробницы, опережая соперников и создавая свою собственную легенду.

Игра совместима со следующими моделями Mac. Чтобы узнать модель и дату выпуска своего Mac, выберите пункт «Об этом Mac» в строке меню Apple.

Все 13" MacBook Pros выпущенные с 2016 г.
Все модели 15" MacBook Pros выпущенные с конца 2013 г. с процессором не хуже, чем 2.3 GHz
Все модели 21.5" iMacs выпущенные с 2017 г.
Все модели 27” iMacs выпущенные с конца 2013 г. (Модели NVIDIA GT 755M официально не поддерживаются)
Все модели Mac Pros выпущенные с конца 2013 г.


Минимальные системные требования:


Процессор: 2,3 гигахерц

RAM память: 8 гигабайт

Графики: 1,5 гигабайт

macOS: 10.13.4

Rise of the Tomb Raider 20 Year Celebration Pack
Baba Yaga: The Temple of the Witch
Cold Darkness Awakened
Endurance Mode
Remnant Resistance Pack
Sparrowhawk Pack
Hope's Bastion Pack
Tactical Survivor Pack
Apex Predator Pack
Wilderness Survivor
Siberian Ranger
Prophet's Legacy

FAQ

Комментарии 479

Оставлять комментарии могут только зарегистрированные пользователи... Войти
  1. MacBook Pro (15-inch, 2018), macOS Sequoia
  2. iMac 19.1 Sonoma 14.7.5, сделал всё как в инструкции, файл load отредактировал, игра естественно в программах, но судя по терминалу на steam ругается.
    iMac (Retina 5K, 27-inch, 2019), macOS Sequoia
  3. MacBook Pro (14-inch, 2023), macOS Sequoia
  4. MacBook Pro (14-inch, 2021), macOS Sequoia
    1. MacBook Pro (14-inch, M4, 2024), macOS Sequoia
    1. Let me answer my own questions: 1, my game contorller is Dualshock 4 wireless controller, while using the bluetooth method, it stuck,and the vibration feedback is not so much, but the problem solved if you are using a wire to connect it with the computer to play, less stuck movements, and more vibration feedback
  5. MacBook Pro (13-inch, 2019, Four Thunderbolt 3 ports), macOS Sequoia
  6. HERE ARE THE FULL CORRECT STEPS TO MAKE IT WORK ON SONOMA(evgenovalon's method didn't work for me and I had to modify the load code into the one below:
    1. Copy the game into Applications folder, try to run in for the first time so it pass the verifying files process.
    2. Go to /Applications/Rise of the Tomb Raider/Contents/MacOS
    3. Open the executable file "load" using TextEdit
    4. Replace all contents with the following:
    #!/bin/bash
    cd "$(dirname "$0")" || exit 1
    app_path="$(pwd)"
    app_path="$(find "${app_path%/*}/Game" -name "*.app" -depth 1)"
    plist_path="${app_path}/Contents/Info.plist"
    exec_name="$(grep -A1 CFBundleExecutable "$plist_path" | awk -F'>' '/string/{ print $2 }' | awk -F'<' '{ print $1 }')"
    xattr -cr "${app_path}"
    appID="$(cat steam_appid.txt)"
    export SteamAppId=$appID
    export SteamGameId=$appID
    export STEAMEMU_SETTINGS_DIR="${app_path%/*}/../Config"
    export DYLD_LIBRARY_PATH="/Applications/Rise of the Tomb Raider.app/Contents/MacOS:$DYLD_LIBRARY_PATH"
    launchctl remove com.valvesoftware.steam.ipctool
    pkill ipcserver
    ./reset >/dev/null 2>&1
    ./ipcserver >/dev/null 2>&1 &
    ipcpid=$!
    "${app_path}/Contents/MacOS/${exec_name}" #>/dev/null 2>&1
    gamepid=$!
    wait $gamepid 2>/dev/null
    kill $ipcpid >/dev/null 2>&1
    wait $ipcpid 2>/dev/null
    launchctl load -S Background "/Users/$USER/Library/Application Support/Steam/com.valvesoftware.steam.ipctool.plist" >/dev/null 2>&1

    5. Save the "load" file and right-click on it → "Open"
    The game should load properly now.

    *if you messed up with the Load file too much, you may need to delete and reinstall the game into Applications
    1. if you get this after modifying the load file
      "'Last login: Wed Aug 28 02:28:05 on ttys000
      /Applications/Rise\ of\ the\ Tomb\ Raider.app/Contents/MacOS/load ; exit;
      ge@Georges-MacBook-Pro ~ % /Applications/Rise\ of\ the\ Tomb\ Raider.app/Contents/MacOS/load ; exit;
      /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 2: cd: /Applications/Rise of the Tomb Raider.app/Contents/MacOS: No such file or directory
      find: /Users/Game: No such file or directory
      /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 5: ${ app_path}/Contents/Info.plist: bad substitution
      grep: : No such file or directory
      xattr: No such file:
      cat: steam_appid.txt: No such file or directory
      /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 18: /Contents/MacOS/: No such file or directory

      Saving session...
      ...copying shared history...
      ...saving history...truncating history files...
      ...completed.

      [Process completed]'"

      please check the instructions in my other comment
  7. Скачал игру, перекинул в папку Приложения, пытаюсь открыть игру, не открывается. Активировал файл load, первые разы открывался Стим и томб райдер(безуспешно) и ничего не происходило. Следующие попытки даже Стим перестал открываться после команды load.... томб райдер как не открывался, так и не открывается
    MacBook Pro (14-inch, 2023), macOS Sonoma
    1. MacBook Pro (14-inch, 2023), macOS Sonoma
      1. MacBook Pro (14-inch, M3, 2023), macOS Sonoma
        1. MacBook Pro (14-inch, 2023), macOS Sonoma
        2. qelovar Avatar
          qelovar для exc3llentexcellent 24.10.2024 / #164451
          Go to /Applications/Rise of the Tomb Raider/Contents/MacOS
          3. Open the executable file "load" using TextEdit
          4. Replace all contents with the following:
          #!/bin/bash
          cd "$(dirname "$0")" || exit 1
          app_path="$(pwd)"
          app_path="$(find "${app_path%/*}/Game" -name "*.app" -depth 1)"
          plist_path="${app_path}/Contents/Info.plist"
          exec_name="$(grep -A1 CFBundleExecutable "$plist_path" | awk -F'>' '/string/{ print $2 }' | awk -F'<' '{ print $1 }')"
          xattr -cr "${app_path}"
          appID="$(cat steam_appid.txt)"
          export SteamAppId=$appID
          export SteamGameId=$appID
          export STEAMEMU_SETTINGS_DIR="${app_path%/*}/../Config"
          export DYLD_LIBRARY_PATH="/Applications/Rise of the Tomb Raider.app/Contents/MacOS:$DYLD_LIBRARY_PATH"
          launchctl remove com.valvesoftware.steam.ipctool
          pkill ipcserver
          ./reset >/dev/null 2>&1
          ./ipcserver >/dev/null 2>&1 &
          ipcpid=$!
          "${app_path}/Contents/MacOS/${exec_name}" #>/dev/null 2>&1
          gamepid=$!
          wait $gamepid 2>/dev/null
          kill $ipcpid >/dev/null 2>&1
          wait $ipcpid 2>/dev/null
          launchctl load -S Background "/Users/$USER/Library/Application Support/Steam/com.valvesoftware.steam.ipctool.plist" >/dev/null 2>&1

          5. Save the "load" file and right-click on it → "Open"
          MacBook Pro (14-inch, 2023), macOS Sonoma
  8. Нужна помощь!
    Игра не запускается, если правильно понимаю инструкцию, нужно отредактировать файл load, но при попытке это сделать получаю вот это:

    Можно ли как-то это решить?
    M1 Pro Sonoma
    1. Hackintosh, macOS Sequoia
        1. MacBook Pro (13-inch, M2, 2022), macOS Sonoma
  9. Changed the load file!! still getting

    Last login: Sat Jun 15 19:20:49 on ttys001
    /Applications/Rise\ of\ the\ Tomb\ Raider.app/Contents/MacOS/load ; exit;
    /Users/clients10x/.zshrc:1: bad math expression: operator expected at `PATH="/opt...'
    clients10x@MacBook-Air ~ % /Applications/Rise\ of\ the\ Tomb\ Raider.app/Contents/MacOS/load ; exit;
    /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 2: cd: /Applications/Rise of the Tomb Raider.app/Contents/MacOS: No such file or directory
    find: /Users/Game: No such file or directory
    /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 5: ${ app_path}/Contents/Info.plist: bad substitution
    grep: : No such file or directory
    xattr: No such file:
    cat: steam_appid.txt: No such file or directory
    /Applications/Rise of the Tomb Raider.app/Contents/MacOS/load: line 18: /Contents/MacOS/: No such file or directory

    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.

    [Process completed]



    HELPPPP
    1. Для торрент файлов используйте QBittorrent, можно также использовать Free download manager для обычных файлов и файлов торрентов, для перехвата ссылок нужно расширение для Chrome или Firefox.
      Mac mini (2024), macOS Sequoia
    1. Как обычно, файл с расширением ".001", это часть архива, открывая его через сторонний архиватор например Rar Extractor Max или Oka файлы будут извлечены. Изменять расширение не надо или сломается, а также главное чтобы были все архивы 002, 003 и т.д.
      Mac mini (2024), macOS Sequoia
Наверх