Skip to content

Commit d9b4b20

Browse files
authored
Mention Linux filepath casing issue causing Jitte + fonts go missing (#34)
This was mentioned in README, but not put up on the website * EXTERNAL fixes 1892
1 parent f9f0f0a commit d9b4b20

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/guide/install/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,18 @@ launch options and set:
7171
-steam
7272
```
7373

74-
### 4b. Linux - Force SteamRT 3.0
74+
### 4b. Linux - Jitte audio and some fonts failing to load properly
75+
76+
Fonts and sounds with non-lowercase filepaths have been broken since
77+
the TF2-SDK/64-bit update on Linux, affecting the NEUROPOL2 and X-SCALE
78+
fonts, and jitte sounds. To fix this, go to your NEOTOKYO installation
79+
folder and copy then rename the following to lowercase variant:
80+
81+
* `NeotokyoSource/resource/NEUROPOL2.ttf` to `NeotokyoSource/resource/neuropol2.ttf`
82+
* `NeotokyoSource/resource/X-SCALE_.TTF` to `NeotokyoSource/resource/x-scale_.ttf`
83+
* `NeotokyoSource/sound/weapons/Jitte/` to `NeotokyoSource/sound/weapons/jitte/`
84+
85+
### 4c. Linux - Force SteamRT 3.0
7586

7687
This is not required, however if you want to make NT;RE run under the
7788
SteamRT 3.0 runtime:
@@ -87,7 +98,7 @@ When NT;RE is launched, a Window with options should popup. On the top
8798
"Container runtime" option change from "None" to "sniper 0.YYYYMMDD.VERSION"
8899
then click "Run". This will popup everytime NT;RE is started through Steam.
89100

90-
### 4c. Could not load library client. Try restarting. If that doesn't work, verify the cache.
101+
### 4d. Could not load library client. Try restarting. If that doesn't work, verify the cache.
91102

92103
#### Windows
93104

0 commit comments

Comments
 (0)