Mod Tutorial
________________________________________
Getting started Cont.:

So now you have extracted the update into the Dev-C++ folder.

Now you need the wolfenstein source code.
Wolfenstein Official SDK

Install that and it will make a wolf_source folder in c:/

Ok now you are ready to start making a mod.



________________________________________
Constructing the Mod:

Go to the c drive and make a folder called mymod. Now inside that folder make a folder called dev. You will also need to go where the source code was installed and copy the folder "src" into the mymod folder. Make sure that you do NOT have a space in "mymod" if you have a space this WILL cause errors when you compile.

Continued on Next page...