Add GRF variable to use extra station names even when default names remain
This commit is contained in:
@@ -271,6 +271,12 @@ item (FEAT_GLOBALVARS) {
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>extra_station_names_probability</td><td>0 .. 255</td>
|
||||
<td>
|
||||
Sets the probability that an extra station name is used even when the available default names have not been exhausted.<br />
|
||||
Some station names are always used first even when this is non-zero.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Syntax example:
|
||||
<pre class="code">
|
||||
|
||||
@@ -315,6 +315,14 @@
|
||||
</table>
|
||||
</p>
|
||||
<p>This is indicated by the feature name: <font face="monospace">action0_global_extra_station_names</font>, version 1</p>
|
||||
<h4 id="global_extra_station_names_probability">Extra station names probability (mappable property: global_extra_station_names_probability)</h4>
|
||||
<p>This sets the probability of using an extra station name even when the available default names have not been exhausted.<br />
|
||||
The range is 0 - 255, where 0 is never (the default) and 255 is always.<br />
|
||||
Some station names are always used first even when this is non-zero.<br />
|
||||
The Action 0 ID field is ignored.<br />
|
||||
The property length is 1 bytes.
|
||||
</p>
|
||||
<p>This is indicated by the feature name: <font face="monospace">action0_global_extra_station_names</font>, version 2</p>
|
||||
<h4 id="global_lighthouse_generate_amount">Lighthouse object map generation amount (mappable property: global_lighthouse_generate_amount)</h4>
|
||||
<p>This sets the map generation amount value for the lighthouse default object (0 is no generation, 255 is maximum).<br />
|
||||
The Action 0 ID field is ignored. The property length is 1 byte.
|
||||
|
||||
Reference in New Issue
Block a user