VSI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added categories)
No edit summary
Line 1: Line 1:
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).
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).
== Games ==
== File format ==
== Files ==
==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]]
 
{{stub}}
 
[[Category:Source]]
 
[[Category:File formats]]
[[Category:Modeling]]
[[Category:Modeling]]
[[Category:File formats]]

Revision as of 02:49, 9 May 2023

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).

Games

File format

Files

Links

An Xbox-oriented variation of the standard MakeModels.cpp

Stub

This article or section is a stub. You can help by expanding it.