Jump to content


Photo

Button Layout ?


5 replies to this topic

#1 DarkShadowSwE

DarkShadowSwE

    Member

  • Members
  • PipPip
  • 25 posts

Posted 21 January 2010 - 07:51 PM

Whish button is whish, know that the config files uses both "gpa gpb gpx gpy" , and "joy1 joy 2 , etc"

#2 Neil L

Neil L

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 408 posts
  • Gender:Male
  • Location:Wiltshire, England

Posted 21 January 2010 - 08:06 PM

Open the 'system.gp2x' file in the 'etc' folder, it will contain this:

# System configuration for gp2x

# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpx +b
bind gpb +a
bind gpselect +select
bind gpstart +start
bind gpy menu
bind gpa palette
bind gpl savestate
bind gpr loadstate
set use_joy true

# System config
set rcpath configs
set savedir saves
set romsdir roms
set confirmsave true
set confirmload false
set previews true
set deformation 20
set voffset 12
set vmodes 3 4 -1 -1 -1
set syncrtc false
set forcepal0 false
set machine 2

# In game config
set autofskip yes
set sound yes
set volumen 80
set scaling 0
set vsync no
set frame frames/default.png
set palette palettes/default

# Speed hacks
set cpuclock 175
set samplerate 44100
set rgb332 true
set sprsort 0


Just edit this to change the keymappings.

Cheers, Neil :)

Edited by Neil L, 21 January 2010 - 08:07 PM.


#3 DarkShadowSwE

DarkShadowSwE

    Member

  • Members
  • PipPip
  • 25 posts

Posted 22 January 2010 - 05:46 AM

yeah , thats the problem , i dont get the wiz "A" button to become the gameboys "B" button and the wiz "X" should be the gameboys "A".

The system.pc have some configs to , :/

Edited by DarkShadowSwE, 22 January 2010 - 05:48 AM.


#4 JayWhite

JayWhite

    GP32 User

  • Members
  • PipPipPip
  • 91 posts
  • Gender:Male
  • Location:Utah, USA

Posted 22 January 2010 - 08:15 PM

yeah , thats the problem , i dont get the wiz "A" button to become the gameboys "B" button and the wiz "X" should be the gameboys "A".

The system.pc have some configs to , :/


Which emulator are you using?

I use ohboy and x is b, and b is a.

#5 Neil L

Neil L

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 408 posts
  • Gender:Male
  • Location:Wiltshire, England

Posted 22 January 2010 - 10:55 PM

Which emulator are you using?

I use ohboy and x is b, and b is a.


The contents of the 'system.gp2x' file above is from LemonBoy, the buttons are the same on this one (Wiz X=GB B & Wiz B=GB A), they're easy enough to change.

# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpx +b
bind gpb +a
bind gpselect +select
bind gpstart +start
bind gpy menu
bind gpa palette
bind gpl savestate
bind gpr loadstate
set use_joy true


Cheers, Neil

#6 DarkShadowSwE

DarkShadowSwE

    Member

  • Members
  • PipPip
  • 25 posts

Posted 23 January 2010 - 09:09 AM


yeah , thats the problem , i dont get the wiz "A" button to become the gameboys "B" button and the wiz "X" should be the gameboys "A".

The system.pc have some configs to , :/


Which emulator are you using?

I use ohboy and x is b, and b is a.


Yeah , but i use lemonboy due to its save sram options , then u dont lose ur played data if the bettery runs dry... , xD


Which emulator are you using?

I use ohboy and x is b, and b is a.



The contents of the 'system.gp2x' file above is from LemonBoy, the buttons are the same on this one (Wiz X=GB B & Wiz B=GB A), they're easy enough to change.

# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpx +b
bind gpb +a
bind gpselect +select
bind gpstart +start
bind gpy menu
bind gpa palette
bind gpl savestate
bind gpr loadstate
set use_joy true


Cheers, Neil


OMG !!! , i didnt read the WHOLE config , then i would have seen that the Wiz A button was binded to palettes , -.- , my config looks like this now :

System.gp2x

# System configuration for gp2x

# Buttons
bind joyup +up
bind joydown +down
bind joyleft +left
bind joyright +right
bind gpa +b
bind gpx +a

bind gpselect +select
bind gpstart +start
bind gpy menu
#bind gpa palette
#bind gpl savestate
#bind gpr loadstate
set use_joy true

# System config
set rcpath configs
set savedir saves
set romsdir roms
set confirmsave true
set confirmload false
set previews true
set deformation 20
set voffset 12
set vmodes 3 4 -1 -1 -1
set syncrtc false
set forcepal0 false
set machine 2

# In game config
set autofskip yes
set sound yes
set volumen 80
set scaling 0
set vsync no
set frame frames/default.png
set palette palettes/default

# Speed hacks
set cpuclock 175
set samplerate 44100
set rgb332 true
set sprsort 0


System.pc

# System configuration for gp2x

# Buttons
bind up +up
bind joyup +up
bind down +down
bind joydown +down
bind left +left
bind joyleft +left
bind right +right
bind joyright +right
bind a +b
bind joy4 +b
bind s +a
bind joy1 +a
bind enter +select
bind joy8 +select
bind space +start
bind joy9 +start
bind esc menu
bind joy3 menu
#bind v palettes
#bind joy4 palettes

#bind 1 savestate
#bind joy6 savestate
#bind 2 loadstate
#bind joy7 loadstate
set use_joy true

# System config
set rcpath configs
set savedir saves
set romsdir roms
set confirmsave true
set confirmload false
set previews true
set deformation 20
set voffset 12
set machine 0
set forcepal0 false
set showsplash false

# In game config
set autofskip yes
set sound yes
set volumen 80
set scaling 0
set vsync no
set frame frames/default.png
set palette palettes/default

# Speed hacks
set samplerate 44100
set rgb332 true
set sprsort 0



Works like a charm now , cheers for the help , ^^
( the savestates are disabled by me , screwed up a game with the L and R buttons , rather use the ingame menu for savestates... )



Reply to this topic