Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ By default the `gameinfo.txt` provided utilizes TF2-SDK's new `|appid_244630|` a
## Using `-tools`
Engine tools have been broken since the TF2-SDK/64-bit update due to libraries being misplaced. To fix this, go to your Source SDK Base 2013 Multiplayer installation folder and move all files in `bin/tools/x64` to `bin/x64/tools`. You may have to create a tools folder if one does not exist already.

## Failing to load fonts properly in Linux
The font loading have been broken since the TF2-SDK/64-bit update on Linux, mainly affecting NEUROPOL2 and X-SCALE. To fix this, go to your NEOTOKYO installation folder and copy then rename the following to lowercase variant:

* `NeotokyoSource/resource/NEUROPOL2.ttf` to `NeotokyoSource/resource/neuropol2.ttf`
* `NeotokyoSource/resource/X-SCALE_.TTF` to `NeotokyoSource/resource/x-scale_.ttf`

## Further information
For further information for your platform, refer to the VDC wiki on setting up extras, chroot/containers, etc...:
https://developer.valvesoftware.com/wiki/Source_SDK_2013
Expand Down
20 changes: 10 additions & 10 deletions game/neo/resource/ClientScheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ Scheme
{
"1"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "12"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1245,7 +1245,7 @@ Scheme
}
"2"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "14"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1254,7 +1254,7 @@ Scheme
}
"3"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "16"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1264,7 +1264,7 @@ Scheme
}
"4"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "20"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1274,7 +1274,7 @@ Scheme
}
"5"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "24"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1284,7 +1284,7 @@ Scheme
}
"6"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "26"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand All @@ -1294,7 +1294,7 @@ Scheme
}
"7"
{
"name" "KillfeedIcons"
"name" "killfeedicons"
"tall" "28"
"weight" "600"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
Expand Down Expand Up @@ -3070,14 +3070,14 @@ Scheme
"4" "resource/cs.ttf"
"5" "resource/csd.ttf"
"6" "resource/Cstrike.ttf"
"7" "resource/X-SCALE_.TTF"
"7" "resource/x-scale_.ttf"
"8" "resource/greenm03.ttf"
"9" "resource/zrnic___.ttf"
"10" "resource/AFL.ttf"
"11" "resource/nocr.ttf"
"12" "resource/NEUROPOL2.ttf"
"12" "resource/neuropol2.ttf"
"13" "resource/neotokyo_press_n.ttf"
"14" "resource/KillfeedIcons.ttf"
"14" "resource/killfeedicons.ttf"
}

}
Loading