https://github.com/frostbone25/reset-dat-extractor
This is a command line application for extracting files for the unreleased indie game RESET.
https://github.com/frostbone25/reset-dat-extractor
game game-modding modding modding-games modding-tool modding-tools reset
Last synced: about 2 months ago
JSON representation
This is a command line application for extracting files for the unreleased indie game RESET.
- Host: GitHub
- URL: https://github.com/frostbone25/reset-dat-extractor
- Owner: frostbone25
- License: mit
- Created: 2022-09-28T05:42:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T21:19:11.000Z (3 months ago)
- Last Synced: 2025-02-18T22:26:10.919Z (3 months ago)
- Topics: game, game-modding, modding, modding-games, modding-tool, modding-tools, reset
- Language: C#
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RESET Dat Extractor
This is a command line application for extracting/repacking files from .dat archives for the unreleased indie game [RESET](https://web.archive.org/web/20220319222636/http://reset-game.net/). This application is designed for the greenlight demo that was released in September 22 2015, although since the build was taken down *(there is still a [download link](http://www.mediafire.com/file/ebx4y2ixaeopnxp/Reset_Greenlight_Demo_0.4.exe/file) for the demo. If it's down let me know and I can put up a new one.)*### Usage
`app.exe extract [inputDirectory]`
`app.exe repack [inputDirectory]`Searches the directory for .dat files and automatically extracts all of them. Creating a folder matching the name of the extracted dat file and extracting the files in the data archive in that folder on the disk.
For repacking, it searches the directory for folders. All of the files in the folders are recursively gathered and then compiled into a .dat archive for each folder.
### Screenshots

*(Screenshot of in-game main menu, modded here thanks to the unpack/repacker allowing me to be able to alter some of the precomputed cloud textures)**Steam Greenlight Demo of the unreleased indie game [RESET](https://web.archive.org/web/20220319222636/http://reset-game.net/), [get it here](http://www.mediafire.com/file/ebx4y2ixaeopnxp/Reset_Greenlight_Demo_0.4.exe/file).*