HalfLifeAssetManager icon indicating copy to clipboard operation
HalfLifeAssetManager copied to clipboard

Half-Life Asset Manager, a tool to view and edit Half-Life 1 models

Results 79 HalfLifeAssetManager issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement

Assets are currently loaded synchronously, which locks up the user interface. Load them asynchronously with a progress bar to keep the interface responsive.

enhancement

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...

enhancement

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

enhancement