(Wie) Von manuell auf Automatic umrüsten

Das Forum befindet sich im reduzierten Betrieb. Die Addon- und Supportforen bleiben weiterhin verfügbar.
Bitte beachte, dass OMSI nicht mehr weiterentwickelt wird. Ein Teil der Entwickler widmet sich inzwischen der Entwicklung eines neuen Simulators. Weitere Informationen zum LOTUS-Simulator findest Du hier.
Ein communitybetriebenes Nachfolge-Forum wird hier verlinkt, sobald es gegründet und bereit ist.
  • Was genau muss ich bei welcher Datei umschreiben? Ich kann mir gut vorstellen, dass es in dem Fall die Scriptdateien sind, die mit dem Dateinamen "Antrieb" beginnen, oder?

  • Na toll. Da hab ich mal n Ami Bus gefunden und dann ist er auch noch verboten

    :(


    Und wie siehts mit dem hier aus?


    Gaz 0330/ Газ 0330 v1.1


    Den hätte ich auch gern als Automatik Bus.......jaaaa, ich weiß....ist nicht authentisch. Bin halt schaltfaul

    :D


    Oder andere Frage.....was muss ich ändern, um die Automatik von Omsi 2 Standard-Bussen bei Add-On Schalt-Bussen zu bekommen?


    PS: Werd den Link vom verbotenen Bus wieder löschen....nicht dass es ärger gibt.

  • Hi,
    Normally gearbox scripts called: antrieb / gearbox.
    There are always varlist (txt), script file (osc) and a constfile (txt) files for gearboxes. You can find variables, constants in the text files (for other scripts you may find string variables separated).


    I guess, if you change both the engine and antrieb / gearbox files (~ 6 entries / links in the .bus file), only one left: check the _main.osc file, and the new osc -s: you need to call the _init macros in the _main file e.g. (M.L.antrieb_init) will call the {macro:antrieb_init} .. {end} initialization macro of the gearbox, the (M.L.engine_frame) the {macro:engine_frame} .. {end} main macro of the engine script.


    If the bus still throw errors, you need to cross check the variables and constants in the old and new file..


    If the bus, you want to modify uses the omsi 2 electricity system, give a try to the MAN_NL_NG scripts. If not, try some older stuff.