https://github.com/mikuso/diggers-modkit
A utility for modding the 90s PC game "Diggers" by Millennium Interactive
https://github.com/mikuso/diggers-modkit
diggers modkit
Last synced: 10 months ago
JSON representation
A utility for modding the 90s PC game "Diggers" by Millennium Interactive
- Host: GitHub
- URL: https://github.com/mikuso/diggers-modkit
- Owner: mikuso
- Created: 2018-02-19T21:19:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T21:43:55.000Z (over 8 years ago)
- Last Synced: 2025-05-24T12:42:46.626Z (about 1 year ago)
- Topics: diggers, modkit
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Diggers Modkit
## Installation
* Install NodeJS >= 8.5.0
* Clone or download the repository
* `cd diggers-modkit`
* `npm i`
## Usage
### Unpack
To unpack the existing mod (or unpack the vanilla game files), simply run:
`node mod --unpack `
### Pack
To package the modified files, run:
`node mod --pack `