Hilfe beim Tetxtexturen erstellen

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.
  • Liebe Comunity,
    ich habe ein Problem, und zwar probiere ich gerade ein Textfeld zu erstellen, aber bei mir wird nichts angezeigt.
    Jetzt habe ich 2 Fragen:
    1: Mit welcher Textur muss ich es texturieren?
    2: Mit welcher Variabel mache ich das die Route und Linie darauf angezeigt wird?
    Hier mal die Datei im Moment:


    Wäre sehr erfreut über eure Hilfe.
    Danke im Vorraus.

  • You should also add here the text texture definitions from the beginning of the model.cfg.. (paste here the first 5 entries)
    You need to define a string variable (e.g. YourString) in matrix.osc for example. (you have to add the name of it into matrix_stringvarlist.txt then)
    In the osc you can add (L.$.Matrix_Nr) " " (L.$.Matrix_Terminus) $+ $+ (S.$.YourString)


    Then in the model.cfg


    [texttexture]
    YourString
    test3
    100
    50
    0
    0
    0
    0


    or something like this.


    Take care, that
    1. your font has ~ the same height as you define for the text
    2. the texture is defined in the x file too

    :)


    3. the normal of the plane points to the desired direction ( you can see the front of the plane, not the back side..)
    4. the resolution of the texture is in connection with the usetexttexture definition
    ..

  • OK
    Dann sind sie hier:


    Kannst du mir vielleicht mal ne Datei schreiben?
    Also mit so wie ich es bereits gepostet habe aber richtig?
    Und am besten noch die Scripts. Weil ich nicht weiß wie ich es in die Scripts eintragen muss...