Dawn Of War: For The Emperor!

This is my first video and i decided to make it on the battles between Chaos and Space Marines. Enjoy =] -------------------------------------- Made using: Dawn of War: Winter Assault Dawn of War: Dark Crusade Fraps Windows Movie Maker Music: Requiem For A Dream Tourniquet Inspiration: DukeMajere and his Shadow Marines Created by: Me (Arthion) -------------------------------------- A lot of people have asked about how to remove the heads up display (HUD). To do this, do the following... Open up a text document (.txt) and paste in the following code... screenmode = 0 function toggle_screenmode() if screenmode == 0 then taskbar_hide() message_hide() screenmode = 1 else taskbar_show() message_show() screenmode = 0 end end bind(“shift+tab“, “toggle_screenmode()“) Close the document, saving on exit. Now, rename this document ““ (this i