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 → E-11 blastech aiming cog
E-11 blastech aiming cog
2002-10-06, 2:02 AM #1
Hi,

I don't know ANYTHING about making cogs, so I need your help. I want to make the stormtrooper rifle aim well (I mean, that each shot impacts exactly in the center of the aiming cross). You know what I mean? But the problem is that I don't know how to do it and make it work? Is there any mod that makes it? If not, could you post here the text that is in the cog and what do I need to do?

Thank you very much in advance.

The Spanish Kid
2002-10-06, 2:48 AM #2
SP?

------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
2002-10-06, 3:53 AM #3
Well, SP or MP, it would be the same. You would have to modify the fireprojectile string. I cant post any examples, because Im posting this away from my box...

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-10-06, 3:58 AM #4
Yes, SP.

So, you are not going to post it GBK? Is someone going to post it and say me what do I have to do? [http://forums.massassi.net/html/confused.gif]

The Spanish Kid
2002-10-06, 4:48 AM #5
I think this will do it.

Find this line:

randVec = VectorSet((Rand()-0.5)*5, (Rand()-0.5)*5, 0.0);

and make it:

randVec = VectorSet(0, 0, 0);
- Wisdom is 99% experience, 1% knowledge. -
2002-10-06, 9:11 AM #6
Thank you The_New_Guy. [http://forums.massassi.net/html/smile.gif] [http://forums.massassi.net/html/smile.gif] [http://forums.massassi.net/html/smile.gif]

It works. [http://forums.massassi.net/html/smile.gif]

The Spanish Kid
2002-10-06, 10:22 AM #7
Yeah, didn't realize you were not going to change the projectile...sorry.

------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

↑ Up to the top!