Please help support the site by donating at the link below.https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZRU34U47BESW
this image is credited to KingMikeOS
can you post the uncompiled code?
My question was why do people preffer a stealth install. Since you said you got sick of the button, I am guessing that you did not like having the button down there, as in prefference of comfort. I can see that.
I had a button on the bottom of my controller for years now. I just wanted to go back to a normal trigger with a RF option. The button got annoying after a while. So i went to a sleeper mod... and it was great! BUT, turning off the mod to use certain weapons (that dont work at all with RF) was a pain in the a$$. I just wanted a on/off mode for Halo 3 only.
i think he had the buttons on the back as rf buttons instead of on off switches for the trigger (as in your 4mode code)
'***********************************************''* Xbox Controller mod for Halo3 *''* Single mode. Right Trigger. *''* REV1.2 *''* By: Xbox Hacker *''***********************************************'Device 12F683Declare XTAL 4REMINDERS 0Config FCMEN_OFF, IESO_OFF, BOD_OFF, CPD_ON, CP_ON, MCLRE_OFF, PWRTE_ON, WDT_OFF, INTRC_OSC_NOCLKOUTCMCON0 = %00000000ALL_DIGITAL = true'*********** Interrupt/TRIS Settings ***********' IOC = %00010000 OPTION_REG = %01011111 INTCON = %10001000 WPU = %00010000 TRISIO = %00010111'***********************************************'Dim modeAs As ByteDim modeVar As ByteDim RFspeed As ByteRFspeed = 49 ' Rapid Fire speed setting in Milliseconds [change this to change speed]modeVar = 0modeAs = 0 ' on/off mode [ 0 = OFF ...auto set to OFF on startup]High GPIO.5 ' Indicator LED [auto set to OFF on startup]On Interrupt GoTo MODE ' Interrupt goto...
MAIN: If modeAs = 1 Then GoTo RUN GoTo MAIN ' Loop...RUN: TRISIO.0 = 1 ' Tri-state float ... Low of PWM DelayMS RFspeed ' FireRate TRISIO.0 = 0 ' TRIS to output ... High of PWM DelayMS RFspeed ' FireRate GoTo MAIN ' Loop...'*********** Interrupt routine ***********' DisableMODE: INTCON = $80 ' Turn off Interrupts, while we change the mode. DelayMS 20 ' Debounce Select modeAs Case 0 ' Is modeAs equal to 0 ? modeVar = 1 ' Load modeVar with 1 if yes Case Else ' Otherwise... modeVar = 0 ' Load modeVar with 0 EndSelect Let modeAs = modeVar If modeVar = 0 Then High GPIO.5 : TRISIO.0 = 1 :Else: Low GPIO.5 INTCON.3 = 1 DelayMS 10 Resume Enable
I was getting ahead of myself, lol thinking again, the inputs are revesed between matrix and cg controllers. sinc and triggers act differently. it appears you are just focused on the matrix controller for now.
i tried to assemble and build your text file in mp lab and it didnt work. what should i do?
lol no termination...also just post the hex already its no different to post the hex on the forum you actually had to take extra steps to post it in txt..you cant just save the file as .hex as you state. it dont work that way.
Allowed file types: txt, doc, pdf, jpg, gif, mpg, png, psd, mp3