idTech Toolset is a collection of modding tools for titles running under idTech engine.
This toolset runs on Spike foundation.
Head to this Wiki for more information on how to effectively use it.
Every release asset will contain corresponding .sig
file, together with Sign Key can be used to verify asset via gpg.
Simple usage:
gpg --import sign_key.asc # Required only once
gpg --verify <asset_name>.sig
Dumps animation frame events from .def
file into Source Engine QC commands.
Converts ASCII MD5 animations + input gltf into merged GLTF.
NOTE: The following file patterns apply to batch.json
which is described HERE
Converts ASCII MD5 mesh into GLTF.
This toolset is available under GPL v3 license. (See LICENSE.md)
This toolset uses following libraries:
- Spike, Copyright (c) 2016-2024 Lukas Cone (Apache 2)