HalfLifeAssetManager
HalfLifeAssetManager copied to clipboard
Half-Life Asset Manager, a tool to view and edit Half-Life 1 models
Add an option to offset entire sequences to a user-defined position. This can probably be achieved by having a first frame that adds an XYZ offset.
Studio models have a lot of data and it can be difficult to edit the usual way. Add options to edit the various parts of studio models. * Header data...
Assets are currently loaded synchronously, which locks up the user interface. Load them asynchronously with a progress bar to keep the interface responsive.
Currently texture loading and remapping is handled inefficiently. Textures are first converted from 8 bit indexed to 32 bit RGBA, then resized if power of 2 textures are enabled, and...
See https://doc.qt.io/qtinstallerframework/ifw-online-installers.html and https://stackoverflow.com/questions/55606382/how-to-create-online-installer-with-qt-installer-framework-properly