Announcement

Collapse
No announcement yet.

How do you code aircraft?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do you code aircraft?

    I whant some of the aircraft that came with UT2004 work with DM
    How do I code them then place them at that point with that code?

    #2
    Try typing summon onslaughtfull.onsbomber and see if you like it. Mini-manual: left/right mouse rolls the plane, up/down pitches the plane, you crash if you don't keep your wings level enough for your speed.

    If that is what you want, you'll have to do some semi-complex coding because there's a bunch of problems with it.

    If you just want a plane that flies like a Raptor, all you have to do is make a Raptor look like a plane.

    Comment


      #3
      I mean how do you code it to work with Death mach unlike assult and ONS

      Comment


        #4
        well u need to allow vehicles in the gametype:

        Level.Game.bAllowVehicles = True

        there is a mut that does that so u can ahve vehicles

        Comment


          #5
          Thanks alot I hope this will work.

          Comment

          Working...
          X