Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "List of OS X 32-bit games"

From PCGamingWiki, the wiki about fixing PC games
(migrated to Cargo query)
Line 5: Line 5:
 
===Native support (32-bit and 64-bit)===
 
===Native support (32-bit and 64-bit)===
  
'''Total number of games: '''{{#ask: [[Category:OS X]] [[macOS Intel 32-bit app::true]] [[macOS Intel 64-bit app::true]] |format=count }}
+
'''Total number of games: '''{{#cargo_query:
 +
tables=API
 +
|fields=COUNT(*)
 +
|where=API.macOS_Intel_32bit_app='true' AND API.macOS_Intel_64bit_app='true'
 +
|format=text
 +
}}
  
{{#ask: [[Category:OS X]] [[MacOS Intel 32-bit app::true]] [[macOS Intel 64-bit app::true]]
+
{{#cargo_query:
|?Part of series=Series
+
tables=Infobox_game,API
|?Developed by
+
|join on=Infobox_game._pageName=API._pageName
|?Published by
+
|where=API.macOS_Intel_32bit_app='true' AND API.macOS_Intel_64bit_app='true'
|?Release date OS X|+limit=1
+
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Engines,Infobox_game.Released_OS_X=Released
|format=table
+
|format=template
|limit=1000
+
|named args=yes
|template=Feature/row
+
|intro={{Game list/intro no OS}}
|introtemplate=Feature/intro
+
|template=Game list/row no OS
|outrotemplate=Feature/outro
+
|outro=</table></div>
|sep=,&ensp;
 
|mainlabel=Game
 
 
}}
 
}}
  
Line 25: Line 28:
 
These games are believed to have been unceremoniously left behind by 10.15 Catalina.
 
These games are believed to have been unceremoniously left behind by 10.15 Catalina.
  
'''Total number of games: '''{{#ask: [[Category:OS X]] [[macOS Intel 32-bit app::true]] [[macOS Intel 64-bit app::false||unknown]] |format=count }}
+
'''Total number of games: '''{{#cargo_query:
 +
tables=API
 +
|fields=COUNT(*)
 +
|where=API.macOS_Intel_32bit_app='true' AND API.macOS_Intel_64bit_app='false'
 +
|format=text
 +
}}
  
{{#ask: [[Category:OS X]] [[MacOS Intel 32-bit app::true]] [[macOS Intel 64-bit app::false||unknown]]
+
{{#cargo_query:
|?Part of series=Series
+
tables=Infobox_game,API
|?Developed by
+
|join on=Infobox_game._pageName=API._pageName
|?Published by
+
|where=API.macOS_Intel_32bit_app='true' AND API.macOS_Intel_64bit_app='false'
|?Release date OS X|+limit=1
+
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Engines,Infobox_game.Released_OS_X=Released
|format=table
+
|format=template
|limit=1000
+
|named args=yes
|template=Feature/row
+
|intro={{Game list/intro no OS}}
|introtemplate=Feature/intro
+
|template=Game list/row no OS
|outrotemplate=Feature/outro
+
|outro=</table></div>
|sep=,&ensp;
 
|mainlabel=Game
 
 
}}
 
}}
  
Line 45: Line 51:
 
For instance [[DOSBox]], fanmade patches, and source ports.
 
For instance [[DOSBox]], fanmade patches, and source ports.
  
'''Total number of games: '''{{#ask: [[Category:OS X]] [[macOS Intel 32-bit app::hackable]] |format=count }}
+
'''Total number of games: '''{{#cargo_query:
 +
tables=API
 +
|fields=COUNT(*)
 +
|where=API.macOS_Intel_32bit_app='hackable'
 +
|format=text
 +
}}
  
{{#ask: [[Category:OS X]] [[MacOS Intel 32-bit app::hackable]]
+
{{#cargo_query:
|?Part of series=Series
+
tables=Infobox_game,API
|?Developed by
+
|join on=Infobox_game._pageName=API._pageName
|?Published by
+
|where=API.macOS_Intel_32bit_app='hackable'
|?Release date OS X|+limit=1
+
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Engines,Infobox_game.Released_OS_X=Released
|format=table
+
|format=template
|limit=300
+
|named args=yes
|template=Feature/row
+
|intro={{Game list/intro no OS}}
|introtemplate=Feature/intro
+
|template=Game list/row no OS
|outrotemplate=Feature/outro
+
|outro=</table></div>
|sep=,&ensp;
 
|mainlabel=Game
 
 
}}
 
}}
  
Line 65: Line 74:
 
For instance cases where the game boots, but where critical gameplay elements no longer work due to a lack of updates.
 
For instance cases where the game boots, but where critical gameplay elements no longer work due to a lack of updates.
  
'''Total number of games: '''{{#ask: [[Category:OS X]] [[macOS Intel 32-bit app::limited]] |format=count }}
+
'''Total number of games: '''{{#cargo_query:
 +
tables=API
 +
|fields=COUNT(*)
 +
|where=API.macOS_Intel_32bit_app='limited'
 +
|format=text
 +
}}
  
{{#ask: [[Category:OS X]] [[MacOS Intel 32-bit app::limited]]
+
{{#cargo_query:
|?Part of series=Series
+
tables=Infobox_game,API
|?Developed by
+
|join on=Infobox_game._pageName=API._pageName
|?Published by
+
|where=API.macOS_Intel_32bit_app='limited'
|?Release date OS X|+limit=1
+
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Engines,Infobox_game.Released_OS_X=Released
|format=table
+
|format=template
|limit=300
+
|named args=yes
|template=Feature/row
+
|intro={{Game list/intro no OS}}
|introtemplate=Feature/intro
+
|template=Game list/row no OS
|outrotemplate=Feature/outro
+
|outro=</table></div>
|sep=,&ensp;
 
|mainlabel=Game
 
 
}}
 
}}
  
 
[[Category:Lists]]
 
[[Category:Lists]]
 
[[Category:OS X games by hardware]]
 
[[Category:OS X games by hardware]]

Revision as of 05:36, 3 October 2021

This is an auto-generated list of Mac games known to have a 32-bit (a.k.a. x86, i386, IA-32) macOS version, and are thus believed to be compatible with OS X 10.4 Lion through 10.14 Mojave.

Auto-populated list

Native support (32-bit and 64-bit)

Total number of games:

Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__API._pageID'; this is incompatible with sql_mode=only_full_group_by (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__API`.`_pageID` AS `cargo_backlink_page_id_API`,COUNT(*) FROM `cargo__API` WHERE `cargo__API`.`macOS_Intel_32bit_app`='true' AND `cargo__API`.`macOS_Intel_64bit_app`='true' ORDER BY `cargo__API`.`_pageID`,COUNT(*) LIMIT 100


Game Series Developer Publisher Released
0 A.D. Wildfire Games
2064: Read Only Memories MidBoss MidBoss, Playism October 6, 2015
60 Seconds! Robot Gentleman July 12, 2015
A Bird Story Freebird Games November 7, 2014
Academia: School Simulator Squeaky Wheel Studio Squeaky Wheel Studio, Paradox Interactive January 28, 2021
Adam Wolfe Mad Head Games October 7, 2016
Adjacency sleepy macaw May 29, 2017
ADOM: Ancient Domains of Mystery Thomas Biskup, Jochen Terstiege, Zeno Rogue, Krzysztof Dycha, Lucas Dieguez Thomas Biskup January 1, 2006
Aer: Memories of Old Forgotten Key Daedalic Entertainment October 25, 2017
Agatha Christie: The ABC Murders Artefacts Studio Microids February 4, 2016
Ahnayro: The Dream World Alice & Smith June 10, 2016
Airline Tycoon Deluxe Spellbound Entertainment Black Forest Games, RuneSoft, HandyGames November 28, 2005
Altitude Nimbly Games May 1, 2009
Another Metroid 2 Remake: Return of Samus Milton "DoctorM64" Guasti January 1, 2016
Apocalypse: Legacy Edition Harley Game Studios Harley GW Dolton
Arma 3 Bohemia Interactive Bohemia Interactive, Peter Games, Buka Entertainment
Ascendant Hapa Games May 13, 2014
AssaultCube Rabid Viper Productions November 21, 2008
Attentat 1942 Charles Games October 31, 2017
Axiom Verge Thomas Happ Games May 14, 2015
Back to Bed Bedtime Digital Games August 6, 2014
Backpack Hero Jaspel Different Tales, IndieArk November 14, 2023
Batman: Arkham City Rocksteady Studios Warner Bros. Interactive Entertainment, Feral Interactive, 1C-SoftClub December 13, 2012
Bear With Me Exordium Games August 8, 2016
Beat Banger BunFan Games
Bejeweled 3 PopCap Games December 7, 2010
Beneath The Surface carla51 November 13, 2018
Broforce Free Lives Devolver Digital October 15, 2015
Broken Age Double Fine Productions January 28, 2014
Brütal Legend Double Fine Productions May 7, 2013
Bucket Detective the whale husband February 16, 2017
Bumpy Road Simogo April 12, 2012
Butcher Phobia Game Studio, Transhuman Design Crunching Koalas, Transhuman Design October 5, 2016
Buzz Aldrin's Race into Space Strategic Vision Interplay July 30, 2012
CAFE 0 ~The Drowned Mermaid~ roseVeRte January 29, 2015
CAFE 0 ~The Sleeping Beast~ roseVeRte October 29, 2016
Candle Teku Studios Daedalic Entertainment November 11, 2016
Candleman: The Complete Journey Spotlightor Interactive Zodiac Interactive February 9, 2018
Castle Crashers The Behemoth September 26, 2012
Castle Story Sauropod Studio August 17, 2017
Catlateral Damage Chris Chung, Fire Hose Games Chris Chung May 27, 2015
Cave Story Studio Pixel January 18, 2005
Chasm Bit Kid July 31, 2018
Chess (Apple) Apple Inc. June 22, 2001
Chroma Squad Behold Studios April 30, 2015
ChromaGun Pixel Maniacs February 16, 2016
ClassiCube ClassiCube Team May 17, 2019
CompliKATed Lite Microsystems October 5, 2017
Contraption Maker Spotkin July 7, 2014
CrossCells Matthew Brown May 26, 2017
Crystal Picnic Nooskewl November 2, 2015
Cube 2: Sauerbraten Wouter van Oortmerssen, Lee Salzman, Mike Dysart, Robert Pointon, Quinton Reeves, Dot3 Labs May 6, 2004
Cultures - 8th Wonder of the World Funatics Software Daedalic Entertainment, Application Systems Heidelberg February 7, 2005
Cupid Fervent Afterthought Studios March 4, 2016
Darwinia Introversion Software Noviy Disk March 30, 2005
Dawn of a Soul Waldemar Umaniz October 2, 2017
Day of the Tentacle Remastered Double Fine Productions, Shiny Shoe March 21, 2016
Dead in Vinland CCCP Playdius, Plug In Digital April 12, 2018
Dear Esther: Landmark Edition The Chinese Room, Robert Briscoe Curve Digital February 14, 2017
Decay: The Mare Shining Gate Software Daedalic Entertainment February 13, 2015
DEFCON Introversion Software May 19, 2007
Deltarune Toby Fox October 31, 2018
Demonizer IoriBranford October 30, 2020
Descent 3 Outrage Entertainment Interplay Entertainment, Sold Out Software January 31, 2020
Despotism 3k Konfa Games November 8, 2018
Detective Di: The Silk Rose Murders Nupixo Games Nupixo Games, WhisperGames May 1, 2019
Distance Refract Studios September 18, 2018
Do Not Feed the Monkeys Fictiorama Studios, Badland Games Alawar Premium October 24, 2018
Don't Die! Michael Cox Templarius Studios October 11, 2017
Dr. Langeskov, The Tiger, and The Terribly Cursed Emerald: A Whirlwind Heist Crows Crows Crows December 4, 2015
Dracula 4: The Shadow of the Dragon Koalabs Microids June 18, 2013
Dracula 5: The Blood Legacy Koalabs Microids May 29, 2014
Dream Pinball 3D TopWare Interactive SouthPeak Interactive, TopWare Interactive December 24, 2013
DubWars MURA Interactive WOBBL3 Entertainment July 19, 2016
Duplicity: Beyond the Lies roseVeRte January 8, 2015
Dusk David Szymanski New Blood Interactive February 6, 2019
Dwarf Fortress Tarn Adams Bay 12 Games August 8, 2006
East Tower - Akio roseVeRte April 27, 2015
East Tower - Kuon roseVeRte May 14, 2013
East Tower - Kurenai roseVeRte March 11, 2014
Epic Battle Fantasy 5 Matt Roszak November 30, 2018
Epistory - Typing Chronicles Fishing Cactus Fishing Cactus, Plug In Digital March 30, 2016
Escape Fantasy Marcelo Villarreal pulsartronic September 17, 2017
Flamebreak Nimbly Games March 15, 2016
Football Manager 2019 Sports Interactive Sega November 2, 2018
Fran Bow Killmonday Games August 27, 2015
Freeciv November 6, 2005
FreeCol January 2, 2003
FreeOrion FreeOrion Project February 28, 2009
Full Throttle Remastered Double Fine Productions, Shiny Shoe June 7, 2017
Galaxy of Pen & Paper Behold Studios July 27, 2017
Game Dev Tycoon Greenheart Games Node-webkit April 28, 2013
Glider Classic Soft Dorothy November 30, 2011
Glitch's Trip Ransacked Studios Rogue Games August 26, 2020
Gravilon gravdev, Fan Wu EQ Games March 30, 2015
Grim Fandango Remastered Double Fine Productions, Shiny Shoe January 27, 2015
Guns of Icarus Online Muse Games October 29, 2012
Hexcells Matthew Brown August 31, 2013
Hexcells Infinite Matthew Brown September 1, 2014
Hexcells Plus Matthew Brown December 1, 2013

More...

Native support (32-bit only)

These games are believed to have been unceremoniously left behind by 10.15 Catalina.

Total number of games:

Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__API._pageID'; this is incompatible with sql_mode=only_full_group_by (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__API`.`_pageID` AS `cargo_backlink_page_id_API`,COUNT(*) FROM `cargo__API` WHERE `cargo__API`.`macOS_Intel_32bit_app`='true' AND `cargo__API`.`macOS_Intel_64bit_app`='false' ORDER BY `cargo__API`.`_pageID`,COUNT(*) LIMIT 100


Game Series Developer Publisher Released
.T.E.S.T: Expected Behaviour Veslo Games May 4, 2018
1,000 Heads Among the Trees Aaron Oldenburg KISS ltd December 11, 2015
1954 Alcatraz Daedalic Entertainment, Irresponsible Games Daedalic Entertainment March 11, 2014
4 Elements Playrix January 23, 2009
8infinity ENTERi Forever Entertainment September 23, 2016
A Fairy Tale Reflexive Entertainment March 12, 2009
A Golden Wake Grundislav Games Wadjet Eye Games October 9, 2014
A Vampyre Story Autumn Moon, Jordan Freeman Group Focus Home Interactive, Crimson Cow, Strategy First, Autumn Moon, Jordan Freeman Group February 2, 2009
Adventures of Bertram Fiddle: Episode 1: A Dreadly Business Rumpus Animation Deck13 Interactive April 2, 2015
Adventures of Bertram Fiddle: Episode 2: A Bleaker Predicklement Rumpus Animation Deck13 August 24, 2017
Age of Empires II: The Age of Kings Ensemble Studios Microsoft, Ubisoft, MacSoft October 1, 2001
Age of Empires III Ensemble Studios, Big Huge Games, Robot Entertainment Microsoft Game Studios, Ubisoft, MacSoft September 29, 2006
Age of Mythology Ensemble Studios Microsoft Game Studios, Ubisoft, MacSoft December 19, 2003
Age of Wonders III Triumph Studios Triumph Studios, Paradox Interactive April 14, 2015
Al Emmo's Postcards from Anozira Himalaya Studios January 21, 2012
Alice Greenfingers Arcade Lab Big Fish Games, PopCap Games January 1, 2007
America's Army U.S. Army U.S. Army July 16, 2003
American McGee's Alice Rogue Entertainment Electronic Arts, Sold Out Software, 1C-SoftClub, Aspyr Media, Aspyr Media July 10, 2001
Amnesia: A Machine for Pigs The Chinese Room Frictional Games September 10, 2013
Amnesia: The Dark Descent Frictional Games September 8, 2010
Angry Video Game Nerd II: ASSimilation FreakZone Games Screenwave Media March 29, 2016
Anomaly 2 11 bit studios May 15, 2013
Another World Eric Chahi Delphine Software International, U.S. Gold, Interplay Entertainment, MacPlay, ElektroGames, IQ Publishing, Akella, The Digital Lounge, Focus Home Interactive, BulkyPix February 20, 2013
Aperture Tag: The Paint Gun Testing Initiative Aperture Tag Team July 15, 2014
Archmage Rake in Grass Xing Interactive March 3, 2007
ARK: Survival Evolved Studio Wildcard, Instinct Games, Efecto Studios, Virtual Basement, Abstraction Games Studio Wildcard August 29, 2017
Ashley Clark: Secret of the Ruby N-Tri Studio August 11, 2013
Ashley Clark: The Secrets of the Ancient Temple N-Tri Studio June 29, 2015
Asphalt 6: Adrenaline Gameloft August 1, 2011
Asterix & Obelix XXL 2 Étranges Libellules, OSome Studio Microids November 29, 2018
Atari Vault Code Mystics Atari March 16, 2017
Atlantis II: Beyond Atlantis Cryo Interactive DreamCatcher Interactive, Anuman Interactive November 15, 2013
Atlantis: The Lost Tales Cryo Interactive DreamCatcher Interactive June 18, 2013
Avenue Flo PlayFirst PlayFirst October 13, 2009
Avenue Flo: Special Delivery PlayFirst PlayFirst
Avernum Spiderweb Software January 15, 2013
Avernum II Spiderweb Software January 15, 2013
Avernum III Spiderweb Software January 15, 2013
Avernum IV Spiderweb Software January 1, 2005
Avernum V Spiderweb Software November 12, 2007
Avernum VI Spiderweb Software November 20, 2009
Awakening: The Dreamless Castle Boomzap Entertainment Big Fish Games August 2, 2010
Awesomenauts Ronimo Games December 6, 2012
Aztaka Citeremis December 19, 2012
Back to the Future: The Game Telltale Games December 22, 2010
Backstage Pass sakevisual August 22, 2016
Bad Dream: Coma Desert Fox PlayWay March 9, 2017
Bad Dream: Fever Desert Fox PlayWay November 15, 2018
Barkley, Shut Up and Jam: Gaiden Tales of Game's Studios November 28, 2012
Base Defense PLut
Battle Academy Slitherine August 4, 2010
Battle Ranch: Pigs vs Plants Playboom Immanitas Entertainment February 2, 2015
BattleBlock Theater The Behemoth June 18, 2015
Battlefield 2142 DICE Electronic Arts August 17, 2007
Battlestations: Midway Eidos Hungary Eidos Interactive, Feral Interactive July 28, 2008
Battlestations: Pacific Eidos Hungary Eidos Interactive, Warner Bros. Interactive Entertainment, Square Enix, Feral Interactive October 8, 2010
Bear With Me - Collector's Edition Exordium Games February 8, 2018
Beat Hazard Cold Beam Games THQ October 18, 2011
Beckett The Secret Experiment March 9, 2018
Bedlam (2015) RedBedlam KISS ltd October 13, 2015
Big Brain Wolf Frima Studio October 16, 2010
Biolab BrainGame Development BrainGame Publishing GmbH
Bionic Dues Arcen Games October 8, 2013
Bionicle: The Game Argonaut Games, Particle Systems Electronic Arts, Lego Interactive, Feral Interactive January 19, 2005
BioShock 2K Boston, 2K Australia 2K Games, Feral Interactive October 7, 2009
BioShock Infinite Irrational Games, 2K Australia, Iron Galaxy Studios 2K Games, Aspyr Media, 1C-SoftClub August 29, 2013
BirdGut Micah Boursier May 9, 2019
Bit.Trip Flux Gaijin Games June 5, 2014
Bit.Trip Runner Gaijin Games February 28, 2011
Black & White 2 Lionhead Studios Electronic Arts, Feral Interactive January 6, 2009
Black Paradox Fantastico Studio Digerati Distribution May 2, 2019
Blackguards Daedalic Entertainment January 22, 2014
Blackguards 2 Daedalic Entertainment January 20, 2015
Blackwake Mastfire Studios February 19, 2020
Blades of Avernum Spiderweb Software March 17, 2004
Blaster Simulator United Independent Entertainment March 8, 2011
Blockland Eric Hartman, Ben Garney Step 1 Games February 24, 2007
Bob Came in Pieces Ludosity March 17, 2010
Bone: Out from Boneville Telltale Games Vanbrio Entertainment October 13, 2006
Borderlands: The Pre-Sequel 2K Australia, Gearbox Software 2K Games, Aspyr Media October 14, 2014
Braid Number None, Aaron Melcher Number None May 20, 2009
BrainBread 2 Reperio Studios March 9, 2022
Brawlhalla Blue Mammoth Games Ubisoft October 17, 2017
Breach & Clear Mighty Rabbit Studios, Gun Media Gambitious Digital Entertainment, Devolver Digital March 22, 2014
Broken Sword: Shadow of the Templars: Director's Cut Revolution Software Kalypso Media September 2, 2010
Bunker Punks Ninja Robot Dinosaur May 28, 2018
BurgerTime Deluxe Namco August 21, 2009
Burn Zombie Burn! Doublesix Games June 10, 2011
Cake Mania: Main Street Sandlot Games January 28, 2012
Call of Duty Infinity Ward, Gray Matter Interactive, Pi Studios Activision, Electronic Arts, Aspyr Media May 14, 2004
Call of Duty 2 Infinity Ward Activision, Electronic Arts, Aspyr Media June 1, 2006
Call of Duty 4: Modern Warfare Infinity Ward Activision, Aspyr Media, Noviy Disk September 26, 2008
Call of Duty: Black Ops Treyarch, Certain Affinity, Nerve Software, Pi Studios Activision, Aspyr Media September 27, 2012
Call of Duty: Modern Warfare 2 Infinity Ward Activision, Aspyr Media, Square Enix May 20, 2014
Call of Duty: Modern Warfare 3 Infinity Ward, Sledgehammer Games, Raven Software Activision, Aspyr Media, Noviy Disk May 20, 2014
Capsized Alientrap Games May 28, 2013
Card Hunter Blue Manchu, The Knights of Unity July 13, 2015
Cars Rainbow Studios THQ, Noviy Disk, Disney Interactive Studios June 6, 2006
Cars 2 Avalanche Software Disney Interactive Studios, Noviy Disk June 21, 2011
Cars: Radiator Springs Adventures AWE Games THQ, Noviy Disk, Disney Interactive Studios June 15, 2006

More...

Hackable support

For instance DOSBox, fanmade patches, and source ports.

Total number of games:

Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__API._pageID'; this is incompatible with sql_mode=only_full_group_by (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__API`.`_pageID` AS `cargo_backlink_page_id_API`,COUNT(*) FROM `cargo__API` WHERE `cargo__API`.`macOS_Intel_32bit_app`='hackable' ORDER BY `cargo__API`.`_pageID`,COUNT(*) LIMIT 100


Game Series Developer Publisher Released
Broken Sword 2.5: The Return of the Templars mindFactory
Chex Quest Digital Café General Mills January 1, 2008
Clicker Heroes Playsaurus May 13, 2015
Crumple: Episode 1 Nascent Games
Cryptozookeeper Jolt Country May 27, 2011
Cut the Rope 2 ZeptoLab
Descent Parallax Software Interplay Entertainment October 25, 2012
Descent II Parallax Software Interplay Entertainment October 25, 2012
Diablo Blizzard North, Synergistic Software Blizzard Entertainment, Sierra On-Line
Doom (1993) id Software GT Interactive, id Software January 1, 2001
Heroes of Might and Magic II New World Computing, Cyberlore Studios 3DO, Ubisoft, Sold Out Software
Ion Fury Void Point 3D Realms
Loom LucasArts LucasArts, Disney Interactive Studios May 12, 2010
M.A.R.S. Simon Schneegans, Felix Lauer March 11, 2011
MDK Shiny Entertainment Playmates Interactive Entertainment, Interplay Entertainment October 26, 2012
Myth II: Soulblighter Bungie, Take-Two Interactive Bungie, GT Interactive March 14, 2003
Neverwinter Nights: Enhanced Edition Beamdog March 27, 2018
OpenLoco OpenRCT2 Team June 16, 2018
Pinball Fantasies DICE 21st Century Entertainment, Rebellion Developments April 23, 2013
Pinball Mania Rockstar Lincoln 21st Century Entertainment, Rebellion Developments April 22, 2013
Quake id Software, Hipnotic Interactive, Rogue Entertainment GT Interactive, Activision, MacSoft, Macmillan Digital Publishing USA, Bethesda Softworks
Quake II id Software, Xatrix Entertainment, Rogue Entertainment Activision, Bethesda Softworks
Quake III Arena id Software Activision January 4, 2002
Return to Castle Wolfenstein Gray Matter Interactive, id Software, Nerve Software, Splash Damage Activision, Aspyr Media April 29, 2002
Sacred Sword Princesses Hope Studio Nutaku Publishing
Sid Meier's Civilization III Firaxis Games, BreakAway Games Infogrames, Atari, 2K Games, Sold Out Software, Aspyr Media, Aspyr Media January 12, 2006
Soldat Soldat Team Transhuman Design January 1, 2018
SpaceChem Zachtronics January 1, 2011
Spear of Destiny id Software, FormGen Corporation FormGen Corporation, id Software
Star Trek: Voyager - Elite Force Raven Software Activision, Aspyr Media January 7, 2002
The Curse of Monkey Island LucasArts March 22, 2018
The Elder Scrolls II: Daggerfall Bethesda Softworks
The Journeyman Project 2: Buried in Time Presto Studios Sanctuary Woods
The Longest Journey Funcom Tri Synergy
TORCS Eric Espié, Christophe Guionneau, Bernhard Wymann January 1, 2001
Tsukihime Plus-Disc Type-Moon
Tyrian Eclipse Productions Epic MegaGames, XSIV Games, Contoso Games October 18, 2012
Ultima VI: The False Prophet Origin Systems Electronic Arts October 18, 2012
Wolfenstein 3D id Software Apogee Software, GT Interactive, Activision, MacPlay, Bethesda Softworks
X-Men: The Ravages of Apocalypse Zero Gravity Entertainment WizardWorks June 5, 2006
Zak McKracken and the Alien Mindbenders LucasArts Disney Interactive Studios March 19, 2015
Zork: Grand Inquisitor Activision Activision, MacPlay, MacPlay October 23, 2001


Limited support

For instance cases where the game boots, but where critical gameplay elements no longer work due to a lack of updates.

Total number of games:

Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__API._pageID'; this is incompatible with sql_mode=only_full_group_by (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__API`.`_pageID` AS `cargo_backlink_page_id_API`,COUNT(*) FROM `cargo__API` WHERE `cargo__API`.`macOS_Intel_32bit_app`='limited' ORDER BY `cargo__API`.`_pageID`,COUNT(*) LIMIT 100


Game Series Developer Publisher Released
Dofus Ankama September 1, 2005
Eternal Lands Radu Privantu January 1, 2010
KnightShift Reality Pump Studios TopWare Interactive January 25, 2017
Myst Online: Uru Live Cyan Worlds GameTap, Cyan Worlds March 20, 2007
Retrocycles Manuel Moos, Armagetron Advanced Development Team, Manuel Moos September 23, 2011