Talk:Simulated Bullets

From Valve Developer Community
Revision as of 11:52, 23 November 2005 by Ts2do (talk | contribs)
Jump to navigation Jump to search

I'd really like assistance with this if anyone can do any implementation of this or any fixes to the bullet simulator... implementation includes making the gun shoot them out, making the bullets hurt, and making clientside effects... I have a feeling that other mods WILL want to use timed bullets, and this code will do the trick... I just need help (or plenty of time) getting it finished first and then it will be available to everyone!—ts2do (Talk | @) 23:06, 20 Nov 2005 (PST)

Yes ts2do (you went away before i came back), the myth was busted, best to contact Wrayith at Nightfall mod for more info. He was interested, and was implementing something like this with the quake 2 code, and was going to port it to hl2 latter. MSN wraiyth@gmail.com --Amckern 01:07, 21 Nov 2005 (PST)

Does anyone know what it means if I'm getting this sort of error on the client:

 	client.dll!CUtlMemory<CSimulatedBullet *>::Base()  Line 252 + 0x3
	client.dll!CUtlVector<CSimulatedBullet *,CUtlMemory<CSimulatedBullet *> >::Base()  Line 54 + 0x14
	client.dll!CUtlVector<CSimulatedBullet *,CUtlMemory<CSimulatedBullet *> >::AddToTail(CSimulatedBullet * const & src=0x044fc440)  Line 403 + 0x8

It seems to not like me adding an item to the utlvector on the client but it's fine with it on the server —ts2do (Talk | @) 10:52, 23 Nov 2005 (PST)