2022年12月1日更新

From Team Fortress Wiki
Jump to: navigation, search

更新內容

絕地要塞 2

  • 實作 VScript
    • VScript 讓地圖製作者能將指令碼代碼(Squirrel3)嵌入地圖。 此系統已應用於 L4D2 和 CS:GO 的地圖
      • 有實體的介面和世界均使用一般 Hammer 邏輯。
      • 簡化 Hammer 中既往十分複雜 / 繁複的工作。
      • 密切控制電腦玩家、頭目、玩家屬性、實體和遊戲狀態並與其互動,使增強過、修改過或完全自訂的遊戲模式亦可運作。
      • 對遊戲事件作出反應並因而改變某些事情的結果,如傷害計算。
  • 新增可使用 skybox_swapper 實體或 SetSkyboxTexture 來動態地改變天景圖像的功能
  • 新增對封裝於地圖的自訂 MvM 升級檔案的支援
  • 新增 point_worldtext,一個可動態顯示文字的實體,帶有多種 SDF(有向距離場)字體、多種顏色和彩虹模式的支援
  • 公開數個與移動有關的 ConVars
  • 實作對 func_monitor 和多個鏡頭的支援
  • 實作 logic_eventlistener 以從 Hammer 邏輯監聽遊戲事件
  • 新增傳入參數和延遲 MvM 熱門動作的功能
  • 改善使用 VRAD 的編譯時間
  • 特別感謝 Jakub 和所有在 GitHub VScript Mega Issue 上進行測試、提供意見回饋和提交請求的所有人員

未記載更新

  • 更新了巴西葡萄牙語、保加利亞語、捷克語、丹麥文、荷蘭語、芬蘭語、法語、德語、希臘語、匈牙利語、義大利語、韓語、挪威語、波蘭文、葡萄牙語、羅馬尼亞語、俄語、簡體中文、西班牙文(西班牙)、瑞典語、泰語、繁體中文、土耳其語和烏克蘭語的 地區語言檔案

變更檔案

:下述變更紀錄是由比較 diff 中的兩次修改內容而得的。 A significant part of this changelog has been automatically generated from GameTracking data, courtesy of SteamDB.
修改變更
Modified: tf/steam.inf
Modified: bin/GameUI.dll
Modified: bin/ServerBrowser.dll
Modified: bin/bsppack.dll
Modified: bin/bugreporter_filequeue.dll
Modified: bin/bugreporter_public.dll
Modified: bin/datacache.dll
Modified: bin/engine.dll
Modified: bin/filesystem_stdio.dll
Modified: bin/inputsystem.dll
Modified: bin/launcher.dll
Modified: bin/libtogl.dll
Modified: bin/materialsystem.dll
Modified: bin/replay.dll
Modified: bin/scenefilecache.dll
Modified: bin/shaderapidx9.dll
Modified: bin/shaderapiempty.dll
Modified: bin/soundemittersystem.dll
Modified: bin/sourcevr.dll
Modified: bin/stdshader_dx9.dll
Modified: bin/studiorender.dll
Modified: bin/tier0.dll
Modified: bin/vaudio_celt.dll
Modified: bin/vaudio_miles.dll
Modified: bin/vaudio_speex.dll
Modified: bin/vgui2.dll
Modified: bin/vguimatsurface.dll
Modified: bin/video_quicktime.dll
Modified: bin/video_services.dll
Modified: bin/vphysics.dll
Modified: bin/vscript.dll
Modified: bin/vstdlib.dll
Modified: bin/vtex_dll.dll
Added: hl2/hl2_misc_dir.vpk/materials/editor/logic_eventlistener.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/logic_script.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_1.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_10.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_11.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_12.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_13.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_2.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_3.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_4.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_5.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_6.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_7.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_8.vmt
Added: hl2/hl2_misc_dir.vpk/materials/editor/worldtext_9.vmt
Added: hl2/hl2_textures_dir.vpk/materials/editor/logic_eventlistener.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/logic_script.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/worldtextsheet_liberationsans.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/worldtextsheet_robotomono.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/worldtextsheet_tf2.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/worldtextsheet_tf2build.vtf
Added: hl2/hl2_textures_dir.vpk/materials/editor/worldtextsheet_tf2professor.vtf
Modified: tf/bin/client.dll
Modified: tf/bin/server.dll
Modified: tf/scripts/items/items_game.txt.sig