Black Mesa

Black Mesa

Azure Sheep: Part One EXTENDED
TAW|REA Nov 15, 2020 @ 11:23am
[SOLVED] Pink/black placeholders on Linux
Solution:

https://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://steamcommunity.com/sharedfiles/filedetails/?id=2288462770

https://steamcommunity.com/sharedfiles/filedetails/?id=2288462849

https://steamcommunity.com/sharedfiles/filedetails/?id=2288462890

https://steamcommunity.com/sharedfiles/filedetails/?id=2288462928

https://steamcommunity.com/sharedfiles/filedetails/?id=2288462988

https://steamcommunity.com/sharedfiles/filedetails/?id=2288463025

How can I solve this? Thanks!
Last edited by TAW|REA; Dec 4, 2020 @ 4:01am
< >
Showing 1-4 of 4 comments
Cyvo  [developer] Nov 26, 2020 @ 11:33am 
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 Dec 4, 2020 @ 3:08am 
Originally posted by 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://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://steamcommunity.com/sharedfiles/filedetails/?id=2308281946

https://steamcommunity.com/sharedfiles/filedetails/?id=2308281959

https://steamcommunity.com/sharedfiles/filedetails/?id=2308282013

https://steamcommunity.com/sharedfiles/filedetails/?id=2308282043

https://steamcommunity.com/sharedfiles/filedetails/?id=2308282083

https://steamcommunity.com/sharedfiles/filedetails/?id=2308282112
Last edited by TAW|REA; Jan 14, 2021 @ 12:14pm
TAW|REA Jan 3, 2021 @ 6:35am 
Originally posted by 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.
Last edited by TAW|REA; Jan 14, 2021 @ 12:26pm
TAW|REA Apr 23 @ 9:26am 
Originally posted by 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.
< >
Showing 1-4 of 4 comments
Per page: 1530 50