Marcdaddy Posted November 3, 2014 Posted November 3, 2014 For Example like a Table like Indiana Jones, I would like to change the BUY IN to the Z Button or Left Tilt. Im outta buttons and there are only a handful of tables that you can buy in. Any thoughts? Im a Script noob, Thanks guys.
stefanaustria Posted November 4, 2014 Posted November 4, 2014 ONLY go in the Options by the Editor, here you can Chance the most Keys ! Or should there a Way in the Script too ? I dont know ...
Content Provider Itchigo Posted November 4, 2014 Content Provider Posted November 4, 2014 Normally, it's in the keyup/keydown part of the script. I don't know if that is the same with vpm though, because I don't build in vpm. I would look in the keyup/keydown for "If keycode= then the keycode will be next. Find the key it is now to look it up and make sure you have the right place. I don't have that table setup yet, or I'd look. vpkeycodes.txt
stefanaustria Posted November 4, 2014 Posted November 4, 2014 Ok, now i just see the Problem, the Key is the "EB BuyIn" at the right Side in Key Options. Search in the Script: ... if KeyCode=LeftMagnaSave ... there is the BUYIN function (i think ?), maybe you can place here your KEYCODE and it works ? And YES it WORKS, thanks man to Point this out ! Also i do Need this in my Cab too :-) Search "buyin" in Script, take the 2 lines with .. if KeyCode=LeftMagnaSave Or KeyCode=RightMagnaSave Or KeyCode=29 .... and type in a third Option, my Example KeyCode=29 = Left CTRL Take your Key from the List from Itchigo ( thank you ) and seach your Key Number ( ex. for your Z = 44 ) Thats it !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.