coffee

command module
v0.0.0-...-7a1692d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 1 Imported by: 0

README

coffee

Go Report Card alt text

A Runescape file editing library for Go

Installing

git clone https://github.com/hadyn/coffee
cd coffee
go test ./... && go install

Examples

# Read the map manifest from the cache, write to file.
coffee cache read --index main_file_cache.idx255 \
                  --blocks main_file_cache.dat2  \
                  255 5 > manifest.maps.c.dat

# Read the map manifest from the cache, decompress it, write to file.
coffee cache read --index main_file_cache.idx255  --blocks main_file_cache.dat2 255 5 | \ 
coffee archive decompress > manifest.maps.d.dat

# Read the map manifest from the cache, decompress it, decode it, write to JSON file.
coffee cache read --index main_file_cache.idx255  --blocks main_file_cache.dat2 255 5 | \ 
coffee archive decompress | \
coffee index decode > manifest.maps.json

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL