Talk:Gameinfo.txt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Titles are not correct displayed)
Line 40: Line 40:


== Titles are not correct displayed ==
== Titles are not correct displayed ==
== Titles are not correct displayed ==


  "GameInfo"
  "GameInfo"

Revision as of 08:30, 23 April 2006

Is there any way to mount more than one gcf? --Megiddo 10:19, 29 Jun 2005 (PDT)

Garry's Mod Eight and higher does it with GameMount.txt.

It seems that he did it via some code, that it's not part of the engine --Megiddo 19:22, 30 Jun 2005 (PDT)

Use something like this:
filesystem->AddSearchPath("cstrike", "GAME");
filesystem->MountSteamContent(220);
filesystem->MountSteamContent(240);
filesystem->MountSteamContent(320);
In DLLInit() for example. --Jerry (MrU on VERC) 04:54, 27 Dec 2005 (PST)

Anyone know the gameinfo.txt entry which will fill the "manual" field in the mods properties? I have tried: manual "http://dystopia-game.com/newplayerguide", no workies. --Fuzzy 22 Oct 2005

Currently it only reads manualurls from your client blob—ts2do (talk) 14:43, 21 Oct 2005 (PDT)

Half-Life 1?

How about on Half-Life 1? Is it possible to change game titles and add icons in for them? --MenZa 9 Nov 2005

liblist.gam would be your place to start Amckern
I believe not—ts2do (Talk | ›) 09:33, 9 Nov 2005 (PST)

Boolean?

nocrosshair	boolean			//Hides the crosshair selection menu in Options' Multiplayer tab.
nohimodel	boolean			//Unknown
nomodels	boolean			//Unknown

is it a requirement for these to have a 1/0 or does true/false also work. I messed around with it but i didnt see a difference if i changed it or if i removed them... Bob 21:07, 26 Dec 2005 (PST)

1 and 0 only—ts2do (Talk | @) 00:24, 27 Dec 2005 (PST)

Titles are not correct displayed

"GameInfo"
{
	// This is what shows up in the 'Third Party Games' area of the Steam games list.
	game						"Pheonix Squad"
	title						"Pheonix Squad"
	title2						"Protectors of City 23"

So the Problem is that in-game the Titles were written in the wrong font (I think the Icons for the Weapons etc.). I don't know if this is the right place to post (it is the first post here) but I hope you can help me.