Difference between revisions of "About:Research Methods"

From Game Developer Research Institute
Jump to: navigation, search
(Actual mentions)
m (Hidden data)
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following are the methods GDRI may use to determine works by a particular developer.
+
< [[About]]
 +
 
 +
The following are the primary ways GDRI tries to determine the developer (company) of a game:
  
 
==Actual mentions==
 
==Actual mentions==
A developer may be mentioned in the game, sometimes in the beginning or in the credits. On occassion, it might even be named in the copyright notice.
+
An "actual mention" is when a company name is actually mentioned in or on a game. Many games or game packages will state directly that the game was developed/programmed by a particular company or companies.
  
Examples of "actual mentions": [http://gdri.smspower.org/wiki/index.php/Image:Actualmention1.jpg 1]
+
Other actual mentions are not so forthcoming, however. They might say "Produced by Company" or "Designed by Company," or the company might only be mentioned in the copyright notice. In these cases, we will look closely for other evidence.
 +
 
 +
Another kind of actual mention is when the name of the developer is written on a wall, sign, or other object in a game. An example of this can be found in the unreleased ''Ninja Gaiden'' for the Sega Mega Drive. A sign flashing "[[Opus]]" backwards can be seen at the end of round 4-2. [http://gdri.smspower.org/wiki/index.php/Image:Ninjagaidenopus.png]
 +
 
 +
Mentions in credits are also considered actual mentions.
 +
 
 +
Examples of actual mentions: [http://gdri.smspower.org/wiki/index.php/Image:Robin.png 1] [http://gdri.smspower.org/wiki/index.php/Image:Kabuki.png 2] [http://gdri.smspower.org/wiki/index.php/Image:HaniontheRoad(J)-023.png 3] [http://gdri.smspower.org/wiki/index.php/Image:Actualmention1.jpg 4]
  
 
==Code comparisons==
 
==Code comparisons==
Thanks to a program developed especially for GDRI, we can now do code comparisons. This program can look at two different files (in this case, ROMs) and find what data is shared between the two. From there, we can search for this shared data/code in other ROMs.
+
Thanks to a program developed especially for GDRI, we can perform code comparisons. This program can look at two different files and show what is shared between them. For our purposes, we can compare two ROMs for games we know to be by the same developer and see what code is shared between the two. From there, we can search for this shared data in other ROMs. If there is a significant amount of shared code in these other ROMs, there is a good possibility that these were programmed by the developer of the two games we originally compared.
 +
 
 +
This is not necessarily helpful if there is a lot of generic code used, or there are drastically different programming teams, but it can be a powerful tool, especially when backed up by other evidence.
 +
 
 +
The aforementioned program is not available for download yet as it is not in a distributable state.
 +
 
 +
==Hidden data==
 +
Hidden data are data in a game that a player cannot access through normal use or through "tricks" (e.g., pressing a button combination to bring up a debug menu or special message). Other tools are needed.
 +
 
 +
Text strings are the most common type of hidden data. You can see them by opening up a ROM or disk image in Notepad. We prefer using [http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx Strings], a tool for finding UNICODE (or ASCII) strings in files. Example:
  
Sometimes, this is not particularly helpful if there is a lot of generic code involved or there are drastically different programming teams. Other times, this can be a powerful tool (especially if it can be backed up by other evidence).
+
<pre>MS SONIC¥THE¥HEDGEHOG.2 Ver1.00 1992/09/05 SEGA /Aspect Co.,Ltd</pre>
  
The aforementioned program is not available for download, as it is not in a distributable state.
+
Another type of hidden data are graphics. For example, if you view the tilesets for ''Donkey Kong'', ''Congo Bongo'', or ''Zaxxon'' in MAME, you will find the [[Ikegami Tsushinki]] logo.
  
==E-mail==
+
==Interviews==
On rare occasion, GDRI is able to make contact with former staffers who are willing to help and share info with us. We just wish it would happen more often.
+
GDRI will try to get information by making contact with former staffers. Look at our [[Interviews]] section to see many of the people we have successfully talked to so far.
  
If you are a former staffer with one of the developers featured on GDRI and want to help us, please contact us at smsgenny [@] vgrebirth.org.
+
If you are a former staffer with one of the development companies covered on GDRI and want to help, please [[Special:Contact|contact us]].
  
 
以前ゲームの開発に関わった方なら、どうぞご連絡ください。日本語、他国語問いません。
 
以前ゲームの開発に関わった方なら、どうぞご連絡ください。日本語、他国語問いません。
Line 23: Line 40:
 
Company websites are great resources for information, especially if the company is open about the games it worked on in the past (thus eliminating a lot of legwork for us).
 
Company websites are great resources for information, especially if the company is open about the games it worked on in the past (thus eliminating a lot of legwork for us).
  
Failing that, a great resource is [http://www.review-site.net/developer/ SIT Developer Table], a Japanese site that was the inspiration for this site. There, you'll find works lists for a multitude of developers. If we're interested enough in a developer listed, we might be inspired to do some of our own research.
+
Failing that, an excellent resource is [http://review-site.net/dt/index.php/メインページ Developer Table], a Japanese site where you will find works lists for a multitude of game companies. If we are interested enough in a company listed, we might be inspired to do some of our own research.
  
Sometimes, information can be culled from message boards and discussion forums such as [http://www.2ch.net/ 2ch], the large Japanese Internet forum.
+
Information can also be culled from [http://www.wikipedia.org/ Wikipedia] articles or message boards and discussion forums such as [http://www.2ch.net/ 2ch].
  
==ROM text==
+
==Print==
You never know what you will find when you open up a ROM (which is as easy as opening it in Notepad). One might find the name of the developer, names of staffers, or other "secret" text strings not otherwise accessible by playing the game.
+
Books, magazines, and other publications can also contain useful information. Check out the Further Reading section of a particular entry for a list of resources.
  
==Shared credits==
+
==Shared staff==
GDRI scours the Internet, ROMs, and other sources to find game credits. We might even play through an entire game to get them. When we've gathered enough of them from various games, we can compare them and see what is shared between them.
+
GDRI scours the Internet, ROMs, and other sources to find game credits. We might even play through an entire game just to get them. When we have gathered enough credits from various games, we can compare them, see what is shared between them, and perhaps come to some sort of conclusion.
  
As alluded to before, credits can be found in the ROMs. Usually, these are the same credits that can be seen by finishing the game. This is not to be confused with ROM text (described below), which is typically not meant to be seen by the general public.
+
As we mentioned before, credits can be found in ROMs. These are usually the same credits that can be seen by finishing the game. This is not to be confused with text strings as described under "[[#Hidden data|hidden data]]," which are typically not meant to be seen by the general public.

Latest revision as of 22:57, 6 February 2015

< About

The following are the primary ways GDRI tries to determine the developer (company) of a game:

Actual mentions

An "actual mention" is when a company name is actually mentioned in or on a game. Many games or game packages will state directly that the game was developed/programmed by a particular company or companies.

Other actual mentions are not so forthcoming, however. They might say "Produced by Company" or "Designed by Company," or the company might only be mentioned in the copyright notice. In these cases, we will look closely for other evidence.

Another kind of actual mention is when the name of the developer is written on a wall, sign, or other object in a game. An example of this can be found in the unreleased Ninja Gaiden for the Sega Mega Drive. A sign flashing "Opus" backwards can be seen at the end of round 4-2. [1]

Mentions in credits are also considered actual mentions.

Examples of actual mentions: 1 2 3 4

Code comparisons

Thanks to a program developed especially for GDRI, we can perform code comparisons. This program can look at two different files and show what is shared between them. For our purposes, we can compare two ROMs for games we know to be by the same developer and see what code is shared between the two. From there, we can search for this shared data in other ROMs. If there is a significant amount of shared code in these other ROMs, there is a good possibility that these were programmed by the developer of the two games we originally compared.

This is not necessarily helpful if there is a lot of generic code used, or there are drastically different programming teams, but it can be a powerful tool, especially when backed up by other evidence.

The aforementioned program is not available for download yet as it is not in a distributable state.

Hidden data

Hidden data are data in a game that a player cannot access through normal use or through "tricks" (e.g., pressing a button combination to bring up a debug menu or special message). Other tools are needed.

Text strings are the most common type of hidden data. You can see them by opening up a ROM or disk image in Notepad. We prefer using Strings, a tool for finding UNICODE (or ASCII) strings in files. Example:

MS SONIC¥THE¥HEDGEHOG.2 Ver1.00 1992/09/05 SEGA /Aspect Co.,Ltd

Another type of hidden data are graphics. For example, if you view the tilesets for Donkey Kong, Congo Bongo, or Zaxxon in MAME, you will find the Ikegami Tsushinki logo.

Interviews

GDRI will try to get information by making contact with former staffers. Look at our Interviews section to see many of the people we have successfully talked to so far.

If you are a former staffer with one of the development companies covered on GDRI and want to help, please contact us.

以前ゲームの開発に関わった方なら、どうぞご連絡ください。日本語、他国語問いません。

Online resources

Company websites are great resources for information, especially if the company is open about the games it worked on in the past (thus eliminating a lot of legwork for us).

Failing that, an excellent resource is Developer Table, a Japanese site where you will find works lists for a multitude of game companies. If we are interested enough in a company listed, we might be inspired to do some of our own research.

Information can also be culled from Wikipedia articles or message boards and discussion forums such as 2ch.

Print

Books, magazines, and other publications can also contain useful information. Check out the Further Reading section of a particular entry for a list of resources.

Shared staff

GDRI scours the Internet, ROMs, and other sources to find game credits. We might even play through an entire game just to get them. When we have gathered enough credits from various games, we can compare them, see what is shared between them, and perhaps come to some sort of conclusion.

As we mentioned before, credits can be found in ROMs. These are usually the same credits that can be seen by finishing the game. This is not to be confused with text strings as described under "hidden data," which are typically not meant to be seen by the general public.