diff --git a/CoD SCZ FoV Changer/FrmSelection.Designer.cs b/CoD SCZ FoV Changer/FrmSelection.Designer.cs index 677a6d9..9d63d28 100644 --- a/CoD SCZ FoV Changer/FrmSelection.Designer.cs +++ b/CoD SCZ FoV Changer/FrmSelection.Designer.cs @@ -46,7 +46,7 @@ private void InitializeComponent() this.lstCoDs.Location = new System.Drawing.Point(0, 0); this.lstCoDs.Name = "lstCoDs"; this.lstCoDs.ScrollAlwaysVisible = true; - this.lstCoDs.Size = new System.Drawing.Size(344, 68); + this.lstCoDs.Size = new System.Drawing.Size(344, 90); this.lstCoDs.TabIndex = 0; this.lstCoDs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstCoDs_KeyDown); this.lstCoDs.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstCoDs_MouseDoubleClick); @@ -56,7 +56,7 @@ private void InitializeComponent() this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; - this.ClientSize = new System.Drawing.Size(344, 68); + this.ClientSize = new System.Drawing.Size(344, 90); this.Controls.Add(this.lstCoDs); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); diff --git a/CoD SCZ FoV Changer/FrmSelection.cs b/CoD SCZ FoV Changer/FrmSelection.cs index 9340ede..29e3885 100644 --- a/CoD SCZ FoV Changer/FrmSelection.cs +++ b/CoD SCZ FoV Changer/FrmSelection.cs @@ -55,7 +55,6 @@ private void AddCoDs() { FovPointer = new Memory.Pointer((IntPtr)0x0328EB70, new short[] {0x10}), FovScalePointer = new Memory.Pointer((IntPtr)0x03288A04, new short[] {0x10}) - //or: FovScalePointer = new Memory.Pointer((IntPtr)0x0328EB70, new short[] { 0x6C }); }; _cods.Add(waw); @@ -63,7 +62,6 @@ private void AddCoDs() { FovPointer = new Memory.Pointer((IntPtr)0x0045E968, new short[] {0x10}), FovScalePointer = new Memory.Pointer((IntPtr)0x0045E854, new short[] {0x10}) - //or: FovScalePointer = new Memory.Pointer((IntPtr)0x0045E968, new short[] { 0x6C }); }; _cods.Add(mw2); @@ -71,9 +69,15 @@ private void AddCoDs() { FovPointer = new Memory.Pointer((IntPtr)0x02BF6888, new short[] {0x18}), FovScalePointer = new Memory.Pointer((IntPtr)0x02BF66A8, new short[] {0x18}) - //or: FovScalePointer = new Memory.Pointer((IntPtr)0x02BF6888, new short[] { 0x88 }); }; _cods.Add(bo1); + + var mw3 = new CallOfDuty("Call of Duty: Modern Warfare 3", "iw5sp", 42680) + { + FovPointer = new Memory.Pointer((IntPtr)0x676130, new short[] {0xC}), + FovScalePointer = new Memory.Pointer((IntPtr)0x0067601C, new short[] {0xC}) + }; + _cods.Add(mw3); } private void Select(CallOfDuty cod) diff --git a/CoD SCZ FoV Changer/Properties/AssemblyInfo.cs b/CoD SCZ FoV Changer/Properties/AssemblyInfo.cs index b150eb9..c69edcc 100644 --- a/CoD SCZ FoV Changer/Properties/AssemblyInfo.cs +++ b/CoD SCZ FoV Changer/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] [assembly: NeutralResourcesLanguage("en")] \ No newline at end of file diff --git a/README.md b/README.md index 09d975a..ec4989b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ These variables can be changed with binds (bind KEY "cg_fov XX") in the single p - Call of Duty: World at War ( singleplayer, co-op, zombies (solo & co-op) ) - Call of Duty: Modern Warfare 2 ( singleplayer, special ops (solo & co-op) ) - Call of Duty: Black Ops 1 ( singleplayer, zombies (solo & co-op) ) +- Call of Duty: Modern Warfare 3 ( singleplayer, special ops (solo & co-op) ) ### Requirements - Windows Vista or newer