Sledge.Formats
1.0.9
dotnet add package Sledge.Formats --version 1.0.9
NuGet\Install-Package Sledge.Formats -Version 1.0.9
<PackageReference Include="Sledge.Formats" Version="1.0.9" />
paket add Sledge.Formats --version 1.0.9
#r "nuget: Sledge.Formats, 1.0.9"
// Install Sledge.Formats as a Cake Addin
#addin nuget:?package=Sledge.Formats&version=1.0.9
// Install Sledge.Formats as a Cake Tool
#tool nuget:?package=Sledge.Formats&version=1.0.9
This is the base package for Sledge.Formats. It contains parsers for Quake MipTexture, Valve Liblist, and Valve VDF formats. It also contains data structures used in other Sledge.Formats packages, such as geometry classes.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.Numerics.Vectors (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Sledge.Formats:
Package | Downloads |
---|---|
Sledge.Formats.Bsp
A BSP parser for Half-Life and Quake 1. Currently supports Quake 1 (v29), Quake 2 (IBSP v38), and Half-Life 1 (v30) BSP formats. |
|
Sledge.Formats.Map
Parsers for map source files used by level editors. Currently supports MAP files in the idtech2 and valve formats, Worldcraft RMF v2.2, and partial support for Source Hammer VMF and Jackhammer/JACK JMF formats. |
|
Sledge.Formats.Texture
Parsers for texture formats used by Quake, Half-Life, and the Source engine. Currently supported formats are Quake's WAD2, Half-Life's WAD3, and Source's VTF. |
|
Sledge.Formats.Packages
Parsers for file package formats used by Quake, Half-Life, and the Source engine. Currently supported are the Quake PAK format, and the Source VPK format. |
|
Sledge.Formats.GameData
An FGD parser. Currently supports Worldcraft, JACK, and TrenchBroom FGD formats. |
GitHub repositories
This package is not used by any popular GitHub repositories.
File system interface updates