All Projects β†’ joshuaskelly β†’ quake-cli-tools

joshuaskelly / quake-cli-tools

Licence: MIT license
Command line tools for creating Quake content.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to quake-cli-tools

LearnToCodeRPG
A visual novel video game where you learn to code and get a dev job 🎯
Stars: ✭ 853 (+1980.49%)
Mutual labels:  video-game
shellcore
Shellcore Command Remastered
Stars: ✭ 41 (+0%)
Mutual labels:  video-game
pint
A single-file command-line package manager for Windows.
Stars: ✭ 35 (-14.63%)
Mutual labels:  command-line-tool
vgio
File I/O for video games
Stars: ✭ 33 (-19.51%)
Mutual labels:  video-game
LegendsOfMajesticSteel
Power metal strategy RPG
Stars: ✭ 19 (-53.66%)
Mutual labels:  video-game
note-keeper
πŸ““ A tiny bash tool for taking and organizing notes.
Stars: ✭ 58 (+41.46%)
Mutual labels:  command-line-tool
gruniozerca-gamebuino
A Gamebuino port of a homebrew NES game.
Stars: ✭ 11 (-73.17%)
Mutual labels:  video-game
hydra
A command-line utility for generating language-specific project structure.
Stars: ✭ 18 (-56.1%)
Mutual labels:  command-line-tool
LoL-Match-Prediction
Win probability predictions for League of Legends matches using neural networks
Stars: ✭ 34 (-17.07%)
Mutual labels:  video-game
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (+104.88%)
Mutual labels:  command-line-tool
QuakeBotArchive
Archive of all Quake 1 bots.
Stars: ✭ 129 (+214.63%)
Mutual labels:  quake
Quake2
Quake 2 modification with new renderer and many other unique features.
Stars: ✭ 31 (-24.39%)
Mutual labels:  quake
storm-engine
Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.
Stars: ✭ 636 (+1451.22%)
Mutual labels:  video-game
LittleOrionEngine
C++ 3D Engine developed during the Master's Degree in AAA Videogames Development.
Stars: ✭ 52 (+26.83%)
Mutual labels:  video-game
fix
Allows you to use OpenAI Codex to fix errors in the command line.
Stars: ✭ 72 (+75.61%)
Mutual labels:  command-line-tool
john-carmack-plan
An archive of John Carmack’s .plan files in readable markdown format
Stars: ✭ 113 (+175.61%)
Mutual labels:  quake
notion scheduler
Allows the creation of recurring tasks in Notion.
Stars: ✭ 17 (-58.54%)
Mutual labels:  command-line-tool
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (-39.02%)
Mutual labels:  command-line-tool
libgen-downloader
A simple tool to search and download ebooks from libgen via terminal user interface.
Stars: ✭ 98 (+139.02%)
Mutual labels:  command-line-tool
crawler click tutorial
click tutorial ( crawler ) use python
Stars: ✭ 15 (-63.41%)
Mutual labels:  command-line-tool

quake-cli-tools

quake-cli-tools

Python 3.7 PyPI version Discord

quake-cli-tools is a set of command line tools for creating Quake content.

Installation

$ pip install quake-cli-tools

Tools

  • pak: Add files to a PAK file.
  • unpak: Extract files from a PAK file.
  • wad: Add file to a WAD file.
  • unwad: Extract files from a WAD file.
  • bsp2wad: Create a WAD file from a BSP file.
  • qmount: Mount a PAK file as a drive.
  • image2spr: Create an SPR from image files.
  • spr2image: Extract frames from an SPR.
  • bsp2svg: Create an SVG file from a BSP file.

Contributing

Have a bug fix or a new feature you'd like to see in quake-cli-tools? Send it our way! Please make sure you create an issue that addresses your fix/feature so we can discuss the contribution.

  1. Fork this repo!
  2. Create your feature branch: git checkout -b features/add-cool-new-tool
  3. Commit your changes: git commit -m 'Adding must have new tool!'
  4. Push the branch: git push origin features/add-cool-new-tool
  5. Submit a pull request.
  6. Create an issue.

License

MIT

See the license document for the full text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].