pak

command
v0.0.0-...-912d621 Latest Latest
Warning

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

Go to latest
Published: May 31, 2022 License: MPL-2.0 Imports: 17 Imported by: 0

README

MakePak

MakePak is a tool that makes a Pak file, which is just a collection of data used by the game. Objects in a Pak file are referred to by index. C header files are generated with constants for the indexes.

Pak files are generated from manifests. A manifest is a list of identifiers and file paths, one per line, separated by whitespace. Additional whitespace, empty lines, and any content after a '#' character is ignored. For example:

# Manifest file
player  images/player.png
script  scenario/script.txt

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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