How do I use this?

Top  Previous  Next

You need to copy all the files (excluding weather1.wmp and main.wdl, which are used is my test level) from within the \weather folder inside your game project's folder. Open your main script file and add this line close to the top:

 

include <weather.wdl>;

 

If I were to add the script to the "Create a shooter in 3 minutes" project, the result would look like this:

 

addweather

 

Place the generator.mdl model to your level, positioning it somewhere in the snowy / rainy area and 500-2000 quants above the ground, and then attach it the "generator" action. Set the proper skills and flags, save the level, build it and you are done!

 

 

That's it!