發表文章

目前顯示的是 8月, 2019的文章

Logitech G29 control mapping in UE4 (using Raw Input Plugin)

Logitech G29 control mapping in UE4 (using Raw Input Plugin) https://docs.unrealengine.com/zh-CN/Gameplay/Input/RawInput/index.html Logitech G29 Vendor ID : 0x046D Product ID : 0xC24F Logitech Wheel (方向盤) :   axis properties index = 1   offset = -0.5   scale = 3.0 Logitech Brake Pedal (煞車) :   axis properties index = 3   inverted = true   offset = 1.0   scale = -2.0 Logitech Accelerator Pedal (油門) :   axis properties index = 4   inverted = true   offset = 1.0 Logitech POV (十字鍵) :   axis properties index = 0   scale = 0.875

Windows10 版本1607後可啟用支援長路徑檔名 (Maximum Path Length Limitation)

在Windows中一般情況下最大路徑長度被限制在260個字元,Windows 10 版本1607後開始可以啟用支援長路徑。 啟用長路徑: Win + S鍵,輸入regedit,執行登錄編輯程式 找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled 並設定為1 為了使系統順利套用此設定建議重新啟動電腦,因為某些程序可能在設置之前已經啟動 // 在UE4開發中,偶爾會發生路徑過長導致打包失敗的情況,若系統版本支援,可嘗試使用此方法來改善 細節詳見 Microsoft Windows Dev Center - Naming Files, Paths, and Namespaces