Left 4 Dead 2

Left 4 Dead 2

评价数不足
Custom font Tool (not include UI)
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts, UI
文件大小
发表于
更新日期
337.141 KB
2021 年 11 月 30 日 下午 9:36
2021 年 12 月 2 日 下午 11:39
2 项改动说明 ( 查看 )

订阅以下载
Custom font Tool (not include UI)

描述
Subscription addon can change the game font
This addon changes the font to "Stanberry" by default
You can also change it to your favorite font


You have to do point 8 !

引用自 How to changes font
  1. First, you need to install "Left 4 Dead 2 Authoring Tools" from Steam
    Download and set up CrowbarTool

  2. Use CrowbarTool to unpack my addon, It's stored in "..\steamapps\common\Left 4 Dead 2\left4dead2\addons\workshop\2669758464.vpk"

  3. Open the Authoring Tools installation directory, like "..\steamapps\common\Left 4 Dead 2\bin"
    Copy vfont.exe to the bin directory

  4. Open your ttf file under windows font viewer , remember the font name (not the file name)
    Drag your font to vfont.exe to generate "your_font.vfont"

  5. Rename "your_font.vfont" to be consistent with your font name

  6. Edit \resource\clientscheme.res (HUD)
    \resource\l4d360uischeme.res (GUI)
    \resource\chatscheme.res (Chats)
    \resource\sourcescheme.res (Console)
    Replace all "Stanberry" with font name

  7. Use CrowbarTool to package and move the VPK to "..\steamapps\common\Left 4 Dead 2\left4dead2\addons"

  8. At last edit or create "..\steamapps\common\Left 4 Dead 2\left4dead2\cfg\autoexec.cfg" (not autoexec.360.cfg)
    add
    alias reloadfont "mat_setvideomode (your resolution) 1; mat_setvideomode (Your resolution) 0"; reloadfont;
    if your resolution is 1920*1080 then
    alias reloadfont "mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0"; reloadfont;
    4K is
    alias reloadfont "mat_setvideomode 4096 2160 1; mat_setvideomode 4096 2160 0"; reloadfont;


  9. Open the game and enjoy it

    More custom font styles you need to read this


    If did not work, set the game language to English
    -language english
10 条留言
Lnemmo  [作者] 2024 年 6 月 22 日 下午 9:44 
read the description carefully
B376D0456A90B6F5A9F61744E5AB89DA 2024 年 6 月 22 日 下午 8:40 
Unable to find vfontexe
Lnemmo  [作者] 2023 年 9 月 19 日 上午 2:04 
rename "vfontexe.rename" to "vfont.exe"
workshop do not upload .exe file
另外中文不支持
Lynen 2023 年 9 月 19 日 上午 1:18 
how to use vfontexe.rename ? other font files cannot be dragged onto it
3ch 2022 年 7 月 25 日 下午 12:27 
請問這個可以用在中文嗎
Testimony 2022 年 5 月 7 日 下午 9:50 
i love you so much
Lnemmo  [作者] 2022 年 1 月 15 日 下午 6:27 
see my other workshop
sorodeleite >___< 2022 年 1 月 15 日 上午 11:42 
hey, can you link that miku background?
Bit 2021 年 12 月 3 日 上午 10:44 
Thank you very much, works like a charm now. :boomer:
Lnemmo  [作者] 2021 年 12 月 2 日 下午 8:47 
Has been fixed, ignore the exe file when vpk is packaged