Krzyhau

Results 10 issues of Krzyhau

Adds a bunch of commands allowing you to freely control your view camera. ### Basic Camera Control Camera can be separated from a player using command `sar_cam_control 1` (requires sv_cheats...

feature

Seems like a nice format that could be used to pack all of the data for TrileSets and ArtObjects. Supported by variety of modern software. There might be a way...

In case user attempts to process directory containing huge amount of data (whether it's in file size or file count), they should be warned before continuing.

enhancement
good first issue

Image processing library currently used by Repacker, ImageSharp, doesn't have fully implemented animated WebP support yet. And I don't really want to switch to Magick (which does have support for...

enhancement

Would be nice if CLI wasn't the only way to interact with Repacker, and some very simple GUI would be appreciated. - [x] establish the GUI library we'd use (I...

enhancement

It would be nice if HAT exposed an easy way to save and load configuration files for mods, based on some structure defined by individual mods. HAT could take advantage...

enhancement

Implement advanced asset manager which will properly cache assets and convert/load them only when necessary.

MonoMod gives a way of making private/protected stuff from original binaries public. We should take advantage of that and make menu functions and structures open for modders. This would make...

During some testing, execution of the entire software was interrupted due to unhandled error after encountering an error in a conversion process. I suspect it's due to incorrect stream handling...

Right now, HAT installation is done through simple scripts (batch script for Windows, shell script for Linux). These script have some issues due to lacking functionalities (export to default `MONOMODDED_FEZ.exe`,...