Hello there I've download a MOD here in the forum BKB display for citaro
And I wanted to make a modification, in the matrix side the destination only shows 1 line " Alfornelos "
What I wanted to do is to shows "metro" by scrolling
The mod
I already talked with some members and they kinda help me here is the Script
But he doesn't work properly
he shows Alfornelos then when its about to change to Metro he mixes with Alfornelos then he stays empty and doesnt show anything stays empty
I'm gonna show other example here
But the sound of scrolling is still there
Code
'this is what was added
'pt10_matrix_2linestyle is the side display
(L.$.Matrix_TerminusL2) "" $= !
{if}
0 (M.V.STLock)
1 (M.V.STLock)
' These numbers somehow made the matrix bugging so I erased them
' 0 0 0 0 0 (M.V.STSetColor)
' 0 24 16 112 31 (M.V.STDrawRect)
' 1 0 0 0 0 (M.V.STSetColor)
' 0 192 128 896 248 (M.V.STDrawRect)
(M.V.STSetColor)
(M.V.STDrawRect)
(M.V.STSetColor)
(M.V.STDrawRect)
(L.L.Matrix_Side_Changetimer) (L.S.Timegap) + (S.L.Matrix_Side_Changetimer) 2.5 >=
{if}
(L.L.pt10_matrix_2linestyle) 2 % 1 + (S.L.pt10_matrix_2linestyle)
(M.L.Matrix_WriteSideTerminus)
0 (S.L.Matrix_Side_Changetimer)
0 (S.L.Matrix_RefreshCursor)
{endif}
0 (M.V.STUnlock)
1 (M.V.STUnlock)
{endif}
Alles anzeigen