You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, even though Game Scripts in theory can use any of several different news types (docs for GSNews), in practice, creating a news item via a Game Script is limited to the three basic news types: Economy, Subsidies, or General.
As far as I know, this is because all of the other news types involve a viewport or some other reference such as an engine or company, and are thus currently unsupported for creation by Game Scripts.
Would it be possible for Game Scripts to create such news items, as long as the correct references are set?
News items with viewports require a reference to a valid tile or vehicle, or something that can be mapped to a tile such as an industry, station, or town.
News items which show a company's manager (generally type GSNews.NT_COMPANY_INFO) require a title and a reference to an existing company to copy manager data from.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, even though Game Scripts in theory can use any of several different news types (docs for
GSNews), in practice, creating a news item via a Game Script is limited to the three basic news types: Economy, Subsidies, or General.As far as I know, this is because all of the other news types involve a viewport or some other reference such as an engine or company, and are thus currently unsupported for creation by Game Scripts.
Would it be possible for Game Scripts to create such news items, as long as the correct references are set?
GSNews.NT_COMPANY_INFO) require a title and a reference to an existing company to copy manager data from.Beta Was this translation helpful? Give feedback.
All reactions