Game Development Community

//

by Ryan Clifton · in Torque Game Engine · 10/09/2005 (12:22 pm) · 4 replies

//

About the author

Recent Threads

  • //
  • //
  • //
  • //
  • //

  • #1
    10/09/2005 (12:42 pm)
    In Server\scripts edit your weapon.cs file. In starter.fps this is crossbow.cs and in datablock ItemData(CrossbowAmmo) edit the maxInventory = 20; to something much higher like 2000000 ;)

    This is related to ammo pickup, I supose that this is what you looking for, I am not very good at English so I might be wrong :)
    #2
    10/09/2005 (12:44 pm)
    //
    #3
    10/09/2005 (1:07 pm)
    In server\script\crossbow.cs is a line
    %obj.decInventory(%this.ammo,1);
    Comment it out.
    #4
    10/09/2005 (1:10 pm)
    //