Well, here we go again… looking for some feedback on control systems. I’m looking at writing this little adventure system and was wondering what sort of control system would work… here’s the current demo…
http://www.cokeandcode.com/miniad/miniad.jnlp
If you click around your little chap will walk to the location clicked. Ignore the fact that you don’t walk behind things or that you can walk through things. I was wondering if maybe it’d be more natural to be controlling via keyboard. This will of course wreck my network code but better to find out early (it’ll currently run a local server).
I’m intending to add a GUI around the current view area to support the inventory, particular actions and chat. I’d also be interested in opinions on walking speed and/or the character being centered in the area (as opposed to free moving)
Your time and feedback is appreciated as always…
Kev
PS. I’ve fixed the frame rate to 30 so hopefully its not going to tie peoples systems up.