AC09 Player Editor - V1.0 in first post

s0074845

Club Captain
Joined
Dec 29, 2008
Online Cricket Games Owned
Hi Colin,
how to use the editor. where do i paste the file.

Is it like ingame editor.?

thanks

s0074845
 
D

Dutch

Guest
Hi Colin,
how to use the editor. where do i paste the file.

Is it like ingame editor.?

thanks

s0074845

Yeah I think I am missing something here too! Sorry for asking the obvious but where to put it?? s it right that the file is about 37Kbs? It comes up with an unknown file extension. Would love to try it out but am not sure how to get it working. Thanks for your time on this by the way. Your BLIC editor was very helpful and I am looking forward to this one too.

Cheers
 
Last edited by a moderator:

iZeeshan

Club Cricketer
Joined
Aug 28, 2007
Location
New Jersey, USA
Online Cricket Games Owned
I get an error right after I pick my roster file

Something about Unhandled Exception and a 22 was thrown in somewhere.

Anyone know what's going on?
 

nozzxc

School Cricketer
Joined
Aug 15, 2009
Online Cricket Games Owned
after editing the skill level in editor how do i use the modified players..i edited whole squad but nothing happened when i started the game..skill level was still default..
 

whiteninness

Panel of Selectors
Joined
Dec 13, 2003
Online Cricket Games Owned
Do you have any kids BA? Because I'm offering mine...

I'll probably wait until the fullish editor is released but it seems to be developing at a very fast rate.
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
Hi Colin,
how to use the editor. where do i paste the file.

Is it like ingame editor.?

thanks

s0074845

Paste it whereever you like.

Yeah I think I am missing something here too! Sorry for asking the obvious but where to put it?? s it right that the file is about 37Kbs? It comes up with an unknown file extension. Would love to try it out but am not sure how to get it working. Thanks for your time on this by the way. Your BLIC editor was very helpful and I am looking forward to this one too.

Cheers

It's a basic binary exe so I don't know why it comes up with unknown. Should be exactly the same as the BLIC editor. It's the first time I've coded using Windows 7 and the latest .net framework (whatever that is) so maybe that's the reason.

I get an error right after I pick my roster file

Something about Unhandled Exception and a 22 was thrown in somewhere.

Anyone know what's going on?

Exactly what I'm after. Thank you.
Please could you remove your online login info by choosing don't remember password and then post the file here.

after editing the skill level in editor how do i use the modified players..i edited whole squad but nothing happened when i started the game..skill level was still default..

I think the game uses the second set of players based on the fact the second set have real names. You can do some research for me.

Do you have any kids BA? Because I'm offering mine...

I'll probably wait until the fullish editor is released but it seems to be developing at a very fast rate.

It's taken longer than I'd have hoped tbh. As I said earlier with variable strings it isn't easy to code.
 

tchiseen

School Cricketer
Joined
Sep 15, 2005
Location
Sydney, Australia
Online Cricket Games Owned
Exactly what I'm after. Thank you.
Please could you remove your online login info by choosing don't remember password and then post the file here.


When I go to open the USER.DAT file it says 'Incorrect offset or file format'. When I click 'ok', the Microsoft .NET framework error pops up and says 'Unhandled exception has occured in your application, if you click Continue, the application will ignore this error and attempt to continue, if you click quit it'll close' -- Conversion from string "" to type 'Double' is not valid. --.

Details:
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from string "" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   at AC09_Skills_Editor.frmMain.cbostattype_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   at AC09_Skills_Editor.frmMain.frmMain_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
AC09 Skills Editor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Will/My%20Documents/My%20Games/Codemasters/Ashes%20Cricket%202009/AC09%20Skills%20Editor.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** 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.

If I hit 'Continue', I can load the editor. When I select the first entry in the dropdown 6234, or second, 6817, it gives the error 'Incorrect offset or file format'.

There also seems to be more then one copy of each player in the list, especially notable are the aussies and brits.


I'll post my original .DAT as well.
 

Attachments

  • Copy of USER.zip
    74.5 KB · Views: 120

999buddy

School Cricketer
Joined
Jul 22, 2005
Online Cricket Games Owned
I think the game uses the second set of players based on the fact the second set have real names. You can do some research for me.

It seems to me that both sets must be edited, as when I edited only the first set, Ashes mode used the original roster - not tried that though.
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
I get an error right after I pick my roster file

Something about Unhandled Exception and a 22 was thrown in somewhere.

Anyone know what's going on?

Should now be working. Try v0.5.

When I go to open the USER.DAT file it says 'Incorrect offset or file format'. When I click 'ok', the Microsoft .NET framework error pops up and says 'Unhandled exception has occured in your application, if you click Continue, the application will ignore this error and attempt to continue, if you click quit it'll close' -- Conversion from string "" to type 'Double' is not valid. --.

If I hit 'Continue', I can load the editor. When I select the first entry in the dropdown 6234, or second, 6817, it gives the error 'Incorrect offset or file format'.

There also seems to be more then one copy of each player in the list, especially notable are the aussies and brits.


I'll post my original .DAT as well.

Your first player is found nearly 200 bytes earlier as you seem to have less database header info. Possibly caused by you not playing online yet?
Anyway I've written in a check and it will now work for you.

barmyarmy added 0 Minutes and 33 Seconds later...

It seems to me that both sets must be edited, as when I edited only the first set, Ashes mode used the original roster - not tried that though.

From the real names I assumed second set for non-Ashes.
 

s0074845

Club Captain
Joined
Dec 29, 2008
Online Cricket Games Owned
Hi Colin,

I have installed the .net framework 3.5.But still it comes with unknown file extension.

How should i open this file.


thanks

S0074845
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
What OS are you using? I'll test it on XP.

Edit: My XP is a new install and doesn't have a net connection so I've not got the .net framework installed.
 

s0074845

Club Captain
Joined
Dec 29, 2008
Online Cricket Games Owned
i am using XP as well but for some reason it comes as unknown extension.

Do i need to install VB in my PC may be.?

Thanks

S0074845
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
I'm using Windows 7 x64, I'm just downloading SP3 and Framework 3.5 so I can transfer them to my other PC and test this. I've also asked AbBh for some help as I know his demo expander didn't work in XP to start with.
 

AbBh

Panel of Selectors
Joined
Jan 13, 2007
Online Cricket Games Owned
i am using XP as well but for some reason it comes as unknown extension.
Do i need to install VB in my PC may be.?
Thanks
S0074845
Which service pack are you on? It works for me on SP3 with .NET 2.0
Could you post a screenshot of the error?
 

s0074845

Club Captain
Joined
Dec 29, 2008
Online Cricket Games Owned
imagepss.png


HI Abbh,
I am using windows XP SP3 as well.

the file i downloaded is the one marked with an arrow.

I dont know how to open it.

thanks

s0074845

s0074845 added 0 Minutes and 59 Seconds later...

imagepss.png
 

Users who are viewing this thread

Top