Moderator: Admins



Captain Black wrote:Wait, how is there even a keyboard plugged in? Unplug it?






mute wrote:Have you tried assigning those functions to different keys to see if it still happens then?
1058:27 <vyhd|away> they're hardcoded into the binary; it'd be easy enough to rip them out if you can build for AC

Fraxtil wrote:mute wrote:Have you tried assigning those functions to different keys to see if it still happens then?
Unless I'm mistaken, the theme speed keys are built into the code and can't be remapped without modifying the source.


Myon Beyond [a] wrote:Fraxtil wrote:mute wrote:Have you tried assigning those functions to different keys to see if it still happens then?
Unless I'm mistaken, the theme speed keys are built into the code and can't be remapped without modifying the source.
Ugh, that's not promising. Really don't want to have to somehow modify and recompile source code. Any ideas?

Fraxtil wrote:Maybe mess with the Test Input screen and see if you can reproduce the phantom key presses by doing something in particular? Asking #openitg on irc.badnik.net wouldn't be a bad idea either.


Myon Beyond [a] wrote:Fraxtil wrote:Maybe mess with the Test Input screen and see if you can reproduce the phantom key presses by doing something in particular? Asking #openitg on irc.badnik.net wouldn't be a bad idea either.
Test Input isn't bad. I also had a weird issue where hitting the two green buttons was the equivalent of hitting Escape, so it'll be interesting seeing if I can reproduce it.




>>
<<



Captain Black wrote:There are a few ways to do it, but if you don't own the machine I would definitely not recommend having a pad code that actually inserts a credit, since the game keeps track of how many times that's been done through bookkeeping and if the number of credits inserted doesn't match the number of physical dollars in the machine then it's really obvious that someone's been messing with it. Is it owned by an arcade or a friend or what?


CodeNames=SwitchTheme,Free,NotFree,Opmenu
CodeSwitchTheme=MenuLeft,MenuRight,MenuLeft,MenuRight
CodeSwitchThemeAction=screen,ScreenSelectTheme
CodeFree=MenuRight,MenuLeft,MenuRight,MenuLeft
CodeFreeAction=lua,function() PREFSMAN:SetPreference("CoinMode",COIN_MODE_FREE) end
CodeNotFree=MenuRight,MenuLeft,MenuLeft,MenuRight
CodeFreeAction=lua,function() PREFSMAN:SetPreference("CoinMode",COIN_MODE_PAY) end
CodeOpmenu=Left,Down,Up,Right,Down,Up,Left,Down,Up,Right,Down,Up,Left,Down,Up,Right
CodeOpmenuAction=screen,ScreenArcadeOptions

Users browsing this forum: No registered users and 0 guests