Randomized parked bus spawn

Willkommen in der OMSI-WebDisk!
Als Gast kannst du nur Inhalte in deiner ausgewählten Sprache sehen. Registrierte Nutzer können die Sichtbarkeit anderer Sprachen in ihrem Kontrollzentrum aktivieren, weitere Infos hier.
Alle Themen sind in den Foren mit einer Sprachflagge gekennzeichnet: = Englisch [EN], = Deutsch [DE], = Französisch [FR]. Wenn du die angegebene Sprache nicht beherrschst, schreibe auf Englisch!
  • Hello, i am developing a map for this game, and i want to place parked buses on the terminal, but i want then to randomly spawn, just liked the car_park.sco, also i am planning to add randomized accidents and other stuff around the map, so it will be very useful for me, does anyone knows how to do it?
    I have found an old topic and followed the instructions but it doesnt seem to be working, see attached files.
    It doesnt need to randomize between buses, only randomize if it will spawn or not, but if i can randomize between buses it will be a plus

  • possible by default! Very uncommon and not tested by me, but should work.


    Normally, you have all your blue cubes standing around, fitted with no option insert...


    ...and in the Maps-Folder your parklist_p.txt


    Now comes the trick, according https://forum.omnibussimulator…st-f%C3%BCr-static-busse/


    You insert a 1 at the Wert of Parklistenindex (just like the labeling of a bus stop sign) and create a second parklist in your Map-Folder, named parklist_p_1.txt

    in this parklist_p_1.txt you can insert static busses or even carry on with parklist_p_2.txt and Parklistenindex 2

  • That worked, thanks