Path: gameserver/config/announce.txt
To add a language-specific announcement, you need to add a prefix to the file.
For example, in gameserver/config/languages.xml:
<language shortName="en" fullName="English" default="true"/>
<language shortName="ru" fullName="Russian" />
<language shortName="sp" fullName="Espanol"/>
We take the shortName and add it to the announcement file. For example, gameserver/config/announce_en.txt and gameserver/config/announce_ru.txt and gameserver/config/announce_sp.txt
Now, a player with the selected language will only see the announcement for their language.
To edit from the in-game admin panel, the administrator must switch to the language they want to edit.
It is also not recommended to delete the gameserver/config/announce.txt file, as it is necessary for unforeseen situations if you accidentally break the file or do it incorrectly for one of the languages - i.e., fallback
To add a language-specific announcement, you need to add a prefix to the file.
For example, in gameserver/config/languages.xml:
<language shortName="en" fullName="English" default="true"/>
<language shortName="ru" fullName="Russian" />
<language shortName="sp" fullName="Espanol"/>
We take the shortName and add it to the announcement file. For example, gameserver/config/announce_en.txt and gameserver/config/announce_ru.txt and gameserver/config/announce_sp.txt
Now, a player with the selected language will only see the announcement for their language.
To edit from the in-game admin panel, the administrator must switch to the language they want to edit.
It is also not recommended to delete the gameserver/config/announce.txt file, as it is necessary for unforeseen situations if you accidentally break the file or do it incorrectly for one of the languages - i.e., fallback
Last edited: