| Register | Members | Calendar | Search | Marketplace |
| Notices |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
MxS Noob
![]() ![]() |
Sorry for the placement of this thread, but it was the closest place I could find. Anyways....
Does anyone know where I could get a list of command codes for modding cod2 on 360 for online play? I have a few mods that work such as binding a button to "noclip;give all;god" or .set g_speed "whatever number" I'd love to do other things such as timescale , gravity , speed , jump_height ,etc. but I'm not sure all the different codes. ANYONE? |
|
|
|
|
|
#2 (permalink) |
|
User
![]() Gamertag: MxS NicksMods
Location: Admining for sure
Posts:
1,053 posts
Thanked 117 Times
Join Date: Dec 2008
|
g_gravity _ (0 being no and 800 being the standard)
phys_gravity _ (0 being no and -800 being the standard, the difference from this and g_gravity is that phys gravity affects not you things, like bodies) sf_use_ignoreammo '1' (infinite ammo) setperk _ (any perk) perk_weapRatemultiplier _ (standard is 0.75 I think, lower you go the faster you shoot, 0.01 or lower makes bolt action rifles automatic, and the trench gun too) perk_weapReloadmultiplier _ (standard is 0.50 |
|
|
|
|
|
#3 (permalink) |
|
MxS Noob
![]() ![]() |
here's my problem now...
I edit my profile. I'm sure everything is typed correctly. I drop it on the drive. Then I recopy the file to my desktop to double check. Eveything is good. My profile is still modded. When I sign in and try playing the game, none of the mods work. So I remove my drive and check the profile again. ...and to my surprise, the original (unmodified) profile is on my drive. Is there something on XBL that reloads my original profile? why isn't my modded profile staying modded? I tried different things such as turning auto-sign in OFF. and auto signing in on another profile, then sign off that one and on to my modded one. Does anyone know why my original one keeps getting put back onto my drive without me doing anything? |
|
|
|
|
|
#4 (permalink) |
|
User
![]() Gamertag: MxS NicksMods
Location: Admining for sure
Posts:
1,053 posts
Thanked 117 Times
Join Date: Dec 2008
|
Each time you sign off or shut off your 360 it resets.
|
|
|
|
|
|
#5 (permalink) |
|
MxS Noob
![]() ![]() |
I mod my buddies profile in TeamViewer and he puts his in his xbox and it never resets for him. He can keep his modded profile on there for days with no problems. Does it have something to do with the newer xbox's, cause mine has an internal memory unit and his doesn't.
So I don't understand. How do I get the data onto my harddrive and sign on to the modded profile then? I use a data transfer cable, so I have to disconnect the hard drive every time. I drop the file in Xport onto my hard drive. and then when I plug it back into my xbox, turn it on, and sign in to play the game... the old profile gets put back onto the harddrive. ?????????? |
|
|
|
|
|
#6 (permalink) |
|
User
![]() Gamertag: MxS NicksMods
Location: Admining for sure
Posts:
1,053 posts
Thanked 117 Times
Join Date: Dec 2008
|
Try using a memory card to put your profile on then mod it and see if it does the trick?
|
|
|
|
|
|
#7 (permalink) |
|
MxS Noob
![]() ![]() |
I fixed it. I had to delete the cache of my 360 hard drive with the old "X,X,LB,RB,X,X".
Everyone I've noticed that's is modding this game only use the .bind command on the START and BACK buttons, which is very limiting. I've started binding the d-pad left,right,up,down to commands. The problem with doing this is you have to null the gpad configuration settings. When you do that for CoD2, none of the regular buttons work (A,B,X,Y,LT,LB,RB,RT,Lstick,Rstick) so I had to manually bind the default commands to each one of these buttons. What I did was look in the config_mp file from the PC version to find the commands. The code looks like this now... .bind BUTTON_RTRIG "+attack".bind BUTTON_RSHLDR "+frag".bind BUTTON_LSHLDR "+smoke".bind BUTTON_LTRIG "+speed".bind BUTTON_A "+moveup".bind BUTTON_B "still playing with this one".bind BUTTON_X "+reload".bind BUTTON_Y "weapnext".bind BUTTON_RSTICK "+melee".bind BUTTON_LSTICK "+breath_binoculars" The only buttons I can't get to work properly are: the X button function of picking up a gun/grabbing turret/planting&diffusing bomb. I believe the command is "+activate" but I can't seem to get this to work in conjunction with the "+reload" command or the old "give ammo" cheat. the B button function of toggling crouch/prone positions. The crouch/prone commands are the trickiest and the reason I'm making this post. This is what I know... The 'Toggle Crouch' and 'Toggle Prone' make you go straight into crouch or prone stance, and pressing the same key again will take you out of that stance. The 'Go to Crouch' and 'Go to Prone' commands don't work that way - pressing the key only makes you go down to crouch/prone; you must then press the Jump key (or 'Stance Up' key) to get back up again. The basic 'Crouch' and 'Prone' commands are different again - pressing these keys will make you go to prone or crouch mode and stay there only for as long as you keep holding the relevant key down; if you let go you stand back up again. If anyone has any ideas how to allow the B button to toggle between crouch and prone like it does in the default settings, please help. Bump: If anyone else has been playing aroung with modding this game, message me about it on XBL. I have the "full" list of nearly 400 dvars for CoD2. Examples of some are: ai_corpseCount "##" - the max number of dead bodies on the screen before they start to dissappear. cg_blood "#" - 0 is no blood, 1 is default cg_hudCompassSize "#" - again 1 is default and 0 is no compass(i believe) r_aspectRatio "auto" - this is the command value you need to change for allowing 3rd person play. r_sunflare_max_size "####" - I hate being blinded in matmata and a couple others I also have the "full" list of 152 commands for binding buttons. Examples are in the previous post. Bump: If anyone else has been playing aroung with modding this game, message me about it on XBL. I have the "full" list of nearly 400 dvars for CoD2. Examples of some are: ai_corpseCount "##" - the max number of dead bodies on the screen before they start to dissappear. cg_blood "#" - 0 is no blood, 1 is default cg_hudCompassSize "#" - again 1 is default and 0 is no compass(i believe) r_aspectRatio "auto" - this is the command value you need to change for allowing 3rd person play. r_sunflare_max_size "####" - I hate being blinded in matmata and a couple others I also have the "full" list of 152 commands for binding buttons. Examples are in the previous post. Last edited by Ei8hTy SiX; 06-11-2009 at 05:35 PM.. |
|
|
|
|
|
#8 (permalink) | |
|
User
![]() Gamertag: MxS NicksMods
Location: Admining for sure
Posts:
1,053 posts
Thanked 117 Times
Join Date: Dec 2008
|
Quote:
This should also explain something in cod3 and 4 and 5 as well. |
|
|
|
|
|
|
#9 (permalink) |
|
MxS Noob
![]() ![]() |
I want to correct a few mistakes above.
r_aspectRatio "auto" - this isn't the command to change the game to 3rd person. This is a command for changing aspect ratio (16:9 or 4:3). The command line for 3rd person is cg_thirdPerson 1 where "1" makes it 3rd person and "0" makes it 1st person. I haven't tested this for Xbox360, but know for sure that it works on PC. Second correction is the CoD2 command codes for the default button layout. After testing all possibilities, myself and PSyKo7iKo figured them out. Here you go. .bind BUTTON_RTRIG "+attack".bind BUTTON_RSHLDR "+frag".bind BUTTON_LSHLDR "+smoke".bind BUTTON_LTRIG "+speed".bind BUTTON_A "+gostand".bind BUTTON_B "+stance".bind BUTTON_X "+usereload".bind BUTTON_Y "weapnext".bind BUTTON_RSTICK "+melee".bind BUTTON_LSTICK "+breath_binoculars" You can also add .bind DPAD_RIGHT "+leanright".bind DPAD_LEFT "+leanleft" to add a feature that was only available on PC version. PRETTY COOL! I don't like people modding there profiles to cheat in online gameplay. I personally mod to give myself custom controller settings. I was always disappointed that you couldn't customize each button on Xbox like you can on PC. This is my new layout.... and I LOVE IT. LT - aim LB - binoculars RT - shoot RB - throw grenade A - stand up/jump B - crouch/prone X - reload/pick up weapon/grab turret/set&diffuse bomb Y - switch weapon Lstick - melee/hold breath Rstick - prone (for tactical drop shot) Dpad up - throw smoke Dpad left - lean left Dpad right - lean right Last edited by Ei8hTy SiX; 06-13-2009 at 02:59 AM.. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| COD4 Custom Class Mods | kill_seth | CoD 4 Modern Warfare Chat | 4 | 06-30-2009 01:35 AM |
| Halo 3 Mods: A Tutorial on Halo 3 Modding for Beginners | Zeekfreek912 | Halo 3 Modding Tutorials & Guides | 1 | 03-08-2009 03:36 PM |
| GoW2 Golden Weapon Mods | Crash | Gears of War Duo | 5 | 02-01-2009 02:36 AM |
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |