As you noticed after browsing your OMSI files, OMSI now uses Global Stop Announcement folders. I'm adding to all the latest moded buses ability to use that folder until mod authors do it by themselves. If there's any author who'd like his/her bus to be removed from the list, please let me know.
NB! Always make an backup of your bus!
MAN Lion's City 1DTF V1.2 by Kamaz
Download bus here: MAN LION'S CITY 1DTF v1.2
Download edit link: http://sepaurg.eu/files/omsi/MAN_LC_DTF_V1.2_GlobalStops.zip
Mercedes-Benz O530 Citaro by Alterr
Download bus here: Mercedes Benz O530 Citaro
Download edit here: http://sepaurg.eu/files/omsi/MB_O530_Citaro_GlobalStops.zip
NB! If you install Fullmatrix mod by Kamaz, make sure you don't overwrite Grundorf.hof file. Also you need to reapply this mod after installing that modpack.
MAN NL202 1DTF V1 by Kamaz
Download bus here: http://www.youtube.com/watch?v=jixK_DYaciA in this video description
Download edit link: http://sepaurg.eu/files/omsi/M…2_1DTF_V1_GlobalStops.zip
This is the bus that is required by most of the addon maps made for OMSI 1.
MB O405 N2 by Julian
Original bus: http://www.tram-duesseldorf.de/Downloads.php
Download fix: https://reboot.omsi-webdisk.de…lobal-stop-announcements/
This list will be updated!
For those who want to do it themselves
> Open your IBIS-2.osc file in scrips
> Search for line {macro:IBIS_PlayAnnouncement}
> Replace everything between {macro:IBIS_PlayAnnouncement} and {end} with:
-------------------------------------------------------------------------------------------------------
{macro:IBIS_PlayAnnouncement}
(L.L.IBIS_busstop) 0 >
{if}
"..\..\Announcements\" 0 (M.V.GetDepotStringGlobal) "\" $+ $+ (L.$.act_busstop) $+ $msg
(L.L.IBIS_RouteIndex) (M.V.GetBusstopCount) 1 - (L.L.IBIS_busstop) <=
{if}
"_#terminus" $+
{endif}
".wav" $+
(T.F.ev_IBIS_Ansagen)
{endif}
{end}
Using Global Annoucements with addon maps
If you want to use Global Announcements for a addon map (that are made for OMSI 1) you need to edit it's .hof file and after:
[servicetrip]
Trip name for the map
this:
Sets some global strings for that depot file.
Setzt einige globale Strings für diese Depot-Datei:
0: Announcements subdirectory / Ansagen-Unterordner
1: Roller Blind Subdirectory / Rollband-Unterordner
2: Side sign subdirectory / Seitenschild-Unterordner
3: IBIS special code for 900 (..N till 90, N.. since 91)
4: IBIS special code for 800 (X since '92)
5: IBIS special code for 500 (M since '94)
[global_strings]
6
Spandau
Spandau
Spandau_94
35
36
28
Of course you need to rename the values Spandau, Spandau and Spandau_94 to what this map needs. And then in the announcements folder you need to add the files into the folder that you designated at the second line. This is what I came up after looking at the code, haven't had a change to test it yet.
//EDIT: Tested it, it works.
You can report all bugs to me and also add your edits here.