<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://orin.page/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Orin</id>
	<title>Game Research Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://orin.page/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Orin"/>
	<link rel="alternate" type="text/html" href="https://orin.page/wiki/Special:Contributions/Orin"/>
	<updated>2026-06-03T18:50:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://orin.page/w/index.php?title=HED&amp;diff=913</id>
		<title>HED</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=HED&amp;diff=913"/>
		<updated>2026-03-05T20:55:36Z</updated>

		<summary type="html">&lt;p&gt;Orin: /* Structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
Used in the following games:&lt;br /&gt;
* [[Parasite Eve II]] (PSX)&lt;br /&gt;
&lt;br /&gt;
This file is only seen used with reference to &amp;quot;STAGE0.CDF&amp;quot;. The other CDF files have the header file embedded inside at the start of CDF files. For this format, it appears the first 120 bytes are used for another type of reference. Online research shows this is streaming file list. The format is a little more complicated than I thought. Also have folder lists as well. However, at&lt;br /&gt;
least for this one, as far as I can currently tell, there is no folders for STAGE0. All locations are aligned by 2048 bytes to match the CD structure frames/sectors. Initially I misread the&lt;br /&gt;
zeros as padding but turns out they are the first file entry in the index. File 0 which starts at the offset of the file 0. So looks like 8 bytes of zeros but actually 2, 4 byte values.&lt;br /&gt;
&lt;br /&gt;
The index entry points to a data header section that is 16 bytes that describes the content that is stored at the location. This includes the file type and how large it is along with a few other&lt;br /&gt;
values to figure out.&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Header&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 120 bytes || Streaming list(?) ||&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Index&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 4 bytes || File ID ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 bytes || Offset (chunk size) ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[CDF]]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=ZIP&amp;diff=912</id>
		<title>ZIP</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=ZIP&amp;diff=912"/>
		<updated>2025-06-02T22:24:06Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Archives  Very common archive format.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
&lt;br /&gt;
Very common archive format.&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=PAK_(old)&amp;diff=911</id>
		<title>PAK (old)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=PAK_(old)&amp;diff=911"/>
		<updated>2025-01-12T18:07:46Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
Used in the following games:&lt;br /&gt;
* Bible Black&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Header&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 2 Bytes || File Count ||&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Index Entry&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content || Description&lt;br /&gt;
|-&lt;br /&gt;
| 12 Bytes || File name ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 Bytes || Offset || &lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Last Index Entry&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content || Description&lt;br /&gt;
|-&lt;br /&gt;
| 12 Bytes || N/A || To Verify&lt;br /&gt;
|-&lt;br /&gt;
| 4 Bytes || N/A || Which is last size&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Possibly an older version of [[PAK (Unnamed1)]]. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. Needs some testing but &amp;quot;PK.BAT, STREAM.TAG, TAGHEAD, FILEPACKC, FILEPACKEREXE&amp;quot; can probably be omitted and is just the result of bad programming. Last index entry is not an actual file but just to store archive size. &amp;quot;..End&amp;quot; + 0x20&#039;s to fill up the rest of the space for file name and extension and the 4 byte number is the archive size.&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=PAK_(old)&amp;diff=910</id>
		<title>PAK (old)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=PAK_(old)&amp;diff=910"/>
		<updated>2025-01-12T18:07:33Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
Used in the following games:&lt;br /&gt;
* Bible Black&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Header&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 2 Bytes || File Count ||&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Index Entry&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content || Description&lt;br /&gt;
|-&lt;br /&gt;
| 12 Bytes || File name ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 Bytes || Offset || &lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Index Entry&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content || Description&lt;br /&gt;
|-&lt;br /&gt;
| 12 Bytes || N/A || To Verify&lt;br /&gt;
|-&lt;br /&gt;
| 4 Bytes || N/A || Which is last size&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Possibly an older version of [[PAK (Unnamed1)]]. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. Needs some testing but &amp;quot;PK.BAT, STREAM.TAG, TAGHEAD, FILEPACKC, FILEPACKEREXE&amp;quot; can probably be omitted and is just the result of bad programming. Last index entry is not an actual file but just to store archive size. &amp;quot;..End&amp;quot; + 0x20&#039;s to fill up the rest of the space for file name and extension and the 4 byte number is the archive size.&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=PAK_(old)&amp;diff=909</id>
		<title>PAK (old)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=PAK_(old)&amp;diff=909"/>
		<updated>2025-01-12T18:05:36Z</updated>

		<summary type="html">&lt;p&gt;Orin: Updating broken link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
Used in the following games:&lt;br /&gt;
* Bible Black&lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Header&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 2 Bytes || File Count ||&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Index Entry&lt;br /&gt;
|-&lt;br /&gt;
! Size !! Content || Description&lt;br /&gt;
|-&lt;br /&gt;
| 12 Bytes || File name ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 Bytes || Offset || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Possibly an older version of [[PAK (Unnamed1)]]. Only has offsets. Sizes are probably calculated with next files offset. Last index does not point to a file but is used for final file size. Needs some testing but &amp;quot;PK.BAT, STREAM.TAG, TAGHEAD, FILEPACKC, FILEPACKEREXE&amp;quot; can probably be omitted and is just the result of bad programming. Last index entry is not an actual file but just to store archive size. &amp;quot;..End&amp;quot; + 0x20&#039;s to fill up the rest of the space for file name and extension and the 4 byte number is the archive size.&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Main_Page&amp;diff=908</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Main_Page&amp;diff=908"/>
		<updated>2025-01-12T18:03:59Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work-in-progress...&lt;br /&gt;
&lt;br /&gt;
Looking to update some software and then make things look fancy. Need to remove a number of skins. Logo issues in 2022 Vector but 2010 legacy appears to work. Need to cleanup configuration since install originated many years ago. Site will go update and down over next few days.&lt;br /&gt;
&lt;br /&gt;
This place is just a place for documentation on games and random stuff. But mostly the game reversing info starting with archives, then configurations, then saves. May eventually expand to asset creation tools. Focus is on older games. Mostly due to these games using customer made game engines and formats. These days, everything uses middleware and licensed engines. Like Unreal, Unity, Ren&#039;py, etc. That isn&#039;t bad either, but the custom ones are just the best kind of puzzles to solve.&lt;br /&gt;
&lt;br /&gt;
This place needs to be re-written. Lots of hidden pages and things being updated. Also needs work to compare desktop vs mobile view.&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Projects|Projects]]&lt;br /&gt;
&lt;br /&gt;
== Quick Temp Links ==&lt;br /&gt;
* [[:Category:Archives|Archives]]&lt;br /&gt;
* [[:Category:Images|Images]]&lt;br /&gt;
* [[:Category:Script|Script]]&lt;br /&gt;
* [[:Category:Sound|Sound]]&lt;br /&gt;
* [[:Category:Video|Video]]&lt;br /&gt;
* [[:Category:Config|Config]]&lt;br /&gt;
* [[:Category:Tutorials|Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== WIP ==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Games|Games]]&lt;br /&gt;
* [[:Category:Engines|Engines]]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=907</id>
		<title>Men in Black: The Game</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=907"/>
		<updated>2025-01-07T05:38:06Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:MIB_game_cover.jpg|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Developer:&lt;br /&gt;
*Gigawatt Studios&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PC&lt;br /&gt;
*PlayStation&lt;br /&gt;
Release Date(s):&lt;br /&gt;
*November 18, 1997 (PC)&lt;br /&gt;
*April 4, 1998 (PS1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Honestly? Nothing really to reverse. Almost all data is in common formats. :/ Just a cool game I played as a kid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
ART, Audio, Data, Movies, Saves&lt;br /&gt;
&lt;br /&gt;
3D, AMAZON, ARCTIC, COMMON, FRALES, GALLERY, HQ, NEWYORK, TEMPLE, UNDERGND&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=906</id>
		<title>Men in Black: The Game</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=906"/>
		<updated>2025-01-07T05:36:41Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:MIB_game_cover.jpg|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PC&lt;br /&gt;
Release Date(s):&lt;br /&gt;
*November 18, 1997 (PC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Honestly? Nothing really to reverse. Almost all data is in common formats. :/ Just a cool game I played as a kid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
ART, Audio, Data, Movies, Saves&lt;br /&gt;
&lt;br /&gt;
3D, AMAZON, ARCTIC, COMMON, FRALES, GALLERY, HQ, NEWYORK, TEMPLE, UNDERGND&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=File:MIB_game_cover.jpg&amp;diff=905</id>
		<title>File:MIB game cover.jpg</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=File:MIB_game_cover.jpg&amp;diff=905"/>
		<updated>2025-01-07T05:28:17Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Game Cover&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=904</id>
		<title>Men in Black: The Game</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Men_in_Black:_The_Game&amp;diff=904"/>
		<updated>2025-01-07T05:26:00Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;TEST/PH&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TEST/PH&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=903</id>
		<title>Parasite Eve II</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=903"/>
		<updated>2024-08-31T23:56:35Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[Category:PlayStation]]&lt;br /&gt;
[[File:Parasite eve ii cover art ps1.jpg|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platform(s):&lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
Release Date(s):&lt;br /&gt;
*-Japan-&lt;br /&gt;
*-North America-&lt;br /&gt;
&lt;br /&gt;
Product Code/Serial:&lt;br /&gt;
*-Japan- DISC1/DISC2&lt;br /&gt;
*-North America- DISC1/DISC2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Disk 1 (SLUS-01042)&lt;br /&gt;
|-&lt;br /&gt;
! LBA !! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0000023 || SYSTEM.CNF || PS specific&lt;br /&gt;
|-&lt;br /&gt;
| 0000024 || PE_DISK.01 || Unknown if used (watermark/signature?)&lt;br /&gt;
|-&lt;br /&gt;
| 0000025 || SLUS_010.42 || Program&lt;br /&gt;
|-&lt;br /&gt;
| 0000204 || INIT.BS || &amp;quot;Published by...&amp;quot; image.&lt;br /&gt;
|-&lt;br /&gt;
| 0000210 || STAGE0.HED || Header? Possibly some LBA locations&lt;br /&gt;
|-&lt;br /&gt;
| 0000214 || STAGE0.CDF || Data archive?&lt;br /&gt;
|-&lt;br /&gt;
| 0030255 || STAGE1.CDF || Data archive. Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0075564 || STAGE2.CDF || Data archive Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0100127 || STAGE3.CDF || Data archive&lt;br /&gt;
|-&lt;br /&gt;
| 0117576 || INTER0.STR || All FMV with sound. May have Mode2/Form2 sectors.&lt;br /&gt;
|-&lt;br /&gt;
| 0225526 || DUMMY.DMY || Dummy file that is actually a video not related to the game.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo. Add additional disc info for disc 2 NA and both discs for JP releases.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
[[BS]]&lt;br /&gt;
[[CDF]]&lt;br /&gt;
[[HED]]&lt;br /&gt;
[[STR]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
[https://orin.page/projects/code/pe2tools/releases Downloads]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=902</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=902"/>
		<updated>2024-08-28T04:10:19Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application/Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.indiegogo.com/projects/reset--4#/&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=901</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=901"/>
		<updated>2024-08-23T16:40:11Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Dino crisis cover art ps1.jpg|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Developer:&lt;br /&gt;
*Capcom&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
*PC&lt;br /&gt;
*Dreamcast&lt;br /&gt;
Release Date(s)&lt;br /&gt;
*N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=900</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=900"/>
		<updated>2024-08-23T16:39:45Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Dino crisis cover art ps1.jpg|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
*PC&lt;br /&gt;
*Dreamcast&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=899</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=899"/>
		<updated>2024-08-23T16:38:51Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|Right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.indiegogo.com/projects/reset--4#/&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=898</id>
		<title>Parasite Eve</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=898"/>
		<updated>2024-08-23T16:38:25Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Parasite Eve Coverart.png|thumb|right]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-wip-&lt;br /&gt;
&lt;br /&gt;
FMV&lt;br /&gt;
&lt;br /&gt;
DATA PE.IMG&lt;br /&gt;
&lt;br /&gt;
-todo-&amp;lt;br&amp;gt;&lt;br /&gt;
US and Japan disc contents to add with SHA-256, names, dates, LBA (maybe)&amp;lt;b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=897</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=897"/>
		<updated>2024-08-23T16:37:43Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|Right]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.indiegogo.com/projects/reset--4#/&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=896</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=896"/>
		<updated>2024-08-23T01:57:12Z</updated>

		<summary type="html">&lt;p&gt;Orin: /* Info */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.indiegogo.com/projects/reset--4#/&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=895</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=895"/>
		<updated>2024-08-23T01:56:33Z</updated>

		<summary type="html">&lt;p&gt;Orin: /* External */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other game (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.indiegogo.com/projects/reset--4#/&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=894</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=894"/>
		<updated>2024-08-23T01:54:46Z</updated>

		<summary type="html">&lt;p&gt;Orin: /* External */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other game (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://www.youtube.com/@theoryinteractive&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=893</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=893"/>
		<updated>2024-08-23T01:53:11Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled (2022)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other game (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=892</id>
		<title>DAT (Reset)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=892"/>
		<updated>2024-08-23T01:52:54Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
This format is from a game called &amp;quot;Reset&amp;quot; from Theory Interactive.&lt;br /&gt;
&lt;br /&gt;
Just a quick note here. Probably wrong but was only 2mins of actually looking at process monitor. XD&lt;br /&gt;
&lt;br /&gt;
First 4 bytes is file count.&lt;br /&gt;
&lt;br /&gt;
Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (Location), 8 bytes (File size).&lt;br /&gt;
&lt;br /&gt;
This looks sloppy... I&#039;ll fix later. ^^;&lt;br /&gt;
&lt;br /&gt;
Might be fun to get some more experience dealing with 2 byte characters, converting between char sets and such.&lt;br /&gt;
&lt;br /&gt;
This game was cancelled in 2022. So far, only a greenlight demo can be found online. Kind of sucks. Was targeting 2016, then kept slipping... then they disappeared for a while (maybe burned out) and ended up working on an alien game randomly? Kind of upset some backers. Would have been nice if they released what they had but all we have is this demo. Maybe it can be hacked up to find tools or dig in to see anything about the game/story.&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/reset-greenlight-demo&lt;br /&gt;
&lt;br /&gt;
Unable to run the game anymore. Not sure what it&#039;s missing. Crashes with &amp;quot;data/font/tohoma_10.bin: CreateFile failed: The system cannot find the file specified&amp;quot; Actually... System just needed restarting. Still works okay now.&lt;br /&gt;
&lt;br /&gt;
NOTE: Page needs to be re-written as there is now a game page for the game itself. Need documentation on format itself. Possibly reversing game to see if any hidden debug/developer modes that can be used to modify the game.&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=891</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=891"/>
		<updated>2024-08-23T01:51:07Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other game (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=890</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=890"/>
		<updated>2024-08-23T01:50:36Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
[[File:Reset boxart low.webp|thumb|left]]&lt;br /&gt;
Developer:&lt;br /&gt;
*Theory Interactive&lt;br /&gt;
Platforms:&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
Release date(s):&lt;br /&gt;
* Cancelled&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This game was a crowdfunded game that started off many years ago around 2013 (estimate). A demo was published sometimes in September 2015 in relation to the Steam Greenlight program (discontinued) for self-publishing sometime in the future. Communication slowed down significantly overtime with time between posts increasing greatly between each post. Then at some point, they announced they had actually teamed up with another group to work on Alien: Blackout and had been working on that. While that game actually shipped, it eventually was pulled from App Stores and no longer available. Potentially due to licensing issues. The main website for Theory Interactive is now offline, domain no longer maintained, and may have been bought up by a domain squatting service.&lt;br /&gt;
&lt;br /&gt;
Any official media accounts for this game (Twitter, YouTube) now have it labeled as cancelled. Linkedin profiles shows the developers have moved on and may be employed at other game (indie) game studios now.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==External==&lt;br /&gt;
*http://www.reset-game.net (defunct, domain squatted)&lt;br /&gt;
*https://archive.org/details/reset-greenlight-demo&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=File:Reset_boxart_low.webp&amp;diff=889</id>
		<title>File:Reset boxart low.webp</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=File:Reset_boxart_low.webp&amp;diff=889"/>
		<updated>2024-08-23T01:27:11Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reset - Cover Art/Low - Crowdfunding&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=888</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=888"/>
		<updated>2024-08-23T01:25:49Z</updated>

		<summary type="html">&lt;p&gt;Orin: /* Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Steam Greenlight Demo (0.4)&lt;br /&gt;
|-&lt;br /&gt;
! File Name !! Type !! Size !! SHA-256&lt;br /&gt;
|-&lt;br /&gt;
| cudart64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| cufft64_55.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| gfsdk_waveworks.win64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Common_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Cooking_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| PhysX3Gpu_x64.dll || Application Library || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| readme.txt || Text || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_0.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_1.dat || [[DAT (Reset)|Archive]] || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Reset_Greenlight_Demo_x64.exe || Application/Executable || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=887</id>
		<title>Reset (Game)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Reset_(Game)&amp;diff=887"/>
		<updated>2024-08-23T01:13:24Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Games ==Info== *PC             ==Contents== -n/a-  ==Tools== -n/a-&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
==Info==&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a-&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=886</id>
		<title>DAT (Reset)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=886"/>
		<updated>2024-08-22T23:33:25Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
This format is from a game called &amp;quot;Reset&amp;quot; from Theory Interactive.&lt;br /&gt;
&lt;br /&gt;
Just a quick note here. Probably wrong but was only 2mins of actually looking at process monitor. XD&lt;br /&gt;
&lt;br /&gt;
First 4 bytes is file count.&lt;br /&gt;
&lt;br /&gt;
Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (Location), 8 bytes (File size).&lt;br /&gt;
&lt;br /&gt;
This looks sloppy... I&#039;ll fix later. ^^;&lt;br /&gt;
&lt;br /&gt;
Might be fun to get some more experience dealing with 2 byte characters, converting between char sets and such.&lt;br /&gt;
&lt;br /&gt;
This game was cancelled in 2022. So far, only a greenlight demo can be found online. Kind of sucks. Was targeting 2016, then kept slipping... then they disappeared for a while (maybe burned out) and ended up working on an alien game randomly? Kind of upset some backers. Would have been nice if they released what they had but all we have is this demo. Maybe it can be hacked up to find tools or dig in to see anything about the game/story.&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/reset-greenlight-demo&lt;br /&gt;
&lt;br /&gt;
Unable to run the game anymore. Not sure what it&#039;s missing. Crashes with &amp;quot;data/font/tohoma_10.bin: CreateFile failed: The system cannot find the file specified&amp;quot; Actually... System just needed restarting. Still works okay now.&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Category:Templates&amp;diff=885</id>
		<title>Category:Templates</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Category:Templates&amp;diff=885"/>
		<updated>2024-08-22T06:34:03Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Engines&amp;diff=884</id>
		<title>Engines</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Engines&amp;diff=884"/>
		<updated>2024-08-22T06:33:26Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Templates  PLACEHOLDER&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Archives&amp;diff=883</id>
		<title>Archives</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Archives&amp;diff=883"/>
		<updated>2024-08-22T06:33:07Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Templates  PLACEHOLDER&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Games&amp;diff=882</id>
		<title>Games</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Games&amp;diff=882"/>
		<updated>2024-08-22T06:32:45Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Templates  PLACEHOLDER&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=881</id>
		<title>Parasite Eve II</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=881"/>
		<updated>2024-08-18T18:36:55Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[Category:PlayStation]]&lt;br /&gt;
[[File:Parasite eve ii cover art ps1.jpg|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platform(s):&lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
Release Date(s):&lt;br /&gt;
*-Japan-&lt;br /&gt;
*-North America-&lt;br /&gt;
&lt;br /&gt;
Product Code/Serial:&lt;br /&gt;
*-Japan- DISC1/DISC2&lt;br /&gt;
*-North America- DISC1/DISC2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Disk 1 (SLUS-01042)&lt;br /&gt;
|-&lt;br /&gt;
! LBA !! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0000023 || SYSTEM.CNF || PS specific&lt;br /&gt;
|-&lt;br /&gt;
| 0000024 || PE_DISK.01 || Unknown if used (watermark/signature?)&lt;br /&gt;
|-&lt;br /&gt;
| 0000025 || SLUS_010.42 || Program&lt;br /&gt;
|-&lt;br /&gt;
| 0000204 || INIT.BS || &amp;quot;Published by...&amp;quot; image.&lt;br /&gt;
|-&lt;br /&gt;
| 0000210 || STAGE0.HED || Header? Possibly some LBA locations&lt;br /&gt;
|-&lt;br /&gt;
| 0000214 || STAGE0.CDF || Data archive?&lt;br /&gt;
|-&lt;br /&gt;
| 0030255 || STAGE1.CDF || Data archive. Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0075564 || STAGE2.CDF || Data archive Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0100127 || STAGE3.CDF || Data archive&lt;br /&gt;
|-&lt;br /&gt;
| 0117576 || INTER0.STR || All FMV with sound. May have Mode2/Form2 sectors.&lt;br /&gt;
|-&lt;br /&gt;
| 0225526 || DUMMY.DMY || Dummy file that is actually a video not related to the game.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo. Add additional disc info for disc 2 NA and both discs for JP releases.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
[[BS]]&lt;br /&gt;
[[CDF]]&lt;br /&gt;
[[HED]]&lt;br /&gt;
[[STR]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
[https://orin.page/projects/code/pe2tools/releases Downloads]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=880</id>
		<title>Parasite Eve II</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=880"/>
		<updated>2024-08-18T17:09:22Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Parasite eve ii cover art ps1.jpg|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platform(s):&lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
Release Date(s):&lt;br /&gt;
*-Japan-&lt;br /&gt;
*-North America-&lt;br /&gt;
&lt;br /&gt;
Product Code/Serial:&lt;br /&gt;
*-Japan- DISC1/DISC2&lt;br /&gt;
*-North America- DISC1/DISC2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Disk 1 (SLUS-01042)&lt;br /&gt;
|-&lt;br /&gt;
! LBA !! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0000023 || SYSTEM.CNF || PS specific&lt;br /&gt;
|-&lt;br /&gt;
| 0000024 || PE_DISK.01 || Unknown if used (watermark/signature?)&lt;br /&gt;
|-&lt;br /&gt;
| 0000025 || SLUS_010.42 || Program&lt;br /&gt;
|-&lt;br /&gt;
| 0000204 || INIT.BS || &amp;quot;Published by...&amp;quot; image.&lt;br /&gt;
|-&lt;br /&gt;
| 0000210 || STAGE0.HED || Header? Possibly some LBA locations&lt;br /&gt;
|-&lt;br /&gt;
| 0000214 || STAGE0.CDF || Data archive?&lt;br /&gt;
|-&lt;br /&gt;
| 0030255 || STAGE1.CDF || Data archive. Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0075564 || STAGE2.CDF || Data archive Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0100127 || STAGE3.CDF || Data archive&lt;br /&gt;
|-&lt;br /&gt;
| 0117576 || INTER0.STR || All FMV with sound. May have Mode2/Form2 sectors.&lt;br /&gt;
|-&lt;br /&gt;
| 0225526 || DUMMY.DMY || Dummy file that is actually a video not related to the game.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo. Add additional disc info for disc 2 NA and both discs for JP releases.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
[[BS]]&lt;br /&gt;
[[CDF]]&lt;br /&gt;
[[HED]]&lt;br /&gt;
[[STR]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
[https://orin.page/projects/code/pe2tools/releases Downloads]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=879</id>
		<title>Parasite Eve II</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve_II&amp;diff=879"/>
		<updated>2024-08-18T17:07:43Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Parasite eve ii cover art ps1.jpg|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platform(s):&lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;15&amp;quot;|Disk 1 (SLUS-01042)&lt;br /&gt;
|-&lt;br /&gt;
! LBA !! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0000023 || SYSTEM.CNF || PS specific&lt;br /&gt;
|-&lt;br /&gt;
| 0000024 || PE_DISK.01 || Unknown if used (watermark/signature?)&lt;br /&gt;
|-&lt;br /&gt;
| 0000025 || SLUS_010.42 || Program&lt;br /&gt;
|-&lt;br /&gt;
| 0000204 || INIT.BS || &amp;quot;Published by...&amp;quot; image.&lt;br /&gt;
|-&lt;br /&gt;
| 0000210 || STAGE0.HED || Header? Possibly some LBA locations&lt;br /&gt;
|-&lt;br /&gt;
| 0000214 || STAGE0.CDF || Data archive?&lt;br /&gt;
|-&lt;br /&gt;
| 0030255 || STAGE1.CDF || Data archive. Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0075564 || STAGE2.CDF || Data archive Has soundless STR&lt;br /&gt;
|-&lt;br /&gt;
| 0100127 || STAGE3.CDF || Data archive&lt;br /&gt;
|-&lt;br /&gt;
| 0117576 || INTER0.STR || All FMV with sound. May have Mode2/Form2 sectors.&lt;br /&gt;
|-&lt;br /&gt;
| 0225526 || DUMMY.DMY || Dummy file that is actually a video not related to the game.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
ToDo. Add additional disc info for disc 2 NA and both discs for JP releases.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
[[BS]]&lt;br /&gt;
[[CDF]]&lt;br /&gt;
[[HED]]&lt;br /&gt;
[[STR]]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
[https://orin.page/projects/code/pe2tools/releases Downloads]&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=File:Parasite_eve_ii_cover_art_ps1.jpg&amp;diff=878</id>
		<title>File:Parasite eve ii cover art ps1.jpg</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=File:Parasite_eve_ii_cover_art_ps1.jpg&amp;diff=878"/>
		<updated>2024-08-18T17:06:41Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Parasite Eve II Cover Art (PlayStation)&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=877</id>
		<title>Parasite Eve</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=877"/>
		<updated>2024-08-18T17:05:21Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Parasite Eve Coverart.png|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-wip-&lt;br /&gt;
&lt;br /&gt;
FMV&lt;br /&gt;
&lt;br /&gt;
DATA PE.IMG&lt;br /&gt;
&lt;br /&gt;
-todo-&amp;lt;br&amp;gt;&lt;br /&gt;
US and Japan disc contents to add with SHA-256, names, dates, LBA (maybe)&amp;lt;b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=876</id>
		<title>Parasite Eve</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Parasite_Eve&amp;diff=876"/>
		<updated>2024-08-18T16:54:47Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Parasite Eve Coverart.png|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-wip-&lt;br /&gt;
&lt;br /&gt;
FMV&lt;br /&gt;
&lt;br /&gt;
DATA PE.IMG&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=File:Parasite_Eve_Coverart.png&amp;diff=875</id>
		<title>File:Parasite Eve Coverart.png</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=File:Parasite_Eve_Coverart.png&amp;diff=875"/>
		<updated>2024-08-18T16:53:55Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Parasite Eve Cover Art&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=874</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=874"/>
		<updated>2024-08-18T14:28:25Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Dino crisis cover art ps1.jpg|thumb|left]]&lt;br /&gt;
==Info==&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
*PC&lt;br /&gt;
*Dreamcast&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=873</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=873"/>
		<updated>2024-08-18T14:20:20Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
[[File:Dino crisis cover art ps1.jpg|thumb|left]]&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
*PC&lt;br /&gt;
*Dreamcast&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=File:Dino_crisis_cover_art_ps1.jpg&amp;diff=872</id>
		<title>File:Dino crisis cover art ps1.jpg</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=File:Dino_crisis_cover_art_ps1.jpg&amp;diff=872"/>
		<updated>2024-08-18T14:20:05Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dino Crisis PlayStation Cover Art&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=871</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=871"/>
		<updated>2024-08-18T14:17:03Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
Platforms(s): &lt;br /&gt;
*PlayStation&lt;br /&gt;
*PC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=870</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=870"/>
		<updated>2024-08-18T14:05:47Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
Platforms: PC, PlayStation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=869</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=869"/>
		<updated>2024-08-18T14:04:57Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
&lt;br /&gt;
Platforms: PC, PlayStation&lt;br /&gt;
&lt;br /&gt;
There is a mod for PC to enhance experience.&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
-n/a&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=868</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=868"/>
		<updated>2024-08-18T13:46:13Z</updated>

		<summary type="html">&lt;p&gt;Orin: Orin moved page Dino Crsis to Dino Crisis without leaving a redirect: Mispelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
&lt;br /&gt;
WIP&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=867</id>
		<title>DAT (Reset)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=867"/>
		<updated>2024-08-18T02:53:27Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
This format is from a game called &amp;quot;Reset&amp;quot; from Theory Interactive.&lt;br /&gt;
&lt;br /&gt;
Just a quick note here. Probably wrong but was only 2mins of actually looking at process monitor. XD&lt;br /&gt;
&lt;br /&gt;
First 4 bytes is file count.&lt;br /&gt;
&lt;br /&gt;
Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (Location), 8 bytes (File size).&lt;br /&gt;
&lt;br /&gt;
This looks sloppy... I&#039;ll fix later. ^^;&lt;br /&gt;
&lt;br /&gt;
Might be fun to get some more experience dealing with 2 byte characters, converting between char sets and such.&lt;br /&gt;
&lt;br /&gt;
This game was cancelled in 2022. So far, only a greenlight demo can be found online. Kind of sucks. Was targeting 2016, then kept slipping... then they disappeared for a while (maybe burned out) and ended up working on an alien game randomly? Kind of upset some backers. Would have been nice if they released what they had but all we have is this demo. Maybe it can be hacked up to find tools or dig in to see anything about the game/story.&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/reset-greenlight-demo&lt;br /&gt;
&lt;br /&gt;
Unable to run the game anymore. Not sure what it&#039;s missing. Crashes with &amp;quot;data/font/tohoma_10.bin: CreateFile failed: The system cannot find the file specified&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=866</id>
		<title>DAT (Reset)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=DAT_(Reset)&amp;diff=866"/>
		<updated>2024-08-18T02:47:18Z</updated>

		<summary type="html">&lt;p&gt;Orin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
This format is from a game called &amp;quot;Reset&amp;quot; from Theory Interactive.&lt;br /&gt;
&lt;br /&gt;
Just a quick note here. Probably wrong but was only 2mins of actually looking at process monitor. XD&lt;br /&gt;
&lt;br /&gt;
First 4 bytes is file count.&lt;br /&gt;
&lt;br /&gt;
Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (Location), 8 bytes (File size).&lt;br /&gt;
&lt;br /&gt;
This looks sloppy... I&#039;ll fix later. ^^;&lt;br /&gt;
&lt;br /&gt;
Might be fun to get some more experience dealing with 2 byte characters, converting between char sets and such.&lt;br /&gt;
&lt;br /&gt;
This game was cancelled in 2022. So far, only a greenlight demo can be found online. Kind of sucks. Was targeting 2016, then kept slipping... then they disappeared for a while (maybe burned out) and ended up working on an alien game randomly? Kind of upset some backers. Would have been nice if they released what they had but all we have is this demo. Maybe it can be hacked up to find tools or dig in to see anything about the game/story.&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/reset-greenlight-demo&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
-n/a-&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=MGF_(Silent_HIll_2)&amp;diff=865</id>
		<title>MGF (Silent HIll 2)</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=MGF_(Silent_HIll_2)&amp;diff=865"/>
		<updated>2024-08-17T16:37:17Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Archives  WIP&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Archives]]&lt;br /&gt;
&lt;br /&gt;
WIP&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
	<entry>
		<id>https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=864</id>
		<title>Dino Crisis</title>
		<link rel="alternate" type="text/html" href="https://orin.page/w/index.php?title=Dino_Crisis&amp;diff=864"/>
		<updated>2024-08-17T16:35:24Z</updated>

		<summary type="html">&lt;p&gt;Orin: Created page with &amp;quot;Category:Games  WIP&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Games]]&lt;br /&gt;
&lt;br /&gt;
WIP&lt;/div&gt;</summary>
		<author><name>Orin</name></author>
	</entry>
</feed>