| left4dead \ gameinfo.txt is missing | |
|
|
Autor | Mensagem |
---|
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: left4dead gameinfo.txt is missing Dom 19 Dez 2010, 15:31 | |
| pessoal, alguem sabe que bug é esse, onde é esse game info? | |
|
| |
O8oO
Mensagens : 3284 Idade : 94 Sexo : Cidade/Estado : Rio de Janeiro\RJ Registrado em : 03/07/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 19:09 | |
| Provavelmente é rodar a update sem o jogo, é o erro que da | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 19:48 | |
| mais eu acabei de baixa o dedicado livre, nao é o jogo em si | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 21:21 | |
| Tem 4 arquivos desse. Você cria um documento com o nome (gameinfo.txt) nas seguintes pastas e o conteudo: ...Left 4 Dead 2\left4dead2 - Código:
-
"GameInfo" { game "Left 4 Dead 2" // Window title type multiplayer_only nomodels 1 nohimodel 1 l4dcrosshair 1 hidden_maps { "test_speakers" 1 "test_hardware" 1 } nodegraph 0 perfwizard 0 SupportsXbox360 1 SupportsDX8 0 GameData "left4dead2.fgd"
FileSystem { SteamAppId 550 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically does a few things here: // // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. // 3. For the first "Game" search path, it adds a search path called "MOD". // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". //
// // Search paths are relative to the base directory, which is where hl2.exe is found. // // |gameinfo_path| points at the directory where gameinfo.txt is. // We always want to mount that directory relative to gameinfo.txt, so // people can mount stuff in c:\mymod, and the main game resources are in // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. // SearchPaths { Game update Game left4dead2_dlc3 Game left4dead2_dlc2 Game left4dead2_dlc1 Game |gameinfo_path|. Game hl2 } } }
...Left 4 Dead 2\left4dead2_dlc1 - Código:
-
"GameInfo" { game "Left 4 Dead 2" // Window title type multiplayer_only nomodels 1 nohimodel 1 l4dcrosshair 1 hidden_maps { "test_speakers" 1 "test_hardware" 1 } nodegraph 0 perfwizard 0 SupportsXbox360 1 SupportsDX8 0 GameData "left4dead2.fgd"
FileSystem { SteamAppId 870 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically does a few things here: // // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. // 3. For the first "Game" search path, it adds a search path called "MOD". // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". //
// // Search paths are relative to the base directory, which is where hl2.exe is found. // // |gameinfo_path| points at the directory where gameinfo.txt is. // We always want to mount that directory relative to gameinfo.txt, so // people can mount stuff in c:\mymod, and the main game resources are in // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. // SearchPaths { Game update Game |gameinfo_path|. Game left4dead2 Game hl2 } } }
...Left 4 Dead 2\left4dead2_dlc2 - Código:
-
"GameInfo" { game "Left 4 Dead 2" // Window title type multiplayer_only nomodels 1 nohimodel 1 l4dcrosshair 1 hidden_maps { "test_speakers" 1 "test_hardware" 1 } nodegraph 0 perfwizard 0 SupportsXbox360 1 SupportsDX8 0 GameData "left4dead2.fgd"
FileSystem { SteamAppId 550 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically does a few things here: // // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. // 3. For the first "Game" search path, it adds a search path called "MOD". // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". //
// // Search paths are relative to the base directory, which is where hl2.exe is found. // // |gameinfo_path| points at the directory where gameinfo.txt is. // We always want to mount that directory relative to gameinfo.txt, so // people can mount stuff in c:\mymod, and the main game resources are in // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. // SearchPaths { Game update Game |gameinfo_path|. Game left4dead2_dlc1 Game left4dead2 Game hl2 } } }
...Left 4 Dead 2\left4dead2_dlc3 - Código:
-
"GameInfo" { game "Left 4 Dead 2" // Window title type multiplayer_only nomodels 1 nohimodel 1 l4dcrosshair 1 hidden_maps { "test_speakers" 1 "test_hardware" 1 } nodegraph 0 perfwizard 0 SupportsXbox360 1 SupportsDX8 0 GameData "left4dead2.fgd"
FileSystem { SteamAppId 870 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically does a few things here: // // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. // 3. For the first "Game" search path, it adds a search path called "MOD". // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". //
// // Search paths are relative to the base directory, which is where hl2.exe is found. // // |gameinfo_path| points at the directory where gameinfo.txt is. // We always want to mount that directory relative to gameinfo.txt, so // people can mount stuff in c:\mymod, and the main game resources are in // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. // SearchPaths { Game update Game |gameinfo_path|. Game left4dead2_dlc2 Game left4dead2_dlc1 Game left4dead2 Game hl2 } } }
Não sei se são iguais, apenas abri copiei e colei. | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 21:35 | |
| vlw velho, agora meu problema é com steam validation regected, alguem tem ai um link de download da pasta bin? | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:05 | |
| - NIO escreveu:
- vlw velho, agora meu problema é com steam validation regected, alguem tem ai um link de download da pasta bin?
a pasta bin não está na pasta raiz do jogo??? Se não estiver, signific que instalo o jogo ou update de forma irregular. Por favor siga esse tutorial COMPLETO que fiz. CLIQUE. Qualquer dúvida volte a postar. | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:09 | |
| tem na pasta raiz , mais ainda assim da erro de validaçao | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:10 | |
| - NIO escreveu:
- tem na pasta raiz , mais ainda assim da erro de validaçao
Sei como é o erro. Qual sistema operacional usa? | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:11 | |
| | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:11 | |
| - NIO escreveu:
- windows 7
O jogo esta instalado na unidade C:, junto com o sistema? | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:12 | |
| | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:14 | |
| Verifica se h´amais alguma pasta do left 4 dead 2. Derrepente vc instalou em lugar errado.
Qual a versão do jogo? 0800, razor ou globe? | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:15 | |
| é o dedicado, baixei do tutorial do 0800 nao é o jogo em si,mais sim o dedicado | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:17 | |
| O jogo roda normal se você abri-lo para jogar? | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:18 | |
| o servidor roda, mais ngm non steam entra | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:19 | |
| Poxa amigão, vo até te pedir desculpas por não saber resolver esse problema.
Meu ultimo palpite é o -steam em configurações de bot inicial. Fora isso eu nao sei.
Espero que alguem possa te ajudar melhor. | |
|
| |
Nio
Mensagens : 44 Idade : 34 Sexo : Cidade/Estado : rio de janeiro Registrado em : 28/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:20 | |
| de boa tu ja ajudo pakas xD | |
|
| |
fabiojaum
Mensagens : 2264 Idade : 35 Sexo : Cidade/Estado : São Carlos, SP Registrado em : 03/10/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Dom 19 Dez 2010, 22:44 | |
| - NIO escreveu:
- de boa tu ja ajudo pakas xD
O problema do gameinfo foi resolvido. Abra outro tópico. | |
|
| |
wolfguardiann
Mensagens : 1102 Idade : 34 Sexo : Cidade/Estado : SP Registrado em : 12/08/2010 Warning :
| Assunto: Re: left4dead \ gameinfo.txt is missing Seg 20 Dez 2010, 20:57 | |
| | |
|
| |
Conteúdo patrocinado
| Assunto: Re: left4dead \ gameinfo.txt is missing | |
| |
|
| |
| left4dead \ gameinfo.txt is missing | |
|