georgeslabreche / opssat-doom-wad-editor

On the fly edit the doom.wad file onboard the OPS-SAT-1 spacecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPS-SAT Doom WAD Editor

On the fly edit the doom.wad file onboard the OPS-SAT-1 spacecraft.

Getting Started

For the time being the executable just extracts SKY1's patch image data and writes it into the sky1.jpeg file. The stb headers are are used for image manipulation and are included in the repo as a git submodule.

git submodule init
make
./wedit doom.wad

Doom Palette

  • The doom_palette.csv was obtained by extracting the PLAYPAL pallete from doom.wad via SLADE's export feature.
  • The doom_palette.h header file was generated by executing generate_doom_palette.py.

About

On the fly edit the doom.wad file onboard the OPS-SAT-1 spacecraft.


Languages

Language:C 91.2%Language:Makefile 4.6%Language:Python 4.3%