>what is this?a project to create a freely licensed total conversion for Wolfenstein 3-D, where you shoot IDF soldiers instead of Nazis
see also
>>>/games/38096 . on the suggestion of one anon I created this thread
>why?partly as a political statement (genocide bad) but also to have a freely licensed TC of WOLF3D that can fill the same role Freedoom 1/2 does for DOOM 1/2
>what license are you aiming for?CC-BY-SA 4.0. it is important that contributions are compatible with this, due to how litigious Zionists tend to be. it would also enable contributing the finished product to various Linux distributions
>how do I contribute?download both zip files. look in wolf.zip to see the assets from the original game. try to create ersatz versions that drop nicely into the directory structure in clean.zip. both zips have the same structure
>what format are the sounds?8-bit mono 7042 Hz raw PCM. you can use ffmpeg to convert any file to it, like this:
ffmpeg -i your_file -ac 1 -ar 7042 -f u8 output.raw
you can check how it sounds like using ffplay:
ffplay -ac 1 -ar 7042 -f u8 b1.raw output.raw
the maximum length of PCM audio in the engine is 9.3 seconds
Post too long. Click here to view the full text.