Cricket Heroes - testing & feedback

Status
Not open for further replies.
That would certainly make things easier and more straightforward, Cricket Coach too has databases stored in different locations, it can be confusing.
 
Hi all,

new update is finally ready - I hope everything works...

Changelog:

- tweaked AI fielding
- tweaked AI field settings
- fixed bugs with AI bowling
- added CD9 importer
- updated player roster & international team lineups
- updated shots & venues
- fixed crash bugs
- adjusted pitch conditions for deterioration/easing
- auto-updater re-enabled again
- tweaked batting
- added dynamic scoreboard
- stadium rotates correctly now

Patch 2.694 - https://dl.dropboxusercontent.com/u/65476964/Patch-2.694.zip
Full - https://dl.dropboxusercontent.com/u/65476964/Full.zip <-- still uploading this one

Cheers
K

EDIT: If you use the CD9 import function, please note that it takes quite a while to do a full import. This is because CC doesn't have all the career stats required and so the game needs to search for this data on cricinfo. It also searches wikipedia for the player heights that it can't find on cricinfo.
 
Last edited:
Full link isn't working. It should have uploaded by now you'd think.

Actually, neither link is working
 
I'm doing some modelling and once I've done that I'll give it a test run
 
@kurtkz: Wicketkeeper doesn't get up after (un-necessarily) diving for an edge that drops short... Play stops there.
 
Hmm - did the batsman hit the ball at all? I think I might've seen this happen once before but I couldn't reproduce it. I'll try to fix it in the next 1hr or so. I have some other changes I'll release in a patch at the same time...
 
There seems to be an issue with Nicholos Balls in the editor

Ok there's a few, getting 'unhandled exemption errors'
 
On average every third player gives the same message.
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '-0.0125' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
   at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
   at RosterEditor.Form1.Select(Int32 idx) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3D\Cricket Heroesv3\RosterEditor\Form1.cs:line 80
   at RosterEditor.Form1.listBox1_SelectedIndexChanged(Object sender, EventArgs e) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3D\Cricket Heroesv3\RosterEditor\Form1.cs:line 277
   at System.Windows.Forms.ListControl.OnSelectedValueChanged(EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedValueChanged(EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.ObjectCollection.SetItemInternal(Int32 index, Object value)
   at System.Windows.Forms.ListBox.ObjectCollection.set_Item(Int32 index, Object value)
   at RosterEditor.Form1.textBox2_TextChanged(Object sender, EventArgs e) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3D\Cricket Heroesv3\RosterEditor\Form1.cs:line 427
   at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
   at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
   at System.Windows.Forms.Control.set_Text(String value)
   at System.Windows.Forms.TextBoxBase.set_Text(String value)
   at System.Windows.Forms.TextBox.set_Text(String value)
   at RosterEditor.Form1.Select(Int32 idx) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3D\Cricket Heroesv3\RosterEditor\Form1.cs:line 71
   at RosterEditor.Form1.listBox1_SelectedIndexChanged(Object sender, EventArgs e) in d:\Projects\Cricket Heroesv3D\Cricket Heroesv3D\Cricket Heroesv3\RosterEditor\Form1.cs:line 277
   at System.Windows.Forms.ListControl.OnSelectedValueChanged(EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedValueChanged(EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ListBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RosterEditor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Cricket%20Heroes/Full/RosterEditor.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Cricket
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Cricket%20Heroes/Full/Cricket.EXE
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
Ah! Thanks. Must be with the new importer. I'll fix it up ASAP.

EDIT: Found a few other bugs too, so I'll fix them all up first and then upload a patch.
 
Status
Not open for further replies.

Users who are viewing this thread

Top