V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
hahaFck
V2EX  ›  macOS

Apple game porting toolkit 有人在用么?

  •  
  •   hahaFck · 265 天前 · 1344 次点击
    这是一个创建于 265 天前的主题,其中的信息可能已经有所发展或是发生改变。

    最近照着网上的教程用 game porting toolkit 玩暗黑 4 ,游戏是能玩了,但是有几个小问题一直没解决。

    1.游戏分辨率不能调整,默认好像是一个低分辨率,而且识别出来的显卡好像是 amd 的。 2.游戏选项里面的 hdr 也是灰的,说显示器不支持。

    这两个游戏设置都改不了,不知道是否能用什么参数调整了。

    另外就是 game porting toolkit 出现版本了,beta3 了,也不知道该怎么升级。

    3 条回复    2023-08-17 09:31:55 +08:00
    steveshi
        1
    steveshi  
       265 天前
    更新步骤:

    ## Ensure the toolkit is already on latest version

    Ensure you're in an x86_64 shell to continue the following steps in a Rosetta environment. All subsequent commands should be run within this shell, re-run if you're unsure if you're in correct shell or just doing an update.

    arch -x86_64 zsh
    Run Homebrew to gather potential updates and upgrade Apple's GPTK formula:

    brew update && brew upgrade apple/apple/game-porting-toolkit
    If you're updating from previous release, make sure to repeat Preparing the toolkit section below.

    On base M1 takes around ~48 mins to update, clean install takes ~75mins, for comparison M2 Max: ~19mins to update, 36mins for clean install.

    ## Preparing the toolkit

    Make sure the Game Porting Toolkit dmg downloaded earlier is mounted at /Volumes/Game Porting Toolkit-1.0. Use this script to copy the Game Porting Toolkit library directory into Wine’s library directory.

    ditto /Volumes/Game\ Porting\ Toolkit-1.0/lib/ `brew --prefix game-porting-toolkit`/lib/
    Put the 3 scripts from the Game Porting Toolkit DMG into here /usr/local/bin using this command:

    cp /Volumes/Game\ Porting\ Toolkit*/gameportingtoolkit* /usr/local/bin
    steveshi
        2
    steveshi  
       265 天前
    显卡被识别为 AMD 这是被设置成这样的,改不了。
    zhoushengyue
        3
    zhoushengyue  
       263 天前
    可以关注一下这个频道,专注 mac gaming ,GPTk 每个升级都有做视频
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3142 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 13:26 · PVG 21:26 · LAX 06:26 · JFK 09:26
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.