# 低配模式

## 前提条件

此处调整需要 [NVIDIA inspector](https://nvidia-inspector.en.lo4d.com/windows) (NVIDIA GPU) 或是 [ATI Tray Tools](http://www.majorgeeks.com/files/details/ati_tray_tools.html) (AMD GPU)。对于性能调整部分，您可能还需要一个代码编辑器，例如 [VS Code](https://code.visualstudio.com/) 或是 [Notepad++](https://notepad-plus-plus.org/downloads/).（系统自带的记事本也行）

## 极简模式修改

这些修改除了降低模型的多细节层次外，不会降低游戏视觉的真实度。这会使游戏看起来有点像塑料和平面，但不会降低能见度或其他任何东西。（如下图所示）

!["低配模式"截图](https://blobs.gitbook.com/assets%2F-M0m8qtRgPSU-hMNzaem%2F-M0mkXNQZkvEZMHIAa60%2F-M0ncvrKWsQkq-sgtgOf%2Fimage.png?alt=media\&token=87c12de8-0094-484a-a3b8-7dae93d4a8a1)

![拉斯提摩沙上尉在和你交流，用他透明的眼球穿透你的灵魂](/files/-M16n_8heT3zjIPlWS8e)

### NVIDIA显卡

#### **第一步.** 打开`NVidiaProfileInspectorDmW.exe` 软件([工具链接](https://github.com/DeadManWalkingTO/NVidiaProfileInspectorDmW/releases))，然后从下拉菜单中选择"Titanfall 2"；

![](https://blobs.gitbook.com/assets%2F-M0m8qtRgPSU-hMNzaem%2F-M0mkXNQZkvEZMHIAa60%2F-M0ndXim-Hpq7JQyxT25%2Fimage.png?alt=media\&token=d4feba4e-3d35-4050-acc7-2930d18daf01)

#### 第二步. 设置"Antialiasing - Transparency Supersampling" 为 `0x00000008 AA_MODE_REPLAY_MODE_ALL` ；

![](/files/-M16nJ5bvMDL38X8c3bB)

#### 第三步. 修改 "Texture filtering - LOD bias (DX)" 和 "Texture filtering - LOD Bias (OGL)" 为 `0x00000078`；

![](/files/-M16nLOYc1xyftJyZpHh)

#### 第四步. 单击右边的"Apply changes"按钮；

#### 第五步. 打开《泰坦陨落2》游戏，然后尽情享受低配模式!

### AMD显卡

***我们无法提供此部分的屏幕截图，因为我们没有可供测试的ATI/AMD/Radeon卡。很抱歉给您带来的不便。***&#x20;

1. 进入到： direct3d → settings → additional → texture lod adjustment
2. 设置为10 (或者更高的数值，数值越高，游戏画面越低)
3. 打开《泰坦陨落2》游戏，然后尽情享受低配模式!

## 性能修改

这些调整会使你的游戏看起来和像素3D游戏一样，与上述选项结合使用，亦或是单独使用。

#### 配置文件调整

在 `C:\Users\<user>\Documents\Respawn\Titanfall2\local` 目录中，你可以找到名为 `videoconfig.txt`的文件。下面所示部分必须修改；查找并替换此文件中的每个参数，或从下面修改的参数中复制它们。

{% hint style="warning" %}
不要复制后面的吐槽（//及后面的内容）
{% endhint %}

```c
"VideoConfig"
{
	"setting.cl_particle_fallback_base"		"0" // makes particles less cool
	"setting.cl_particle_fallback_multiplier"		"0" // makes particles even less cool
	"setting.mat_picmip"		"4" // screws with shading and texture loading
	"setting.r_lod_switch_scale"		"0" // makes everything not in the player's viewmodel insanely low detail
	mat_disable_bloom 1 // removes shiny bits around light sources
	mat_specular 0 // just raises performance, fucks with reflections a bit
	mat_bumpmap 0 // something texture related
	r_dynamic 0 // fuck if i know something to do with dynamic lighting
}
```

不要将这些修改与"垂直同步"和 \*\*AA抗锯齿(TSAA除外)一起使用，这样会导致部分修改失效。修改完成后不要随意改变画质选项，这样会导致对应修改失效或一部分修改全失效。(如果失效了重新调一遍就可以了，备份是好文明:D).

## 来源和文章

[Titanfall 2 on low-end PCs](http://www.neogaf.com/forum/showthread.php?t=1306327)

[aske1836's comment from discussion "Titanfall 2 is truly a visual spectacle at the absolute minimum](https://www.reddit.com/r/titanfall/comments/6ux5ef/titanfall_2_is_truly_a_visual_spectacle_at_the/dlx9zc3/)"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://noskill.gitbook.io/titanfall2/chinese/mods/plastic-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
