User Tools

Site Tools


games:frets_on_fire

http://fretsonfire.sourceforge.net/

http://heanet.dl.sourceforge.net/sourceforge/fretsonfire/FretsOnFire-1.3.110.tar.gz

Required: Python, pygame, PyOpenGL

cd src &&
python ./FretsOnFire.py

Using the Guitar Hero 3 Wii controller

Required: cwiid

Here is my configuration:

#Green fret
Classic.A = KEY_F1

#Red fret
Classic.B = KEY_F2

#Yellow fret
Classic.X = KEY_F3

#Blue fret
Classic.Y = KEY_F4

#Orange fret
Classic.ZL = KEY_F5

#Strum
Classic.Down = KEY_ENTER
Classic.Up = KEY_RIGHTSHIFT

#Escape -  switch if you want the other button to be cancel
#Classic.Plus = KEY_ESC
Classic.Minus = KEY_ESC

#Analog stick for movement
Classic.LStick.X = ~ABS_X
Classic.LStick.Y = ~ABS_Y

The analog stick works like a joystick, don't forget to map its' axis in the game settings (Settings → Key Settings).

Before you start the game, run (assuming you saved the above configuration to /etc/cwiid/wminput/gth3):

wminput -c gth3
games/frets_on_fire.txt · Last modified: 2010/02/06 13:48 by kratz00