How to display the destination display by switching with one picture using two pluginstates(), and to display both at the bottom at 60 km / h or lowest.
Page 1 of 1
How to display the destination display by switching with one picture using two pluginstates(), and to display both at the bottom at 60 km / h or lowest.
I want to create to display the LCD panel on two type.
One is Train type such as 'Hayabusa'.
The other is 'for Tokyo'
So, I created such as this code.
But, Train types are 9, and others (stations) are 20.
So, I wrote 20*9=180 blocks of functions / a car.
The cars are 10.
And when I check, the fps is incredibly down.
Then I thought that I want to write by TextureShift.
But, I don't know how to write the function that how to display switching the leftside and right side of one picture by x axis at the few seconds, and using two pluginstate() by y axis.
Left and right change time is 5.
Y axis of left side is for example pluginstate(71)=7, right side = pluginstate(72)=4.
When the over speed of 60km/h, the both is the bottom.
Please instruct to me how to write the function...
One is Train type such as 'Hayabusa'.
The other is 'for Tokyo'
So, I created such as this code.
- Code:
States= Hayabusa-reserved.csv,LEDmaku-Tokyo.csv,LEDmaku-Off.csv
StateFunction= if[pluginstate[71]==0,if[pluginstate[72]==0,if[speedometer * 3.6 < 60,mod[value + 1,2],2 ],2 ],2 ]
RefreshRate= 5
But, Train types are 9, and others (stations) are 20.
So, I wrote 20*9=180 blocks of functions / a car.
The cars are 10.
And when I check, the fps is incredibly down.
Then I thought that I want to write by TextureShift.
But, I don't know how to write the function that how to display switching the leftside and right side of one picture by x axis at the few seconds, and using two pluginstate() by y axis.
Left and right change time is 5.
Y axis of left side is for example pluginstate(71)=7, right side = pluginstate(72)=4.
When the over speed of 60km/h, the both is the bottom.
Please instruct to me how to write the function...
Midnight Express Ginga81- Posts : 154
Join date : 2016-09-25
Similar topics
» New Feature: Destination Events
» Changing Destination of train multiple times along route
» Wouldn't it be possible to display it in the mirror in the same way as Bve5 in the future?
» How do I display speed limits projected by a route inside of a 3D Cab
» New Features: Display of remaining distance to the next station and gradient in ‰
» Changing Destination of train multiple times along route
» Wouldn't it be possible to display it in the mirror in the same way as Bve5 in the future?
» How do I display speed limits projected by a route inside of a 3D Cab
» New Features: Display of remaining distance to the next station and gradient in ‰
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum