Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 15:46
i didnt understand hvat they talked about, please help me, how to change color in the destination sign
Rüdiger Hülsmann Admin
Anzahl der Beiträge : 1204 Anmeldedatum : 25.04.09 Alter : 40 Ort : Potsdam-West, Berlin-Mariendorf
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 16:52
In the model.cfg of each bus you find the following entry (one for each matrix font):
Code:
[texttexture] Matrix_Nr Annax Large 128 128 0 210 255 20
The three values at the bottom are the RGB values of the font colour.
95mathias
Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:07
what can i do if i will have orange destination sign?
Rüdiger Hülsmann Admin
Anzahl der Beiträge : 1204 Anmeldedatum : 25.04.09 Alter : 40 Ort : Potsdam-West, Berlin-Mariendorf
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:16
Enter the appropriate RGB values for orange, e.g. 255,128,0.
95mathias
Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:32
can you send me a list how i can do it?
Scenicruiser
Anzahl der Beiträge : 83 Anmeldedatum : 16.01.11
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:40
95mathias schrieb:
can you send me a list how i can do it?
Do something yourself too, you never learn anything if you don`t even try to do that simple thing we are talking about yourself first. If you still do not get a idea then ask again.
95mathias
Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:46
i have no idea what i must do to get orange destination sign. HELP
Scenicruiser
Anzahl der Beiträge : 83 Anmeldedatum : 16.01.11
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:51
95mathias schrieb:
i have no idea what i must do to get orange destination sign. HELP
Do you even read what peoples answer for you?
And please don`t write "help" to every post you send!
Zuletzt von sm3 am Do 28 Apr - 17:52 bearbeitet; insgesamt 1-mal bearbeitet
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:52
what it looks like.
95mathias
Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 17:56
yes exactly like this how can i do that?
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 18:03
95mathias schrieb:
yes exactly like this how can i do that?
Open the Cfg file of the bus you want to have orange matrix so for me its SD89
C:\m-r-software\Omsi\Vehicles\MAN_SD202\Model\
^^ thats where to Cfg. file is
Open it with notepad
hold ctrl and press F
search for Matrix_Nr
Then when you find it
it looks like this
Code: [texttexture] Matrix_Nr Annax Large 128 128 0 210 <<< CHANGE THIS to 255 255 <<< CHANGE THIS to 128 20 <<< CHANGE THIS to 0
SO it now should look like
[texttexture] Matrix_Nr Annax Large 128 128 0 255 128 0
EirikhO
Anzahl der Beiträge : 61 Anmeldedatum : 07.04.11 Alter : 30 Ort : Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 18:11
I've checked the rules less than five minutes ago, and there's nothing against posting (part of) your posts in a language that differs from the forum normal.
Hvis du åpner OMSI-mappen din, finner du en annen mappe som heter Vehicles. I denne mappen igjen finnes det en mappe som heter SD200, og en som heter SD202. SD200 er den "gamle" typen buss, mens SD202 er den "nye". Åpne mappen til den bussen du vil endre skriftfargen til. I denne mappen vil du da finne en mappe som heter Model. Åpne den. Deretter finnes det flere filer av typen "model_D88.cfg" eller "model_SD85.cfg", avhengig av hvilken busstype du valgte. Åpne filen som tilhører bussmodellen du vil endre med notisblokk/notepad. Pass på at du ikke åpner SD77/SD80/SD81/SD83_RLB, da disse har sveiveskiltkasser og ikke digitale. I eksempelet bruker jeg SD200/SD84.
Søk (ctrl-F) etter ANNAX når du har åpnet filen. Linjen du fant først skal inneholde teksten "ANNAX Linie Groß:", etterfulgt av noen tall på nye linjer. De tre nederste tallene før neste ANNAX-linje er HEX-koden til destinasjonstekstfarge. Endre disse til den fargen du vil ha (255,128,0 på hver sin linje i denne rekkefølgen, erstatt de tre nederste for oransje). Repeter dette tre ganger, for alle de tre ANNAX-tekstbolkene ("ANNAX Linie klein" og "ANNAX Zielschild").
ugh, beaten to it while writing, but explaining it in his native tongue won't hurt I suppose.
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 18:12
I think he will understand your much better good job!
95mathias
Anzahl der Beiträge : 78 Anmeldedatum : 08.03.11 Alter : 29 Ort : Kristiansand, Norway
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 18:29
thanks for helping rzr09
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: how to change color in the destination sign on D92 Do 28 Apr - 22:43
Rüdiger Hülsmann schrieb:
Enter the appropriate RGB values for orange, e.g. 255,128,0.
Is there any way to make it look like L.E.D
brunoc
Anzahl der Beiträge : 188 Anmeldedatum : 27.12.10
Thema: Re: how to change color in the destination sign on D92 Fr 29 Apr - 16:54
That would be awesome
97OrionVCNG
Anzahl der Beiträge : 137 Anmeldedatum : 12.05.11 Alter : 29
Thema: Re: how to change color in the destination sign on D92 Do 12 Mai - 23:57
May I ask how to get the rear and side signs Orange also b\c just the front is Orange while the rest are green.
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: how to change color in the destination sign on D92 Fr 13 Mai - 0:04
97OrionVCNG schrieb:
May I ask how to get the rear and side signs Orange also b\c just the front is Orange while the rest are green.