Adrenaline Gamer.fgd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "From: Adrenaline Gamer SDK {{codeblock|src=hmctf.fgd|lang=fgd|<nowiki> // // Half-Life game definition file (.fgd) // version 1.00 // for Worldcraft 2.0 and above, and Half-L...")
 
m (→‎top: clean up, added orphan, deadend tags)
Line 1: Line 1:
{{Multiple issues|
{{Dead end|date=January 2024}}
{{Orphan|date=January 2024}}
}}
From: Adrenaline Gamer SDK
From: Adrenaline Gamer SDK
{{codeblock|src=hmctf.fgd|lang=fgd|<nowiki>
{{codeblock|src=hmctf.fgd|lang=fgd|<nowiki>
Line 17: Line 22:
// -30-06-99: Initial release
// -30-06-99: Initial release
//
//


//
//
Line 44: Line 48:
@PointClass = info_hmctfdetect : "Map Detection" []
@PointClass = info_hmctfdetect : "Map Detection" []
</nowiki>}}
</nowiki>}}
[[Category:Adrenaline Gamer]]
[[Category:Adrenaline Gamer]]
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:FGD]]
[[Category:FGD]]

Revision as of 08:47, 21 January 2024

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

From: Adrenaline Gamer SDK

hmctf.fgd
Forge Game Data
// // Half-Life game definition file (.fgd) // version 1.00 // for Worldcraft 2.0 and above, and Half-Life 1.0.0.9 and above // This file is for Home Made CTF // last update: 30th of June 1999 // // made by Arnout 'RR2DO2' van Meer - rr2do2@planethalflife.com - // http://www.planethalflife.com/whenitsdone // // special thanks to: everyone at Valve Software! // // // -30-06-99: Initial release // // // PointClasses // @PointClass size(-8 -16 -36, 8 16 36) color(255 0 0) = item_flag_team1 : "Blue flag" [] @PointClass size(-8 -16 -36, 8 16 36) color(0 0 255) = item_flag_team2 : "Red flag" [] @PointClass size(-16 -16 -36, 16 16 36) color(255 0 0)= info_player_team1 : "Blue team start" [ spawnflags(Flags) = [ 2048 : "Not in Deathmatch" : 0 ] ] @PointClass size(-16 -16 -36, 16 16 36) color(0 0 255) = info_player_team2 : "Red team start" [ spawnflags(Flags) = [ 2048 : "Not in Deathmatch" : 0 ] ] @PointClass = info_hmctfdetect : "Map Detection" []