Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : [REQUEST] Lost Coast Maps



Headcrab
27.11.2005, 14:24
Kann mir jemand sagen wie ich die Lost Coast Maps
in GMOD einfügen kann.

Danke :twisted:

Blackfinal
27.11.2005, 14:27
ich empehle dir mal n programm damit kannnst du die steam .gcf dateien öffnen und daraus alles rausholen maps, sounds etc...

--->http://nemesis.thewavelength.net/files/files/gcfscape131.exe

da kannst du auch die lost coast map rausholen!

Headcrab
27.11.2005, 14:28
:D Danke dadrauf hätte ich auch kommen können :D

MFG
Headcrab

Blackfinal
27.11.2005, 14:29
kein problem dazu sind ja fragen da :lol:

Haggis
27.11.2005, 22:04
Oder man schreibt die GameInfo.txt so um



"GameInfo"
{
game "Garry's Mod 9"
title "Garry's Mod"
title2 "Nine"

"developer" "TEAM GARRY"
"developer_url" "http://gmod.garry.tv/"
"icon" "v"



hidden_maps
{
"test_speakers" 1
"test_hardware" 1
}


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.

SearchPaths
{
Game |gameinfo_path|.
Game lostcoast
Game hl2
}
}
}


und die Gamemount.txt



"GameMount"
{
// There's probably some stuff from Hl2DM that we need
// Actually the only thing I can think of is the vgui MOTD stuff
// but I'll add it anyway to be safe..
"hl2mp" "320"
"lostcoast" "340"
}

Headcrab
28.11.2005, 06:12
Joa auch nicht schlecht mal gucken ob das dann bei meinem neuen mod für die maps was bringt.