View Full Version : Remapping your controller
Dmytry
10-31-2010, 01:44 PM
Edit:
I added gui way to configure controller bindings. Now you only need to go to Controls, click on the controller editbox and press a button or move stick or what ever on the controller to bind it.
This guide is no longer needed, since update of november 26 2010.
meisdavidp
10-31-2010, 03:48 PM
This doesn't seem to be working. My understanding is that I open up main.lua and replace everything from "function on_game_frame(dt) --- called by engine" to "RunScript()" with what is in the box. is that right?
Dmytry
10-31-2010, 10:19 PM
This doesn't seem to be working. My understanding is that I open up main.lua and replace everything from "function on_game_frame(dt) --- called by engine" to "RunScript()" with what is in the box. is that right?
from function to the 'end' inclusive, that'd work, won't do to have two 'end' here . The 'end' is not a comment, its end of function.
Actually you are supposed to just insert the stuff between
-- insert begins and
-- insert ends
so that a piece of main.lua looks the same as the text in that box (text below).
Or just replace entire file with
http://dmytry.pandromeda.com/games/main.lua
(but then you wont know how to remap axes etc)
meisdavidp
11-02-2010, 12:14 PM
Thanks. Worked perfectly. Also, got my anaglyph glasses in the mail today. Wish I had a real 3d set up for this, but honestly, the game is amazing just playing with one eye closed in regular mode.
Dmytry
11-27-2010, 03:56 AM
added a way to edit controller's bindings from GUI in the last update.
xfgexo
12-22-2010, 03:18 PM
Hey, its me again :)
I seem to having an issue not being able to assign the Next Song key to anything other then the default period key. In game, it accepts assigning a different key, but then that key doesn't actually make the next song play. If i put it back to the default key it works fine.
Is anyone else able to assign the next song key to something other then default and have it work?
Dmytry
12-22-2010, 05:11 PM
Hey, its me again :)
I seem to having an issue not being able to assign the Next Song key to anything other then the default period key. In game, it accepts assigning a different key, but then that key doesn't actually make the next song play. If i put it back to the default key it works fine.
Is anyone else able to assign the next song key to something other then default and have it work?
hmm, I see, yes that's a bug, will fix it. It just doesn't work right with alphabet keys, other keys would work.
WaZzUp115
12-22-2010, 05:42 PM
I can't bind the d-pad on my 360 controller, is that a known issue?
All other axis and buttons work.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.