2016-02-15 19:16:11 +01:00
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers , whose names
* are too numerous to list here . Please refer to the COPYRIGHT
* file distributed with this source distribution .
*
2021-12-26 18:47:58 +01:00
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation , either version 3 of the License , or
* ( at your option ) any later version .
2016-09-03 12:46:38 +02:00
*
2016-02-15 19:16:11 +01:00
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
2016-09-03 12:46:38 +02:00
*
2016-02-15 19:16:11 +01:00
* You should have received a copy of the GNU General Public License
2021-12-26 18:47:58 +01:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2016-02-15 19:16:11 +01:00
*
*/
namespace Wage {
2019-10-23 11:50:35 -05:00
# define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE)
2016-03-16 19:51:21 +01:00
# define ADGF_GENERIC (ADGF_DEFAULT|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET)
# define ADGF_DEMO (ADGF_GENERIC|ADGF_DEMO)
2016-02-15 19:16:11 +01:00
2016-02-29 18:48:27 +01:00
# define FANGAME(n,m,s) { "wage",n,AD_ENTRY1s(n,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()}
# define FANGAMEN(n,f,m,s) { "wage",n,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0()}
2016-03-16 19:51:21 +01:00
# define FANGAMEND(n,f,m,s) { "wage",n,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_DEMO,GUIO0()}
2016-02-24 20:35:34 +01:00
# define BIGGAME(t,v,f,m,s) { t,v,AD_ENTRY1s(f,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_DEFAULT,GUIO0()}
2016-02-15 19:16:11 +01:00
static const ADGameDescription gameDescriptions [ ] = {
2021-10-16 19:29:11 +03:00
FANGAME ( " 3rd Floor " , " 931aa0b6ada3aced5117ee6e6daf2fb8 " , 281153 ) ,
FANGAME ( " 3rd Floor " , " 140883954b7cd89b0ffabde6ee0073d4 " , 281167 ) , // alt version
BIGGAME ( " afm " , " v1.8 " , " Another Fine Mess 1.8 " , " 8bbec64ffe9deee4ff48d27f01176814 " , 1420467 ) ,
BIGGAME ( " amot " , " v1.8 " , " A Mess O' Trouble 1.8 " , " 57de8f1f79a24fa1a296aa10242c3648 " , 1842848 ) ,
FANGAMEND ( " The Ashland Revolution " , " The Ashland Revolution Demo " , " 18f1f5d1081b9a5676ccfb0c3b857059 " , 144767 ) , // Original file name "The Ashland Revolution Demo†"
FANGAME ( " The Axe-orcist " , " 9718b72e86a9727bbd68e12fa992b268 " , 308508 ) ,
FANGAME ( " Brownie's Dream " , " 379f2c810efc18bad932049d331df1b6 " , 440448 ) ,
FANGAMEN ( " Brownie's Time Travels " , " Brownie's Time Travels v1.2 " , " d95999aff4e283bd21db686cfb2cb9b9 " , 471333 ) ,
FANGAME ( " Bug Hunt " , " b55b23a5f38d28407bd6c178a64ab629 " , 195443 ) ,
FANGAME ( " Bug Hunt " , " cd7e1064813b9b0e3cd946e569109b34 " , 195523 ) , // alt version
BIGGAME ( " cantitoe " , " " , " Camp Cantitoe " , " 4a44860fdfe5b9e98bcf8433801cd925 " , 616729 ) ,
FANGAME ( " Canal District " , " 061a09e9258145f6a585e869a0319004 " , 641214 ) ,
FANGAME ( " Carbon Copy " , " 322410318c60045928a10f6b4c0b0a87 " , 519189 ) ,
FANGAME ( " Castle of Ert " , " 069daab46729291a615e9ee3528008ff " , 198699 ) ,
FANGAMEN ( " Castle of Ert " , " Castle of Ert.1 " , " ecadcdd9bdee68aeb32507932857db30 " , 198727 ) , // alt version
FANGAMEND ( " Death Mall " , " Death Mall Demo " , " 8284351df1c7b678279139ed486ab127 " , 254618 ) ,
FANGAME ( " Deep Angst " , " ddc4c8b3d317e2c79a12c53275253ac3 " , 329294 ) , // Original gile name "Deep Angst™"
FANGAME ( " Deep Ennui " , " 9879bf659f11c9177d578a347da0c658 " , 85819 ) ,
2016-02-24 20:35:34 +01:00
// Polygons with ignored byte 1
2021-10-16 19:29:11 +03:00
FANGAME ( " Double Trouble " , " 1cd05d66163b44f9f0d8c3e7232bc2db " , 542115 ) ,
BIGGAME ( " drakmythcastle " , " disk I " , " Drakmyth Castle disk I of II " , " 54dd0a817b667fc05c4f2dee6abe126a " , 793528 ) ,
BIGGAME ( " drakmythcastle " , " disk II " , " Drakmyth Castle II " , " b57af17c805775d7d68b62133164c4e4 " , 1685403 ) ,
2016-03-14 19:40:31 +01:00
// Crash at start in GUI rendering
2021-10-16 19:29:11 +03:00
FANGAME ( " Dune Eternity " , " 4946bc99cc42bf83b628352aa9b81a7b " , 289945 ) , // Original file name is "***DUNE ETERNITY*** "
FANGAMEN ( " Dungeon World II " , " DungeonWorld2 " , " 74a7153f9ae61a59a216078a37f68f2c " , 229943 ) ,
2016-04-04 10:47:46 +02:00
// Made for bigger resolution
2021-10-16 19:29:11 +03:00
FANGAME ( " Dynasty of Dar " , " e118a261d33831c224f3b776ec5dd2a8 " , 275437 ) ,
FANGAME ( " Edg's World " , " 480bcf68be49ee3765902e922ccdc833 " , 106513 ) ,
FANGAME ( " Eidisi I " , " ed8fec61ad94ddec06feaf4eb720084b " , 172296 ) ,
FANGAME ( " Eidisi I " , " 06ae31c4361f9bd5b91593858b6d0d79 " , 172310 ) , // alt version
2016-03-07 18:46:54 +01:00
// Problems(?) with text on the first screen
2021-10-16 19:29:11 +03:00
FANGAMEN ( " Enchanted Pencils " , " Enchanted Pencils 0.99 (PG) " , " 49a0708da81dbeb28c6e607429c92209 " , 408657 ) ,
FANGAMEN ( " Enchanted Pencils " , " Enchanted Pencils 0.99 (PG) " , " 0095d0e069851521c44ca3cdc94bcba3 " , 414464 ) , // alt?
FANGAME ( " Escape! " , " 28a9658ee846a34f133df29b54cf255a " , 64819 ) , // Original file name "Escape!†"
FANGAME ( " Escape from School! " , " 2055747bb874052333190eb993246a7f " , 49849 ) ,
FANGAME ( " Escape from School! " , " fcc581e52d1fc8ea4603d7c953fa935a " , 49863 ) , // Original file name "Escape from School!†"
FANGAME ( " Everyman 1 " , " 97d78e22493245636f84ad8db732305c " , 335449 ) ,
FANGAME ( " Exploration Zeta! " , " 9006eff549afadc956e5de4ae6a24fbd " , 366343 ) ,
2016-04-04 10:55:47 +02:00
// Cannot proceed past the first scene
2021-10-16 19:29:11 +03:00
FANGAMEND ( " Explorer " , " Explorer DEMO " , " 0ae79f48754466c4cd65137c7f186384 " , 460972 ) ,
2016-03-01 18:18:32 +01:00
// Crash in console rendering on the first scene
2021-10-16 19:29:11 +03:00
FANGAME ( " Fantasy Quest " , " b52d3e2680a76c23b2791e2c87f6b6bd " , 762498 ) ,
FANGAME ( " Find the Heart " , " 0c0c282649597ea1ac82d97c8d4029a2 " , 105979 ) , // From Joshua's Worlds 1.0
FANGAME ( " Find the Heart " , " 08de3248b8c691d9a08af984bdcfa872 " , 105629 ) , // From Joshua's Worlds. Alt version
FANGAME ( " Find the Heart " , " 73935d313b666763e50d2cdc6b3b7908 " , 105615 ) , // Standalone
FANGAMEN ( " Fortune Teller " , " Fortune Teller 1.1 " , " 3c09329fc3c92a70e5c8874cc763f5cb " , 73675 ) ,
FANGAMEN ( " Fred Rogers - Terrorist " , " Terrorist " , " 4398f711bc2a456e6d730641308593f0 " , 524213 ) , // Original file name "Terrorist†"
FANGAME ( " Fred Rogers - Terrorist " , " 8597a77619847efbce3f1f8b2ceb3258 " , 524199 ) , // Original file name "Terrorist†"
FANGAMEN ( " Haunted House " , " Haunted House 1.5 " , " 5e34e9fa13f4c90876f10a40ea1d1c79 " , 177244 ) ,
FANGAMEN ( " The Hotel Caper " , " The Hotel Caper V1.0 " , " c9b3c75814fc6b14feae044157bef252 " , 231713 ) ,
FANGAMEN ( " The Hotel Caper " , " The Hotel Caper V1.0 " , " 4658ece81a6f211a828e747125482f48 " , 231713 ) , // alt version
2016-12-14 10:50:15 +01:00
// Cropped graphics on first scene, cannot pass to in-game
2021-10-16 19:29:11 +03:00
FANGAME ( " Intro to Gothic " , " 606eec666f0b2d767e4423747e740434 " , 207811 ) ,
FANGAMEN ( " James Bond 007 " , " 007 " , " 2449924f2cb43454489a4ef91c0ee702 " , 50407 ) ,
2016-12-14 10:50:15 +01:00
// Lots of unhandled comparisons
2021-10-16 19:29:11 +03:00
FANGAME ( " Jamie the Demon Slayer " , " ed054aa760569059c7ea554e822089a6 " , 232533 ) ,
FANGAMEN ( " Journey " , " The Journey 1.6.2 US " , " 588a516caa187005fdfcbc72823c8eff " , 820316 ) ,
FANGAMEN ( " Jumble " , " LSJUMBLE " , " 555ead186ec1683157e53b96fc4a99d5 " , 647083 ) , // Original file name is "LSJUMBLE† "
FANGAME ( " Karth of the Jungle " , " 6dae6eef6f46101ba8c9e312bb82e824 " , 96455 ) ,
FANGAME ( " Karth of the Jungle " , " c869cacc59f2402d06bc8197be28b5df " , 96704 ) , // Alternative version
FANGAME ( " Karth of the Jungle II " , " 6f26e0bace5c41d91c135e5e102de5bc " , 200797 ) ,
FANGAMEN ( " Little Pythagoras " , " Little Pythagoras 1.1.1 " , " 66a5d2ac1a0df2ee84cbee583c1f1dfe " , 628565 ) ,
FANGAME ( " Lost Crystal " , " 945a1cf1ead6dd298305935b5ccb21d2 " , 770816 ) ,
FANGAMEN ( " Lost In Kookyville " , " Lost In Kookyville 1.2.4 " , " 89ecb4cef5cc4036e54f8bc45ce7520e " , 721313 ) ,
FANGAME ( " Lost Princess " , " 29d9889b566286506ded7d8bec7b75ce " , 166502 ) ,
FANGAME ( " Mac Spudd! " , " eaba9195dd27c2a26b809a730417122b " , 781859 ) ,
FANGAME ( " Magic Rings " , " 263e2c90af61f0798bf41f6a1e3f6345 " , 108788 ) ,
2016-03-16 11:29:38 +01:00
// No way to click on the house
2021-10-16 19:29:11 +03:00
FANGAME ( " Messy House " , " 32ca71f2ff37997407cead590c2dd306 " , 176864 ) ,
FANGAME ( " Midnight Snack " , " 70ba8a5a1f0304669c9987360bba236f " , 67696 ) ,
FANGAME ( " Midnight Snack " , " 24973af10822979e23866d88a7d2e15c " , 67710 ) , // Alt version
FANGAME ( " Mike's House " , " 591b5a4d52ecf9a7d87256e83b78b0fd " , 87101 ) ,
FANGAME ( " Mike's House " , " e4c0b836a21799db3995a921a447c28e " , 87087 ) , // Alt version
FANGAME ( " Minitorian " , " c728dfccdca12571e275a4113b3db343 " , 586208 ) ,
FANGAME ( " M'Lord's Warrior " , " e0a0622ce2023984e3118141a9688ec5 " , 465383 ) , // Original file name is "M'Lord's Warrior †"
FANGAMEN ( " Mormonoids from the Deep " , " Mormonoids 1.25 " , " 4730d0c47d13401d73353e980f91a304 " , 645062 ) ,
FANGAMEN ( " Mormonoids from the Deep " , " Mormonoids 1.25 " , " 1a7ee052b375f0c0a4c18836c978ce5b " , 645077 ) , // Alt version
2016-03-21 19:49:30 +01:00
// Unhandled comparison case
2021-10-16 19:29:11 +03:00
FANGAME ( " Mountain of Mayhem " , " 634211b004371635d191ae0687035501 " , 749747 ) , // Original file name "Mountain of Mayhem †"
2016-03-16 11:29:38 +01:00
// No way to pass through the first screen
2021-10-16 19:29:11 +03:00
FANGAME ( " Nightcrawler Ned " , " 8423fc015c395bd6be54a7ea69170d99 " , 366286 ) ,
2017-08-30 09:06:20 +02:00
// No player in the world
2021-10-16 19:29:11 +03:00
FANGAMEN ( " Parrot Talk " , " PARROT TALK V1 " , " c38c090be8c078d931905c93bc0689f5 " , 118680 ) ,
2017-08-30 09:06:20 +02:00
// No player in the world
2021-10-16 19:29:11 +03:00
FANGAMEN ( " Parrot Talk " , " PARROT TALKV2 " , " 5ec1df9e2d6d0dcf1a040a95500d9551 " , 118628 ) ,
FANGAME ( " Pavilion " , " a980e60a291c0a7b949474177affa134 " , 231431 ) ,
FANGAMEN ( " Pencils " , " Pencils.99 " , " 09dbcdbefe20536c2db1b1a4fb4e5ed3 " , 408295 ) ,
2016-03-17 10:59:09 +01:00
// Polygons with byte 1
2021-10-16 19:29:11 +03:00
FANGAME ( " Periapt " , " 7e26a7827c694232624321a5a6844511 " , 405750 ) ,
FANGAME ( " Periapt " , " bc36e40de279d5f0844577fe702d9f64 " , 405750 ) , // alt version
2017-08-24 09:06:24 +02:00
// Cannot push buttons
2021-10-16 19:29:11 +03:00
FANGAMEN ( " The Phoenix v1.2 " , " The Phoenix " , " fee9f1de7ad9096d084461d6066192b1 " , 431384 ) ,
FANGAME ( " The Phoenix " , " bd6dabf7a19d2ab7902498a8513f8c71 " , 431387 ) ,
FANGAME ( " Psychotic! " , " d6229615b71b189f6ef71399a0856cd2 " , 367053 ) ,
FANGAME ( " Psychotic! " , " c7608f67592563b44f2f48fe5fec63ce " , 367067 ) , // alt version
FANGAME ( " Psychotic! " , " 51aa5f2744ceb5666c9556bccee797d6 " , 367173 ) , // another alt version
FANGAME ( " Puzzle Piece Search " , " 6c21c1e0c6afef9300941abd7782dd16 " , 247437 ) , // From Joshua's Worlds 1.0
FANGAME ( " The Puzzle Piece Search " , " 8fa1d80dd3f1ed69f45d15d774968995 " , 247082 ) , // From Joshua's Worlds
FANGAME ( " The Puzzle Piece Search " , " fb839ac4f22427f44e99bcc5afd57a0b " , 247068 ) , // Stnadalone
2016-03-07 19:00:04 +01:00
// Empty(?) first scene
2021-10-16 19:29:11 +03:00
FANGAME ( " Pyramid of No Return " , " 4bf4c39b140f5aadb5f8c9a50153d18e " , 384889 ) ,
2016-04-04 18:46:59 +02:00
// Cropped graphics at the first scene
2021-10-16 19:29:11 +03:00
FANGAME ( " P-W Adventure " , " a8e9f97ee02f01de588a4dbabe55ca3f " , 218960 ) ,
FANGAMEN ( " Pyramid of Ert " , " Pyramid of Ert V1.2 " , " 358b03ea9c978fbfd2ce2833daea00f8 " , 315527 ) ,
FANGAME ( " Queen Quest " , " 7ca009dad76827ce008c3c7fa01cab0a " , 56770 ) ,
FANGAME ( " Queen Quest " , " cde1255992101e0763687f45e0f47169 " , 56783 ) , // alt version
FANGAME ( " Quest for T-Rex " , " 51aa29d24ca702c8980e959706ef0b76 " , 592328 ) ,
FANGAME ( " Quest for the Dark Sword " , " d98c3879ff20ca7e835e3a630c2c74ef " , 572320 ) ,
FANGAME ( " Radical Castle " , " e424dea5542817435b4b6da41fd532cb " , 355345 ) ,
FANGAME ( " Radical Castle 1.0 " , " 7c7701dcab013c65510f97a8712fc419 " , 347022 ) ,
BIGGAME ( " raysmaze " , " v1.5 " , " Ray's Maze1.5 " , " 328096d3c7ccb838956c42b273f17b8e " , 1408260 ) ,
BIGGAME ( " raysmaze " , " v1.5/alt " , " Ray's Maze1.5 " , " 401cd46df5e49fa4171ed398b3e0227b " , 1408260 ) ,
FANGAME ( " Ray's World Builder Demo " , " eafea10db54530ac6e6128be31741542 " , 115800 ) ,
2016-03-21 20:00:23 +01:00
// Unhandled comparison case
2021-10-16 19:29:11 +03:00
FANGAME ( " Sands of Time " , " d065662865d0cb9065812479ed7d2795 " , 122416 ) , // Original file name "Sands of Time†"
BIGGAME ( " scepters " , " " , " Scepters " , " e6c58e96b02f8eb46e0ccfe4f547045b " , 346339 ) ,
BIGGAME ( " scepters " , " " , " Scepters " , " 2c824f1bd7b22c575c7be86ac88ebd23 " , 347284 ) , // alt version
FANGAME ( " Schmoozer " , " 7bbb3d317d2074870c72b28d07984ef8 " , 221244 ) ,
2016-03-01 11:42:53 +01:00
// ??? problems with dog bitmap?
2021-10-16 19:29:11 +03:00
FANGAMEN ( " Space Adventure " , " SpaceAdventure " , " 3908c75d639989a28993c59931fbe1ec " , 155100 ) ,
FANGAMEN ( " Space Adventure " , " SpaceAdventure " , " e38d524cb778ed0beb77ee9299f0ed45 " , 155100 ) , // alt version
FANGAMEN ( " Spear of Destiny " , " SpearOfDestiny " , " ac00a26f04f83b47c278cc1d226f48df " , 333409 ) , // Original file name "SpearOfDestiny†"
FANGAME ( " Spear of Destiny " , " ea90bddd0925742351340cf88dd1c7a6 " , 620350 ) , // alt version, normal file name
FANGAME ( " Star Trek " , " 3067332e6f0bb0314579f9bf102e1b56 " , 53064 ) ,
FANGAME ( " Strange Disappearance " , " 9d6e41b61c0fc90400e5da2fcb653a4a " , 772026 ) ,
FANGAME ( " The Sultan's Palace " , " fde31cbcc77b66969b4cfcd43075341e " , 456599 ) ,
FANGAME ( " Swamp Witch " , " bd8c8394be31f7845d55785b7ccfbbde " , 739525 ) , // Original file name "Swamp Witch†"
FANGAME ( " Swamp Witch " , " 07463c8b3b908b0c493a41b949ac1ff5 " , 739875 ) , // alt version, normal file name
FANGAME ( " Sweetspace Now! " , " 574dc7dd25543f7a516d6524f0c5ab33 " , 123557 ) , // Comes with Jumble
2016-03-21 20:00:23 +01:00
// Wrong scrolling in the first console text
2021-10-16 19:29:11 +03:00
FANGAMEN ( " Sword of Siegfried " , " Sword of Siegfried 1.0 " , " 2ae8f21cfb228ce58ee47b767bdd8820 " , 234507 ) ,
FANGAME ( " Time Bomb " , " e96f3e2efd1e3db6ad0be22180f5473c " , 64308 ) ,
FANGAME ( " Time Bomb " , " 976180f9be0d1029aaba7774fec9767c " , 64322 ) , // Alt version
2016-03-01 12:10:53 +01:00
// Admission for on 3rd screen is messed up
2021-10-16 19:29:11 +03:00
FANGAME ( " The Tower " , " 4cd8755ccb5bbeaf2e5f7848a8daa033 " , 556283 ) ,
2016-03-15 10:41:04 +01:00
// Polygons with ignored byte 1 and 2 on second scene
2021-10-16 19:29:11 +03:00
FANGAME ( " The Village " , " fd35cad8c61064d6c8aaadab7070ccad " , 314572 ) ,
FANGAME ( " The Wizard's Apprentice " , " 477c2d2d4672d968dfac1df2acef1dc9 " , 782568 ) ,
2016-04-05 18:48:29 +02:00
// Messed up first scene
2021-10-16 19:29:11 +03:00
FANGAMEND ( " Tombworld " , " Demo TombWorld " , " 695734292024290d5d0aa6a66ff628f6 " , 663996 ) , // Original file name "Demo TombWorld©"
2016-03-15 10:41:04 +01:00
// Doesn't go past first scene
2021-10-16 19:29:11 +03:00
BIGGAME ( " twisted " , " " , " Twisted! 1.6 " , " 6e0be4c7d83231e56a431dc4ef7bf978 " , 960698 ) ,
FANGAME ( " Volcano II " , " 7941c08b34bc2408b98c0004c7154aeb " , 82735 ) , // Original file name "Volcano II†"
FANGAME ( " Wishing Well " , " 607a66461d65a73c1222d63dbde0175d " , 103432 ) ,
FANGAME ( " Wizard's Warehouse " , " 18b4678c76961c1f3ae3013e13f691a3 " , 159492 ) ,
FANGAMEN ( " Wizard's Warehouse 2 " , " WizWarehouse 2.0 " , " e67ac67548236a73897a85cd12b30492 " , 230614 ) ,
FANGAME ( " ZikTuria " , " a91559e6f04a67dcb9023a98a0faed77 " , 52716 ) ,
FANGAME ( " Zoony " , " 3f7418ea8672ea558521c178188cfce5 " , 154734 ) , // original filename "Zoony™"
FANGAME ( " Zoony " , " 55d3d42b5dca9630eb28ad464f343c67 " , 154734 ) , // original filename "Zoony™", alt version
2016-02-15 19:16:11 +01:00
2021-10-16 18:59:13 +03:00
#if 0
// These are TODO
{ " grailquest " , " GrailQuest: Adventure in the Age of King Arthur " } ,
FANGAME ( " Dash Hansen and the Search for the Black Orchid " ) ;
FANGAME ( " Deep Angst II: The Nightmare Ends " ) ;
FANGAME ( " Escape From Saecvrom " ) ;
FANGAME ( " Maze of the Questing Beast " ) ;
FANGAME ( " Pirate Attack! " ) ;
FANGAME ( " Robot Planet " ) ;
FANGAME ( " Starport " ) ;
FANGAME ( " MythWorld " ) ;
FANGAME ( " Brownie Saves the Day " ) ;
FANGAME ( " Brownie's Dream " ) ;
FANGAME ( " Can James Be Found? " ) ;
FANGAME ( " SparGate " ) ;
FANGAME ( " The Time Squisher " ) ;
FANGAME ( " Who Shot Brownie Dog? " ) ;
FANGAME ( " Brownie's Time Travels " ) ;
FANGAME ( " The Adventures of Steve Reeve " ) ;
FANGAME ( " Palace of Sand (Sultan's Palace) " ) ;
FANGAME ( " Sword of Siegfried " ) ;
FANGAME ( " Introduction to Gothic " ) ;
// modified
FANGAME ( " The Ashland revolution " ) ;
FANGAME ( " Jamie the Demon Slayer " ) ;
FANGAMEN ( " Lost In Kookyville " , " Lost In Kookyville 1.2.4 " , " 89ecb4cef5cc4036e54f8bc45ce7520e " , 721569 ) ,
FANGAME ( " Nightcrawler Ned " , " 8423fc015c395bd6be54a7ea69170d99 " , 366542 ) ,
FANGAME ( " The Axe-orcist " , " 9718b72e86a9727bbd68e12fa992b268 " , 308764 ) ,
BIGGAME ( " scepters " , " " , " Scepters " , " 2c824f1bd7b22c575c7be86ac88ebd23 " , 347540 ) , // alt version
FANGAMEN ( " Enchanted Pencils " , " Enchanted Pencils 0.99 (PG) " , " 49a0708da81dbeb28c6e607429c92209 " , 408913 ) ,
BIGGAME ( " twisted " , " " , " Twisted! 1.6 " , " 6e0be4c7d83231e56a431dc4ef7bf978 " , 960954 ) ,
FANGAME ( " P-W Adventure " , " a8e9f97ee02f01de588a4dbabe55ca3f " , 219216 ) ,
FANGAME ( " Quest for T-Rex " , " 51aa29d24ca702c8980e959706ef0b76 " , 592584 ) ,
FANGAMEN ( " Mormonoids from the Deep " , " Mormonoids 1.25 " , " 4730d0c47d13401d73353e980f91a304 " , 645318 ) ,
FANGAME ( " Star Trek " , " 3067332e6f0bb0314579f9bf102e1b56 " , 53320 ) ,
# endif
2016-02-15 19:16:11 +01:00
AD_TABLE_END_MARKER
} ;
} // End of namespace Wage