VIDE: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''VIDE''', or the '''Valve Integrated Development Environment''', is a third party tool used by Source developers and mappers.
'''VIDE''', or the '''Valve Integrated Development Environment''', is a third party tool used by Source developers and mappers. Its primary feature is the embedding of custom content into a map file ([[BSP|.bsp file]]) and features a mass-VTF/VMT editor.


[[File:VIDE ui.png|thumb|VIDE in use.]]
[[File:VIDE ui.png|thumb|VIDE in use.]]
Line 25: Line 25:


== See Also ==
== See Also ==
*[[Third Party Tools]]
*[[Pakrat]] - An alternative program to the VIDE, albeit deprecated.
*[[Compiling]]
*[[Entspy]]


[[Third Party Tools]]
[[Category:Third Party Tools]]

Revision as of 18:10, 20 August 2020

VIDE, or the Valve Integrated Development Environment, is a third party tool used by Source developers and mappers. Its primary feature is the embedding of custom content into a map file (.bsp file) and features a mass-VTF/VMT editor.

VIDE in use.

Features

  • Hammer Splitter Editor
  • Package Viewer (equivalent to GCFScape)
  • Particle Editor
  • VBSP Editor
  • VMT Editor
  • Mass VMT Editor
  • VTF Editor (equivalent to VTFEdit)
  • Mass VTF Editor
  • BSP Info
  • Entity Lump Editor (equivalent to Entspy)
  • Pakfile Lump Editor (equivalent to Pakrat)


Download

Download VIDE from the official website

See Also