This article's documentation is for the "GoldSrc" engine. Click here for more information.

Sprite Explorer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''Sprite Explorer''' is a widely used viewer and compiler for GoldSrc-format sprite files. This program is designed to provide users with the ability to view information...")
 
No edit summary
Line 17: Line 17:
== External Links ==
== External Links ==
* [https://valvedev.info/tools/sprite-explorer/ VDU]
* [https://valvedev.info/tools/sprite-explorer/ VDU]
{{GoldSrc topicon}}
{{GoldSrc sdktools}}
[[Category:Third Party Tools]]
[[Category:Third Party GoldSrc Tools]]
[[Category:Non-Steam Applications]]
[[Category:GoldSrc Level Design]]

Revision as of 01:48, 19 June 2023

Sprite Explorer is a widely used viewer and compiler for GoldSrc-format sprite files. This program is designed to provide users with the ability to view information about a sprite’s format, dimensions, world origins, and individual frames. Additionally, the program has the capability of creating new sprites from scratch or existing QC files.

Features

  • User-friendly interface makes it easy to use and navigate, even for beginners.
  • Not limited to only viewing and creating sprites. It also allows users to export sprites to QC scripts or to animated GIFs. Users can also export individual frames to a variety of common image formats, which gives them more flexibility and control over their sprite creations.

Drawbacks

  • Compatibility issues with more modern BMP files.

Screenshots

External Links