![]() |
Missing robots class icons - Printable Version +- Moonlight MvM Community (https://forums.moonlight.tf) +-- Forum: Community (https://forums.moonlight.tf/forumdisplay.php?fid=7) +--- Forum: Bugs & Feedback (https://forums.moonlight.tf/forumdisplay.php?fid=11) +--- Thread: Missing robots class icons (/showthread.php?tid=97) |
Missing robots class icons - op1 - 07-31-2022 Hello, I have an issue with robots class icons on all missions, some are missing. Note this is not specific to pineapple.tf, It happens also on potato/creators.tf. I'm using Linux 64 bits, no problem with Valve MvM missions. ![]() RE: Missing robots class icons - Dylan_is_legend - 08-01-2022 Make sure you enable server downloads in multiplayer options so you can download any custom icons the maps use. RE: Missing robots class icons - op1 - 08-01-2022 (08-01-2022, 11:20 AM)Dylan_is_legend Wrote: Make sure you enable server downloads in multiplayer options so you can download any custom icons the maps use.It is set on "Allow all custom files from server". Code: "cl_allowdownload" = "1" RE: Missing robots class icons - Dylan_is_legend - 08-02-2022 Check the developer console for what errors you get. RE: Missing robots class icons - op1 - 08-02-2022 (08-02-2022, 09:31 AM)Dylan_is_legend Wrote: Check the developer console for what errors you get.After loading XLR-8 mission this are the errors I get in the console: Code: Error: Material "debug/debugluxels" uses unknown shader "DebugLuxels" RE: Missing robots class icons - Quantum Apple - 08-02-2022 It's likely the issue described here https://github.com/ValveSoftware/Source-1-Games/issues/3633. Try moving the icon files out of the download folder. RE: Missing robots class icons - op1 - 08-02-2022 (08-02-2022, 04:57 PM)Quantum Apple Wrote: It's likely the issue described here https://github.com/ValveSoftware/Source-1-Games/issues/3633. Try moving the icon files out of the download folder.That worked, thanks. RE: Missing robots class icons - Pineapple Medals Bot - 08-02-2022 Yes the game does not correctly load bot icons from the tf/download/materials/hud folder on Linux. Moving the files to tf/materials/hud corrects the issue. The asset pack has the bot icon files in tf/materials/hud for this reason. For future events, you should download and install the asset pack so that you're all set to go. Thanks. |