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 "PCGamingWiki:GOG.com Enhancement Project"

From PCGamingWiki, the wiki about fixing PC games
(Added current time magic word to projectbox)
(Improved the count queries.)
Line 44: Line 44:
  
 
===Stubs===
 
===Stubs===
{{ii}} '''Stubs:''' {{#var:stubs}}
+
{{ii}} '''Stubs:''' {{#cargo_query:
 
+
tables=Availability,Tags
 +
|join on=Availability._pageName=Tags._pageName
 +
|fields=COUNT(*)
 +
|where=Availability.Available_from HOLDS LIKE 'GOG.com' AND Tags.Stub='true'
 +
|format=text
 +
}}
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=Infobox_game,Availability,Tags
 
tables=Infobox_game,Availability,Tags
Line 61: Line 66:
 
===Completed===
 
===Completed===
 
{{ii}} Completion state can be tracked over on [[PCGamingWiki:GOG.com Enhancement Project/Completion|this page]]. Use [[PCGamingWiki:GOG.com Enhancement Project/account|this page]] for games on the shared GOG.com press account.
 
{{ii}} Completion state can be tracked over on [[PCGamingWiki:GOG.com Enhancement Project/Completion|this page]]. Use [[PCGamingWiki:GOG.com Enhancement Project/account|this page]] for games on the shared GOG.com press account.
{{ii}} '''Completed:''' {{#var:completed}}
+
{{ii}} '''Completed:''' {{#cargo_query:
 
+
tables=Availability,Tags
 +
|join on=Availability._pageName=Tags._pageName
 +
|fields=COUNT(*)
 +
|where=Availability.Available_from HOLDS LIKE 'GOG.com' AND Tags.Stub='false'
 +
|format=text
 +
}}
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=Infobox_game,Availability,Tags
 
tables=Infobox_game,Availability,Tags
Line 79: Line 89:
 
{{ii}} These are games which have been removed for sale from GOG.com and remain for the sake of completeness. Users who purchased them previously are able to download and play these games as usual. These do not need to be completed for the project.
 
{{ii}} These are games which have been removed for sale from GOG.com and remain for the sake of completeness. Users who purchased them previously are able to download and play these games as usual. These do not need to be completed for the project.
 
{{ii}} For more information on games that have been removed from sale, [https://web.archive.org/web/20190321090105/http://www.gogwiki.com/wiki/List_of_games_removed_from_GOG see the GOG.com Community Wiki's article dedicated to the topic] (archived).
 
{{ii}} For more information on games that have been removed from sale, [https://web.archive.org/web/20190321090105/http://www.gogwiki.com/wiki/List_of_games_removed_from_GOG see the GOG.com Community Wiki's article dedicated to the topic] (archived).
 
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=Infobox_game,Availability,Tags
 
tables=Infobox_game,Availability,Tags

Revision as of 10:36, 19 November 2022

Project aim

  • Update and complete articles for every single GOG.com game to the highest standard.

Instructions

  • Refer to the Editing guide (along with the Sample article) and fill in all issues and fixes, test windowed/borderless fullscreen modes, controllers, etc.

Discussion

  • Request access to our shared GOG.com press account on the Forums.
  • Alternatively, discuss the project on the Talk page.

Other information

Main contact


This page was last refreshed on 10:50 April 28, 2024. Purge the page to refresh it.



GOG.com Enhancement Project
ProjectForumTalk

<span class="meter" style="width: Expression error: Unexpected < operator.%;">

Completed Expression error: Unexpected < operator. of
Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__Infobox_game._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__Infobox_game`.`_pageID` AS `cargo_backlink_page_id_Infobox_game`,TRIM(COUNT(*)) FROM `cargo__Infobox_game` WHERE `cargo__Infobox_game`.`_ID` IN (SELECT `_rowID` FROM `cargo__Infobox_game__GOGcom_ID` WHERE `_value`LIKE '%') ORDER BY `cargo__Infobox_game`.`_pageID`,TRIM(COUNT(*)) LIMIT 100

games
Expression error: Unexpected < operator.%


Auto-populated list

An archived version of the old list can be found here.

Total number of games:

Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__Infobox_game._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__Infobox_game`.`_pageID` AS `cargo_backlink_page_id_Infobox_game`,TRIM(COUNT(*)) FROM `cargo__Infobox_game` WHERE `cargo__Infobox_game`.`_ID` IN (SELECT `_rowID` FROM `cargo__Infobox_game__GOGcom_ID` WHERE `_value`LIKE '%') ORDER BY `cargo__Infobox_game`.`_pageID`,TRIM(COUNT(*)) LIMIT 100

Stubs

Stubs:
Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__Tags._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__Tags`.`_pageID` AS `cargo_backlink_page_id_Tags`,`cargo__Availability`.`_pageID` AS `cargo_backlink_page_id_Availability`,COUNT(*) FROM `cargo__Availability` LEFT OUTER JOIN `cargo__Tags` ON ((`cargo__Availability`.`_pageName`=`cargo__Tags`.`_pageName`)) WHERE `cargo__Availability`.`_ID` IN (SELECT `_rowID` FROM `cargo__Availability__Available_from` WHERE `_value`LIKE 'GOG.com') AND `cargo__Tags`.`Stub`='true' ORDER BY `cargo__Tags`.`_pageID`,`cargo__Availability`.`_pageID`,COUNT(*) LIMIT 100

More...

Completed

Completion state can be tracked over on this page. Use this page for games on the shared GOG.com press account.
Completed:
Error 1140: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'pcgamingwiki_cargo.cargo__Tags._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__Tags`.`_pageID` AS `cargo_backlink_page_id_Tags`,`cargo__Availability`.`_pageID` AS `cargo_backlink_page_id_Availability`,COUNT(*) FROM `cargo__Availability` LEFT OUTER JOIN `cargo__Tags` ON ((`cargo__Availability`.`_pageName`=`cargo__Tags`.`_pageName`)) WHERE `cargo__Availability`.`_ID` IN (SELECT `_rowID` FROM `cargo__Availability__Available_from` WHERE `_value`LIKE 'GOG.com') AND `cargo__Tags`.`Stub`='false' ORDER BY `cargo__Tags`.`_pageID`,`cargo__Availability`.`_pageID`,COUNT(*) LIMIT 100

More...

Games removed from sale

These are games which have been removed for sale from GOG.com and remain for the sake of completeness. Users who purchased them previously are able to download and play these games as usual. These do not need to be completed for the project.
For more information on games that have been removed from sale, see the GOG.com Community Wiki's article dedicated to the topic (archived).

More...


References