Posted by Hideki on November 03, 1998 at 18:11:11:
In Reply to: questions about force cogs, ect... posted by Slapshot on November 03, 1998 at 16:32:47:
: Alright, I have a few questions:
: 1: How do you change the tint of force sight to light red. I can change it to yellow, but I don't know the tint numbers for red
Read jkspecs for which parameter is for which color tint etc. And you have to test to see what color will come out.
: 2: Are there any paint programs that can edit bm's, or is there a way to convert them to bmp's?
: 3: How do you replace the standard crosshair with the one from the st rifle electroscope?
: 4: what cog line would I put if I wanted force grip to fire a projectile, and where would I put it?
In pulse section where it says
if(HasLOS(player, victim))
insert
FireProjectile(params);
See jkspec for the params, or see other cogs.
: Thanx a lot, I really appreciate help!!