I wanted to use some new grf stations to add some flavour to it all but I can't get
my head wrapped around how they work.
Currently I'm using Industrial Station Renewal GRF and I wanted to check what things it could do.
By trial and error I iterated a counter to check on what it would build but I'ld rather find another
way of going over the possible buildings. Also it doesn't show all the buildings, only the stations.
How do I get the non station buildings?
Currently I'm using
Code: Select all
AIRail.BuildNewGRFRailStation(station.Begin(),stat_direction,MailAI.station_width,MailAI.station_length,AIStation.STATION_NEW, counter, 2, 9,50,false);
I've searched high and low on IndustryTypes, examples or more information but to no avail.
I could use any pointers you guys have. I can make my station a covered valuables station (use counter=11,22 or 23) but I'ld like to add fluff buildings next to it and have some variation in how they look.
Thanks!
On a side not: I haven't looked in to this but is there a good way of detecting which grf's are enabled in the game so I can check those inside my AI code?