Maximum Kart Increase?

Hi, I am wondering if you can increase the maximum amount of karts per race. I'm just wondering, and if you can't increase it, oh well, 20 is plenty for me.
Open source game community & development
http://forum.freegamedev.net/
<karts max-number="20"/>
Arthur {l Wrote}:To increase the maximum, you can edit data/stk_config.xml and change line 15 from
- {l Code}: {l Select All Code}
<karts max-number="20"/>
to the desired number. However, bear in mind that the game is not balanced for such a number and any changes to the default configuration is not really supported - so if you do additional changes in this file, make sure to keep a backup of it around just in case.