View Full Version : Unrealscript Malee in GOW??
awakeningfromobliv
11-22-2007, 12:51 PM
Dear EPIC,
Is it possible for us to have the Unreal script for GOW that had to do with the melee portion, so the people who have action adventure type mods can implement them in UT3 with out having to wast time cobbling together other weapon code to get it to work.
awakeningfromobliv
11-26-2007, 05:02 PM
So I guess thats a No?
LennardF1989
11-27-2007, 03:08 AM
It isn't hard to create a melee code, you have to animate it through code and then make some ActorCollide checks to see if the melee hits.
Or you can simply make a Trace from the actor to x units in front of him, the thing that gets into the trace receives damage, you could make a weapon animation around it.
Dark[NSF]
11-27-2007, 03:21 AM
I thought that GOW didn't allow players to create mods? Only maps. ^_^
brdolan
11-27-2007, 04:04 AM
GOW only allows Kismet
awakeningfromobliv
11-27-2007, 10:58 AM
It isn't hard to create a melee code, you have to animate it through code and then make some ActorCollide checks to see if the melee hits.
Or you can simply make a Trace from the actor to x units in front of him, the thing that gets into the trace receives damage, you could make a weapon animation around it.
Thank you.
I came across a website thats pretty old, will these still work with UE3?
http://chimeric.beyondunreal.com/tutorials/tut17.html
Powered by vBulletin® Version 4.1.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.