Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syroot
Fortress
Commits
4e58b4ac
Commit
4e58b4ac
authored
Sep 23, 2021
by
Ray
Browse files
Document Scratchpad.
parent
44eed477
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4e58b4ac
...
...
@@ -12,3 +12,9 @@ New Fortress uses Intel's 2001/2002 EFI compression method as documented in `res
Newer versions of this compression do not seem to work. CCR apparently copy-pasted this code into their
`CCompress`
class, converting global variables to instance data and modifying it further to decompress in blocks. A rewrite of this
is found in
`Syroot.Fortress.Compressor`
, it exports the
`Decompress`
method for use by other libraries and apps.
## Scratchpad
This app currently searches for all
`*.spr`
files in a directory (which is specified in the source), and creates a
directory for each sprite file. It then converts each frame of it as a PNG file with the file name pattern
`{frame}_X{origin}_Y{origin}.{shareIndex}.png`
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment