Thought I'd get back into a bit of NewGRF development, so thought I'd try my hand at bridges. The actual bridges are fine, I can change the graphics and the colours, I can change the various properties, no problems.
But... I have no idea how to change the purchase dialogue. Allegedly I should be able to change prop 10/11/12 to change the text strings, but that doesn't work. I'd have thought the following would do it, changing the wooden bridge to be described as a concrete suspension one, but no joy.
Code: Select all
9 * 8 00 06 01 01 00 10 11 50 // Purchase string
10 * 8 00 06 01 01 00 11 1E 50 // Rail desc string
11 * 8 00 06 01 01 00 12 24 50 // Road desc string
As ever, any help or advice gratefully received. Thanks in advance!