Skip to content

Game Specs is an open-source, cross-platform solution for delivering game assets as a service.

License

Notifications You must be signed in to change notification settings

bclnet/GameSpecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameX

GameX is an open-source, cross-platform solution for delivering game assets as a service.

GameX Benefits:

  • Portable (windows, apple, linux, mobile, intel, arm)
  • Loads textures, models, animations, sounds, and levels
  • Avaliable with streaming assets (cached)
  • References assets with a uniform resource location (url)
  • Loaders for OpenGL, Unreal, Unity and Vulken
  • Locates installed games
  • Includes a desktop app to explore assets
  • Includes a command line interface to export assets (list, unpack, shred)
  • future: Usage tracking (think Spotify)

Components:

  1. Context - the interface for interacting with this service
  2. Family - the grouping of games by a shared aspect
  3. Platform - endpoints for using game assets like unity, unreal, etc
  4. Application - a collection of application to interact with

Multiple applications are included in GameX to make it easier to work with the game assets.

The following are the current applications:

ID Name
Command Line Interface A CLI tool.
Explorer An application explorer.
Unity Plugin A Unity plugin.
Unreal Plugin A Unreal plugin.

Context provides the interface for interacting with this service

  • Resource - a uri formated resource with a path and game component
  • Family - represents a family of games by a shared aspect
  • FamilyGame - represents a single game
  • FamilyManager - a static interface for the service
  • FamilyPlatform - represents the current platform
  • PakFile - represents a games collection of assets

Loading an asset:

  1. service locates all installed games
  2. (optional) initiate a game platform: UnityPlatform.Startup()
  3. get a family reference: var family = FamilyManager.GetFamily("ID")
  4. open a game specific archive file: var pakFile = family.OpenPakFile("game:/Archive#ID")
  5. load a game specific asset: var obj = await pakFile.LoadFileObjectAsync<object>("Path");
  6. service parses game objects for the specifed resource: textures, models, levels, etc
  7. service adapts the game objects to the current platform: unity, unreal, etc
  8. platform now contains the specified game asset
  9. additionally the service provides a collection of applications

Families are the primary grouping mechanism for interacting with the asset services.

Usually file formats center around the game developer or game engine being used, and are modified, instead of replaced, as the studio releases new versions.

The following are the current familes:

ID Name Sample Game Status
Arkane Arkane Studios Dishonored 2 In Development
Bethesda The Elder Scrolls Skyrim In Development
Bioware Bioware Neverwinter Nights In Development
Black Black Isle Studios Fallout 2 In Development
Blizzard Blizzard StarCraft In Development
Capcom Capcom Resident Evil In Development
Cig Cloud Imperium Games Star Citizen In Development
Cryptic Cryptic Star Trek Online In Development
Crytek Crytek MechWarrior Online In Development
Cyanide Cyanide Formats The Council In Development
Epic Epic BioShock In Development
Frictional Frictional Games SOMA In Development
Frontier Frontier Developments Elite: Dangerous In Development
Id id Software Doom In Development
IW Infinity Ward Call of Duty In Development
Monolith Monolith F.E.A.R. In Development
Origin Origin Systems Ultima Online In Development
Red REDengine The Witcher 3: Wild Hunt In Development
Unity Unity AmongUs In Development
Unknown Unknown N/A In Development
Valve Valve Dota 2 In Development
WbB Asheron's Call Asheron's Call In Development

Platforms provide the interface to each gaming platform.

Games


The following are the current games:

ID Name Open Read Texure Model Level
Arkane Arkane Studios
AF Arx Fatalis open read gl -- -- -- -- -- -- -- --
DOM Dark Messiah of Might and Magic open read -- -- -- -- -- -- -- -- --
D Dishonored - - -- -- -- -- -- -- -- -- --
D2 Dishonored 2 open read -- -- -- -- -- -- -- -- --
P Prey open read -- -- -- -- -- -- -- -- --
D:DOTO Dishonored: Death of the Outsider - - -- -- -- -- -- -- -- -- --
W:YB Wolfenstein: Youngblood - - -- -- -- -- -- -- -- -- --
W:CP Wolfenstein: Cyberpilot - - -- -- -- -- -- -- -- -- --
DL Deathloop - - -- -- -- -- -- -- -- -- --
RF Redfall (future) - - -- -- -- -- -- -- -- -- --
Bethesda Bethesda Game Studios
Morrowind The Elder Scrolls III: Morrowind - - -- -- -- -- -- -- -- -- --
Oblivion The Elder Scrolls IV: Oblivion - - -- -- -- -- -- -- -- -- --
Fallout3 Fallout 3 - - -- -- -- -- -- -- -- -- --
FalloutNV Fallout New Vegas - - -- -- -- -- -- -- -- -- --
Skyrim The Elder Scrolls V: Skyrim - - -- -- -- -- -- -- -- -- --
Fallout4 Fallout 4 - - -- -- -- -- -- -- -- -- --
SkyrimSE The Elder Scrolls V: Skyrim – Special Edition - - -- -- -- -- -- -- -- -- --
Fallout:S Fallout Shelter - - -- -- -- -- -- -- -- -- --
Fallout4VR Fallout 4 VR - - -- -- -- -- -- -- -- -- --
SkyrimVR The Elder Scrolls V: Skyrim VR - - -- -- -- -- -- -- -- -- --
Fallout76 Fallout 76 - - -- -- -- -- -- -- -- -- --
Starfield Starfield - - -- -- -- -- -- -- -- -- --
Unknown1 The Elder Scrolls VI (future) - - -- -- -- -- -- -- -- -- --
Fallout5 Fallout 5 (future) - - -- -- -- -- -- -- -- -- --
Bioware BioWare
SS Shattered Steel - - -- -- -- -- -- -- -- -- --
BG Baldur's Gate - - -- -- -- -- -- -- -- -- --
MDK2 MDK2 - - -- -- -- -- -- -- -- -- --
BG2 Baldur's Gate II: Shadows of Amn - - -- -- -- -- -- -- -- -- --
NWN Neverwinter Nights - - -- -- -- -- -- -- -- -- --
KotOR Star Wars: Knights of the Old Republic - - -- -- -- -- -- -- -- -- --
JE Jade Empire - - -- -- -- -- -- -- -- -- --
ME Mass Effect - - -- -- -- -- -- -- -- -- --
NWN2 Neverwinter Nights 2 - - -- -- -- -- -- -- -- -- --
DA:O Dragon Age: Origins - - -- -- -- -- -- -- -- -- --
ME2 Mass Effect 2 - - -- -- -- -- -- -- -- -- --
DA2 Dragon Age II - - -- -- -- -- -- -- -- -- --
SWTOR Star Wars: The Old Republic - - -- -- -- -- -- -- -- -- --
ME3 Mass Effect 3 - - -- -- -- -- -- -- -- -- --
DA:I Dragon Age: Inquisition - - -- -- -- -- -- -- -- -- --
ME:A Mass Effect: Andromeda - - -- -- -- -- -- -- -- -- --
A Anthem - - -- -- -- -- -- -- -- -- --
ME:LE Mass Effect: Legendary Edition - - -- -- -- -- -- -- -- -- --
DA:D Dragon Age: Dreadwolf (future) - - -- -- -- -- -- -- -- -- --
ME5 Mass Effect 5 (future) - - -- -- -- -- -- -- -- -- --
Black Black Isle Studios
Fallout Fallout - - -- -- -- -- -- -- -- -- --
Fallout2 Fallout 2 - - -- -- -- -- -- -- -- -- --
P:T Planescape: Torment - - -- -- -- -- -- -- -- -- --
ID Icewind Dale - - -- -- -- -- -- -- -- -- --
ID:HoW Icewind Dale: Heart of Winter - - -- -- -- -- -- -- -- -- --
ID2 Icewind Dale II - - -- -- -- -- -- -- -- -- --
BG:DA2 Baldur's Gate: Dark Alliance II - - -- -- -- -- -- -- -- -- --
Blizzard Blizzard Entertainment
SC StarCraft - - -- -- -- -- -- -- -- -- --
D2R Diablo II: Resurrected - - -- -- -- -- -- -- -- -- --
W3 Warcraft III: Reign of Chaos - - -- -- -- -- -- -- -- -- --
WOW World of Warcraft - - -- -- -- -- -- -- -- -- --
WOWC World of Warcraft: Classic - - -- -- -- -- -- -- -- -- --
SC2 StarCraft II: Wings of Liberty - - -- -- -- -- -- -- -- -- --
D3 Diablo III - - -- -- -- -- -- -- -- -- --
HOTS Heroes of the Storm - - -- -- -- -- -- -- -- -- --
HS Hearthstone - - -- -- -- -- -- -- -- -- --
CB Crash Bandicoot™ 4: It’s About Time - - -- -- -- -- -- -- -- -- --
DI Diablo Immortal - - -- -- -- -- -- -- -- -- --
OW2 Overwatch 2 - - -- -- -- -- -- -- -- -- --
D4 Diablo IV - - -- -- -- -- -- -- -- -- --
Capcom Capcom
Arcade Capcom Arcade Stadium - - -- -- -- -- -- -- -- -- --
Fighting:C Capcom Fighting Collection - - -- -- -- -- -- -- -- -- --
GNG:R Ghosts 'n Goblins Resurrection - - -- -- -- -- -- -- -- -- --
MM:LC Mega Man Legacy Collection - - -- -- -- -- -- -- -- -- --
MM:LC2 Mega Man Legacy Collection 2 - - -- -- -- -- -- -- -- -- --
MM:XD Mega Man X DiVE - - -- -- -- -- -- -- -- -- --
MMZX:LC Mega Man Zero/ZX Legacy Collection - - -- -- -- -- -- -- -- -- --
MH:R Monster Hunter Rise - - -- -- -- -- -- -- -- -- --
MH:S2 Monster Hunter Stories 2: Wings of Ruin - - -- -- -- -- -- -- -- -- --
PWAA:T Phoenix Wright: Ace Attorney Trilogy - - -- -- -- -- -- -- -- -- --
RDR2 Red Dead Redemption 2 - - -- -- -- -- -- -- -- -- --
RER Resident Evil Resistance - - -- -- -- -- -- -- -- -- --
RE:RV Resident Evil Re:Verse - - -- -- -- -- -- -- -- -- --
Disney:AC The Disney Afternoon Collection - - -- -- -- -- -- -- -- -- --
TGAA:C The Great Ace Attorney Chronicles - - -- -- -- -- -- -- -- -- --
USF4 Ultra Street Fighter IV - - -- -- -- -- -- -- -- -- --
BionicCommando Bionic Commando (2009 video game) - - -- -- -- -- -- -- -- -- --
BionicCommando:R Bionic Commando Rearmed - - -- -- -- -- -- -- -- -- --
Arcade:S Capcom Arcade 2nd Stadium - - -- -- -- -- -- -- -- -- --
BEU:B Capcom Beat 'Em Up Bundle - - -- -- -- -- -- -- -- -- --
DV Dark Void - - -- -- -- -- -- -- -- -- --
DV:Z Dark Void Zero - - -- -- -- -- -- -- -- -- --
DR Dead Rising - - -- -- -- -- -- -- -- -- --
DR2 Dead Rising 2 - - -- -- -- -- -- -- -- -- --
DR2:OtR Dead Rising 2: Off the Record - - -- -- -- -- -- -- -- -- --
DR3 Dead Rising 3 - - -- -- -- -- -- -- -- -- --
DR4 Dead Rising 4 - - -- -- -- -- -- -- -- -- --
DMC3:S Devil May Cry 3: Special Edition - - -- -- -- -- -- -- -- -- --
DMC4:S Devil May Cry 4: Special Edition - - -- -- -- -- -- -- -- -- --
DMC5 Devil May Cry 5 - - -- -- -- -- -- -- -- -- --
DMC:HD Devil May Cry: HD Collection - - -- -- -- -- -- -- -- -- --
DMC:DMC DmC: Devil May Cry - - -- -- -- -- -- -- -- -- --
Dragon Dragon's Dogma - - -- -- -- -- -- -- -- -- --
DT:R DuckTales: Remastered - - -- -- -- -- -- -- -- -- --
Flock Flock! - - -- -- -- -- -- -- -- -- --
LP:EC Lost Planet: Extreme Condition - - -- -- -- -- -- -- -- -- --
LP3 Lost Planet 3 - - -- -- -- -- -- -- -- -- --
MVC:I Marvel vs. Capcom: Infinite - - -- -- -- -- -- -- -- -- --
MM11 Mega Man 11 - - -- -- -- -- -- -- -- -- --
MMX:LC Mega Man X Legacy Collection - - -- -- -- -- -- -- -- -- --
MMX:LC2 Mega Man X Legacy Collection 2 - - -- -- -- -- -- -- -- -- --
MH:W Monster Hunter: World - - -- -- -- -- -- -- -- -- --
Okami:HD Ōkami HD - - -- -- -- -- -- -- -- -- --
O:W Onimusha: Warlords - - -- -- -- -- -- -- -- -- --
RememberMe Remember Me - - -- -- -- -- -- -- -- -- --
RE Resident Evil - - -- -- -- -- -- -- -- -- --
RE2 Resident Evil 2 - - -- -- -- -- -- -- -- -- --
RE3 Resident Evil 3 - - -- -- -- -- -- -- -- -- --
RE4 Resident Evil 4 - - -- -- -- -- -- -- -- -- --
RE5 Resident Evil 5 - - -- -- -- -- -- -- -- -- --
RE6 Resident Evil 6 - - -- -- -- -- -- -- -- -- --
RE7 Resident Evil 7: Biohazard - - -- -- -- -- -- -- -- -- --
RE:R Resident Evil: Revelations - - -- -- -- -- -- -- -- -- --
RE:R2 Resident Evil: Revelations 2 - - -- -- -- -- -- -- -- -- --
RE:V Resident Evil Village - - -- -- -- -- -- -- -- -- --
REZ Resident Evil Zero - - -- -- -- -- -- -- -- -- --
SF:30AC Street Fighter 30th Anniversary Collection - - -- -- -- -- -- -- -- -- --
SF5 Street Fighter V - - -- -- -- -- -- -- -- -- --
Strider Strider (2014 video game) - - -- -- -- -- -- -- -- -- --
UMVC3 Ultimate Marvel vs. Capcom 3 - - -- -- -- -- -- -- -- -- --
UmbrellaCorps Umbrella Corps - - -- -- -- -- -- -- -- -- --
Cig Cloud Imperium Games
StarCitizen Star Citizen - - -- -- -- -- -- -- -- -- --
Cryptic Cryptic
CO Champions Online open read -- -- -- -- -- -- -- -- --
STO Star Trek Online open read -- -- -- -- -- -- -- -- --
NVW Neverwinter open read -- -- -- -- -- -- -- -- --
Crytek Crytek
ArcheAge ArcheAge - - -- -- -- -- -- -- -- -- --
Hunt Hunt: Showdown - - -- -- -- -- -- -- -- -- --
MWO MechWarrior Online - - -- -- -- -- -- -- -- -- --
Warface Warface - - -- -- -- -- -- -- -- -- --
Wolcen Wolcen: Lords of Mayhem - - -- -- -- -- -- -- -- -- --
Crysis Crysis Remastered - - -- -- -- -- -- -- -- -- --
Ryse Ryse: Son of Rome - - -- -- -- -- -- -- -- -- --
Robinson Robinson: The Journey - - -- -- -- -- -- -- -- -- --
Snow SNOW - The Ultimate Edition - - -- -- -- -- -- -- -- -- --
Cyanide Cyanide
TC The Council - - -- -- -- -- -- -- -- -- --
Werewolf:TA Werewolf: The Apocalypse - Earthblood - - -- -- -- -- -- -- -- -- --
Epic Epic
UE1 Unreal - - -- -- -- -- -- -- -- -- --
TWoT The Wheel of Time - - -- -- -- -- -- -- -- -- --
DeusEx Deus Ex™ GOTY Edition - - -- -- -- -- -- -- -- -- --
DeusEx:MD Deus Ex: Mankind Divided - - -- -- -- -- -- -- -- -- --
DeusEx2:IW Deus Ex 2: Invisible War - - -- -- -- -- -- -- -- -- --
DeusEx:HR Deus Ex: Human Revolution - Director’s Cut - - -- -- -- -- -- -- -- -- --
Rune Rune - - -- -- -- -- -- -- -- -- --
Undying Clive Barker's Undying - - -- -- -- -- -- -- -- -- --
UT2K Unreal Tournament 2003 - - -- -- -- -- -- -- -- -- --
UE2 Unreal II: The Awakening - - -- -- -- -- -- -- -- -- --
BioShock BioShock - - -- -- -- -- -- -- -- -- --
BioShockR BioShock Remastered - - -- -- -- -- -- -- -- -- --
BioShock2 BioShock 2 - - -- -- -- -- -- -- -- -- --
BioShock2R BioShock 2 Remastered - - -- -- -- -- -- -- -- -- --
BioShock:Inf BioShock Infinite - - -- -- -- -- -- -- -- -- --
Frictional HPL Engine
P:O Penumbra: Overture - - -- -- -- -- -- -- -- -- --
P:BP Penumbra: Black Plague - - -- -- -- -- -- -- -- -- --
P:R Penumbra: Requiem - - -- -- -- -- -- -- -- -- --
A:TDD Amnesia: The Dark Descent - - -- -- -- -- -- -- -- -- --
A:AMFP Amnesia: A Machine for Pigs - - -- -- -- -- -- -- -- -- --
SOMA SOMA - - -- -- -- -- -- -- -- -- --
A:R Amnesia: Rebirth - - -- -- -- -- -- -- -- -- --
Frontier Frontier Developments
LW LostWinds - - -- -- -- -- -- -- -- -- --
LW2 LostWinds 2: Winter of the Melodias - - -- -- -- -- -- -- -- -- --
ED Elite: Dangerous - - -- -- -- -- -- -- -- -- --
PC Planet Coaster - - -- -- -- -- -- -- -- -- --
JW Jurassic World Evolution - - -- -- -- -- -- -- -- -- --
PZ Planet Zoo - - -- -- -- -- -- -- -- -- --
JW2 Jurassic World Evolution 2 - - -- -- -- -- -- -- -- -- --
F1:22 F1 Manager 2022 - - -- -- -- -- -- -- -- -- --
W4K:CG Warhammer 40,000: Chaos Gate - Daemonhunters - - -- -- -- -- -- -- -- -- --
F1:23 F1 Manager 2023 - - -- -- -- -- -- -- -- -- --
W4K:AoS:RoR Warhammer Age of Sigmar: Realms of Ruin - - -- -- -- -- -- -- -- -- --
Id Id
Q Quake - - -- -- -- -- -- -- -- -- --
Q2 Quake II - - -- -- -- -- -- -- -- -- --
Q3:A Quake III Arena - - -- -- -- -- -- -- -- -- --
D3 Doom 3 - - -- -- -- -- -- -- -- -- --
Q:L Quake Live - - -- -- -- -- -- -- -- -- --
R Rage - - -- -- -- -- -- -- -- -- --
D Doom (2016) - - -- -- -- -- -- -- -- -- --
D:VFR Doom VFR - - -- -- -- -- -- -- -- -- --
R2 Rage 2 - - -- -- -- -- -- -- -- -- --
D:E Doom Eternal - - -- -- -- -- -- -- -- -- --
Q:C Quake Champions - - -- -- -- -- -- -- -- -- --
IW Infinity Ward
COD Call of Duty - - -- -- -- -- -- -- -- -- --
COD2 Call of Duty 2 - - -- -- -- -- -- -- -- -- --
COD4 Call of Duty 4: Modern Warfare - - -- -- -- -- -- -- -- -- --
WaW Call of Duty: World at War - - -- -- -- -- -- -- -- -- --
MW2 Call of Duty: Modern Warfare 2 - - -- -- -- -- -- -- -- -- --
BO Call of Duty: Black Ops - - -- -- -- -- -- -- -- -- --
MW3 Call of Duty: Modern Warfare 3 - - -- -- -- -- -- -- -- -- --
BO2 Call of Duty: Black Ops II - - -- -- -- -- -- -- -- -- --
Ghosts Call of Duty: Ghosts - - -- -- -- -- -- -- -- -- --
AW Call of Duty: Advanced Warfare - - -- -- -- -- -- -- -- -- --
BO3 Call of Duty: Black Ops III - - -- -- -- -- -- -- -- -- --
IW Call of Duty: Infinite Warfare - - -- -- -- -- -- -- -- -- --
WWII Call of Duty: WWII - - -- -- -- -- -- -- -- -- --
BO4 Call of Duty: Black Ops 4 - - -- -- -- -- -- -- -- -- --
MW Call of Duty: Modern Warfare - - -- -- -- -- -- -- -- -- --
BOCW Call of Duty: Black Ops Cold War - - -- -- -- -- -- -- -- -- --
Vanguard Call of Duty: Vanguard - - -- -- -- -- -- -- -- -- --
COD:MW2 Call of Duty: Modern Warfare II - - -- -- -- -- -- -- -- -- --
Monolith MonolithTech
FEAR F.E.A.R. - - -- -- -- -- -- -- -- -- --
FEAR:EP F.E.A.R.: Extraction Point - - -- -- -- -- -- -- -- -- --
FEAR:PM F.E.A.R.: Perseus Mandate - - -- -- -- -- -- -- -- -- --
FEAR2 F.E.A.R. 2: Project Origin - - -- -- -- -- -- -- -- -- --
FEAR3 F.E.A.R. 3 - - -- -- -- -- -- -- -- -- --
Origin Origin Systems
UO Ultima Online - - -- -- -- -- -- -- -- -- --
U9 Ultima IX - - -- -- -- -- -- -- -- -- --
Red REDengine
Witcher The Witcher Enhanced Edition - - -- -- -- -- -- -- -- -- --
Witcher2 The Witcher 2 - - -- -- -- -- -- -- -- -- --
Witcher3 The Witcher 3: Wild Hunt - - -- -- -- -- -- -- -- -- --
CP77 Cyberpunk 2077 - - -- -- -- -- -- -- -- -- --
Witcher4 The Witcher 4 Polaris (future) - - -- -- -- -- -- -- -- -- --
Ubisoft Ubisoft
Unity Unity
AmongUs Among Us - - -- -- -- -- -- -- -- -- --
Cities Cities: Skylines - - -- -- -- -- -- -- -- -- --
Tabletop Tabletop Simulator - - -- -- -- -- -- -- -- -- --
UBoat Destroyer: The U-Boat Hunter - - -- -- -- -- -- -- -- -- --
7D2D 7 Days to Die - - -- -- -- -- -- -- -- -- --
Unknown Unknown
APP Application - - -- -- -- -- -- -- -- -- --
CAT Catalog - - -- -- -- -- -- -- -- -- --
Valve Valve
HL Half-Life open read gl -- -- -- -- -- -- -- --
TF Team Fortress Classic open read gl -- -- -- -- -- -- -- --
HL:OF Half-Life: Opposing Force open read -- -- -- -- -- -- -- -- --
CS Counter-Strike open read -- -- -- -- -- -- -- -- --
Ricochet Ricochet open read -- -- -- -- -- -- -- -- --
DM Deathmatch Classic open read -- -- -- -- -- -- -- -- --
HL:BS Half-Life: Blue Shift open read -- -- -- -- -- -- -- -- --
DOD Day of Defeat open read -- -- -- -- -- -- -- -- --
CS:CZ Counter-Strike: Condition Zero open read -- -- -- -- -- -- -- -- --
HL:Src Half-Life: Source open read -- -- -- -- -- -- -- -- --
CS:Src Counter-Strike: Source open read -- -- -- -- -- -- -- -- --
HL2 Half-Life 2 open read -- -- -- -- -- -- -- -- --
HL2:DM Half-Life 2: Deathmatch open read -- -- -- -- -- -- -- -- --
HL:DM:Src Half-Life Deathmatch: Source open read -- -- -- -- -- -- -- -- --
HL2:E1 Half-Life 2: Episode One open read -- -- -- -- -- -- -- -- --
Portal Portal open read -- -- -- -- -- -- -- -- --
HL2:E2 Half-Life 2: Episode Two open read -- -- -- -- -- -- -- -- --
TF2 Team Fortress 2 open read -- -- -- -- -- -- -- -- --
L4D Left 4 Dead open read -- -- -- -- -- -- -- -- --
L4D2 Left 4 Dead 2 open read -- -- -- -- -- -- -- -- --
DOD:Src Day of Defeat: Source open read -- -- -- -- -- -- -- -- --
Portal2 Portal 2 open read -- -- -- -- -- -- -- -- --
CS:GO Counter-Strike: Global Offensive open read -- -- -- -- -- -- -- -- --
D2 Dota 2 open read gl -- -- -- -- -- -- -- --
TheLab:RR The Lab: Robot Repair open read gl -- -- gl -- -- -- -- --
TheLab:SS The Lab: Secret Shop - - -- -- -- -- -- -- -- -- --
TheLab:TL The Lab: The Lab - - -- -- -- -- -- -- -- -- --
HL:Alyx Half-Life: Alyx open read gl -- -- gl -- -- -- -- --
WbB WB Games Boston
AC Asheron's Call open read gl -- -- -- -- -- -- -- --
AC2 Asheron's Call 2: Fallen Kings - - -- -- -- -- -- -- -- -- --
DDO Dungeons & Dragons Online - - -- -- -- -- -- -- -- -- --
LotRO The Lord of the Rings Online - - -- -- -- -- -- -- -- -- --
IC Infinite Crisis - - -- -- -- -- -- -- -- -- --

About

Game Specs is an open-source, cross-platform solution for delivering game assets as a service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published