Edit: Mit dem Kennzeichen scheint auch irgendwas nicht zu stimmen. Der generiert immer automatisch ein, egal welche Eingabe man als Spieler macht
Hello everyone, I've added in the repaint (Arway 12M) a license plate that already has characters on it. How can I disable the random characters generated by omsi? Thanks
Lösche mal folgenden Abschnitt aus der cockpit.osc-Datei: / Delete the following section from the cockpit.osc-file:
Code
' French plates init
(L.$.ident) $length 9 <
{if}
1 9 random s4
0 9 random s5
0 9 random s6
1 9 random s2
l2 1 =
{if}
"CG" (S.$.ident_prefix)
{endif}
l2 2 =
{if}
"BH" (S.$.ident_prefix)
{endif}
l2 3 =
{if}
"AT" (S.$.ident_prefix)
{endif}
l2 4 =
{if}
"AY" (S.$.ident_prefix)
{endif}
l2 5 =
{if}
"CN" (S.$.ident_prefix)
{endif}
l2 6 =
{if}
"EN" (S.$.ident_prefix)
{endif}
l2 7 =
{if}
"CX" (S.$.ident_prefix)
{endif}
l2 8 =
{if}
"BT" (S.$.ident_prefix)
{endif}
l2 9 =
{if}
"AD" (S.$.ident_prefix)
{endif}
1 9 random s3
l3 1 =
{if}
"SG" (S.$.ident_subfix)
{endif}
l3 2 =
{if}
"EA" (S.$.ident_subfix)
{endif}
l3 3 =
{if}
"XY" (S.$.ident_subfix)
{endif}
l3 4 =
{if}
"EM" (S.$.ident_subfix)
{endif}
l3 5 =
{if}
"RC" (S.$.ident_subfix)
{endif}
l3 6 =
{if}
"ZM" (S.$.ident_subfix)
{endif}
l3 7 =
{if}
"YW" (S.$.ident_subfix)
{endif}
l3 8 =
{if}
"HL" (S.$.ident_subfix)
{endif}
l3 9 =
{if}
"GL" (S.$.ident_subfix)
{endif}
"" (S.$.ident_generated)
(L.$.ident_prefix) $+
"-" $+
l4 $IntToStr $+
l5 $IntToStr $+
l6 $IntToStr $+
"-" $+
(L.$.ident_subfix) $+
(S.$.ident_generated)
{else}
(L.$.ident) (S.$.ident_generated)
{endif}
Alles anzeigen
Funktioniert! / It work's! ![]()
- IRE612 -