Making editors for cricket games

I made my first editor for the game.
It is just like player editor but it has less bugs and it has only two main features.
28456627hx8.gif

73809169gl8.gif


I made using barmyarmy's player editor for 2005 But i have to re code it to make it for cricket 2007.
If you find any problems post here.
Credit
barmyarmy
 

Attachments

  • sebs.zip
    58.2 KB · Views: 3
Last edited:
Okay i think you little bit angry. I have a soultion remove the attachment if you think it is illegal.
 
Hitterman, Colin's editor doesn't have bugs but due to some input errors by the users it displays error messages. And mostly people get confused with the faces thing. So had Colin made a stats & bats only editor nobody would get confused with anything and would work just as smoothly.
 
You are very correct. Face assigner is the buggy thing. I have already told him to remove the file if he is not satisfied.
 
You are very correct. Face assigner is the buggy thing. I have already told him to remove the file if he is not satisfied.

The reason people have problems with the face assigning part is that the editor is doing much more than simply allowing faces to be changed which would be easy. It is allowing patchers to figure out the unique face for any player in the game. The only way to make it user-input proof would been for me to find both faces for all 1200 players in the game. I made the decision to put big warnings to non-patchers saying don't screw with this in order to help the rest of the community with the editing. I refuse to have my editor labelled buggy because people haven't got a clue what they're doing and ignore both my readme and my warnings.
 
That is really true. I also fell that there cannot be editor made better than player editor. If you make a single mistake while assigning the faces,your roster will be affected. I really recommand all of you to go with player editor 5.
 
Actually I am weak a defining something I need to say that there are thousands of codes so which code would be perfect for which situation like If I add a Rich Text box to my form and I want that I should be able to change the text font which is typed in Rich Text box only.
 
Actually I am weak a defining something I need to say that there are thousands of codes so which code would be perfect for which situation like If I add a Rich Text box to my form and I want that I should be able to change the text font which is typed in Rich Text box only.

The easiest solution is:
PHP:
RichTextBox1.SelectionFont = FontDialog1.Font

Go for the one whic is methodical rather than shortcuts, once you know how it does the job go for the shortcut.
 
The easiest solution is:
PHP:
RichTextBox1.SelectionFont = FontDialog1.Font

Go for the one whic is methodical rather than shortcuts, once you know how it does the job go for the shortcut.
Cheerz shreyas you are master of it thanks man.

@barmyarmy = Frm which software did you code Player Editor (C07) was it VB 05 Xpress Edition or was it only VB.
 

Users who are viewing this thread

Top