1 Star 0 Fork 1

MemoryLeak / ValveResourceFormat

forked from yangtao / ValveResourceFormat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Valve Resource Format

Build Status (Travis) Build Status (AppVeyor) Coverage Status NuGet

Valve's Source 2 resource file format (also known as Stupid Valve Format) parser and decompiler. Contents of this repository are available under MIT license.

Interested in helping? Jump in #steamdb on freenode and ask away!

This repository is split into three components:

  • CLI Decompiler - File viewer, decompiler and a playground for testing new formats and features.
  • GUI Viewer - A complete mess of winforms and other fun things.
  • Library - The only sane part of this repository, provides public API.

You can download bleeding edge builds from AppVeyor.

What's supported?

  • Model viewer
  • Map viewer
  • Sound player
  • VPK viewer which supports opening and exporting files
  • Read only VPK API
  • Binary KeyValues3 parser
  • NTRO support

Supported resource types

Ext Name Support
vanim Animation No
vagrp Animation Group No
vseq Sequence Group No
vpcf Particle System :+1: NTRO, KV3
vmat Material :+1: NTRO
vmks Sheet No
vmesh Mesh Vertex and index buffers, vertex attributes
vtex Compiled Texture :+1: DXT1, DXT5, I8, RGBA8888, R16, RG1616, RGBA16161616, R16F, RG1616F, RGBA16161616F, R32F, RG3232F, RGB323232F, RGBA32323232F, IA88, PNG, JPG
vmdl Model Started
vphys Physics Collision Mesh No
vsnd Sound :+1: wav, mp3
vmorf MorphSet No
vrman ResourceManifest :+1:
vwrld World :+1:
vwnod WorldNode :+1:
vvis WorldVisibility No
vents EntityLump No
vsurf Surface Properties No
vsndevts Sound Event Script :+1: KV1, :-1: KV3
vsndstck Sound Stack Script :+1: KV1, :-1: KV3
vrmap Resource Remap Table No
vcss Panorama Style :+1:
vxml Panorama Layout :+1:
vpdi Panorama Dynamic Images No
vjs Panorama Script :+1:
vpsf Particle Snapshot No
vmap Map :+1:
Ext Name Support
vpk Pak (package) :+1: Handled by ValvePak
vcs Compiled Shader Partially supported by CompiledShader
vfont Bitmap Font :+1: Decrypts VFONT1, supported in Source 1 (CS:GO) and Source 2 (Dota 2).

Not all formats are 100% supported, some parameters are still unknown and not fully understood.

Eye catchy screenshots

The MIT License (MIT) Copyright (c) 2015 Steam Database Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Valve's Source 2 resource file format parser and decompiler 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/Sl1234/ValveResourceFormat.git
git@gitee.com:Sl1234/ValveResourceFormat.git
Sl1234
ValveResourceFormat
ValveResourceFormat
master

搜索帮助