Re: CoD2 mods
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 04:35 PM..
|