Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Client Cogs
Client Cogs
2001-02-28, 7:32 AM #1
I am trying to use Sendtrigger and Client cogs to get my custom projectiles to work in MP. I've read Hideki's Tutorial, and I think I added everything in right. But when I fire the gun ingame, the bullet seems to start near the bottom-right corner of my screen. It doesn't come straight out of the gun. What causes that and how do I fix it?

------------------
Yub-Yub, Commander.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2001-02-28, 9:20 AM #2
That's probably just the argument in FireProjectile is messed.

FireProjectile(player, proj, sound, key, offsetVector, dirVector, int, flag, fov, fov);

Take a change in the "offsetVector".

------------------
http://millennium.massassi.net/ - Millennium
2001-03-01, 4:47 PM #3
That was it. Thanks, Hideki. [http://forums.massassi.net/html/wink.gif]

------------------
Yub-Yub, Commander.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.

↑ Up to the top!