Aprilon
http://aprilon.org/forum/

Gmod 12 gameinfo.txt issue
http://aprilon.org/forum/viewtopic.php?f=8&t=1265
Page 1 of 1

Author:  darkmessenger84 [ 28 Jun 2010, 22:49 ]
Post subject:  Gmod 12 gameinfo.txt issue

Do NOT try and replace the default gameinfo.txt file found in the garrysmod root folder with the code found here as the game will still not work, the buttons in the game's main menu will be broken. Be patient and wait it out for Valve & Garry to roll out a proper fix.

The invalid code:
Spoiler: Show
Code:
"GameInfo"
{
   game   "Garry's Mod"
   title   ""
   title2   ""
   type    multiplayer_only

   "developer"       "TEAM GARRY"
   "developer_url"    "http://www.garrysmod.com/"
   "manual"              "http://www.garrysmod.com/wiki/"

   FileSystem
   {
      SteamAppId            218
      ToolsAppId            211
      
      SearchPaths
      {
         Game            |gameinfo_path|.
         Game            hl2
         Game                            |all_source_engine_paths|hl2
      }
   }
}

Author:  Jamza [ 28 Jun 2010, 22:58 ]
Post subject:  Re: Gmod 12 gameinfo.txt issue

Problem to do with file permissions when Garry was submitting the update to Valve.

Patch on the way.

Author:  darkmessenger84 [ 28 Jun 2010, 23:00 ]
Post subject:  Re: Gmod 12 gameinfo.txt issue

Jesus he couldnt orchestrate a piss-up in a brewery. Why don't Team Garry just throw in the towel and just let Valve develop the mod instead.

Author:  darkmessenger84 [ 28 Jun 2010, 23:02 ]
Post subject:  Re: Gmod 12 gameinfo.txt issue

Hotfix:

Code:
"GameInfo"
{
   game   "Garry's Mod Beta"
   title   ""
   title2   ""
   type    multiplayer_only

   "developer"       "TEAM GARRY"
   "developer_url"    "http://www.garrysmod.com/"
   "manual"              "http://www.garrysmod.com/wiki/"

   FileSystem
   {
      SteamAppId            440 // 218
      ToolsAppId            211
      
      SearchPaths
      {
         Game            |gameinfo_path|.
         Game            hl2
         Game                            |all_source_engine_paths|hl2
      }
   }
}


Pulled from garrysmod gcf file

EDIT: It IS possible to still open map files in the game console
EDIT EDIT: However there will be a lot of errors and spawnmenu is borked

Author:  darkmessenger84 [ 28 Jun 2010, 23:53 ]
Post subject:  Re: Gmod 12 gameinfo.txt issue

Problem has been fixed, you can resume playing now.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/