Or will it require python?
I believe it requires Python to get the cursor to show up. I don’t remember the exact code, but it shouldn’t be too hard to find.
-For CURSOR you need python script:
from Rasterizer import showMouse
showMouse(1)
-For CROSSHAIR you dont need scripts, just stick a cross or what ever in front of camera.
-99% Sure you need scripting for moving the aim. Plain Theory:
Only way I could think of doing this without script is dividing the screen to parts, for example upper, lower, left and right side. When ever your mouse is over one of them, for example upper block, the camera turns up. This would make the movemet really choppy though, but you could always make the block smaller.
I’m sure it is easier to make one with scripts though.