Sometimes on certain computers, keys will end up disabling themselves. This is because of the fact that there is an engine variable that has been exposed through script that sometimes messes input up. However, because the platinum team had made a discovery on this, I will provide you how to fix this in any mod OTHER THAN marble blast platinum (You need .cs files which mbp don't provide and the new mbp update has it fixed.)
go to marble/client/scripts/playGui.cs
open it in notepad/wordpad if your on windows, text-edit if your on mac
find function PlayGui::onWake(%this)
find in the function where it has the following:
$enableDirectInput = 1;
replace that with this commented:
// $enableDirectInput = 1;
save the file and load marble blast.
If you have any problems, post here and I can help you out.
~Jeff
Notes:
- If you use a joystick, beware that the joystick may not work.
- As previously mentioned, this has been fixed in MBP for the new update that will be coming out soon. More details at the appropriate time on how to fix it in the new MBP update after its released....
I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.