Announcement

Collapse
No announcement yet.

Weapon Icon Coordinates??

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

    Weapon Icon Coordinates??

    Please help me, i want to set up the icon coordinates of my weapon.
    I know there is a way ( console command ) in ut2003 to edit the defaultproperties of a weapon in game to set up the icons right and copying the values into the weapon script.......:cry: but i forgot how.
    Now i want to set up my icons that way in UT2004, please tell me if this works the same way and the console command if there is something like that.

    Thanks

    #2
    Code:
    editactor class=package.class
    edits an actor in the level

    or

    Code:
    editdefault class=package.class
    edits defaults for the class

    or

    Code:
    editobj ObjectName
    similar to editactor but works for objects too, e.g. WeaponFire

    Comment


      #3
      :up:
      Thanks a million!

      Comment

      Working...
      X