Luminous
Published
使用Proton Experience版在【2023年3月6日以后】可以解决影片不播放/影片播放没声音等影片播放问题
Change to Fullscreen
windowed mode has graphics errors.
Crash when switching to windowed mode.
Opening Movie is not fully displayed when using window mode and stretched full screen mode and needs to be set to Fullscreen Mode.
Summary: Using GE-Proton8-27 and setting full-screen mode, you can play Opening & Ending normally without installing any other components.
Videos can be played with GE-Proton9-10, and the scaling issue of videos in non-full screen mode in previous versions of Proton has been resolved.
for ChineseUser:在你的windows电脑里按WIN+S打开搜索菜单,输入“字体”,打开字体文件夹,右上角搜索微软雅黑,点开后把第一个标准的字体选中,然后ctrl+C复制一份到任何目录内,然后把它转移到你的deck上,再把它放到/home/deck/.local/share/Steam/steamapps/compatdata/741140/pfx/drive_c/windows/Fonts文件夹下,即可解决游戏模式下字体被横向压扁的问题
Using GE-Proton9-10, you can play videos normally, which solves the video scaling problem in non-full screen mode in previous Proton versions. Now you can get the best experience by just switching the Proton version.
这里给了详细的教程:https://steamcommunity.com/app/330390/discussions/0/3780246883319774608/
但是教程的根源是解决runtime error,也就是说,只需要对容器安装好对应的dll,并且设置好对应的proton,即可,可能并不需要steamtinkerlaunch,但是protontricks是必不可少的
使用EasyRPG Player的windows版,并设置内置midi引擎可解决音频失效的问题,或自己寻找soundfont并放置在EasyRPG Player的设置目录内,然后在EasyRPG Player的设置中启用也可,后者音质更接近windows上的表现
最后,使用方法非常简单,如果你打算只使用内置的midi引擎,那么只需要将下好的easyrpg player改名start.exe,然后替换掉游戏目录里的那个,再打开游戏,并在启动器的Audio部分设置midi引擎就行了(全部关闭就是启用默认的)
Must use GE-Proton 8.25 version, and you don't need to add any launch option. If you encounter other problems, refer to others to add launch options.
Just set proton to 6.3-8, only this version can use the controller. Once set up, it works right out of the box.
tdp 9w and GPU frequency 1100mhz
使用protontricks的资源管理器去打开OBMM来给MOD排序和修改
- 必须 使用 GOG版 EXE和 obse_loader.exe 才可以使用obse,obse原本通过steam overlay加载的方式在Linux上无法使用
- 必须 使用4.11-13版 proton 才可以运行老滚4的 汉化 补丁,并且 无法 支持NorthernUI(因为无法加载字体插件)
- 可能需要自己写一个启动器来方便调用官方launcher和启动obse_loader.exe(AutoHotKey编译的exe可以直接运行);当然,也可以在启动一次游戏、生成了默认设置后把oblivion launcher.exe改名,然后把obse_loader.exe改名oblivion launcher.exe。
WINEDLLOVERRIDES="Xinput1_3=n,b" %command%
I installed these DLL components using protontricks (Default Wine Prefix > Install Windows component): d3dx9_42, d3dx9_43, faudio and xact.
There is audio lag in rare cases.
Only works in fullscreen mode.
To solve this problem, you need to use xinputplus or an older version of x360ce, generate a default configuration file, and then use the WINEDLLOVERRIDES method to load xinput1_3.dll to fix the incorrect mapping problem.
LANG=zh_CN.gbk %command%
默认设置下,cpu和gpu占用经常达到90%以上,帧生成时间非常不稳定
With default settings, cpu and gpu usage often reaches over 90% and frame generation times are very erratic
Use protontricks to run settings.exe in the game directory, then change the Screen Rendering Method to CPU (Nearest Neighbor), the Zoom Method to Don't Zoom, and uncheck Video Playback.
Use protontricks to run settings.exe in the game directory, then change the Screen Rendering Method to CPU (Nearest Neighbor), the Zoom Method to Don't Zoom, and uncheck Video Playback.
Use protontricks to run settings.exe in the game directory, then change the Screen Rendering Method to CPU (Nearest Neighbor), the Zoom Method to Don't Zoom, and uncheck Video Playback.
启动本体:
DO=(%command%); "${DO[@]/%FSConfig.exe/FS.exe}"; killall -9 "FS.exe"
启动资料片:
DO=(%command%); "${DO[@]/%FSConfig.exe/FS_SP.exe}"; killall -9 "FS_SP.exe"
默认设置即可,只是需要通过【_SP】(必须大写)字符切换启动本体还是资料篇,当然如果你会写gui也可以选择自己重做个exe前端界面替换原来的启动器fsconfig.exe,现在用启动项代码的话可以在不切换桌面模式的情况下更改启动exe,这是幻想三国志系列在linux版steam上的通病。
将游戏的exe(FS2.exe或者FS2SP.exe)按你的需求修改成FSConfig.exe
需要把启动器exe换掉才可以进入游戏
DO=(%command%); "${DO[@]/%FSConfig.exe/FS2_SP.exe}"; killall -9 "FS2_SP.exe"
可以限制最大瓦数来延长电池使用时间。
如果不使用启动项绕过启动器,会出现色彩混乱的情况。
如果后期出现问题可以尝试使用4.11-13兼容层,这个对旧游戏友好。
启动本体:
DO=(%command%); "${DO[@]/%FSConfig.exe/FS3.exe}"; killall -9 "FS3.exe"
启动资料片:
DO=(%command%); "${DO[@]/%FSConfig.exe/FS3_SP.exe}"; killall -9 "FS3_SP.exe"
默认设置即可,只是需要通过【_SP】(必须大写)字符切换启动本体还是资料篇,当然如果你会写gui也可以选择自己重做个exe前端界面替换原来的启动器fsconfig.exe,现在用启动项代码的话可以在不切换桌面模式的情况下更改启动exe。
将游戏的exe(FS4SP.exe)按你的需求修改成FSConfig.exe
需要把启动器exe换掉才可以进入游戏