VSI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "VSI (short for Valve Stripping Information) is a model-related file format that appears to take VTX and VVD files and remove the LOD data, for Xbox 360 versions of...")
 
m (added categories)
Line 2: Line 2:
==Links==
==Links==
[https://github.com/VSES/SourceEngine2007/blob/43a5c90a5ada1e69ca044595383be67f40b33c61/src_main/utils/xbox/MakeGameData/MakeModels.cpp#L273 An Xbox-oriented variation of the standard MakeModels.cpp]
[https://github.com/VSES/SourceEngine2007/blob/43a5c90a5ada1e69ca044595383be67f40b33c61/src_main/utils/xbox/MakeGameData/MakeModels.cpp#L273 An Xbox-oriented variation of the standard MakeModels.cpp]
[[Category:Glossary]]
[[Category:Modeling]]
[[Category:File formats]]

Revision as of 23:15, 20 May 2018

VSI (short for Valve Stripping Information) is a model-related file format that appears to take VTX and VVD files and remove the LOD data, for Xbox 360 versions of Source games. This is probably done to save disk and memory space. Hypothetically, it could be used on PC versions of Source (not recommended).

Links

An Xbox-oriented variation of the standard MakeModels.cpp