This page will show several tips and trick for the sfbot application.
Location of the option file (sfbot.ini)
| Windows NT: | c:\winnt\profiles\[User]\Application Data\SFBot\SFBot.ini |
| Windows XP: | C:\Documents and Settings\[User]\Application Data\SFBot\SFBot.ini |
| Windows Vista: | C:\User\[User]\AppData\Roaming\SFBot\sfbot.ini |
| Windows 7: | C:\User\[User]\AppData\Roaming\SFBot\sfbot.ini |
| Wine: | /home/[User]/.wine/drive_c/users/[User]/Application Data/SFBot |
Enable debug logging
Add character on unlisted server or country
Open the file server.sfb in the data folder with a text editor.
Add the following line for a missing country directly between <info> and </info>. The servers of the country will be loaded automatically.
<country name="Heard Island and McDonald Islands" url="http://www.sfgame.hm" />
Add the following lines for a missing server directly between <info> and </info>. The given server will be added the the server list in sfbot additional to the automatically loaded servers.
<country name="Città del Vaticano" url="http://www.sfgame.va">
<server name="Mondo 3" url="http://s3.sfgame.va" />
</country>
The complete server.sfb file for both examples combined:
<info>
<country name="Heard Island and McDonald Islands" url="http://www.sfgame.hm" />
<country name="Città del Vaticano" url="http://www.sfgame.va">
<server name="Theresa" url="http://theresa.sfgame.va" />
<server name="Urbi Et Orbi" url="http://ueo.sfgame.va" />
<server name="Mondo 3" url="http://s3.sfgame.va" />
</country>
</info>
Using diacritical signs in user
To use a non standart letters replace all of them with %u followed by there unicode values when adding the account.
Here are some unicode values:
- Ą - %u0104
- Ć - %u0106
- Ę - %u0118
- Ł - %u0141
- Ń - %u0143
- Ó - %u00D3
- Ś - %u015A
- Ź - %u0179
- Ż - %u017B
- ą - %u0105
- ć - %u0107
- ę - %u0119
- ł - %u0142
- ń - %u0144
- ó - %u00F3
- ś - %u015B
- ź - %u017A
- ż - %u017C
Example:
Gęśla will be G%u0119%u015Bla.
For more Unicodes for other Languages take a look at http://www.unicode.org/charts/