(adsbygoogle = window.adsbygoogle || []).push({});First of all kinda new to this website but not new to hacking and modding so dont flame me bcause of my number of post and rank on this forum.
SO i was experimentin with this UFO mode and i got it to where i could move up and down, in and out of UFO mode, and planting bombs in search. There has to be a way we can edit the grado_cm file and allow it let to let us shoot in UFO mode. I was reading another thread and i read something that Chris2k7Sear said that made sense. Basically if you know how to mod cod5 zombies you'll figure out to do this. The thing is i tried everything i could think of. Even the "Screenshot" method. So if you wanna help me out or have any input pm me or leave what you gotta say here! Thanks and hopefully we get this working.
(P.S. dont be scared about IW patching this because it would delay cod6 release date so that will never happen!)^
set gpad_buttonsConfig "createfx"."createpath".
set gpad_button_lstick_deflect_max "1".
set gpad_button_rstick_deflect_max "1".
set gpad_button_lshldr_deflect_max "1".
set gpad_button_rshldr_deflect_max "1".
set gpad_dpad_down_deflect_max "1".
set gpad_dpad_up_deflect_max "1".
set gpad_dpad_left_deflect_max "1".
set gpad_dpad_right_deflect_max "1".
set gpad_BUTTON_BACK_deflect_max "1".
set gpad_BUTTON_START_deflect_max "1".
set gpad_BUTTON_Y_deflect_max "1".
set gpad_BUTTON_X_deflect_max "1".
set gpad_BUTTON_A_deflect_max "1".
set gpad_BUTTON_B_deflect_max "1".
set gpad_BUTTON_RSHLDR_deflect_max "1".
set gpad_BUTTON_LSHLDR_deflect_max "1".
set gpad_BUTTON_RTRIG_deflect_max "1".
set gpad_BUTTON_LTRIG_deflect_max "1".
set gpad_BUTTON_RSTICK_deflect_max "1".
set gpad_BUTTON_LSTICK_deflect_max "1".
set r_gamma "1".
set snd_volume "0.8".
set input_invertPitch "0".
set input_viewSensitivity "1".
set input_autoAim "1".
set gpad_sticksConfig "default_mp"
but one thing i noticed is that when i opened that in Hex editor. The periods at the end of each set were mostly 2e. I don't know, but it might make a difference if they were 0a or something. I'll try that after this.
hasnt'y anyone noticed that this is for xbox as it had Y,X,A and B
That's because the game was first designed out on xbox, so if you want to use the PS3's "X" button, you have to say button "A" because that's what it is on xbox.