Page 1 of 1

Forget Riotcop issue, new problem

PostPosted: Sat Dec 11, 04 4:25 am
by EternalDeath
DONT WORRY ABOUT ME ANNOYING U, THIS SHOULD BE QUICK IF UR A GOOD CODER:

the question: how do i make weapons fire bullets and how do i make many weapons at once in a package

PostPosted: Sat Dec 11, 04 8:41 am
by Jeoh
Weapons fire bullets: Add bInstantHit=True to the weapon script :)not very sure about it tho.

Many weapons in one package:
Steve Tack wrote:Create a folder under your DeusEx game folder.
Give it a descriptive name, perhaps the name of your map or mod. Then create a folder under THAT called "Classes".
If you are going to be importing custom meshes, you can also create a folder called "Models." For example, if you called your package Atestmap, it would look like this: Image


You can add multiple .uc's in that one Classes map, and then compile it :)