Adrenaline Gamer.fgd

From Valve Developer Community
Revision as of 08:47, 21 January 2024 by Thunder4ik (talk | contribs) (→‎top: clean up, added orphan, deadend tags)
Jump to navigation Jump to search
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" []