Black Mesa

Black Mesa

Azure Sheep: Part One EXTENDED
TAW|REA 2020 年 11 月 15 日 上午 11:23
[SOLVED] Pink/black placeholders on Linux
Solution:

https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/2288016896/2989789048628718947/#c2974028351331372293


Original post:

Hi,

I attempted to run Part One Extended on native Linux version of Black Mesa. It looks like some surfaces that contain either letters or logos have been replaced with pink/black placeholders.

To install and run the mod, I copied asheep folder into Black Mesa directory and added -game asheep as a launch option for Black Mesa. It happens with both -game asheep and -game asheep -oldgameui options in both public-beta and regular branches of Black Mesa.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288462770

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288462849

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288462890

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288462928

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288462988

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2288463025

How can I solve this? Thanks!
最后由 TAW|REA 编辑于; 2020 年 12 月 4 日 上午 4:01
< >
正在显示第 1 - 4 条,共 4 条留言
Cyvo  [开发者] 2020 年 11 月 26 日 上午 11:33 
Do you have this folder with all the files in it?
*\Steam\steamapps\common\Black Mesa\asheep\materials\Azure_Sheep
All the missing materials are located in this folder or any of its subfolders
TAW|REA 2020 年 12 月 4 日 上午 3:08 
引用自 Cyvo
Do you have this folder with all the files in it?
*\Steam\steamapps\common\Black Mesa\asheep\materials\Azure_Sheep
All the missing materials are located in this folder or any of its subfolders


Greetings,

As files of Source games and mods need to be lowercase on Linux, renaming entire content of asheep directory did the trick including the missing voice lines.

$ cd ~/.local/share/Steam/steamapps/common/Black\ Mesa/asheep $ LANG=en_US.UTF-8 bash $ find ./ | sort -r | sed 's/\(.*\/\)\(.*\)/mv "\1\2" "\1\L\2"/' |sh

Source:

https://steamhost.cn/steamcommunity_com/app/221410/discussions/0/828938532638150996/?&ctp=15#c412446890561990493

I suggest releasing the next version with lowercase files to make sure cross-platform compatibility for Linux, Mac and Windows. Thank you!

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308281946

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308281959

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308282013

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308282043

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308282083

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2308282112
最后由 TAW|REA 编辑于; 2021 年 1 月 14 日 下午 12:14
TAW|REA 2021 年 1 月 3 日 上午 6:35 
引用自 Cyvo
Do you have this folder with all the files in it?
*\Steam\steamapps\common\Black Mesa\asheep\materials\Azure_Sheep
All the missing materials are located in this folder or any of its subfolders


Thanks for including Linux launchers in 26th December 2020 update. Here are the issues that I found:

- File names still feature capital letters that cause pink/black placeholders for some materials on Linux. The command that I pointed out in OP should be applied to lowercase entire asheep directory.

- map as_c3map01 crashes on Linux no matter what. Player needs to skip it with map as_c3map02 command.

- During as_c7 maps, main menu background becomes entirely pink placeholder on Linux.
最后由 TAW|REA 编辑于; 2021 年 1 月 14 日 下午 12:26
TAW|REA 4 月 23 日 上午 9:26 
引用自 TAW|REA

- File names still feature capital letters that cause pink/black placeholders for some materials on Linux. The command that I pointed out in OP should be applied to lowercase entire asheep directory.

- map as_c3map01 crashes on Linux no matter what. Player needs to skip it with map as_c3map02 command.

- During as_c7 maps, main menu background becomes entirely pink placeholder on Linux.

Last two issues have been fixed by public-beta branch update April 2025.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50