1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Document sprite combine command

Michael Steenbeek
2023-02-12 22:38:12 +01:00
parent 3ce2356114
commit 2eb2c73e13

@@ -22,3 +22,5 @@ This page documents OpenRCT2's built-in tool for importing and exporting of spri
* Exports all the sprites in the specified sprite location to the image directory. This is useful when creating open replacements for the sprites in the original game.
* `openrct2 sprite exportalldat \<DAT identifier> \<image directory>`
* Exports all the sprites in the specified DAT to the image directory. This will also output JSON which includes the x and y offsets of the images. This feature is useful for converting legacy custom objects to JSON objects.
* `sprite combine <index file> <image file> <output>`
* Combines a set of index (CSG1i.dat) and image (CSG.DAT) files from RollerCoaster Tycoon 1 into a file compatible with g1.dat. This file can then be used by any tool that can modify these, such as OpenRCT2s own sprite exporter.