Skip to content

rehhouari/wad-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waditor: Online WAD Editor

Create, modify, and export Half-Life WAD3 files in your browser.

It's a reactive redesign of Joe's Wad Editor with extra functionality.

Features

  • Create new WAD3 files and add your images to them
  • Edit existing WAD3 files
  • Search images + in the file and display them directly
  • Delete and add images from and to WAD3 files
  • Export WAD3 files to ZIP +

Credits

This is based on Joe's Wad Editor, he wrote all the logic for processing WAD3 files in the browser and the original interface.

I created a new reactive interface via Petite-Vue and added a couple extra features (marked with +)

The original WAD3 processing code is Copyright (c) Joseph Fortune, contact him for inquiries about using the code.

My changes are under MIT License.

Languages

  • JavaScript 72.2%
  • HTML 27.8%