Got any reference code which I can follow?
From: Jorge Rodriguez <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Anyone bypassed the max weapons limit before? Date: Wed, 3 Nov 2004 00:30:30 -0500
On Wed, Nov 03, 2004 at 07:14:42AM +0000, Tan Theodore wrote: > The HEV suit is defined as the 31st weapon. As we know, the max weapon > allowed is 31. Unfortunately, I have 32 including the suit. > > Is there a way to increase it? No point following the tutorial at the HL > programming planet on increasing the max weapons to 45. It doesn't work. > Weapons defined from 32 onwards doesn't animate or work.
The way to bypass the 32 weapon limit in HL is to combine all the weapons into one entity. This way, the HL engine thinks that all the weapons are the same weapon, but you specify that this one weapon look and act differently depending on what type of weapon it is. It takes a lot of special coding, not easy.
-- Jorge "Vino" Rodriguez
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_________________________________________________________________ Keep track of Singapore & Malaysia stock prices. http://www.msn.com.sg/money/
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

