Gearhead 2 space combat ideas and screenshots
Gearhead 2 space combat ideas and screenshots
Game News - posted by Saint_Proverbius on Fri 24 June 2005, 21:02:37
Tags: Gearhead 2; Joseph HewittJoseph Hewitt has proposed two ideas for space combat in the sequel to Gearhead he's working on. Oh, and there's two new screenshots of the work in progress that show dungeons with big walls and shorter walls. Anyway, on to the subject of space combat:
Idea number one: Give each model a DX,DY vector. Instead of moving you directly, using "Cruise Speed" or "Full Speed" would instead alter your velocity. The only problem is, I don't think this could be incorporated well into the movement code as it currently exists. Come to think of it, a DX,DY vector wouldn't work well with a tile system where there's only eight directions of movement either.
Idea number two: Cause each model to drift in the last direction moved unless they perform a full stop action. The main game loop would now have to make a separate check for drift in addition to the check for completed movement. The drift would happen at the same speed as the model's last move... I know, it's not realistic to have a maximum speed in space, but sacrifices must be made. One problem to avoid with this one is that it could result in the model moving two spaces at once if the drift and direction of movement oincide.Well, actually, it is realistic to have a maximum speed in space because of that whole relativistic mass stuff and the faster you go, the more likely you are to run in to all those little free particles of stuff out there. Sort of, yeah.
Idea number one: Give each model a DX,DY vector. Instead of moving you directly, using "Cruise Speed" or "Full Speed" would instead alter your velocity. The only problem is, I don't think this could be incorporated well into the movement code as it currently exists. Come to think of it, a DX,DY vector wouldn't work well with a tile system where there's only eight directions of movement either.
Idea number two: Cause each model to drift in the last direction moved unless they perform a full stop action. The main game loop would now have to make a separate check for drift in addition to the check for completed movement. The drift would happen at the same speed as the model's last move... I know, it's not realistic to have a maximum speed in space, but sacrifices must be made. One problem to avoid with this one is that it could result in the model moving two spaces at once if the drift and direction of movement oincide.
There are 12 comments on Gearhead 2 space combat ideas and screenshots