Anda di halaman 1dari 5

What is an RSG file?

RSG files for Cricket 07 contain the fixtures. They control the teams participating,
the locations, the time, the date and possibly the overs (match length).

How to edit an RSG file?

They can be easily edited by the Notepad.

A simple understanding of an RSG file.

Every RSG has a particular set of itself and that cannot be changed. Changing it will
cause the game to crash. So, there is a big limitation in editing the RSGs. Let us
see how the teams and stadiums (locations) can be edited/added/deleted.

Pool games are added in the <pool> tags followed by the number of games and the
pool number (ID).

For example, this tag represents that this is the first round and the pool has 6
matches. The IDs begin from 0 and so the first pool has the ID 0, second has the
ID 1 and so on.

<pool games="6" id="0">


</pool>

Similarly, if its a round robin stage, the tags used are <round>. <round> tags are
useful in leagues have format like the IPL.

How the games inside the <pool> and <round> tags are?

They are in the tags <game>.

Consider this example. This states that it is the first match, being played at the first
location, between the first and the second team on 26th October, 2010 and is a day
match.

<game id="0" location="0" hometeam="0" awayteam="1" year="2010" month="10" day="26"


night="0" overs="2" />

How to get the team IDs and Location IDs?

This is the most important part. Before the start of the pools or rounds, the
locations and the teams have to be mentioned.
Locations are in the <locations> tag. For example, if the locations are Barbados
(Game index 34) and Adelaide (Game index 2), then the <locations> tage looks
like this.

<locations>
<location id="0" alias="Barbados" Index="34" />
<location id="1" alias="Adelaide" Index="2" />
</locations>

The ID can be of our choice but the Index is specific for each stadium. Its the Index
number which identifies the stadium and not the alias.

Similarly for the teams. If the teams participating are Australia (Game index 0),
Scotland (Game Index 61), South Africa (Game Index 30) and Netherlands (Game
index 21), then the <teams> tag looks like this,

<teams>
<team id="0" alias="Australia" Index="0" />
<team id="1" alias="Scotland" Index="61" />
<team id="2" alias="South Africa" Index="30" />
<team id="3" alias="Netherlands" Index="21" />
</teams>

The maximum we can do by editing an RSG is to edit the teams, stadiums, time
and date.

Teams and stadiums can be edited through editing the contents of the <teams>
and <locations> tags respectively and the time can be edited by change the "Night"
boolean value. Date can be edited by editing the "Day", "Month" and the "Year"
value in numerics.

--------

Resources:

The RSG files

The RSGs for various tournaments can be found from the 247th to the 271st rows of the fshlist

The Teams' Index Numbers


The Teams' Index Numbers can be found in the "be2970b0ada8e42cf891ce60ffe69575.xml" file from
data.gob.

For example:
The Index code for Australia is 0.

<team Index="0" TeamName="Australia" TeamNameShort="Australia" Abbreviation="AUS"


LogoAbbreviation="AUS" StandardOfCricket="0" /> <!-- ID_AUSTRALIA -->

The Stadiums' Index Numbers

The Stadium Index Numbers can be found in "20f6cf7cd49d42dd0fe5f86519a0cd95.xml" file from


data.gob.

For example:
The Index code for Auckland is 2

<stadium name="Adelaide" location="adelaide" id="2" sky="1" ScoreboardType="0"/>

I know that it is very difficult to understand editing RSGs at one go, but trying it out
again and again would make one understand it quickly. The possibilities of
discovering new things from RSGs are endless.

If any doubts, feel free to post here.

Today, i am here to say clearly fixtures editing(only Part-1)


Because of my personal problems only, or else i would give full tutorial.

let we start.

1) open fsh. list and check the index which you want to edit(code)

2) in fsh. list, from 247 row to 271,


1e31cd73392148c09555b0f472627aeb.rsg Ashes Australia 0607 Fixtures
40f3c5cb651ac7832450f89c51bba39c.rsg Ashes England 05 Fixtures
457cb56013b032f52fe2793ffc153a4f.rsg Ashes Full Tour Australia Fixtures
699ba63f9a37fefaeea2b7c62ce98cff.rsg Ashes Full Tour England Fixtures
36b1175cd53cbcd44e8fd5c63f5413e2.rsg Australian Twenty20 06 Fixtures
c85d00a7ff9571a2e3853d808f49cc80.rsg Australia Big Bash Twenty20 07 Fixtures
0b36e0fcdd9da0f6334b081d447f6604.rsg C&G Trophy 2006 Fixtures
9639aa600c35d27ceb55541565303209.rsg Frizzell Championship - Div 1 Fixtures
d6897247f15433cc91011dd83a3e3e4b.rsg Frizzell Championship - Div 2 Fixtures
3b2867841e8da862f747fa4b8f93e6ee.rsg Pura Cup Fixtures
18eb06530c1fda34a0992d6c44cf593f.rsg ING Cup 05/06 Fixtures
132831ca6bcc936b540bd8a4037d55e6.rsg One Day Cup 06/07 Fixtures
bad6eac190773bfa245117e40bac45ab.rsg Liverpool Victoria Championship - Div 1 Fixtures
fa655825bd1f4c768875d0dcdf9cabac.rsg Liverpool Victoria Championship - Div 2 Fixtures
773fd281b5c5a9993caeebc089be42e3.rsg National League Division 1 Fixtures
76f5929be6edad772f3c955972c263ce.rsg National League Division 2 Fixtures
5b4424442739e80cac9b5b1f10c2b648.rsg Pro40 Division 1 Fixtures
b8c3d3d40d2fc88432fc99025094a896.rsg Pro40 Division 2 Fixtures
a108532113e82e13a82f204af7374b7a.rsg Pura Cup Fixtures
df6b33122de9bc91ee4df18c38976968.rsg Pura Cup 05/06 Fixtures
e5010d1fb59497286d08d2be2ee818f7.rsg Pura Cup 06/07 Fixtures
7b74b8f57d5d6aa53f91e3a93772e026.rsg Twenty20 Cup Fixtures
1d76f34ef7c79531177f29b92fc7b398.rsg Twenty20 Cup 2006 Fixtures
43659b2c74cae193c2613e9104be373c old version of WC fixtures Fixtures
43659b2c74cae193c2613e9104be373c.rsg World Cup (Championship) 2007 Fixtures
select it and copy it,

3. open data.gob with Biggui.

4. after it, find that code. after finding, click on export and export it anywhere you want
like,
C:\Documents and Settings\Administrator\Desktop

till this, 1 step. after it,

1. when you open a fixture file, it is like coded, follow these for fixtures-

For Date Editing-

it will be like this-


<game id="0" location="3" hometeam="3" awayteam="1" year="2013" month="11" day="12"
night="0" overs="2" />
this was modified, you can especially see this- year="XXXX" month="XX" and Day="XX" to
edit date,

For changing stadiums-


If you see the world cup fixtures, there will be only one location barbados. to add locations,
first open the xml document
119ba3f37fe7a31c2b2ee45ceeafa091.xml

"

fallow these steps to add stadiums-

1.after opening that file, you can see many stadiums named and there will be a code beside
it. like-
<stadium Index="4" CodeId="STADIUM_MELBOURNE"
the colored parts are important. if you add that stadium, copy the part of
<location id="0" alias="Barbados" Index="34" />
and paste it below it.

2. important-

If you add stadiums from 1 to 2 or 1 to 4 or any thing, change the location number. like i
have added 15 stadiums. so i have made like this-
rounds="1" teams="16" locations="15"
<locations>
<location id="0" alias="Barbados" Index="34" />
<location id="14" alias="Harare" Index="46" />
<location id="1" alias="Birmingham" Index="15" />
<location id="2" alias="Northampton" Index="23" />
<location id="3" alias="Hove" Index="21" />
<location id="4" alias="Derby" Index="20" />
<location id="5" alias="Kolkata" Index="37" />
<location id="6" alias="Lords" Index="11" />
<location id="7" alias="Johannesburg" Index="31" />
<location id="8" alias="Bristol" Index="14" />
<location id="9" alias="Leeds" Index="10" />
<location id="10" alias="Leicester" Index="22" />
<location id="11" alias="Manchester" Index="24" />
<location id="12" alias="Melbourne" Index="4" />
<location id="13" alias="CHESTER LE STREET" Index="19" />
make like it.

--------------------------------------------------------------END OF PART-
1--------------------------------------------------------------

Dude you have to download a software called "biggui" .


Then
1. Open the biggui software
2. Go to file-> open file
3. Then a dialog box opens go to folder "data" which is in root directory.
4. Change the file type from "supported types" to "all types"
5. Then there will be a file "data.gob" open that file.
6. A list of files will be open then select all that files and export those files to a new
folder where ever you want.
7. When all files will be exported then close biggui.
8. Open that folder where you have exported all files
9. Type .rsg in search and you will get all fixture files which are mentioned in this
quote

Dude I have attached the biggui software

Anda mungkin juga menyukai