Page 1 of 1

Universal Controller Mapper

PostPosted: Wed Oct 20, 2010 5:28 pm
by Hblade
Universal controller mapper
    Set up a controller the easy way


This is a work in progress.


What this allows you to do is prettymuch set up a controller using the standard controller pattern, "A, B, X, Y, Start, Select, L1, R1, L2, R2, L3, R3" buttons. What you prettymuch do is click the textbox next to the key you want to map "A" to, or "B" or any other button. Then click save. You will need to make a veriety of variables. This is a list of the variables you will need to make with the save group "controller" added

    B_A
    B_B
    B_X
    B_Y
    B_START
    B_SELECT
    B_L1
    B_L2
    B_R1
    B_R2
    B_R3
    B_L3

Make all of those variables a "real" not an integer. Then to load the setup you have made for your game (Use this so that anyone who plays your game can set up their controller just the way that want to :3), use the loadVars("setup.pad", "controller"); function xD

This will be done eventually, and I will also have buttons for everyone to put into their games xD