Community Forum

BGA station name

Forum Overview >> Editor

CategoryEditor
Created03.01.2019 10:33


Mark Baines (nosoul) 03.01.2019 10:33
How do i rename the BGA so it comes up in the pda map

Bilbo Beutlin (BBeutlin) 03.01.2019 17:18
The name is defined in the associated bga.xml -> stationName=".." , usually as localization "$l10n_station_{name}"

If you have a bga mod, write in bga.xml stationName="$l10n_station_myBga"
in modDesc.xml eg.
<l10n>
<text name="station_myBga"> <en>name</en> <de>name</de> </text>
</l10n>
If the name contains special characters (non-ASCII) enclose it in <![CDATA[name]]>


Note: Log in to post. Create a new account here.