Shouldn't this code create two extra station IDs for default stations, and put them in the station category "NEWS"?
Code: Select all
// +- Change
// | +- Feature: Stations
// | | +- Number of properties
// | | | +- Number of stations
// | | | | + ID of first station to change
// | | | | | +- Property: Class ID
// | | | | | | +- Class ID
-1 * 0 00 04 01 02 00 08 "NEWS"
"NEWS"
The above code produces one category for the default station, and an extra category for the first new station. However, the second new station is nowhere to be seen.
If I change the category of the second new station to "NEWT", it gets put in its own category. Selecting this third category correctly selects the second new station, however it is not shown in the station tile list on the right side of the station selection window.
Splitting the station class ID assignment into two separate pseudosprites yields the same results.
What am I missing? (Please request more context if required)