Liblist.gam/Half-Life: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				mNo edit summary  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Liblist from {{hl|4}} with 25th anniversary update.'''  | |||
{{codeblock|src=liblist.gam|lang=gam|<nowiki>// Valve Game Info file  | {{codeblock|src=liblist.gam|lang=gam|<nowiki>// Valve Game Info file  | ||
//  These are key/value pairs.  Certain mods will use different settings.  | //  These are key/value pairs.  Certain mods will use different settings.  | ||
| Line 12: | Line 12: | ||
secure "1"  | secure "1"  | ||
type "singleplayer_only"  | type "singleplayer_only"  | ||
animated_title "1"  | animated_title "1" //25th addition  | ||
hd_background "1"  | hd_background "1" //25th addition  | ||
</nowiki>}}  | </nowiki>}}  | ||
[[Category:Half-Life]]  | [[Category:Half-Life]]  | ||
[[Category:Files]]  | [[Category:Files]]  | ||
[[Category:Liblist]]  | [[Category:Liblist]]  | ||
Latest revision as of 06:45, 25 November 2023
Liblist from 
 Half-Life with 25th anniversary update.