GitExl / WhackEd4

As a replacement for the DOS-based Dehacked, WhackEd4 allows you to load and edit Doom Dehacked files.
http://www.teamhellspawn.com/exl/whacked4
BSD 2-Clause "Simplified" License
43 stars 7 forks source link

Generate new json files #34

Closed atsb closed 4 months ago

atsb commented 1 year ago

Say I made some modifications to the frame positions or added a few extra tables. How would I generate a new .json file with those changes? I've looked around but can't see exactly how someone would go about doing this.

Surely these 10,000 / 80,000 line files aren't made by hand?

GitExl commented 1 year ago

They were originally made from data extracted from the Doom executables, and any adjustments after that it was either manual labor (with macros and multi-cursor being a big help) or writing a script to do a thing to it.