Table of Contents

Enum ResourceFileType

Namespace
LlamaLogic.Packages
Assembly
LlamaLogic.Packages.dll

The file type of a package resource independent of storage within a DataBasePackedFile

public enum ResourceFileType

Fields

[ResourceFileTypeFormat("bin", "application/octet-stream")] Binary = 0

Binary

[ResourceFileTypeFormat("dds", "image/vnd.ms-dds")] DirectDrawSurface = 1

DDS Image

[ResourceFileTypeFormat("png", "image/png")] DirectDrawSurfaceAsPortableNetworkGraphic = 2

PNG Image converted from DDS Image

[ResourceFileTypeFormat("json", "application/json")] JavaScriptObjectNotation = 3

JavaScript Object Notation

[ResourceFileTypeFormat("png", "image/png")] PortableNetworkGraphic = 4

PNG Image

[ResourceFileTypeFormat("jpg", "image/jpeg")] Ts4TranslucentJointPhotographicExpertsGroupImage = 6

The Sims 4's proprietary image format in which a PNG alpha mask is embedded in the headers of a JPEG

[ResourceFileTypeFormat("xml", "application/xml")] TuningMarkup = 5

Tuning XML

[ResourceFileTypeFormat("yml", "application/x-yaml")] YetAnotherMarkupLanguage = 7

Yet Another Markup Language