Page 1 of 1

Deus Ex Hardcore weapons pack help

PostPosted: Sun Feb 19, 12 2:47 am
by evilfish
Hey does anyone know how i'd go about making a stand alone weapons pack out of the weapons included in the HardcoreDX mod so they could be ued with shifter and such?

PostPosted: Sun Feb 19, 12 7:24 am
by ~DJ~
IIRC, Hardcore has UT99 weapons correct? Then there already exists a package called 'TNAG'.. It has those weapons separately.

PostPosted: Sun Feb 19, 12 2:47 pm
by atrey65789
I would load the DeusEx package in Unrealed, make a copy of Classes and rename them to something like "HCWeapon<name>" and then save them as a new Package called something like "HCDeusEx"

PostPosted: Sun Feb 19, 12 9:29 pm
by evilfish
To be honest its only the alt-fire on the nanosword which makes it fly that i really need the rest is kinda trival. Its just kinda a bitch trying to pull it out of the .U with what little experiance i have with Ued But thanks for the help so far guys.

Oh and Tnag dont have the nanosword but cheers for the pointer cos its a cool little mod.

PostPosted: Mon Feb 20, 12 1:10 am
by atrey65789
Is that the trouble you are having? Pulling it out of the package to put it on another?

PostPosted: Mon Feb 20, 12 3:17 pm
by evilfish
Yep, ive been trying for a few days but no such luck yet and i cant seem to find a tutorial which addresses the issue anywhere. Any help would sure be appreciated.

PostPosted: Mon Feb 20, 12 3:19 pm
by ~DJ~
Flying nanosword? I'm not sure what that is.. any videos around? :oops:

PostPosted: Mon Feb 20, 12 9:55 pm
by evilfish

PostPosted: Tue Feb 21, 12 3:05 am
by atrey65789
Ok try this. Open Unrealed, And where you see all the classes, goto the bottom and click "New". Its gonna ask for a actor class name and a package name. For the actor class name, name it anything. For the Package name, call it something like "NanoSword" or somethin like that. after that, Go through the classes and find the Nano Sword you were talkin about. When you do, right click it and click "Save Classes". A drop down box will appear and find your package you just made and then Click save. Boom!! You isolated the sword on to a package. Tell me if this works :)

PostPosted: Tue Feb 21, 12 6:10 am
by Kalman11
But it won't fly :D
U need to make a projectile too, and set the projectileclass in the weapon's default settings

PostPosted: Tue Feb 21, 12 12:58 pm
by atrey65789
Yes, Do the same with the Projectile, and the ammo, if there is any. lol

PostPosted: Wed Feb 22, 12 8:28 pm
by evilfish
Nah it didn't work. Unfortunately i just ended up with a 1 kb .U file with the original actor class on it and none of the others i saved to it actually saved. :cry:
Can any of you guys have a look at HardcoreDeusEx's DeusEx.U file in UnrealEd and tell me what im doing wrong?

PostPosted: Wed Feb 22, 12 11:24 pm
by atrey65789
I'll see what I can do.

PostPosted: Thu Feb 23, 12 10:21 pm
by evilfish
Thanks buddy :D

PostPosted: Sun Mar 04, 12 12:20 am
by evilfish
Righty i've figured out what my problem is, the coding i need to catch the sword when it returns is part of the deusexplayer class But i cant change the deusex player class for shifter because it wont let me compile afterwards. Any ideas???