Hello guys is me here again. Each new thing I learn in uscript makes me love UDK more, however there is still a lot to learn, and as always I need help from the pros here.
How can I change the crosshair offset on screen for a specific weapon? There is the variable Crosshaircoordinates on utweapon (CrossHairCoordinates=(U=128,V=0,UL=64,VL=64)) default properties however it is only to draw the crosshair icon (select the desired icon from the sprite sheet).
Because of my character’s pistol aiming animation whenever i shoot the bullet does not hit the Center of crosshair. I changed fireoffset so that the bullet (which is a real projectile) appears as it is being ejected from the weapon itself, however I would need to change just a bit the crosshair offset to make the bullet hit the center of the crosshair, which seems to be centered on the screen.
Any tips?