It's definately NOT playable if you're left-handed. I've tried, and I kept knocking the left stick with the side of my hand and messing up loft and aim.
BUT, I've finally found my own solution. Got my CronusMax out, wrote a script to reverse the up/down direction of the left stick, and fixed.
//|-------------------------------|
// Tue Jul 14 2015 17:32:05
// Script generated by GPC BLOCKLY
//|-------------------------------|
main {
// if(get_val(XB1_LX)) {
// set_val(XB1_LX, 0);
// }
if(get_val(XB1_LY)) {
set_val(XB1_LY, (get_val(XB1_LY)) * -1);
}
}
Of course, the other bugs are still there (seasons, tours, handicap=0, etc).