Sledge.Formats
1.0.5
See the version list below for details.
dotnet add package Sledge.Formats --version 1.0.5
NuGet\Install-Package Sledge.Formats -Version 1.0.5
<PackageReference Include="Sledge.Formats" Version="1.0.5" />
paket add Sledge.Formats --version 1.0.5
#r "nuget: Sledge.Formats, 1.0.5"
// Install Sledge.Formats as a Cake Addin #addin nuget:?package=Sledge.Formats&version=1.0.5 // Install Sledge.Formats as a Cake Tool #tool nuget:?package=Sledge.Formats&version=1.0.5
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Numerics.Vectors (>= 4.5.0)
NuGet packages (6)
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.GameData
An FGD parser. Currently supports Worldcraft, JACK, and TrenchBroom FGD formats. |
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 138 | 10/19/2024 |
1.2.6 | 270 | 8/17/2024 |
1.2.5 | 160 | 7/8/2024 |
1.2.4 | 333 | 4/7/2024 |
1.2.3 | 635 | 1/27/2024 |
1.2.2 | 4,069 | 7/29/2023 |
1.2.1 | 355 | 6/29/2023 |
1.2.0 | 599 | 6/27/2023 |
1.1.0 | 464 | 6/1/2023 |
1.0.11 | 547 | 5/29/2023 |
1.0.10 | 352 | 5/1/2023 |
1.0.9 | 1,503 | 2/5/2023 |
1.0.8 | 887 | 12/30/2022 |
1.0.7 | 2,599 | 7/23/2022 |
1.0.6 | 445 | 6/5/2022 |
1.0.5 | 2,935 | 2/19/2022 |
1.0.4 | 436 | 12/12/2021 |
1.0.3 | 599 | 11/20/2021 |
1.0.2 | 427 | 2/9/2021 |
1.0.1 | 2,039 | 10/1/2020 |
1.0.0 | 1,272 | 10/1/2020 |
Update the tokeniser with better support for Source 1/2 FGD formats