All Projects → maxton → Gamearchives

maxton / Gamearchives

Licence: lgpl-3.0
A C# library for reading several video game archive formats, and a sample file explorer.

Labels

Projects that are alternatives of or similar to Gamearchives

extract-xiso
Xbox ISO Creation/Extraction utility. Imported from SourceForge.
Stars: ✭ 358 (+528.07%)
Mutual labels:  iso, xbox
Xow
Linux driver for the Xbox One wireless dongle
Stars: ✭ 947 (+1561.4%)
Mutual labels:  xbox
Uwphook
🔗 Add your Windows Store or UWP games to Steam
Stars: ✭ 566 (+892.98%)
Mutual labels:  xbox
Xpadneo
Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
Stars: ✭ 797 (+1298.25%)
Mutual labels:  xbox
Osx Iso
 Create a bootable ISO of OS X / macOS, from the installation app file
Stars: ✭ 616 (+980.7%)
Mutual labels:  iso
Floppybird
Floppy Bird (OS)
Stars: ✭ 836 (+1366.67%)
Mutual labels:  iso
Webman Mod
Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
Stars: ✭ 554 (+871.93%)
Mutual labels:  iso
Directxtex
DirectXTex texture processing library
Stars: ✭ 1,039 (+1722.81%)
Mutual labels:  xbox
Windows Theme
Repository for Windows 10 community subreddit stylesheet and its assets.
Stars: ✭ 29 (-49.12%)
Mutual labels:  xbox
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (+1264.91%)
Mutual labels:  xbox
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+1254.39%)
Mutual labels:  iso
Bootiso
A bash program to securely create a bootable USB device from one image file.
Stars: ✭ 645 (+1031.58%)
Mutual labels:  iso
Directxmath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Stars: ✭ 859 (+1407.02%)
Mutual labels:  xbox
Customarch
Arch Linux Based Custom ISOs Made With "Archiso"
Stars: ✭ 606 (+963.16%)
Mutual labels:  iso
Posher
Windows image build system via POwerSHell + packER
Stars: ✭ 30 (-47.37%)
Mutual labels:  iso
Gopher360
Gopher360 is a free zero-config app that instantly turns your Xbox 360, Xbox One, or even DualShock controller into a mouse and keyboard. Just download, run, and relax.
Stars: ✭ 566 (+892.98%)
Mutual labels:  xbox
Directxtk12
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
Stars: ✭ 765 (+1242.11%)
Mutual labels:  xbox
Chimera 2d
2D Games Engine for Windows and Xbox360 [C#] based on XNA
Stars: ✭ 5 (-91.23%)
Mutual labels:  xbox
Geoportal Server Catalog
Geoportal Server next generation search application and metadata catalog, based on elasticsearch.
Stars: ✭ 53 (-7.02%)
Mutual labels:  iso
Iso 639 3
ISO 639-3 codes in an accessible format
Stars: ✭ 37 (-35.09%)
Mutual labels:  iso

GameArchives

C# Library for reading video game archives, and example file browser ("ArchiveExplorer").

Downloading

You can get the most up-to-date release from Appveyor (download the Release-x.x.x.x.zip file).

Supported Archive Formats

Ark (*.hdr, *.ark)

This format is used in many Harmonix games, including but not limited to:

  • Frequency
  • Amplitude (PS2/PS3 versions)
  • EyeToy: AntiGrav
  • Guitar Hero 1 - 2, Encore: Rocks the 80s
  • Rock Band 1 - 4, Lego, Green Day, Beatles, VR
  • Karaoke Revolution (untested)
  • MAGMA (RBN Authoring Tool, PC)
  • Disney Fantasia: Music Evolved

Versions 1 through 7, 9, and 10 are supported at this time.

FSG-FILE-SYSTEM (DISC0.img)

This format is used in some FreeStyleGames games, including:

  • DJ Hero 2
  • Guitar Hero Live

Notes

Usually, these are on disc as DISC0.img.part0, DISC0.img.part1. The library will handle these files in addition to the combined DISC0.img.

FSAR (*.far)

This format is used in some FreeStyleGames games, including:

  • DJ Hero 1,2
  • Guitar Hero Live
  • Sing Party

This format may use compression.

PFS (pfs_image.dat, etc)

This format is used for downloadable content and games on the PS4. It is structured much like the Unix File System. PKG files from game discs and downloads contain encrypted (and compressed?) PFS images within them.

PSARC (*.psarc, *.pak)

This format is used commonly in Playstation 3 and 4 games, and usually has the extension .psarc. The files within can be compressed with zlib or lzma. Currently, only zlib-compressed archives are supported.

STFS (*)

This includes the CON and LIVE formats, used for game saves and downloadable content (among other things) on the Xbox 360. Since documentation on the format is somewhat limited, you may come across errors when trying to read these files. Please report any errors you encounter.

XDVDFS / GDFS (*.iso)

This is the file system used on Xbox and Xbox 360 game discs.

U8 (*.arc, *.app, etc)

This is a simple archive format commonly used in Wii games and system software, which gets its name from the printable ASCII characters in its magic number.

PACKAGE (*.pkf, *.themes)

Unencrypted archive format used in SingStar games on PS3.

Seven45 PK (*.hdr.e.2)

Archive format with an encrypted header used in Power Gig: Rise of the SixString by Seven45 Studios.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].