PluginHeader{ RailSimVersion = 2.00; PluginType = Station; PluginName = "15インチゲージ島式駅"; PluginAuthor = "H2"; IconTexture = "../common_H2/H2.png"; Description = "島式ホーム"; } StationInfo{ } Platform{     Stoppable = no;     Coord = (50.0,0.0,1.0); Coord = (-50.0,0.0,1.0); } DefineAnimation "青"{ Frame = "無点灯.jpg", 300; Frame = "青.jpg", 600; } DefineAnimation "黄"{ Frame = "無点灯.jpg", 135; Frame = "黄.jpg", 165; Frame = "無点灯.jpg", 600; } DefineAnimation "黄黄"{ Frame = "無点灯.jpg", 135; Frame = "黄.jpg", 45; Frame = "無点灯.jpg", 765; } DefineAnimation "赤"{ Frame = "赤.jpg", 135; Frame = "無点灯.jpg", 810; } PrimaryAssembly{ Object3D "Body"{ ModelFileName = "信号.x"; ModelScale = 10.0; If "_APPROACH1"|"_APPROACH2"{ SetAnimation = 1, "青"; SetAnimation = 2, "黄"; SetAnimation = 3, "黄黄"; SetAnimation = 4, "赤"; } Joint3D "_LOCAL"{ AttachCoord = (0.0, 0.0, 0.0); } } }