ZealOS icon indicating copy to clipboard operation
ZealOS copied to clipboard

Add mouse aim to CastleFrankenstein.

Open TomAwezome opened this issue 2 years ago • 4 comments

TomAwezome avatar Apr 06 '22 02:04 TomAwezome

@TomAwezome

I like this, I wonder if it would be super complicated or if I could try my hand at it. I'm assuming currently you can only shoot DOOM style without any height, so mouse-aim implies adding the Y axis, correct?

y4my4my4m avatar Jul 06 '22 05:07 y4my4my4m

Mouse aim doesn't imply adding the Y axis, you can just implement the X axis and only have that. Of course, aiming would feel weird, so you can implement it DOOM style where you can move the camera along the Y axis but ignore it in the game logic.

xslendix avatar Jul 06 '22 07:07 xslendix

@xslendix Ok, thank you!

I'll see if I can do it. Also, DOOM style would be no Y axis 😉

y4my4my4m avatar Jul 06 '22 19:07 y4my4my4m

Good luck and have fun hacking at this : ) It's possible during implementation you might run into PS/2 conflicts on the serial mouse and keyboard data, resulting in sending junk keycodes to the OS. iirc, Alec may have addressed this with his DOOM port in Single User mode maybe?

TomAwezome avatar Jul 06 '22 20:07 TomAwezome