User assignable buttons

Ideas for Game Editor evolution.

User assignable buttons

Postby Kodo » Sun Dec 04, 2005 1:26 am

As most Pocket PCs have a different arrangement of buttons I'd quite like to be able to offer different button configurations or even allow the user to assign thier own buttons while in game, or is this already possible?
User avatar
Kodo
 
Posts: 449
Joined: Thu Oct 20, 2005 8:20 pm
Location: UK
Score: 23 Give a positive score

Postby willg101 » Sun Dec 04, 2005 2:04 am

Can't you remap keys or something with script?
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Kodo » Sun Dec 04, 2005 12:59 pm

You mean change button assignments on the pocket pc before loading the game? Maybe, but it'll be a lot of hassle, you don't remap your PC keys every time you want to play Quake, the game allows you to do it. To expect someone to edit their PDAs setup every time they want to play for a short time will make the game a hassle and completely unappealing.
User avatar
Kodo
 
Posts: 449
Joined: Thu Oct 20, 2005 8:20 pm
Location: UK
Score: 23 Give a positive score

Postby ingsan » Mon Dec 05, 2005 11:29 am

No, what he meant was that you remap PPC keys directly in GE, not on your PPC.

See Game Properties > Pocket PC keys in Game Editor Application

PPC keys will then automatically be remap with your game 8)
User avatar
ingsan
 
Posts: 580
Joined: Mon Nov 17, 2003 4:02 pm
Location: Maurician LADY in FRANCE
Score: 6 Give a positive score

Postby makslane » Mon Dec 05, 2005 11:31 am

Look the remapKey function:

http://www.game-editor.com/docs/script_ ... m#remapkey
http://game-editor.com/forum/viewtopic. ... ight=remap

You can hold the user keys in some variables, and save with saveVars (http://www.game-editor.com/docs/script_ ... m#savevars), like this:

saveVars("game.sav", "user keys");

When you game starts, you can make this:

loadVars("game.sav", "user keys");

And use remapKey based on saved variables.
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Postby Kodo » Mon Dec 05, 2005 11:41 am

No, what he meant was that you remap PPC keys directly in GE, not on your PPC.

See Game Properties > Pocket PC keys in Game Editor Application

PPC keys will then automatically be remap with your game


That doesnt let the end user, the guy that buys your game change the function of the buttons. I have an Acer n30 that doesnt have a directional pad and limited buttons, I've mapped the game controlls nicely to my PDA, but my PDA button layout is completely different to others, I dont want to force a button configuration on users that may turn out to be unusable.

Thanks makslane, thats exactly it! I'll give it a try :)
User avatar
Kodo
 
Posts: 449
Joined: Thu Oct 20, 2005 8:20 pm
Location: UK
Score: 23 Give a positive score


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest