#source-map #quake #processing #maps #modifying #entities #deleting

app respawn

Utility for processing Quake source maps

3 releases

0.1.2 Oct 28, 2023
0.1.1 Mar 18, 2023
0.1.0 Mar 17, 2023

#119 in Games

Download history 36/week @ 2024-02-22 55/week @ 2024-02-29

91 downloads per month

CC0-1.0 OR MIT OR Apache-2.0

9KB
195 lines

Respawn

Seth "4LT" Rader

About

Utility for processing Quake maps by modifying, adding, and deleting entities.

Usage

respawn <input-file>

Reads <input-file> and spits out a processed map with the same name suffixed with "-post".

respawn <input-file> <output-file>

Same, but with an explicitly provided output filename.

Features

Skill patching

Entities with keys starting with "easy:", "normal:", or "hard:" will be copied and patched.

E.g. a trigger_counter with a key/value pair of "hard:count" "4" will be copied into a new entity with the same keys and values, but with count set to 4 and spawnflags set appropriately ("Not on easy" and "Not on normal").

License

CC0 or MIT or Apache-2.0, your choice.

The respective licenses can be found at

Dependencies

~110KB