Ошибка cant find background image materials

Atom haos
есть такой способ решения проблемы, по крайней мере мне помогло с одним модом, тоже выдавал такую ошибку…
решение — идешь по пути где установлен steam в папку с модом… обычно это «C:Program Files (x86)Steamsteamappssourcemods» там заходишь в папку с модом, видишь файл под названием «gameinfo.txt», открываешь его текстовым редактором и вставляешь вот такой вод код, после строки «FileSystem»:

Спойлер

извините, но придется переписать все ручками, так как не удалось вставить весь код в сообщение, плэйграунд ругается на количество символов…

“Can’t find background image materials/console/startup_loading.vtf” is an error caused by a SteamPipe’s update and you could fix it by editing the gameinfo.txt file. Aside from that, you could download the Source 2013 patch. Read to the end to be able to take care of the error and enjoy your mods to the fullest. 

A Few Fixes

Edit The Gameinfo.txt File

  • Step 1: Head to the mod folder.
  • Step 2: Open the gameinfo.txt file.
  • Step 3: Find the base game of the mod using the SteamAppId tag (420 is Episode 2, 380 is Episode 1, 400 is Portal and 220 is Half-Life 2).
  • Step 4: Highlight everything from the SearchPaths header downwards.
  • Step 5: Copy and paste the codes down below for the corresponding game.

For Half-life 2: Episode 2: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod ep2/ep2_english.vpk

game+mod ep2/ep2_pak.vpk

game |all_source_engine_paths|episodic/ep1_english.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin episodic/bin

game |all_source_engine_paths|episodic

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

For Half-Life 2: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod hl2/hl2_sound_vo_english.vpk

game+mod hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin hl2/bin

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

For Portal: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game |all_source_engine_paths|portal/portal_pak.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin portal/bin

game |all_source_engine_paths|portal

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

After you finish, launch the game, load the mods and see how things turn out.

Download The Source 2013 Patch

  • Step 1: Launch your web browser then look for Source 2013 patches by malortie / marc-antoine.
  • Step 2: Download the patch.
  • Step 3: Determine whether the issue persists. 

A Summary Of SteamPipe

SteamPipe is a content distribution system developed by Steam that revolutionizes how games as well as dedicated servers are downloaded, updated, stored, … To be precise, downloads will use HTTP instead of a proprietary protocol and game files are kept under the file system. Regarding the in-game data, it will appear in the common subfolder and the dedicated servers replace HLDSUpdateTool with SteamCMD during updates. (yugatech.com)  

Needless to say, SteamPipe provides various benefits to players, server admins and developers. For example, players could enjoy quick downloads, reduced game boot/map load time, smooth dedicated server distribution, no-nonsense mod management, etc. For the server admins, SteamPipe let them host multiple servers at the same time thanks to the HTTP. Meanwhile, game developers have an easy time issuing updates by themselves. 

Still, SteamPipe remains far from perfect and “Can’t find background image materials/console/startup_loading.vtf” is a prime example. 

Related Questions

What is the code to fix the “Can’t find background image materials/console/startup_loading.vtf” error for deathmatch? 

SearchPaths

{

game+mod hl2mp/custom/*

game+mod hl2mp/hl2mp_english.vpk

game+mod hl2mp/hl2mp_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write hl2mp

gamebin hl2mp/bin

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

game+download hl2mp/download

}

}

}

What is the code used for Battle Wars? 

SearchPaths

{

game Intrusion

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod ep2/ep2_pak.vpk

game+mod ep2/ep2_english.vpk

game+mod ep2/ep1_pak.vpk

game+mod ep2/ep1_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|episodic/ep1_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write gameinfo_path|.

gamebin episodic/bin

game |all_source_engine_paths|hl2

game |all_source_engine_paths|episodic

platform |all_source_engine_paths|platform

}

}

}

How can I publish games on Steam? 

  • Step 1: Fill in the forms required by Steam.
  • Step 2: Pay the submission fee.
  • Step 3: Go through the onboarding process.
  • Step 4: Make your own store page.
  • Step 5: Develop the depots for the game, upload the game build and set a price for the game.

Do Steam sales have negative impacts on developers? 

Although games’ prices are reduced greatly during Steam sales, the developers do not think it as a bad thing. In fact, the Steam sales work wonders for business based on the provided data. 

How many copies can a Steam game sell on average? 

Games published on Steam sell around 1,500 units on average, so the total number of revenue after the first year will be $16,000. 

How much money do the top games make on Steam? 

Regarding the top 1% of Steam games, they make no less than $25,000,000 per game and the revenue is calculated solely on Steam. 

Chris started playing PC games in the 1980s, started writing about them in the early 2000s, and (finally) started getting paid to write about them in the late 2000s. Following a few years as a regular freelancer, PC Gamer hired him in 2014, probably so he’d stop emailing them asking for more work. Chris has a love-hate relationship with survival games and an unhealthy fascination with the inner lives of NPCs. He’s also a fan of offbeat simulation games, mods, and ignoring storylines in RPGs so he can make up his own. Connect with him on Twitter.

“Can’t find background image materials/console/startup_loading.vtf” is an error caused by a SteamPipe’s update and you could fix it by editing the gameinfo.txt file. Aside from that, you could download the Source 2013 patch. Read to the end to be able to take care of the error and enjoy your mods to the fullest. 

A Few Fixes

Edit The Gameinfo.txt File

  • Step 1: Head to the mod folder.
  • Step 2: Open the gameinfo.txt file.
  • Step 3: Find the base game of the mod using the SteamAppId tag (420 is Episode 2, 380 is Episode 1, 400 is Portal and 220 is Half-Life 2).
  • Step 4: Highlight everything from the SearchPaths header downwards.
  • Step 5: Copy and paste the codes down below for the corresponding game.

For Half-life 2: Episode 2: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod ep2/ep2_english.vpk

game+mod ep2/ep2_pak.vpk

game |all_source_engine_paths|episodic/ep1_english.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin episodic/bin

game |all_source_engine_paths|episodic

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

For Half-Life 2: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod hl2/hl2_sound_vo_english.vpk

game+mod hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin hl2/bin

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

For Portal: 

SearchPaths

{

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game |all_source_engine_paths|portal/portal_pak.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin portal/bin

game |all_source_engine_paths|portal

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

}

}

}

After you finish, launch the game, load the mods and see how things turn out.

Download The Source 2013 Patch

  • Step 1: Launch your web browser then look for Source 2013 patches by malortie / marc-antoine.
  • Step 2: Download the patch.
  • Step 3: Determine whether the issue persists. 

A Summary Of SteamPipe

SteamPipe is a content distribution system developed by Steam that revolutionizes how games as well as dedicated servers are downloaded, updated, stored, … To be precise, downloads will use HTTP instead of a proprietary protocol and game files are kept under the file system. Regarding the in-game data, it will appear in the common subfolder and the dedicated servers replace HLDSUpdateTool with SteamCMD during updates. 

Needless to say, SteamPipe provides various benefits to players, server admins and developers. For example, players could enjoy quick downloads, reduced game boot/map load time, smooth dedicated server distribution, no-nonsense mod management, etc. For the server admins, SteamPipe let them host multiple servers at the same time thanks to the HTTP. Meanwhile, game developers have an easy time issuing updates by themselves. 

Still, SteamPipe remains far from perfect and “Can’t find background image materials/console/startup_loading.vtf” is a prime example. 

Related Questions

What is the code to fix the “Can’t find background image materials/console/startup_loading.vtf” error for deathmatch? 

SearchPaths

{

game+mod hl2mp/custom/*

game+mod hl2mp/hl2mp_english.vpk

game+mod hl2mp/hl2mp_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write hl2mp

gamebin hl2mp/bin

game |all_source_engine_paths|hl2

platform |all_source_engine_paths|platform

game+download hl2mp/download

}

}

}

What is the code used for Battle Wars? 

SearchPaths

{

game Intrusion

game+mod |gameinfo_path|.

platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk

game+mod ep2/ep2_pak.vpk

game+mod ep2/ep2_english.vpk

game+mod ep2/ep1_pak.vpk

game+mod ep2/ep1_english.vpk

game |all_source_engine_paths|hl2/hl2_pak.vpk

game |all_source_engine_paths|hl2/hl2_misc.vpk

game |all_source_engine_paths|hl2/hl2_english.vpk

game |all_source_engine_paths|episodic/ep1_pak.vpk

game |all_source_engine_paths|hl2/hl2_textures.vpk

game |all_source_engine_paths|episodic/ep1_english.vpk

game |all_source_engine_paths|hl2/hl2_sound_misc.vpk

platform |all_source_engine_paths|platform/platform_misc.vpk

game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write gameinfo_path|.

gamebin episodic/bin

game |all_source_engine_paths|hl2

game |all_source_engine_paths|episodic

platform |all_source_engine_paths|platform

}

}

}

How can I publish games on Steam? 

  • Step 1: Fill in the forms required by Steam.
  • Step 2: Pay the submission fee.
  • Step 3: Go through the onboarding process.
  • Step 4: Make your own store page.
  • Step 5: Develop the depots for the game, upload the game build and set a price for the game.

Do Steam sales have negative impacts on developers? 

Although games’ prices are reduced greatly during Steam sales, the developers do not think it as a bad thing. In fact, the Steam sales work wonders for business based on the provided data. 

How many copies can a Steam game sell on average? 

Games published on Steam sell around 1,500 units on average, so the total number of revenue after the first year will be $16,000. 

How much money do the top games make on Steam? 

Regarding the top 1% of Steam games, they make no less than $25,000,000 per game and the revenue is calculated solely on Steam. 

Chris started playing PC games in the 1980s, started writing about them in the early 2000s, and (finally) started getting paid to write about them in the late 2000s. Following a few years as a regular freelancer, PC Gamer hired him in 2014, probably so he’d stop emailing them asking for more work. Chris has a love-hate relationship with survival games and an unhealthy fascination with the inner lives of NPCs. He’s also a fan of offbeat simulation games, mods, and ignoring storylines in RPGs so he can make up his own. Connect with him on Twitter.

Если вы играете в старую версию Garry’s Mod, то во время запуска может возникнуть ошибка «can’t find background image materials/console/startup_loading.vtf». Эта проблема часто возникает из-за отсутствия файла изображения, который используется в качестве заднего фона при загрузке игры. Однако, существует несколько способов ее решения.

Способ 1: Скопируйте файл из другой версии Garry’s Mod

Вариант, который вероятно, будет работать для большей части пользователей, заключается в том, чтобы скопировать файл изображения из другой версии Garry’s Mod. Рекомендуется использовать файл из более новой версии игры, так как старые версии могут не работать с новыми файлами.

  1. Найдите другую установленную версию Garry’s Mod на вашем компьютере.
  2. Откройте папку materials/console в другой версии игры.
  3. Скопируйте файл startup_loading.vtf.
  4. Перейдите в папку materials/console в старой версии Garry’s Mod.
  5. Вставьте скопированный файл в эту папку.

Способ 2: Переименуйте файл

Если у вас нет другой установленной версии Garry’s Mod, то этот способ может помочь вам решить проблему.

  1. Откройте папку materials/console в старой версии Garry’s Mod.
  2. Измените название файла startup_loading.vtf на startup_loading_temp.vtf.
  3. Создайте пустой файл в этой же папке и назвать его startup_loading.vtf.
  4. Запустите Garry’s Mod и проверьте, была ли исправлена проблема.

Способ 3: Переустановите игру

Если первые два способа не помогли решить проблему, то можете попробовать переустановить Garry’s Mod. Этот способ может помочь исправить другие проблемы, которые могут возникнуть при запуске игры.

  1. Удалите старую версию Garry’s Mod.
  2. Загрузите новую версию Garry’s Mod из Steam.
  3. Установите игру и запустите ее.

Эти методы должны помочь исправить ошибку «can’t find background image materials/console/startup_loading.vtf» в старой версии Garry’s Mod. Однако, рекомендуется обновиться до новой версии игры, чтобы избежать других проблем, которые могут возникнуть при игре на старой версии.

Can’t find background image ‘materials/console/portal2_product_1_widescreen.vtf’

I get this error no matter what I do. I’ve verified the game cache about 10 million times now. https://gamebanana.com/skins/download/164782 I’m trying to install this mod, and I know it works. I’ve had it the entire time I’ve been playing Portal 2. I don’t know how to make it stop.

EDIT: I have literally just uninstalled and reinstalled Portal 2, and it won’t stop. My Portal 2 is just literally irreversibly broken. Welp. Bye Forever Portal 2.

  • Ошибка cant add audio вконтакте
  • Ошибка canon загрузите бумагу ltr
  • Ошибка canon pixma ip1500 печатающая головка не установлена методы борьбы
  • Ошибка canon pixma e15
  • Ошибка canon mg3540 b200