Ergebnis 1 bis 6 von 6

Thema: [REQUEST] Lost Coast Maps

  1. #1
    Avatar von Headcrab
    Registriert seit
    27.11.2005

    Standard [REQUEST] Lost Coast Maps

    Kann mir jemand sagen wie ich die Lost Coast Maps
    in GMOD einfügen kann.

    Danke

  2. #2

    Standard

    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/fil...cfscape131.exe

    da kannst du auch die lost coast map rausholen!

  3. #3
    Avatar von Headcrab
    Registriert seit
    27.11.2005

    Standard

    Danke dadrauf hätte ich auch kommen können

    MFG
    Headcrab

  4. #4

    Standard

    kein problem dazu sind ja fragen da

  5. #5

    Standard

    Oder man schreibt die GameInfo.txt so um

    Code:
    "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

    Code:
    "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"
    }

  6. #6
    Avatar von Headcrab
    Registriert seit
    27.11.2005

    Standard

    Joa auch nicht schlecht mal gucken ob das dann bei meinem neuen mod für die maps was bringt.

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •