Here I am again with more questions

1) Can I add more info in tournament section? Will the engine load it? For example, I'd like to add the field City, like in the piece of code below:
- Code: Select all
[Tournament001]
Name = Qatar ExxonMobil Open
Ground = DOHA250
City = Doha
DrawSingle = 32
DrawDouble = 16
Category = 7
Country = QA
Week = 1
PrizeMoney = $1025000 176000 92500 50000 28650 16850 9960
//CustomHud = Hud_Doha
//DrawSingleQ = 28
VictoryCup = 35
I know Sam did something similar with Players.ATP.ini file, adding a FullName and a OldName separately. I'm not sure if that is possible with tournaments. I tried and it didn't seem to work, but maybe I tried it wrong. If the engine loads it, how do I retrieve it?
2) Can I get the tournament ID number (001 for the [Tournament001] in the example above)? If I can, what is the command? I tried some things like /Board/CT_NbTrn, but it always gives me a sequential number by week, and not exactly this ID defined in Tour.ATP.ini.
I think that's all for now

Thanks in advance!