ENT: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) (Not a common sight, but not difficult to implement) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
'''ENT''' is a plain text file format which represents the contents of the entity lump of a compiled [[BSP]]. | '''ENT''' is a plain text file format which represents the contents of the entity lump of a compiled [[BSP]]. It is identical to the lump, only lacking the lump header. | ||
Valve engines do not natively support loading ENT files automatically, but they can be parsed via game DLL code. {{dods|2}} does this to allow [[func_team_wall]] entities (and no other entity) to be loaded this way. | |||
[[Category:File formats]] | [[Category:File formats]] | ||
[[Category:Plain text formats]] | [[Category:Plain text formats]] |
Revision as of 19:06, 20 June 2024
ENT is a plain text file format which represents the contents of the entity lump of a compiled BSP. It is identical to the lump, only lacking the lump header.
Valve engines do not natively support loading ENT files automatically, but they can be parsed via game DLL code. Day of Defeat: Source does this to allow func_team_wall entities (and no other entity) to be loaded this way.