BLIC Team Information Editor

Hi guys long time no show ;( Uni work has really got on top of me. Thanks for the information woosaah. I'm gonna continue with the work now. Got to juggle my time between uni work, a major web design/programming project and this. Please keep checking back i shall keep you all informed with the progress.
 
sweet as dude :) glad i could be of help
 
woosaah said:
yeah ill give ya a hand, and to anyone else who wants to know :) (maybe someone can make a better looking one)

this is the last 93 bytes in the file, and just from what i remember i havn't been in the program for a while.

the first byte is captain, the next is keeper, 7-17 are the first 11 test batting order (by position) 18-28 batting order for one day then the next 10 (i think its 10) is the test bowling lineup (still by position not batting position) then the next 10 is the bowling lineup for onedayers.

i hope that makes some kind of sence :D

Couple of questions. I whipped up a very quick editor and two things spring to mind:
1. How are captain/keeper calculated when they are different for test/odi?
2. I've got the bowling lineups as being relative to batting lineup not roster position. Why do you think thet are position?
 
Mentalist said:
Hi guys long time no show ;( Uni work has really got on top of me. Thanks for the information woosaah. I'm gonna continue with the work now. Got to juggle my time between uni work, a major web design/programming project and this. Please keep checking back i shall keep you all informed with the progress.
finnaly after that long time
 
barmyarmy said:
Couple of questions. I whipped up a very quick editor and two things spring to mind:
1. How are captain/keeper calculated when they are different for test/odi?
2. I've got the bowling lineups as being relative to batting lineup not roster position. Why do you think thet are position?

They are relative to batting position.

Not sure about Q1 though!
 
barmyarmy said:
1. How are captain/keeper calculated when they are different for test/odi?
Great question. Does anyone know what the mystery 5 bytes from 2-6 are? Maybe that has something to do with it.
2. I've got the bowling lineups as being relative to batting lineup not roster position. Why do you think thet are position?
Must admit I thought it was position too.
 
yeah just had another look at my editor, you are right :) its been a while since i looked at it.

as for the keeper and captain, they only had two values there. and as far as i could tell they were the same for both odi and for test.

if this is wrong tell me and ill have nother look, i havn't played the game in ages
 
This is what i've got so far. I have a feeling that there are 11 bytes for the bowlers im not too sure though maybe there not all used.

CaptainRosterPos '001
WicketKeeperRosterPos '002

Byte3 '003
Byte4 '004
Byte5 '005
Byte6 '006

TestBat01 '007
TestBat02 '008
TestBat03 '009
TestBat04 '010
TestBat05 '011
TestBat06 '012
TestBat07 '013
TestBat08 '014
TestBat09 '015
TestBat10 '016
TestBat11 '017

ODIBat01 '018
ODIBat02 '019
ODIBat03 '020
ODIBat04 '021
ODIBat05 '022
ODIBat06 '023
ODIBat07 '024
ODIBat08 '025
ODIBat09 '026
ODIBat10 '027
ODIBat11 '028

TestBowl01 '029
TestBowl02 '030
TestBowl03 '031
TestBowl04 '032
TestBowl05 '033
TestBowl06 '034
TestBowl07 '035
TestBowl08 '036
TestBowl09 '037
TestBowl10 '038
TestBowl11 '039

ODIBowl01 '040
ODIBowl02 '041
ODIBowl03 '042
ODIBowl04 '043
ODIBowl05 '044
ODIBowl06 '045
ODIBowl07 '046
ODIBowl08 '047
ODIBowl09 '048
ODIBowl10 '049
ODIBowl11 '050

TeamTestBatting '051
TeamODIBatting '052
TeamTestBowling '053
TeamODIBowling '054
TeamFielding '055
Byte56 '056 - Seems to always be 00
Byte57 '057 - Seems to always be 00
Byte58 '058 - Seems to always be 00
Byte59 '059 - Seems to always be 00
Byte60 '060 - Seems to always be 00

Byte61 '061 - Seems to always be 00
TestRating '062
ODIRating '063
Byte64 '064 - Seems to always be 00

I dunno what anyone else can add to all that?
 
Last edited:
Progress:

[*] Read the lineups correctly etc.

[*] Places all players where they should be within the treeview correctly.

[ ] Drag and Drop features, allowing batting/bowling order to changed etc. (Alot more complicated than it sounds ;))

Thoughts about those 4 bytes at the start after the captain and wicket positions. Maybe they are to do with what field settings are used?? Any thoughts anyone? I havn't had chance to look into this theory though.
 
hey mentalist, whuts up? i have a problem. i follwed all ur steps an read all the other posts an many people have metioned this! my bats wont be assighned correctly, they are all random even in the icc champions trphy, and my folder goes like this

first in my main folder theres a "new folder" which is empty
then next to it is settings then next to it is Readme, then the team information editor, and then the xml folder which consist of the Xml bat document

PLZZZZZZZZZZZ help me!
 
@showhimmymotto: In some modes it is not possible to assign bats for the players. This is due to the way in which BLIC sorts this all out. There isn't anything that we can do about this at the moment sorry mate.
 
Hi Mentalist please tell me when'll you release your Team Information Editor's latest version with line up editing and etc. which you mentioned in your last version.
 

Users who are viewing this thread

Top