Making editors for cricket games

The idea of the MAC was to show how we could go from something useless i.e. a scorecard to something more useful. The only way to really understand what you are doing is to play around with the code though.
I probably wouldn't recommend you try the lineup displayer as it has more filestream stuff but the calculator one is just sheer logic and doesn't involve reading hex from files...

Thanks. Yeah, will try that calculator one. You know anywhere on the web that I may be able to get the the MAC level using tutorials?
 
Yeah thanks Colin. I've gone through the first 3 lessons. I will just carry on, and hopefully after going through them, and then learning a but about hex editing, I will be able to complete the MAC being able to understand what I am coding. Thanks for the help ;)
 
Can anyone post source code of player editor please.

Why do you want it? I think I might have posted the source code for the C2k5 version in the original thread but I'm not that keen on posting the C07 version unless you have a good reason. For one thing it's a pretty complex code and my coding style is fairly inpenetrable so I'd have to spend hours trying to remember and then explaining what I was doing to you. Just wondering what you plan on doing with it really because it won't help you learn how to code if you are just starting out.
 
The reason i want this because iam a new learner and i am daily going to vb.net classes. I will learn from that and i wanted some changes for myself. Please can i get it here.
 
The reason i want this because iam a new learner and i am daily going to vb.net classes. I will learn from that and i wanted some changes for myself. Please can i get it here.

I think that the list of lessons that are in this thread should be a good way to start off your vb.net programming basics.Colin has also posted some codes for some of his other editors for you to look at as well,so I dont see any specific reason why you'd need the code for that particular editor only?
 
To learn from source codes you can download some projects from the thread like Colin's calculator, multiple abilities changer and my tournament editor source codes. Colin has also released the code for cricket 05 player editor which you can download from the cricket 2005 player editor thread.
 
The player editor for cricket 2005 only works with cricket 2005 not with cricket 2007. I wanted to see how to make the editor read the roster of cricket 2007.
 
Okay can you tell me what is the see value for bats in cricket 2007. The roster origin value is i =188164+4*360
For bats x=i+?
? this value i wanted since iam trying to make my first editor. I completed the stats editing and now i wanted bat selecting.
 
Last edited:

Users who are viewing this thread

Top