Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
21.12.2004, 15:42
Baumpaul



Hab grad mein DSK upgedatet und Hammer gestartet, nun bringt er die Meldung:

"gameinfo.txt doesn't exist in D:\Spiele\...\hl2mp_sample_content."

das ist eigendlich der korrekte ordner aber die Datei gameinfo.txt exestiert dort nicht und ich find sie auch nirgends, könnte hier einer vieleicht den inhalt dieser datei Posten wenns rein passt, dann erstell ich Einfach ne neue gameinfo.txt

Ich benötige die von HL²Deathmatch in dem Ordner \hl2mp_sample_content

--

Rechtschreibfehler sind gewollt und dienen der allgemeinen Belustigung.
(\_/)
(O.o)
(> < ) This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

zum Seitenanfang zum Seitenende Profil || Suche
001
21.12.2004, 15:53
der_PuMa



im cstrike Ordner liegt eine :)

--

zum Seitenanfang zum Seitenende Profil || Suche
002
21.12.2004, 15:54
der_PuMa



...ich mneinte im hl2mp Verzeichnis - tschuldigung

--

zum Seitenanfang zum Seitenende Profil || Suche
003
21.12.2004, 16:03
Baumpaul



ok hat geklappt
danke

--

Rechtschreibfehler sind gewollt und dienen der allgemeinen Belustigung.
(\_/)
(O.o)
(> < ) This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

zum Seitenanfang zum Seitenende Profil || Suche
004
19.04.2005, 19:02
imtb



Hi,

ich habe Steam und HL² neu installiert und würde gerne mit Hammer arbeiten. Aber der braucht so eine gameinfo datei. Ich weis das man dazu erst einmal ein Spiel starten muss. Aber Steam updatet einfach nicht bzw. dauert es 240 min. Wäre es möglich das mir einer von euch so eine Datei schickt ?

russiasoldier@web.de

--

zum Seitenanfang zum Seitenende Profil || Suche
005
19.04.2005, 19:19
dante_mw



"GameInfo"
{
game "HALF-LIFE 2"
title "HALF-LIFE'"
type singleplayer_only

FileSystem
{
SteamAppId 220 // 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\half-life 2.
//
SearchPaths
{
Game |gameinfo_path|.
Game hl2
}
}
}

--

http://www.source-rebels.de ---> ist bald wieder AKTIV !!!

zum Seitenanfang zum Seitenende Profil || Suche