Post: Changing the Promod-Hack codes to my likes - Failure
04-18-2010, 08:02 PM #1
Usaidhello
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys,
I got these codes for promod with the option to "lean". Those worked fine, now I tried moddifieing the codes to different buttons. That didn't work.

The original codes:
CM
set gpad_buttonsConfig "buttons_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set gpad_sticksConfig "thumbstick_d3fault"
set input_invertPitch "0"
set input_viewSensitivity "6"
set nightVisionDisableEffects "1"
set r_gamma "1"
set waypointIconHeight "1"
set waypointIconWidth "1"
set perk_extraBreath "0"
set perk_sprintMultiplier "0"
set perk_weapRateMultiplier "1.00"
set perk_explosiveDamage "1"
set perk_armorVest "100"
set perk_bulletPenetrationMultiplier "28"
set perk_weapSpreadMultiplier "0.5"
set perk_bulletDamage "56"
set perk_bullet_penetrationEnabled "1"
set perk_bullet_penetrationMinFxDist "33"
set player_meleeRange "40"
set player_meleeWidth "8"
set player_meleeHeight "8"
set input_autoAim "0"
set aim_autoaim_enabled "0"
set aim_lockon_debug "0"
set aim_lockon_region_height "0"
set aim_lockon_region_width "0"
set aim_lockon_strength "0"
set aim_lockon_deflection "0"


MP
set playlist "10"
set clanName "^1®"
set ps3_voiceSpeakerGain "5.5"
set motd "^2Visit ^0my youtube: ^5Usaidhello, ^5I own ^0you ^5all"
set cg_drawBreathHint "0"
set cg_drawMantleHint "0"
set player_breath_fire_delay "0"
set player_breath_gasp_lerp "0"
set player_breath_gasp_scale "0.0"
set player_breath_gasp_time "0"
set player_breath_snd_delay "0"
set password "purepwnage"
bind DPAD_RIGHT "+leanright"
bind DPAD_LEFT "+leanleft"
bind BUTTON_BACK "togglescores ; scr_sd_timelimit 1.79 ; scr_sd_defusetime 7 ; scr_sd_planttime 7 ; jump_height 52 ; g_gravity 670 ; g_speed 195 ; cg_fovscale 1.125 ; cg_fov 80 ; r_lighttweaksunlight 1.5"
bind BUTTON_B "+melee"
bind BUTTON_RSTICK "+stance"


I didn't make any changes to the CM in my own mod, but I did change some stuff in the MP part.

CHANGED MP:
set playlist "10"
set clanName "^1®"
set ps3_voiceSpeakerGain "5.5"
set motd "^2Visit my youtube: ^0Usaidhello, ^5I own ^5you ^5all"
set cg_drawBreathHint "0"
set cg_drawMantleHint "0"
set player_breath_fire_delay "0"
set player_breath_gasp_lerp "0"
set player_breath_gasp_scale "0.0"
set player_breath_gasp_time "0"
set player_breath_snd_delay "0"
set password "purepwnage"
bind DPAD_RIGHT "+frag"
bind BUTTON_RSHLDR "+leanright"
bind DPAD_LEFT "+smoke"
bind BUTTON_LSHLDR "+leanleft"
bind DPAD_DOWN "actionslot 4 ; say ^0 www.youtube.com/usaidhello"

bind BUTTON_BACK "togglescores ; scr_sd_timelimit 1.79 ; scr_sd_defusetime 7 ; scr_sd_planttime 7 ; jump_height 52 ; g_gravity 670 ; g_speed 195 ; cg_fovscale 1.125 ; cg_fov 80 ; r_lighttweaksunlight 1.5"
bind BUTTON_B "+melee"
bind BUTTON_RSTICK "+stance"


So my goal is:
Lean Left - Left Trigger(L2) - in stead of Dpad Left.
Lean Right - Right Trigger(R2) - in stead of Dpad Right.
Grenade Frag - DPad Right - in stead of R2.
Grenade Smoke - DPad Left - in stead of L2.
(and as you could see I tried to put a 'say' thing on the DPad down, but that's less important)

Could some1 please help me out? I tried so many different options, the one above wasn't the best option I tried, it was my last try.. Any1 knows what I'm doing wrong/what I should change?

Thanks in advance!
(adsbygoogle = window.adsbygoogle || []).push({});
04-18-2010, 08:24 PM #2
oX-matto-Xo
#1 Chaos MW3
This is posted in the wrong section.
04-18-2010, 09:31 PM #3
Usaidhello
Save Point
Ooh :s That's odd, I thought it was ment to be in here.. Is any of the mods gonna move it or do I have to make a new one?

New on here.. Sorry for my stupidity :S
04-18-2010, 11:24 PM #4
Well LSHLDR and RSHLDR are L1 and R1

    bind DPAD_RIGHT "give frag_grenade_mp"
bind BUTTON_RTRIG "+leanright"
bind DPAD_LEFT "give smoke_grenade_mp"
bind BUTTON_LTRIG "+leanleft"
bind DPAD_DOWN "actionslot 4 ; say ^0 www.youtube.com/usaidhello"


That could have fixed the problem but I'm not sure what you mean by actionslot 4, I've never seen that before?
04-19-2010, 08:20 AM #5
Usaidhello
Save Point
Originally posted by JimErased View Post
Well LSHLDR and RSHLDR are L1 and R1

    bind DPAD_RIGHT "give frag_grenade_mp"
bind BUTTON_RTRIG "+leanright"
bind DPAD_LEFT "give smoke_grenade_mp"
bind BUTTON_LTRIG "+leanleft"
bind DPAD_DOWN "actionslot 4 ; say ^0 www.youtube.com/usaidhello"


That could have fixed the problem but I'm not sure what you mean by actionslot 4, I've never seen that before?


The actionslots are fairly simple.. Theyre just the DPad Up, Down, Left, Right buttons.. I tried making the Action slot 4 (wich is for air support) from the Right button to the Down button.. but it is kinda useless as I won't be using them in Promod anyways :S
Thnx I'll try that.
04-19-2010, 04:06 PM #6
IW_JOSH
►►►►►
Originally posted by Usaidhello View Post
The actionslots are fairly simple.. Theyre just the DPad Up, Down, Left, Right buttons.. I tried making the Action slot 4 (wich is for air support) from the Right button to the Down button.. but it is kinda useless as I won't be using them in Promod anyways :S
Thnx I'll try that.



It should be:

    +action slot4


if you do want to use it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo