Instant Target Lock

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Gizmo

New Member
Nov 24, 2001
2
0
0
41
Holland
Visit site
Is it possible to make a mod that allows to modify the UT Rocket Launcher ??

Like:
- Time to lock target
- Damage
- Speed

such things... I'd like to try it myself but I have no ID where to look or begin to edit... (don't even know how to write mods)...

that brings me to the next question: Is there an easy tutorial on how to make your own mod ?? or a nice mod-make-program ??

thanx,
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
Try UnrealEd or CHiMERiC. They've got useful tutorials.

Then, when you know the basics, you could subclass UT_Eightball and RocketMk2 (the rocket launcher and the rockets) and mess around with the code. The target lock time is in the Idle state of UT_Eightball. The damage and speed (I suppose you mean the speed of the rockets) are specified in defaultproperties of RocketMk2.