Starting MaSzyna rail vehicle simulator. Compilation 2015-04-14, release 15.3.1167.470. Online documentation and additional files on http://eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx_EU, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy, KURS90, Ra, hunter and others Renderer: GeForce 9600 GT/PCI/SSE2/3DNOW! Vendor: NVIDIA Corporation OpenGL Version: 3.0.0 Supported extensions: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_framebuffer_object GL_ARB_geometry_shader4 GL_ARB_imaging GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_bindable_uniform GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_texture_swizzle GL_EXT_texture_shared_exponent GL_EXT_timer_query GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_buffer_float GL_NV_conditional_render GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control Ra: The VBO is found and will be used. DDS textures are supported. Used multisampling of 4 samples. Max texture size: 8192 glFogfv(GL_FOG_COLOR, FogColor); glClearDepth(1.0f); glEnable(GL_TEXTURE_2D); glShadeModel(GL_SMOOTH); glEnable(GL_DEPTH_TEST); glEnable(GL_BLEND); glEnable(GL_ALPHA_TEST); glAlphaFunc(GL_GREATER,0.04); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDepthFunc(GL_LEQUAL); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glPolygonMode(GL_FRONT, GL_FILL); glFrontFace(GL_CCW); glEnable(GL_CULL_FACE); glLineWidth(1.0f); glPointSize(2.0f); glLightModelfv(GL_LIGHT_MODEL_AMBIENT,darkLight); glLightfv(GL_LIGHT0,GL_AMBIENT,ambientLight); glLightfv(GL_LIGHT0,GL_DIFFUSE,diffuseLight); glLightfv(GL_LIGHT0,GL_SPECULAR,specularLight); glLightfv(GL_LIGHT0,GL_POSITION,lightPos); glEnable(GL_LIGHT0); glEnable(GL_COLOR_MATERIAL); glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE); glMaterialfv( GL_FRONT, GL_AMBIENT_AND_DIFFUSE, whiteLight ); glEnable(GL_LIGHTING); glFogi(GL_FOG_MODE, GL_LINEAR); glFogfv(GL_FOG_COLOR, FogColor); glFogf(GL_FOG_START, 1000.0f); glFogf(GL_FOG_END, 2000.0f); glEnable(GL_FOG); Font init Display Lists font used. Font init OK Sound Init Loading - texture: textures\logo.bmp Sound Init OK Textures init Textures init OK Models init Models init OK Ground init Loading scenery from $.scn Scenery sky definition cgskj_altostratus004.t3d Scenery atmo definition Scenery light definition Loading - texture: textures\rail_screw_used1.dds Loading - texture: textures\tpd-old1.dds Loading - texture: textures\tpbps-new2.dds Loading - texture: textures\wzl.dds Loading - binary model: models\wza.e3d Loading - texture: textures\metal\metalfrictionpattern1.dds Loading - texture: textures\zwrot34r300pods-new.dds Loading - texture: textures\rozkrz34r150-tpd1.dds Loading - texture: textures\wzp.dds Loading - texture: textures\zwrp25r190.dds Loading - texture: textures\zwrl25r190.dds Loading - texture: textures\tpd1-pods.dds Loading - texture: textures\grassdarkgreen2.dds Loading - texture: textures\podklad1.dds Loading - texture: textures\rail_screw_unused1.dds Loading - texture: textures\wzw.dds Loading - texture: textures\tpd-oil1.dds Loading - texture: textures\tpb-old.dds Loading - texture: textures\rz-1200-185.dds Loading - texture: textures\zwrot34r300pods.dds Loading - texture: textures\tpd-oil2.dds Loading - texture: textures\wzy.dds Loading - binary model: models\wzy.e3d Loading - texture: textures\zwroty34r300pods.dds Loading - texture: textures\tpbps-new2oil.dds Loading - texture: textures\tpd1.dds Loading - texture: textures\rozkrz34r150-tpbps-new2.dds Loading - texture: textures\asphaltdark1_dashedwhite.dds Loading - texture: textures\asphaltdark1_side1.dds Loading - texture: textures\asphalt1_dashedwhite.dds Loading - texture: textures\rail_screw_rused1.dds Loading - binary model: models\przejazdy/_s2z_xx_d_bombardier.e3d Loading - texture: textures\przejazdy\bombardier_przejazd.dds Loading - binary model: models\pkp/szlab_d_60.e3d Loading - texture: textures\pkp\#szlab_tex.dds Loading - binary model: models\pkp/szlab_d_45.e3d Loading - binary model: models\przejazdy/_s2z_d_bombardier.e3d Loading - texture: textures\asphaltgray1.dds Loading - texture: textures\stonesconstruction_rectanglegray2.dds Loading - texture: textures\pkp\#szafasbl1.dds Loading - binary model: models\pkp/szafasbl1.e3d Loading - texture: textures\pkp\#szafasbl1.dds Loading - texture: textures\tpd-oil3.dds Loading - binary model: models\wzk.e3d Loading - texture: textures\wzk.dds Loading - binary model: models\ip/pkp/w5.e3d Loading - texture: textures\\metalplatedirt1.dds Loading - texture: textures\pkp\w5.dds Loading - texture: textures\tabl\g-2m.dds Loading - binary model: models\sem/glowice/s5izpcpb_dd.e3d Loading - texture: textures\sem\glowice.dds Loading - texture: textures\sem\#pkplight_lenses.dds Loading - texture: textures\sem\pomaranczowy.dds Loading - texture: textures\sem\bialy.dds Loading - texture: textures\sem\zielony.dds Loading - texture: textures\sem\czerwony.dds Loading - texture: textures\sem\slupy.dds Loading - binary model: models\sem/slupy/s5ibg.e3d Loading - binary model: models\sem/drabinki/d5i.e3d Loading - binary model: models\sem/wskazniki/w24v1.e3d Loading - texture: textures\sem\w_lens.dds Loading - texture: textures\tabl\s-12.dds Loading - binary model: models\sem/glowice/s5ypzpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ypmg.e3d Loading - binary model: models\sem/drabinki/d5yp.e3d Loading - texture: textures\tabl\tos.dds Loading - binary model: models\sem/glowice/to2izp_dd.e3d Loading - binary model: models\sem/slupy/tosptmibg.e3d Loading - binary model: models\sem/drabinki/d2i.e3d Loading - binary model: models\sem/wskazniki/w1new_d.e3d Loading - texture: textures\tabl\h-2m.dds Loading - texture: textures\tabl\tm5.dds Loading - binary model: models\sem/karzelki/ktmnb.e3d Loading - texture: textures\sem\niebieski.dds Loading - binary model: models\sem/slupy/pod_betonowa.e3d Loading - texture: textures\tabl\tm4.dds Loading - texture: textures\tabl\tm3.dds Loading - binary model: models\sem/glowice/tminb_dd.e3d Loading - texture: textures\tabl\tm14.dds Loading - texture: textures\tabl\tm17.dds Loading - texture: textures\tabl\l-12m.dds Loading - binary model: models\sem/slupy/s5ypml.e3d Loading - texture: textures\tabl\tm11.dds Loading - texture: textures\tabl\sz1m.dds Loading - binary model: models\sem/glowice/s2icb_dd.e3d Loading - binary model: models\sem/slupy/s2ibl.e3d Loading - texture: textures\tabl\tm12.dds Loading - texture: textures\tabl\o-2m.dds Loading - texture: textures\tabl\m-12m.dds Loading - binary model: models\sem/slupy/s5ypbl.e3d Loading - binary model: models\sem/pasy/pz.e3d Loading - binary model: models\sem/wskazniki/w24v2.e3d Loading - texture: textures\tabl\n-12m.dds Loading - texture: textures\tabl\sz2n.dds Loading - binary model: models\sem/glowice/w3szylb_dd.e3d Loading - binary model: models\sem/slupy/tosptmylbg.e3d Loading - binary model: models\sem/drabinki/d2yl.e3d Loading - texture: textures\tabl\b-12.dds Loading - texture: textures\pkp\w27_16.dds Loading - binary model: models\ip/pkp/w27.e3d Loading - texture: textures\pkp\transparent.dds Loading - texture: textures\pkp\w27_12.dds Loading - binary model: models\ip/pkp/w27odwr.e3d Loading - texture: textures\pkp\w27_8.dds Loading - texture: textures\pkp\w27_11.dds Loading - texture: textures\tabl\g-12m.dds Loading - texture: textures\tabl\h-12m.dds Loading - texture: textures\tabl\i-12m.dds Loading - texture: textures\tabl\j-12m.dds Loading - texture: textures\tabl\k-12m.dds Loading - texture: textures\tabl\f1.dds Loading - binary model: models\sem/glowice/s4ylzcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ylml.e3d Loading - binary model: models\sem/drabinki/d4yl.e3d Loading - texture: textures\tabl\f2.dds Loading - binary model: models\sem/glowice/s4ypzcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypbl.e3d Loading - binary model: models\sem/drabinki/d4yp.e3d Loading - texture: textures\tabl\s1-12m.dds Loading - texture: textures\tabl\s3-12m.dds Loading - texture: textures\tabl\s5-2m.dds Loading - texture: textures\tabl\s7-2m.dds Loading - texture: textures\tabl\s9-2m.dds Loading - texture: textures\tabl\s2-12m.dds Loading - texture: textures\tabl\s4-12m.dds Loading - texture: textures\tabl\s6-2m.dds Loading - texture: textures\tabl\s8-2m.dds Loading - texture: textures\tabl\s10-2m.dds Loading - texture: textures\tabl\s12-2m.dds Loading - texture: textures\tabl\s14-2m.dds Loading - texture: textures\tabl\t1-12m.dds Loading - texture: textures\tabl\t2-12m.dds Loading - texture: textures\tabl\t4-2m.dds Loading - texture: textures\tabl\t3-2m.dds Loading - texture: textures\tabl\t6-2m.dds Loading - texture: textures\tabl\t8-2m.dds Loading - texture: textures\tabl\t10-m.dds Loading - binary model: models\sem/glowice/s3ypzcb_dd.e3d Loading - binary model: models\sem/slupy/s3ypmg.e3d Loading - texture: textures\tabl\t12-2m.dds Loading - texture: textures\tabl\t14-2m.dds Loading - texture: textures\tabl\t5-2m.dds Loading - texture: textures\tabl\t7-2m.dds Loading - texture: textures\tabl\t9-2m.dds Loading - texture: textures\tabl\w1.dds Loading - texture: textures\tabl\m-2m.dds Loading - texture: textures\tabl\o-12m.dds Loading - texture: textures\tabl\p-12m.dds Loading - texture: textures\tabl\q-12m.dds Loading - texture: textures\tabl\r-2.dds Loading - texture: textures\tabl\410.dds Loading - binary model: models\sem/glowice/s3izcp_dd.e3d Loading - binary model: models\sem/slupy/sblibg.e3d Loading - binary model: models\sem/drabinki/d4i.e3d Loading - texture: textures\tabl\411n.dds Loading - binary model: models\sem/glowice/s3ylzcp_dd.e3d Loading - binary model: models\sem/slupy/sblylbg.e3d Loading - texture: textures\ip\pkp\w16.dds Loading - binary model: models\ip/pkp/w16.e3d Loading - texture: textures\tabl\tm1.dds Loading - texture: textures\tabl\tm2.dds Loading - texture: textures\tabl\k-2m.dds Loading - texture: textures\eng\most1-jezdniablach.dds Loading - binary model: models\eng/filar-most1-2.e3d Loading - texture: textures\\wiadukt-beton1-filarprzod.dds Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\#barierka2.dds Loading - binary model: models\eng/wiadukt3-2te.e3d Loading - texture: textures\eng\wiadukt3-bok.dds Loading - texture: textures\\oslonatrakcji-d.dds Loading - texture: textures\\oslonatrakcji.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - texture: textures\eng\wiadukt3-filarbok.dds Loading - texture: textures\eng\wiadukt3-filar.dds Loading - texture: textures\eng\#barierka2.dds Loading - texture: textures\eng\most1-jezdniabet.dds Loading - binary model: models\eng/filar-most2-2.e3d Loading - texture: textures\tabl\f-12.dds Loading - texture: textures\ip\pkp\w6a.dds Loading - binary model: models\ip/pkp/w6.e3d Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\259.dds Loading - binary model: models\pkp/top.e3d Loading - texture: textures\sem\top.dds Loading - texture: textures\tabl\258n.dds Loading - binary model: models\pkp/topn.e3d Loading - texture: textures\pkp\w11osp.dds Loading - binary model: models\ip/pkp/w11osp.e3d Loading - texture: textures\tabl\275.dds Loading - texture: textures\tabl\274n.dds Loading - texture: textures\tabl\258.dds Loading - texture: textures\tabl\259n.dds Loading - texture: textures\tabl\274.dds Loading - texture: textures\tabl\275n.dds Loading - texture: textures\tabl\367.dds Loading - texture: textures\tabl\368n.dds Loading - texture: textures\tabl\367n.dds Loading - texture: textures\tabl\368.dds Loading - texture: textures\tabl\628n.dds Loading - texture: textures\tabl\629.dds Loading - texture: textures\tabl\629n.dds Loading - texture: textures\tabl\628.dds Loading - texture: textures\tabl\91.dds Loading - texture: textures\tabl\89.dds Loading - texture: textures\tabl\90n.dds Loading - texture: textures\tabl\91n.dds Loading - texture: textures\tabl\89n.dds Loading - texture: textures\tabl\90.dds Loading - binary model: models\eng/filar-most2-2mid.e3d Loading - texture: textures\tabl\p-2m.dds Loading - texture: textures\tabl\j-2m.dds Loading - texture: textures\tabl\d-2m.dds Loading - texture: textures\tabl\c-2m.dds Loading - texture: textures\tabl\f-12m.dds Loading - texture: textures\tabl\i-2m.dds Loading - texture: textures\tabl\tm6.dds Loading - texture: textures\tabl\tm7.dds Loading - texture: textures\tabl\tm8.dds Loading - texture: textures\tabl\tm9.dds Loading - texture: textures\tabl\tm10.dds Loading - texture: textures\tabl\tm13.dds Loading - texture: textures\tabl\tm15.dds Loading - texture: textures\tabl\tm16.dds Loading - texture: textures\tabl\tm18.dds Loading - texture: textures\tabl\tm19.dds Loading - texture: textures\tabl\tm20.dds Loading - texture: textures\tabl\210.dds Loading - binary model: models\sem/glowice/s3ypzcp_dd.e3d Loading - binary model: models\sem/slupy/sblypml.e3d Loading - binary model: models\sem/wskazniki/w18old.e3d Loading - texture: textures\tabl\211n.dds Loading - binary model: models\sem/wskazniki/w18new.e3d Loading - texture: textures\tabl\q-12.dds Loading - binary model: models\sem/glowice/s5ylzpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ylmg.e3d Loading - binary model: models\sem/drabinki/d5yl.e3d Loading - texture: textures\tabl\r-12.dds Loading - binary model: models\sem/pasy/pz_p.e3d Loading - binary model: models\pkp/post-p.e3d Loading - texture: textures\tr\est-bramkaszara-pg1m.dds Loading - texture: textures\metal\metaltrapezoidplatelightblue1_rusted.dds Loading - texture: textures\pkp\concrete1.dds Loading - texture: textures\\oslonatrakcji-st.dds Loading - texture: textures\tr\].dds Loading - texture: textures\pkp\wskazniki2.dds Loading - texture: textures\pkp\bial-czerw-pas.dds Loading - binary model: models\bud2/lokomotywowniaw6.e3d Loading - texture: textures\bud2\lokkrpl-scianabok1.dds Loading - texture: textures\\asphaltgray1.dds Loading - texture: textures\bud2\lokkrpl-scianawew.tga Loading - texture: textures\roof\roof-asphaltstrip-new1.dds Loading - texture: textures\bud2\lokkrpl-swietlikokno.dds Loading - texture: textures\metal\metalsinedplatelightblue2_dirty.dds Loading - texture: textures\bud2\lokkrpl-scianazew.tga Loading - binary model: models\eng/obrotnica21m.e3d Loading - texture: textures\\wzw.dds Loading - texture: textures\eng\most1-jezdniablach.dds Loading - texture: textures\metal\metalsinedplatelightblue2_two-window.dds Loading - texture: textures\metal\metalsinedplatelightblue2_door.dds Loading - binary model: models\eng/zasiekiweglowe1.e3d Loading - texture: textures\bud2\watertower01.dds Loading - binary model: models\bud2/watertower01.e3d Loading - texture: textures\tabl\211.dds Loading - texture: textures\tabl\210n.dds Loading - texture: textures\tabl\220n.dds Loading - binary model: models\sem/slupy/sblylml.e3d Loading - texture: textures\tabl\221.dds Loading - binary model: models\sem/slupy/sblypbg.e3d Loading - texture: textures\tabl\231.dds Loading - texture: textures\tabl\230n.dds Loading - texture: textures\tabl\240n.dds Loading - texture: textures\tabl\241.dds Loading - texture: textures\tabl\250n.dds Loading - texture: textures\tabl\251.dds Loading - texture: textures\tabl\260n.dds Loading - texture: textures\tabl\261.dds Loading - texture: textures\tabl\271.dds Loading - texture: textures\tabl\270n.dds Loading - texture: textures\tabl\280n.dds Loading - texture: textures\tabl\281.dds Loading - texture: textures\tabl\290n.dds Loading - texture: textures\tabl\291.dds Loading - texture: textures\tabl\300n.dds Loading - texture: textures\tabl\301.dds Loading - texture: textures\tabl\310n.dds Loading - texture: textures\tabl\311.dds Loading - texture: textures\tabl\320n.dds Loading - texture: textures\tabl\321.dds Loading - texture: textures\tabl\330n.dds Loading - texture: textures\tabl\331.dds Loading - texture: textures\tabl\340n.dds Loading - texture: textures\tabl\341.dds Loading - texture: textures\tabl\350n.dds Loading - texture: textures\tabl\351.dds Loading - texture: textures\tabl\360n.dds Loading - texture: textures\tabl\361.dds Loading - texture: textures\tabl\370n.dds Loading - texture: textures\tabl\371.dds Loading - texture: textures\tabl\381.dds Loading - texture: textures\tabl\380n.dds Loading - texture: textures\tabl\390n.dds Loading - texture: textures\tabl\391.dds Loading - texture: textures\tabl\400n.dds Loading - binary model: models\sem/slupy/sblibl.e3d Loading - binary model: models\sem/wskazniki/w1new_m.e3d Loading - texture: textures\tabl\401.dds Loading - binary model: models\sem/wskazniki/w1new_mz.e3d Loading - texture: textures\tabl\411.dds Loading - texture: textures\tabl\410n.dds Loading - texture: textures\tabl\e-12.dds Loading - binary model: models\sem/slupy/s5ibl.e3d Loading - texture: textures\tabl\401n.dds Loading - texture: textures\tabl\400.dds Loading - texture: textures\tabl\221n.dds Loading - texture: textures\tabl\220.dds Loading - texture: textures\tabl\231n.dds Loading - texture: textures\tabl\230.dds Loading - texture: textures\tabl\241n.dds Loading - texture: textures\tabl\240.dds Loading - texture: textures\tabl\251n.dds Loading - texture: textures\tabl\250.dds Loading - texture: textures\tabl\261n.dds Loading - texture: textures\tabl\260.dds Loading - texture: textures\tabl\271n.dds Loading - texture: textures\tabl\270.dds Loading - texture: textures\tabl\281n.dds Loading - texture: textures\tabl\280.dds Loading - texture: textures\tabl\291n.dds Loading - texture: textures\tabl\290.dds Loading - texture: textures\tabl\301n.dds Loading - texture: textures\tabl\300.dds Loading - texture: textures\tabl\311n.dds Loading - texture: textures\tabl\310.dds Loading - texture: textures\tabl\321n.dds Loading - texture: textures\tabl\320.dds Loading - texture: textures\tabl\331n.dds Loading - texture: textures\tabl\330.dds Loading - texture: textures\tabl\341n.dds Loading - texture: textures\tabl\340.dds Loading - texture: textures\tabl\351n.dds Loading - texture: textures\tabl\350.dds Loading - texture: textures\tabl\361n.dds Loading - texture: textures\tabl\360.dds Loading - texture: textures\tabl\371n.dds Loading - texture: textures\tabl\370.dds Loading - texture: textures\tabl\381n.dds Loading - texture: textures\tabl\380.dds Loading - texture: textures\tabl\391n.dds Loading - texture: textures\tabl\390.dds Loading - texture: textures\tabl\p-12.dds Loading - texture: textures\tabl\top.dds Loading - binary model: models\sem/glowice/to2ypzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmypbg.e3d Loading - binary model: models\sem/drabinki/d2yp.e3d Loading - texture: textures\ip\pkp\w11a-1.dds Loading - binary model: models\ip/pkp/w11.e3d Loading - texture: textures\ip\pkp\w11a-2.dds Loading - texture: textures\ip\pkp\w11a-3.dds Loading - binary model: models\sem/glowice/s4izcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ibl.e3d Loading - texture: textures\tabl\477.dds Loading - texture: textures\tabl\487.dds Loading - texture: textures\tabl\497.dds Loading - texture: textures\tabl\507.dds Loading - texture: textures\tabl\517.dds Loading - texture: textures\tabl\527.dds Loading - texture: textures\tabl\537.dds Loading - texture: textures\tabl\547.dds Loading - texture: textures\tabl\557.dds Loading - texture: textures\tabl\d-12.dds Loading - texture: textures\tabl\277.dds Loading - binary model: models\sem/slupy/sblypbl.e3d Loading - texture: textures\tabl\287.dds Loading - texture: textures\tabl\297.dds Loading - texture: textures\tabl\307.dds Loading - texture: textures\tabl\317.dds Loading - texture: textures\tabl\327.dds Loading - texture: textures\tabl\337.dds Loading - binary model: models\sem/slupy/s5img.e3d Loading - texture: textures\tabl\g.dds Loading - texture: textures\tabl\j-12.dds Loading - texture: textures\tabl\k-2.dds Loading - texture: textures\tabl\554.dds Loading - texture: textures\tabl\544.dds Loading - texture: textures\tabl\534.dds Loading - texture: textures\tabl\524.dds Loading - texture: textures\tabl\514.dds Loading - texture: textures\tabl\504.dds Loading - texture: textures\tabl\494.dds Loading - texture: textures\tabl\484.dds Loading - texture: textures\tabl\474.dds Loading - texture: textures\tabl\x-12.dds Loading - texture: textures\tabl\w-12.dds Loading - binary model: models\sem/slupy/s5ylbl.e3d Loading - texture: textures\tabl\sz1n.dds Loading - texture: textures\tabl\z-12.dds Loading - texture: textures\tabl\334.dds Loading - texture: textures\tabl\324.dds Loading - texture: textures\tabl\314.dds Loading - texture: textures\tabl\304.dds Loading - texture: textures\tabl\294.dds Loading - texture: textures\tabl\284.dds Loading - texture: textures\tabl\toz.dds Loading - texture: textures\tabl\toy.dds Loading - binary model: models\sem/glowice/to1ip_dd.e3d Loading - texture: textures\tabl\477n.dds Loading - texture: textures\tabl\w2.dds Loading - texture: textures\tabl\474n.dds Loading - texture: textures\detal\biale.dds Loading - texture: textures\tabl\484n.dds Loading - texture: textures\tabl\494n.dds Loading - texture: textures\tabl\504n.dds Loading - texture: textures\tabl\514n.dds Loading - texture: textures\tabl\524n.dds Loading - texture: textures\tabl\534n.dds Loading - texture: textures\tabl\544n.dds Loading - texture: textures\tabl\554n.dds Loading - binary model: models\ip/pkp/w18.e3d Loading - texture: textures\ip\pkp\2006\_slup2.dds Loading - texture: textures\ip\pkp\2006\w18.dds Loading - texture: textures\tabl\c-12.dds Loading - binary model: models\sem/glowice/s2ylcb_dd.e3d Loading - binary model: models\sem/slupy/s2ylml.e3d Loading - texture: textures\tabl\557n.dds Loading - texture: textures\tabl\547n.dds Loading - texture: textures\tabl\537n.dds Loading - texture: textures\tabl\527n.dds Loading - texture: textures\tabl\517n.dds Loading - texture: textures\tabl\507n.dds Loading - texture: textures\tabl\497n.dds Loading - texture: textures\tabl\487n.dds Loading - texture: textures\tabl\toa.dds Loading - binary model: models\sem/glowice/to1ylp_dd.e3d Loading - binary model: models\sem/glowice/s2ypcb_dd.e3d Loading - binary model: models\sem/slupy/s2ypml.e3d Loading - texture: textures\tabl\585.dds Loading - binary model: models\sem/glowice/sbl4ypzcpc_dd.e3d Loading - texture: textures\tabl\582n.dds Loading - binary model: models\sem/glowice/sbl4izcpc_dd.e3d Loading - texture: textures\tabl\365.dds Loading - binary model: models\sem/glowice/sbl4ylzcpc_dd.e3d Loading - texture: textures\tabl\599.dds Loading - texture: textures\tabl\615.dds Loading - texture: textures\tabl\625.dds Loading - texture: textures\tabl\635.dds Loading - texture: textures\tabl\645.dds Loading - texture: textures\tabl\655.dds Loading - texture: textures\tabl\665.dds Loading - texture: textures\tabl\675.dds Loading - texture: textures\tabl\598n.dds Loading - texture: textures\tabl\612n.dds Loading - texture: textures\tabl\622n.dds Loading - texture: textures\tabl\632n.dds Loading - texture: textures\tabl\642n.dds Loading - texture: textures\tabl\652n.dds Loading - texture: textures\tabl\662n.dds Loading - binary model: models\ip/pkp/w1_n.e3d Loading - texture: textures\ip\pkp\2006\_slup.dds Loading - texture: textures\ip\pkp\2006\w1-1.dds Loading - texture: textures\tabl\672n.dds Loading - texture: textures\tabl\379.dds Loading - texture: textures\tabl\395.dds Loading - texture: textures\tabl\405.dds Loading - texture: textures\tabl\409.dds Loading - texture: textures\tabl\408n.dds Loading - texture: textures\tabl\415.dds Loading - texture: textures\tabl\425.dds Loading - texture: textures\tabl\435.dds Loading - texture: textures\tabl\445.dds Loading - texture: textures\tabl\455.dds Loading - texture: textures\tabl\409n.dds Loading - texture: textures\tabl\408.dds Loading - texture: textures\tabl\e-2m.dds Loading - texture: textures\tabl\f-2m.dds Loading - texture: textures\tabl\l-2m.dds Loading - texture: textures\tabl\n-2m.dds Loading - binary model: models\sem/pasy/pp.e3d Loading - texture: textures\tabl\r-12m.dds Loading - texture: textures\tabl\s-2m.dds Loading - texture: textures\tabl\t-2m.dds Loading - texture: textures\tabl\u-2m.dds Loading - texture: textures\tabl\v-2m.dds Loading - texture: textures\tabl\672.dds Loading - texture: textures\tabl\662.dds Loading - texture: textures\tabl\652.dds Loading - texture: textures\tabl\642.dds Loading - texture: textures\tabl\632.dds Loading - texture: textures\tabl\622.dds Loading - texture: textures\tabl\612.dds Loading - texture: textures\tabl\598.dds Loading - texture: textures\tabl\582.dds Loading - texture: textures\tabl\toh.dds Loading - binary model: models\sem/glowice/to1ypp_dd.e3d Loading - texture: textures\tabl\675n.dds Loading - texture: textures\tabl\665n.dds Loading - texture: textures\tabl\655n.dds Loading - texture: textures\tabl\645n.dds Loading - texture: textures\tabl\635n.dds Loading - texture: textures\tabl\625n.dds Loading - texture: textures\tabl\615n.dds Loading - texture: textures\tabl\599n.dds Loading - texture: textures\tabl\585n.dds Loading - texture: textures\tabl\452.dds Loading - texture: textures\tabl\442.dds Loading - texture: textures\tabl\432.dds Loading - texture: textures\tabl\422.dds Loading - texture: textures\tabl\412.dds Loading - texture: textures\tabl\402.dds Loading - texture: textures\tabl\392.dds Loading - texture: textures\tabl\378.dds Loading - texture: textures\tabl\362.dds Loading - binary model: models\slimson/most152.e3d Loading - texture: textures\eng\wiadukt3-bok.dds Loading - texture: textures\\rail_screw_unused1.dds Loading - texture: textures\eng\most1-spod.dds Loading - texture: textures\eng\srmostyctl.dds Loading - binary model: models\sem/glowice/tmypnb_dk.e3d Loading - texture: textures\pkp\w27_14.dds Loading - texture: textures\tabl\717.dds Loading - texture: textures\tabl\716n.dds Loading - texture: textures\tabl\726n.dds Loading - texture: textures\tabl\727.dds Loading - texture: textures\tabl\736n.dds Loading - texture: textures\tabl\737.dds Loading - texture: textures\tabl\746n.dds Loading - texture: textures\tabl\747.dds Loading - texture: textures\tabl\757.dds Loading - texture: textures\tabl\756n.dds Loading - texture: textures\tabl\766n.dds Loading - texture: textures\tabl\767.dds Loading - texture: textures\tabl\767n.dds Loading - texture: textures\tabl\766.dds Loading - texture: textures\tabl\756.dds Loading - texture: textures\tabl\757n.dds Loading - texture: textures\tabl\747n.dds Loading - texture: textures\tabl\746.dds Loading - texture: textures\tabl\736.dds Loading - texture: textures\tabl\737n.dds Loading - texture: textures\tabl\727n.dds Loading - texture: textures\tabl\726.dds Loading - texture: textures\tabl\716.dds Loading - texture: textures\tabl\717n.dds Loading - binary model: models\sem/pasy/pzp.e3d Loading - binary model: models\sem/slupy/s5ylbg.e3d Loading - binary model: models\sem/wskazniki/w19v1s.e3d Loading - texture: textures\tabl\e2-12m.dds Loading - texture: textures\tabl\e1-12m.dds Loading - texture: textures\tabl\k-12.dds Loading - texture: textures\tabl\tok.dds Loading - texture: textures\tabl\g8-2m.dds Loading - texture: textures\tabl\e3-2m.dds Loading - texture: textures\tabl\e5-2m.dds Loading - texture: textures\tabl\e7-2m.dds Loading - texture: textures\tabl\e9-2m.dds Loading - texture: textures\tabl\e4-2m.dds Loading - texture: textures\tabl\e6-2m.dds Loading - texture: textures\tabl\e8-2m.dds Loading - texture: textures\tabl\f8-2m.dds Loading - texture: textures\tabl\f6-12m.dds Loading - texture: textures\tabl\f4-12m.dds Loading - texture: textures\tabl\f3-2m.dds Loading - texture: textures\tabl\f5-2m.dds Loading - texture: textures\tabl\f7-12m.dds Loading - binary model: models\sem/slupy/s5iml.e3d Loading - texture: textures\tabl\f9-12m.dds Loading - texture: textures\tabl\g6-12m.dds Loading - texture: textures\tabl\g4-12m.dds Loading - texture: textures\tabl\g2-12m.dds Loading - texture: textures\tabl\g1-12m.dds Loading - texture: textures\tabl\g3-12m.dds Loading - texture: textures\tabl\g5-12m.dds Loading - texture: textures\tabl\h1-12m.dds Loading - binary model: models\sem/slupy/s4ypbg.e3d Loading - texture: textures\tabl\h2-12m.dds Loading - texture: textures\tabl\h4-12m.dds Loading - texture: textures\tabl\h6-2m.dds Loading - texture: textures\tabl\h8-2m.dds Loading - texture: textures\tabl\h10-2m.dds Loading - texture: textures\tabl\h12-2m.dds Loading - texture: textures\tabl\h3-2m.dds Loading - texture: textures\tabl\h5-12m.dds Loading - texture: textures\tabl\g10-2m.dds Loading - texture: textures\tabl\g12-2m.dds Loading - texture: textures\tabl\j2-12.dds Loading - texture: textures\tabl\j1-12.dds Loading - texture: textures\tabl\toj2.dds Loading - texture: textures\tabl\toj1.dds Loading - binary model: models\sem/glowice/to2ylzp_dd.e3d Loading - texture: textures\tabl\tm21.dds Loading - texture: textures\tabl\tm22.dds Loading - texture: textures\tabl\tm23.dds Loading - texture: textures\tabl\tm24.dds Loading - texture: textures\tabl\tm25.dds Loading - texture: textures\tabl\tm26.dds Loading - texture: textures\tabl\tm27.dds Loading - texture: textures\tabl\tm28.dds Loading - texture: textures\tabl\tm29.dds Loading - texture: textures\tabl\tm30.dds Loading - texture: textures\tabl\tm31.dds Loading - texture: textures\tabl\tm32.dds Loading - texture: textures\tabl\tm33.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - binary model: models\ip/pkp/w4.e3d Loading - texture: textures\pkp\wskazniki1.dds Loading - texture: textures\tabl\i-12.dds Loading - texture: textures\tabl\toi.dds Loading - texture: textures\tabl\toj.dds Loading - texture: textures\ip\pkp\2006\w15_1.dds Loading - binary model: models\ip/pkp/w15.e3d Loading - binary model: models\pkp/krzyz-us.e3d Loading - texture: textures\tabl\a-12.dds Loading - texture: textures\tabl\tod.dds Loading - texture: textures\tabl\toc.dds Loading - texture: textures\tabl\w3i.dds Loading - binary model: models\sem/glowice/w3szib_dd.e3d Loading - texture: textures\tabl\l-2.dds Loading - texture: textures\tabl\tol.dds Loading - binary model: models\ip/pkp/w9.e3d Loading - texture: textures\tabl\tob.dds Loading - texture: textures\tabl\a-2.dds Loading - texture: textures\tabl\b-2.dds Loading - texture: textures\tabl\c.dds Loading - binary model: models\sem/karzelki/kszb.e3d Loading - texture: textures\tabl\u-12.dds Loading - binary model: models\sem/glowice/s4yppcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypml.e3d Loading - texture: textures\tabl\tou.dds Loading - binary model: models\pkp/1sp2cc.e3d Loading - texture: textures\pkp\przejazd_1.dds Loading - binary model: models\pkp/1szlab_d_60.e3d Loading - texture: textures\pkp\przejazd_1.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\874n.dds Loading - texture: textures\tabl\875.dds Loading - texture: textures\tabl\a.dds Loading - texture: textures\tabl\c-2.dds Loading - texture: textures\tabl\d-2.dds Loading - texture: textures\pkp\w27_7.dds Loading - texture: textures\pkp\w27_20.dds Loading - texture: textures\tabl\e10-2m.dds Loading - texture: textures\tabl\e12-2m.dds Loading - texture: textures\tabl\e14-2m.dds Loading - texture: textures\tabl\e16-m.dds Loading - texture: textures\tabl\e18-m.dds Loading - texture: textures\tabl\e2-12.dds Loading - texture: textures\tabl\e20-m.dds Loading - texture: textures\tabl\e22-m.dds Loading - texture: textures\tabl\e24-m.dds Loading - texture: textures\tabl\f1-12m.dds Loading - texture: textures\tabl\f10-2m.dds Loading - texture: textures\tabl\f12-2m.dds Loading - texture: textures\tabl\f14-m.dds Loading - texture: textures\tabl\f16-m.dds Loading - texture: textures\tabl\f18-m.dds Loading - texture: textures\tabl\f2-12m.dds Loading - texture: textures\tabl\f20-m.dds Loading - texture: textures\tabl\f22-m.dds Loading - texture: textures\tabl\f24-m.dds Loading - texture: textures\tabl\f4-2m.dds Loading - texture: textures\tabl\f6-2m.dds Loading - texture: textures\tabl\j-2.dds Loading - texture: textures\tabl\l-12.dds Loading - texture: textures\tabl\spa.dds Loading - binary model: models\sem/glowice/sp3yppzb_dd.e3d Loading - binary model: models\sem/wskazniki/isp.e3d Event "none_os1" ignored in multiple "wdt_sp1a_os1"! Event "none_os2" ignored in multiple "wdt_sp1a_os2"! Event "none_os3" ignored in multiple "wdt_sp1a_os3"! Event "none_os4" ignored in multiple "wdt_sp1a_os4"! Loading - binary model: models\sem/wskazniki/iisp.e3d Event "none_os1" ignored in multiple "wdt_sp2a_os1"! Event "none_os2" ignored in multiple "wdt_sp2a_os2"! Event "none_os3" ignored in multiple "wdt_sp2a_os3"! Event "none_os4" ignored in multiple "wdt_sp2a_os4"! Loading - binary model: models\sem/wskazniki/w1old_d.e3d Loading - texture: textures\pkp\w27_9.dds Loading - texture: textures\pkp\w27_4.dds Loading - texture: textures\tabl\72.dds Loading - texture: textures\tabl\73.dds Loading - texture: textures\tabl\85.dds Loading - texture: textures\tabl\84.dds Loading - texture: textures\tabl\96.dds Loading - texture: textures\tabl\97.dds Loading - texture: textures\tabl\108.dds Loading - texture: textures\tabl\109.dds Loading - texture: textures\tabl\121.dds Loading - texture: textures\tabl\120.dds Loading - texture: textures\tabl\131.dds Loading - texture: textures\tabl\130.dds Loading - texture: textures\tabl\143.dds Loading - texture: textures\tabl\142.dds Loading - texture: textures\tabl\152.dds Loading - texture: textures\tabl\153.dds Loading - texture: textures\tabl\164.dds Loading - texture: textures\tabl\165.dds Loading - texture: textures\pkp\w8_v2\w8_11.dds Loading - binary model: models\ip/pkp/w8.e3d Loading - binary model: models\sem/wskazniki/w20v1s.e3d Loading - texture: textures\tpb-old1.dds Loading - texture: textures\tpd-stone1.dds Loading - texture: textures\rkpd34r190-tpd1.dds Loading - texture: textures\rkpd34r190-tpd2.dds Loading - texture: textures\rail_screw_unused2.dds Loading - texture: textures\pkp\w8_v2\w8_2.dds Loading - binary model: models\sem/slupy/s4ypmg.e3d Loading - texture: textures\tabl\q-2m.dds Loading - texture: textures\tabl\y-12.dds Loading - texture: textures\tabl\19.dds Loading - texture: textures\tabl\18n.dds Loading - texture: textures\tabl\29.dds Loading - texture: textures\tabl\28n.dds Loading - texture: textures\tabl\g-12.dds Loading - texture: textures\tabl\h-12.dds Loading - texture: textures\tabl\toe.dds Loading - texture: textures\tabl\tof.dds Loading - texture: textures\tabl\tog.dds Loading - texture: textures\tabl\b.dds Loading - texture: textures\tabl\d.dds Loading - texture: textures\tabl\e-2.dds Loading - texture: textures\tabl\28.dds Loading - texture: textures\tabl\29n.dds Loading - texture: textures\tabl\18.dds Loading - texture: textures\tabl\19n.dds Loading - texture: textures\tabl\tm34.dds Loading - texture: textures\tabl\tm35.dds Loading - texture: textures\tabl\tm36.dds Loading - texture: textures\tabl\tm37.dds Loading - texture: textures\tabl\tm38.dds Loading - texture: textures\tabl\tm39.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\spf.dds Event "none_os1" ignored in multiple "sk_sp1f_os1"! Event "none_os2" ignored in multiple "sk_sp1f_os2"! Event "none_os3" ignored in multiple "sk_sp1f_os3"! Event "none_os4" ignored in multiple "sk_sp1f_os4"! Event "none_os1" ignored in multiple "sk_sp2f_os1"! Event "none_os2" ignored in multiple "sk_sp2f_os2"! Event "none_os3" ignored in multiple "sk_sp2f_os3"! Event "none_os4" ignored in multiple "sk_sp2f_os4"! Loading - texture: textures\tabl\spe.dds Loading - binary model: models\sem/glowice/sp3ylpzb_dd.e3d Event "none_os1" ignored in multiple "sk_sp2e_os1"! Event "none_os2" ignored in multiple "sk_sp2e_os2"! Event "none_os3" ignored in multiple "sk_sp2e_os3"! Event "none_os4" ignored in multiple "sk_sp2e_os4"! Event "none_os1" ignored in multiple "sk_sp1e_os1"! Event "none_os2" ignored in multiple "sk_sp1e_os2"! Event "none_os3" ignored in multiple "sk_sp1e_os3"! Event "none_os4" ignored in multiple "sk_sp1e_os4"! Loading - texture: textures\tabl\874.dds Loading - texture: textures\tabl\875n.dds Loading - texture: textures\ip\pkp\w11a-4.dds Loading - binary model: models\wzpl.e3d Loading - texture: textures\zwr41r500.dds Loading - binary model: models\pkp/rezonator.e3d Loading - texture: textures\pkp\rezonator.dds Loading - texture: textures\pkp\w8_v2\w8_8.dds Loading - texture: textures\pkp\w8_v2\w8_7.dds Loading - texture: textures\pkp\w8_v2\w8_5.dds Loading - texture: textures\pkp\w27_6.dds Loading - texture: textures\pkp\w27_5.dds Loading - texture: textures\pkp\w8_v2\w8_6.dds Loading - texture: textures\pkp\w11osp2.dds Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - binary model: models\tr/stb1-kotwa-napr14.e3d Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - texture: textures\tr\odciag1.dds Loading - texture: textures\tr\ciezarbeton3.dds Loading - texture: textures\tr\naciag.dds Loading - texture: textures\tr\slup_beton1.dds Loading - texture: textures\tr\slup_beton1.dds Loading - binary model: models\tr/stb1.e3d Loading - texture: textures\tr\wys-ni-d.dds Loading - binary model: models\tr/-3pd.e3d Loading - binary model: models\tr/-3d.e3d Loading - texture: textures\tr\wys-ni-k.dds Loading - binary model: models\tr/-3k.e3d Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1d.e3d Loading - binary model: models\tr/izosekc17.e3d Loading - texture: textures\tr\#izol-sekcja.dds Loading - binary model: models\tr/we8.e3d Loading - texture: textures\tr\we4_8_9.dds Loading - binary model: models\tr/we9.e3d Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/sts1.e3d Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/].e3d Loading - texture: textures\tr\metale1.dds Loading - texture: textures\tr\wys-ni-d-p.dds Loading - texture: textures\tr\wys-ni-kotwd.dds Loading - binary model: models\tr/-kotw3d.e3d Loading - binary model: models\tr/+zwis1k.e3d Loading - texture: textures\tr\wys-ni-k-n.dds Loading - binary model: models\tr/-3dn.e3d Loading - texture: textures\tr\wys-ni-d-n.dds Loading - texture: textures\tr\wys-ni-d13.dds Loading - binary model: models\tr/-3d13.e3d Loading - texture: textures\tr\wys-ni-k13.dds Loading - binary model: models\tr/-3k13.e3d Loading - texture: textures\tr\wys-ni-dnt.dds Loading - texture: textures\tr\wys-ni-knt.dds Loading - binary model: models\tr/-3kn.e3d Loading - binary model: models\tr/sts160.e3d Loading - texture: textures\tr\metal.dds Loading - texture: textures\tr\krata1.dds Loading - texture: textures\tr\beton1.dds Loading - binary model: models\tr/-3d160.e3d Loading - texture: textures\tr\flex2.dds Loading - texture: textures\tr\lod.dds Loading - binary model: models\tr/-3k160.e3d Loading - texture: textures\tr\trakcja4.dds Loading - binary model: models\tr/est-s770.e3d Loading - texture: textures\tr\est-bramkaszara-s770.dds Loading - texture: textures\tr\#est-bramkaszara-s770.dds Loading - binary model: models\tr/est-polbramka-2t-770.e3d Loading - texture: textures\tr\est-polbramkaszara-s770.dds Loading - texture: textures\tr\est-polbramkaszara-p.dds Loading - texture: textures\tr\#est-polbramkaszara-psegm.dds Loading - binary model: models\tr/est-s730.e3d Loading - binary model: models\tr/est-2x-polbramka-2t-770.e3d Loading - texture: textures\tr\est-polbramkaszara-psegm.dds Loading - binary model: models\tr/-3d_cmk.e3d Loading - texture: textures\tr\wys-ni-kotwk160.dds Loading - binary model: models\tr/-kotw3k.e3d Loading - texture: textures\tr\metal.dds Loading - binary model: models\tr/sts160-kotwa-napr160.e3d Loading - texture: textures\tr\ciezarbet.dds Loading - texture: textures\tr\kotwa_cmk.dds Loading - texture: textures\tr\wys-ni-kotwd160.dds Loading - binary model: models\tr/-3k_cmk.e3d Loading - texture: textures\tr\betonrelief1.dds Loading - texture: textures\hms\none. Failed Missed texture: textures\hms\none. Loading - binary model: models\tr/hms.e3d Loading - texture: textures\tr\betonrelief2.dds Loading - binary model: models\slupek-sredni.e3d Loading - texture: textures\slup-hetkt.dds Loading - binary model: models\slupek-8lsr.e3d Loading - binary model: models\slupek-6psr.e3d Loading - binary model: models\slupek-1.e3d Loading - binary model: models\slupek-1lsr.e3d Loading - binary model: models\slupek-7psr.e3d Loading - binary model: models\slupek-7.e3d Loading - binary model: models\slupek-6.e3d Loading - binary model: models\slupek-5.e3d Loading - binary model: models\slupek-4.e3d Loading - binary model: models\slupek-3.e3d Loading - binary model: models\slupek-2.e3d Loading - binary model: models\slupek-0.e3d Loading - binary model: models\slupek-9.e3d Loading - binary model: models\slupek-8.e3d Loading - binary model: models\slupek-5psr.e3d Loading - binary model: models\slupek-4psr.e3d Loading - binary model: models\slupek-7lsr.e3d Loading - binary model: models\slupek-3psr.e3d Loading - binary model: models\slupek-2psr.e3d Loading - binary model: models\slupek-1psr.e3d Loading - binary model: models\slupek-waski.e3d Loading - binary model: models\slupek-0psr.e3d Loading - binary model: models\slupek-4lsr.e3d Loading - binary model: models\slupek-2lsr.e3d Loading - binary model: models\slupek-3lsr.e3d Loading - binary model: models\slupek-9psr.e3d Loading - binary model: models\slupek-8psr.e3d Loading - binary model: models\slupek-6lsr.e3d Loading - binary model: models\slupek-5lsr.e3d Loading - binary model: models\slupek-szeroki.e3d Loading - binary model: models\slupek-1lsz.e3d Loading - binary model: models\slupek-4psz.e3d Loading - binary model: models\slupek-3psz.e3d Loading - binary model: models\slupek-2psz.e3d Loading - binary model: models\slupek-1psz.e3d Loading - binary model: models\slupek-hm.e3d Loading - texture: textures\slupek_hm.dds Loading - texture: textures\slhm0.dds Loading - texture: textures\slhm1.dds Loading - texture: textures\slhm2.dds Loading - texture: textures\slhm3.dds Loading - texture: textures\slhm4.dds Loading - texture: textures\slhm5.dds Loading - texture: textures\slhm6.dds Loading - texture: textures\slhm7.dds Loading - texture: textures\slhm8.dds Loading - texture: textures\slhm9.dds Loading - texture: textures\grassgreen1.dds Loading - texture: textures\tunnel2.dds Loading - texture: textures\bud\blok.dds Loading - binary model: models\bud/blok_11.e3d Loading - texture: textures\bud\blok.dds Loading - texture: textures\bud\blokczerpas.dds Loading - texture: textures\bud\blokfiolpas.dds Loading - texture: textures\bud\blokgreen.dds Loading - texture: textures\bud\blokpompas.dds Loading - texture: textures\bud\zofia70-ceg.dds Loading - binary model: models\bud/dom1tynk01.e3d Loading - texture: textures\bud\zofia70-ts.dds Loading - texture: textures\bud\zofia70-tsz.dds Loading - texture: textures\drawinowo\drawinowo.dds Loading - binary model: models\slimson/slupnapis.e3d Loading - texture: textures\metal\metalplatedirt1.dds Loading - texture: textures\drawinowo\grabowek.dds Loading - texture: textures\drawinowo\grabowek_lachy.dds Loading - texture: textures\drawinowo\grabowek_wies.dds Loading - texture: textures\drawinowo\lubniew_maly.dds Loading - texture: textures\drawinowo\wlodowice.dds Loading - texture: textures\drawinowo\wlodowice_zach.dds Loading - texture: textures\roof\roofmetalplate1.dds Loading - binary model: models\bud/nastawniaje.e3d Loading - texture: textures\bud\nastawnia-je.dds Loading - texture: textures\wall\wallbricksbrown_a.dds Loading - texture: textures\wood\woodgraybrown1_planks.dds Loading - texture: textures\brick-gray.dds Loading - binary model: models\bochnia/bochnia_przejscie.e3d Loading - texture: textures\bochnia\do_miasta.dds Loading - texture: textures\bud\skoczow-dach.dds Loading - binary model: models\bud/skoczowstacja.e3d Loading - texture: textures\bud\skoczow.dds Loading - texture: textures\wood\woodredbrown1_planks.dds Loading - texture: textures\bud\gutterpipe-brown1.dds Loading - texture: textures\bud\skoczow-wiata.dds Loading - texture: textures\bud\#skoczow-wspornik.dds Loading - texture: textures\roof\roof-asphaltstrip1.dds Loading - binary model: models\bud/nastawniagrzyb1.e3d Loading - texture: textures\bud\nastawnia-krlobzow.dds Loading - binary model: models\mc/krakowglowny.e3d Loading - texture: textures\mc\kg1.dds Loading - texture: textures\mc\kg-okno2b.dds Loading - texture: textures\mc\kg3rev.dds Loading - texture: textures\mc\kg-zegar-a.dds Loading - texture: textures\mc\kg-bok3.dds Loading - texture: textures\mc\kg-okno2a.dds Loading - texture: textures\mc\kg3.dds Loading - texture: textures\mc\kg-drzwi2a.dds Loading - texture: textures\mc\kg2.dds Loading - texture: textures\mc\kg22.dds Loading - texture: textures\mc\kg-okno1a.dds Loading - texture: textures\mc\kg-oknadrzwi1c.dds Loading - texture: textures\mc\kg-bok2.dds Loading - texture: textures\mc\kgrev.dds Loading - texture: textures\mc\kg-bok1.dds Loading - texture: textures\mc\kg-dachwiaty.dds Loading - texture: textures\mc\kg-lampa1.dds Loading - texture: textures\mc\kg-lampa1w.dds Loading - texture: textures\mc\kg-zegar2.dds Loading - texture: textures\mc\kg-detal1.dds Loading - texture: textures\mc\kg-pict1r.dds Loading - texture: textures\mc\kg-pict1.dds Loading - texture: textures\mc\#kg-slupek1.dds Loading - texture: textures\mc\kg-wiata2.dds Loading - texture: textures\mc\kg-wiata1.dds Loading - texture: textures\slimson\tab_peron1.dds Loading - binary model: models\slimson/slupnapismaly.e3d Loading - texture: textures\slimson\tab_peron2.dds Loading - texture: textures\slimson\tab_peron3.dds Loading - texture: textures\krzyzowa\peron4.dds Loading - texture: textures\forest01.dds Loading - texture: textures\forest02.dds Loading - texture: textures\forest03-top.dds Loading - texture: textures\mc\blok4p.dds Loading - binary model: models\mc/4blok02.e3d Loading - texture: textures\mc\blok4a.dds Loading - texture: textures\mc\blok4w.dds Loading - texture: textures\mc\blok4d.dds Loading - texture: textures\roof\dachow09.dds Loading - binary model: models\bud/nastawniakrlobzow.e3d Loading - binary model: models\pm/kladka.e3d Loading - texture: textures\pm\#kladka-filar.dds Loading - texture: textures\wood\woodredbrown2_agedplanks.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\pm\kladka-stal.dds Loading - texture: textures\l61_plants\drzewo1024i.dds Loading - texture: textures\l61_plants\drzewo1024x.dds Loading - texture: textures\l61_plants\drzewo1024v.dds Loading - texture: textures\l61_plants\drzewo1024c.dds Loading - texture: textures\l61_plants\drzewo512e.dds Loading - texture: textures\l61_plants\drzewo1024l.dds Loading - texture: textures\l61_plants\drzewo1024f.dds Loading - texture: textures\l61_plants\drzewo1024h.dds Loading - texture: textures\l61_plants\drzewo1024u.dds Loading - texture: textures\l61_plants\drzewo1024m.dds Loading - texture: textures\l61_plants\drzewo1024e.dds Loading - texture: textures\l61_plants\drzewo1024y.dds Loading - texture: textures\l61_plants\drzewo512h.dds Loading - texture: textures\l61_plants\drzewo1024j.dds Loading - texture: textures\l61_plants\drzewo512k.dds Loading - texture: textures\l61_plants\drzewo512j.dds Loading - texture: textures\l61_plants\drzewo1024t.dds Loading - texture: textures\farm02.dds Loading - texture: textures\farm03.dds Loading - texture: textures\farm01.dds Loading - binary model: models\bud/dom1tynk02.e3d Loading - texture: textures\bud\dom1tynk02a.dds Loading - texture: textures\bud\dom1tynk02b.dds Loading - binary model: models\bud/domtynk01.e3d Loading - texture: textures\bud\domtynk01b.dds Loading - texture: textures\bud\domtynk01a.dds Loading - binary model: models\mc/krakowt-magazyn1.e3d Loading - texture: textures\mc\kt-magazyn1fasada2.dds Loading - texture: textures\mc\kt-magazyn1fasada1.dds Loading - texture: textures\\concrete-tiles.dds Loading - texture: textures\mc\kt-magazyn1podst.dds Loading - texture: textures\mc\kt-magazyn1bok.dds Loading - texture: textures\roof\roof-redtiles-aged1.dds Loading - binary model: models\bud/stodoladrewn01.e3d Loading - texture: textures\bud\stodoladrew01.dds Loading - binary model: models\bud/stodoladrewn03.e3d Loading - texture: textures\bud\stodoladrew03.dds Loading - binary model: models\bud/domcegla01.e3d Loading - texture: textures\bud\domcegla02a.dds Loading - texture: textures\bud\domcegla01a.dds Loading - texture: textures\mc\zabierzow-nastdysp.dds Loading - binary model: models\mc/zabierzow-nastdysp.e3d Loading - texture: textures\fence-concrete1.dds Loading - binary model: models\ogrodzenie_1slupek_10szt.e3d Loading - texture: textures\ogrodzenie_2.dds Loading - texture: textures\farm11.dds Loading - texture: textures\farm08.dds Loading - texture: textures\bud\wiata3p.dds Loading - binary model: models\bud/wiata3.e3d Loading - texture: textures\bud\wiata3-wspornik.dds Loading - texture: textures\drawinowo\grodzisk_zach.dds Loading - texture: textures\water03.dds Loading - texture: textures\water05.dds Loading - binary model: models\elektryczne/latarnial_betdziur.e3d Loading - texture: textures\elektryczne\beton.dds Loading - texture: textures\elektryczne\oprawa.dds Loading - texture: textures\elektryczne\slup_szary.dds Loading - texture: textures\elektryczne\light1.dds Loading - texture: textures\elektryczne\poswiata.dds Loading - texture: textures\fence-concrete2.dds Loading - binary model: models\wasyl/nastawnia_n2.e3d Loading - texture: textures\wasyl\nastawnia_n2.dds Loading - texture: textures\wasyl\nastawnia_n2_b.dds Loading - texture: textures\wasyl\dach_papa.dds Loading - binary model: models\bud2/domek3k.e3d Loading - texture: textures\bud2\domek2.dds Loading - binary model: models\bud2/domek2k.e3d Loading - binary model: models\ogrodzenie_2slupki.e3d Loading - binary model: models\wasyl/nastawnia_n1.e3d Loading - texture: textures\wasyl\nastawnia_n1.dds Loading - texture: textures\wasyl\roof-redtiles-aged1.dds Loading - texture: textures\per7plyty.dds Loading - texture: textures\per4plyty.dds Loading - texture: textures\forest03.dds Loading - texture: textures\l61_plants\drzewo1024g.dds Loading - binary model: models\bud/dombale01.e3d Loading - texture: textures\bud\dombale01a.dds Loading - texture: textures\bud\dombale01b.dds Loading - texture: textures\wood\woodbrown3.dds Loading - binary model: models\detal/lawka.e3d Loading - texture: textures\\concrete1.dds Loading - texture: textures\rivermnt1.dds Loading - texture: textures\rivermnt1bank.dds EVENT ADDED TO QUEUE: trasa_start_onstart Loading - texture: textures\posers\cman0001.dds Loading - binary model: models\posers/cman0001-st.e3d Loading - texture: textures\posers\cman0001.dds Loading - texture: textures\posers\cman0002.dds Loading - binary model: models\posers/cman0002-wa.e3d Loading - texture: textures\posers\cman0002.dds Loading - texture: textures\posers\cman0003.dds Loading - binary model: models\posers/cman0003-re.e3d Loading - texture: textures\posers\cman0003.dds Loading - texture: textures\posers\cman0004.dds Loading - binary model: models\posers/cman0004-st.e3d Loading - texture: textures\posers\cman0004.dds Loading - texture: textures\posers\cman0005.dds Loading - binary model: models\posers/cman0005-wa.e3d Loading - texture: textures\posers\cman0005.dds Loading - texture: textures\posers\cman0006.dds Loading - binary model: models\posers/cman0006-wa.e3d Loading - texture: textures\posers\cman0006.dds Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\posers/cman0007-wa.e3d Loading - texture: textures\posers\cman0007.dds Loading - texture: textures\posers\cman0009.dds Loading - binary model: models\posers/cman0009-st.e3d Loading - texture: textures\posers\cman0009.dds Loading - binary model: models\sochaczew/lampa-y-peron-new.e3d Loading - texture: textures\sochaczew\wiaduktzyrardowska.dds Loading - texture: textures\sochaczew\lampydworzec.dds Loading - texture: textures\isdr\light53.dds Loading - binary model: models\sochaczew/lampa-y-new.e3d Loading - binary model: models\sochaczew/lampa-i-new.e3d Loading - texture: textures\sochaczew\lampwew.dds Loading - texture: textures\sochaczew\klosz.dds Loading - binary model: models\linia053/lamp-5.e3d Loading - texture: textures\linia053\wwek_peron2.dds Loading - texture: textures\linia053\light.dds Loading - texture: textures\linia053\lightlamp.dds Loading - texture: textures\linia053\light-na.dds InitNormals InitNormals OK InitTracks InitTracks OK InitTraction InitTraction OK InitEvents InitEvents OK InitLaunchers InitLaunchers OK InitGlobalTime InitGlobalTime OK FirstInit is done Wpis hamulca: BR Loading - binary model: dynamic\pkp\ep09_v1\104e_3.e3d Loading - texture: dynamic\pkp\ep09_v1\pantograf.dds Loading - texture: textures\tabor\panto-a.dds Loading - texture: dynamic\pkp\ep09_v1\104e-wozek.dds Loading - texture: textures\tabor\koloalst.dds Loading - texture: dynamic\pkp\ep09_v1\metalfrictionpattern1.dds Loading - texture: dynamic\pkp\ep09_v1\zaluzje.dds Loading - texture: dynamic\pkp\ep09_v1\literki.dds Loading - texture: dynamic\pkp\ep09_v1\cien104e.dds Loading - texture: textures\tabor\aircoupler.dds Loading - texture: dynamic\pkp\ep09_v1\104e-005.dds Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\152a.e3d Loading - texture: dynamic\pkp\z1_v2\615119-90018-6_ic.dds Wpis hamulca: BM Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\z1.e3d Loading - texture: dynamic\pkp\z1_v2\615119-70225-1.dds Wpis hamulca: BM Loading - texture: dynamic\pkp\z1_v2\615121-70112-7.dds Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\154a.e3d Loading - texture: dynamic\pkp\z1_v2\615129-90001-0.dds Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\152aa.e3d Loading - texture: dynamic\pkp\z1_v2\615129-90003-6.dds Wpis hamulca: BM New timetable for ep09-005: drawinowo\iksei3513 Loading - binary model: dynamic\pkp\4e_v1\4e.e3d Loading - texture: dynamic\pkp\4e_v1\4e-ep-187.dds Loading - binary model: dynamic\pkp\1xxa_v1\1xxa.e3d Loading - texture: dynamic\pkp\1xxa_v1\cien1xxa.dds Loading - texture: textures\tabor\#sprzeg2.dds Loading - texture: textures\tabor\wozek1xx.dds Loading - texture: textures\tabor\klocekham.dds Loading - texture: textures\tabor\kolopeln.dds Loading - texture: textures\tabor\pradnica.dds Loading - texture: textures\tabor\dol.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_160_1.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_120.dds Loading - texture: dynamic\pkp\1xxa_v1\azdnu_120.dds Loading - texture: dynamic\pkp\1xxa_v1\112a9.dds Loading - texture: dynamic\pkp\1xxa_v1\112a6.dds Loading - texture: dynamic\pkp\1xxa_v1\bdu_160.dds Loading - binary model: dynamic\pkp\1xxa_v1\bautzen.e3d Loading - texture: dynamic\pkp\1xxa_v1\noc2.dds Loading - texture: dynamic\pkp\1xxa_v1\noc1.dds New timetable for ep07-187: pe1201 Loading - binary model: dynamic\pkp\4e_v1\4e-zez.e3d Loading - texture: dynamic\pkp\4e_v1\4e-ep-zez-183.dds Loading - texture: dynamic\pkp\1xxa_v1\111a22.dds Loading - texture: dynamic\pkp\1xxa_v1\111a23.dds Loading - texture: dynamic\pkp\1xxa_v1\111a29.dds Loading - texture: dynamic\pkp\1xxa_v1\112a8.dds Loading - texture: dynamic\pkp\1xxa_v1\112a10.dds Loading - texture: dynamic\pkp\1xxa_v1\noc3.dds Loading - texture: dynamic\pkp\1xxa_v1\noc4.dds New timetable for ep07-183: pe1201 Loading - texture: dynamic\pkp\4e_v1\4e-172.dds Loading - binary model: dynamic\pkp\eaos_v1\401w.e3d Loading - texture: dynamic\pkp\eaos_v1\cieneaos.dds Loading - texture: textures\tabor\wagon.dds Loading - texture: dynamic\pkp\eaos_v1\endsignal.dds Loading - texture: textures\tabor\25tn.dds Loading - texture: dynamic\pkp\eaos_v1\401w-31.dds Loading - texture: dynamic\pkp\eaos_v1\401w-pkpcargo.dds Loading - texture: dynamic\pkp\eaos_v1\401w-w2-n.dds Loading - texture: dynamic\pkp\eaos_v1\401w-27.dds Loading - texture: dynamic\pkp\eaos_v1\401w-w6-n.dds Loading - texture: dynamic\pkp\eaos_v1\401w-61.dds Loading - texture: dynamic\pkp\eaos_v1\401w.dds Loading - texture: dynamic\pkp\eaos_v1\401w-25.dds Loading - texture: dynamic\pkp\eaos_v1\401w-38.dds Loading - texture: dynamic\pkp\eaos_v1\401w-29.dds Loading - texture: dynamic\pkp\eaos_v1\401w-64.dds Loading - texture: dynamic\pkp\eaos_v1\401w-60.dds New timetable for eu07-172: tme801 Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Loading - texture: dynamic\pkp\1xxa_v1\wrbd_160.dds Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Loading - binary model: dynamic\pkp\e186_v1\f140ms.e3d Loading - texture: dynamic\pkp\e186_v1\lod.dds Loading - texture: dynamic\pkp\e186_v1\stemmanndsa.dds Loading - texture: textures\tabor\wirtualny_pant.dds Loading - texture: dynamic\pkp\e186_v1\e186-wozek.dds Loading - texture: dynamic\pkp\e186_v1\e186-132.dds Loading - binary model: dynamic\pkp\424z_v1\424z.e3d Loading - texture: textures\tabor\coupler.dds Loading - texture: dynamic\pkp\424z_v1\25tn.dds Loading - texture: dynamic\pkp\424z_v1\klocekham.dds Loading - texture: dynamic\pkp\424z_v1\cien.dds Loading - texture: dynamic\pkp\424z_v1\koloham.dds Loading - texture: dynamic\pkp\424z_v1\res01.dds Loading - binary model: dynamic\pkp\424z_v1\kontener40stop.e3d Loading - texture: dynamic\pkp\424z_v1\maersk2.dds New timetable for e186-132: tme801 Loading - binary model: dynamic\pkp\ep08_v1\102e.e3d Loading - texture: dynamic\pkp\ep08_v1\102e-013.dds New timetable for ep08-013: ex1601 Loading - texture: dynamic\pkp\4e_v1\4e-zez-033.dds New timetable for eu07-033: ex1601 Loading - binary model: dynamic\pkp\et21_v2\3e.e3d Loading - texture: dynamic\pkp\et21_v2\cien3e.dds Loading - texture: dynamic\pkp\et21_v2\wozek_et21.dds Loading - texture: dynamic\pkp\et21_v2\kolo_et21.dds Loading - texture: dynamic\pkp\et21_v2\et21-331.dds Loading - binary model: dynamic\pkp\et21_v2\lowpoly.e3d Loading - texture: dynamic\pkp\et21_v2\interior.dds Loading - texture: dynamic\pkp\et21_v2\nastawnik1.dds Loading - texture: dynamic\pkp\et21_v2\rt9.dds Loading - texture: dynamic\pkp\et21_v2\rt9-podsw.dds Loading - texture: dynamic\pkp\et21_v2\szary_mlotkowy.dds Loading - texture: dynamic\pkp\et21_v2\siedzonko.dds Loading - texture: dynamic\pkp\eaos_v1\401w-50.dds Loading - texture: dynamic\pkp\eaos_v1\401w-24.dds Loading - texture: dynamic\pkp\eaos_v1\401w-4.dds Loading - binary model: dynamic\pkp\rs_v1\412z.e3d Loading - texture: dynamic\pkp\rs_v1\cienrs.dds Loading - texture: dynamic\pkp\rs_v1\wozek_1xt.dds Loading - texture: dynamic\pkp\rs_v1\podloga.dds Loading - texture: dynamic\pkp\rs_v1\tab_end.dds Loading - texture: dynamic\pkp\rs_v1\woodredbrown2_agedplanks.dds Loading - texture: dynamic\pkp\rs_v1\zderzak.dds Loading - texture: dynamic\pkp\rs_v1\rs01.dds Loading - binary model: dynamic\pkp\zaes_v1\406ra.e3d Loading - texture: dynamic\pkp\zaes_v1\endsignal.dds Loading - texture: dynamic\pkp\zaes_v1\cienzaes.dds Loading - texture: textures\tabor\1xt.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transpol.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transpol2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transchem2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_orlen.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec5.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_pcc2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx6.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_pcc3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec6.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec3.dds Loading - binary model: dynamic\pkp\gags_v2\401ka.e3d Loading - texture: dynamic\pkp\gags_v2\ciengags.dds Loading - texture: dynamic\pkp\gags_v2\wozek1xt.dds Loading - texture: dynamic\pkp\gags_v2\endt.dds Loading - texture: dynamic\pkp\gags_v2\gags03.dds Loading - texture: dynamic\pkp\gags_v2\gags04.dds Loading - texture: dynamic\pkp\gags_v2\gags02.dds Loading - texture: dynamic\pkp\gags_v2\gags01.dds New timetable for et21-331: tme801 Loading - binary model: dynamic\pkp\et22_v2\201e-w.e3d Loading - texture: dynamic\pkp\et22_v2\201e_wozek.dds Loading - texture: textures\tabor\alstom.dds Loading - texture: dynamic\pkp\et22_v2\wycieraczka.dds Loading - texture: textures\tabor\lacznik_dachowy.dds Loading - texture: textures\tabor\izolator.dds Loading - texture: dynamic\pkp\et22_v2\wozek_lod.dds Loading - texture: dynamic\pkp\et22_v2\201e-w-256.dds Loading - binary model: dynamic\pkp\falns_v1\440v.e3d Loading - texture: dynamic\pkp\falns_v1\cienfalns.dds Loading - texture: dynamic\pkp\falns_v1\dol.dds Loading - texture: dynamic\pkp\falns_v1\tab_end.dds Loading - texture: dynamic\pkp\falns_v1\metalfrictionpattern1.dds Loading - texture: dynamic\pkp\falns_v1\6637663-7.dds Loading - binary model: dynamic\pkp\falns_v1\436v.e3d Loading - texture: dynamic\pkp\falns_v1\6634284-2.dds Loading - texture: dynamic\pkp\falns_v1\6635199-1.dds New timetable for et22-256: tme801 Loading - binary model: dynamic\pkp\et22_v2\201e.e3d Loading - texture: dynamic\pkp\et22_v2\201e-313.dds Loading - texture: dynamic\pkp\eaos_v1\401w-58.dds Loading - texture: dynamic\pkp\eaos_v1\401w-pcc3.dds Loading - texture: dynamic\pkp\eaos_v1\401w-55.dds Loading - texture: dynamic\pkp\eaos_v1\401w-48.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transchem3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec7.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx4.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_zaes.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec8.dds New timetable for et22-313: tme701 Loading - binary model: dynamic\pkp\maxima_v1\40cc.e3d Loading - texture: dynamic\pkp\maxima_v1\k-13-01-002.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec4.dds Loading - binary model: dynamic\pkp\zaes_v1\401ra.e3d Loading - texture: dynamic\pkp\zaes_v1\401ra_1.dds New timetable for 40cc-1301002: tme801 Loading - texture: dynamic\pkp\et22_v2\201e-094.dds Loading - binary model: dynamic\pkp\falns_v1\coal.e3d Loading - texture: textures\materials\coalfine1.dds New timetable for et22-094: tme701 Loading - texture: dynamic\pkp\eaos_v1\401w-ptk1.dds Loading - texture: dynamic\pkp\eaos_v1\401w-lb.dds cgskj_altostratus004.t3d init Loading - binary model: models\cgskj_altostratus004.e3d Loading - texture: textures\sky\sky_altostratus004.dds Ground init OK Player train init: ep09-005 Loading - binary model: dynamic\pkp\ep09_v1\kabina-ep09_klim-a.e3d Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity2.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity3.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity5.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity6.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity7.dds Loading - texture: dynamic\pkp\ep09_v1\104e_1]pulpity4.dds Player train init OK Loading - texture: textures\smuga.tga Load time: 225.8 seconds EVENT LAUNCHED: trasa_start_onstart Multiple passed EVENT ADDED TO QUEUE: wygaszanie_sbl EVENT ADDED TO QUEUE: grabowek_lachy_przelot1 EVENT ADDED TO QUEUE: wlodowice_zach_2pocz_odjazd EVENT ADDED TO QUEUE: wdt_10pocz_odjazd EVENT ADDED TO QUEUE: grabowek_12pocz_odjazd EVENT ADDED TO QUEUE: wlodowice_start EVENT ADDED TO QUEUE: grodzisk_zach_1end_wyjazd EVENT ADDED TO QUEUE: grodzisk_zach_wjazd2 EVENT LAUNCHED: wlodowice_start Multiple passed EVENT ADDED TO QUEUE: wlodowice_ic_odjazd EVENT ADDED TO QUEUE: wlodowice_3pocz_odjazd EVENT LAUNCHED: wygaszanie_sbl Multiple passed EVENT ADDED TO QUEUE: sbl_n_ciemne EVENT ADDED TO QUEUE: sbl2_n_wygas EVENT LAUNCHED: grabowek_lachy_przelot1 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr09+ EVENT ADDED TO QUEUE: grabowek_lachy_zwr07- EVENT ADDED TO QUEUE: grabowek_lachy_zwr06- EVENT ADDED TO QUEUE: grabowek_lachy_zwr04- EVENT ADDED TO QUEUE: grabowek_lachy_zwr03- EVENT ADDED TO QUEUE: grabowek_lachy_j12_s6 EVENT ADDED TO QUEUE: grabowek_lachy_utwierdz_przebieg1 EVENT LAUNCHED: grabowek_12pocz_odjazd Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_zwr03- EVENT ADDED TO QUEUE: grabowek_pzs_zwr02- EVENT ADDED TO QUEUE: grabowek_pzs_zwr01- EVENT ADDED TO QUEUE: grabowek_pzs_zwr_ochrona+ EVENT ADDED TO QUEUE: grabowek_zwr31bc EVENT ADDED TO QUEUE: grabowek_zwr32- EVENT ADDED TO QUEUE: grabowek_przejazd2_zamykaj EVENT ADDED TO QUEUE: grabowek_12pocz_odjazd_cd EVENT LAUNCHED: grabowek_lachy_j12_s6 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_j12-s6 EVENT ADDED TO QUEUE: grabowek_lachy_j12-s7 EVENT ADDED TO QUEUE: grabowek_lachy_j12-s8 EVENT ADDED TO QUEUE: grabowek_lachy_j12-s9 EVENT ADDED TO QUEUE: grabowek_lachy_toj_os3 EVENT LAUNCHED: grabowek_pzs_zwr03- Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_zwr03_wz2 EVENT ADDED TO QUEUE: grabowek_pzs_zwr03_1 EVENT ADDED TO QUEUE: grabowek_pzs_zwr03_v40 EVENT LAUNCHED: grabowek_pzs_zwr02- Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_zwr02_wz2 EVENT ADDED TO QUEUE: grabowek_pzs_zwr02_1 EVENT ADDED TO QUEUE: grabowek_pzs_zwr02_v40 EVENT LAUNCHED: grabowek_pzs_zwr01- Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_zwr01_wz2 EVENT ADDED TO QUEUE: grabowek_pzs_zwr01_1 EVENT ADDED TO QUEUE: grabowek_pzs_zwr01_v40 EVENT LAUNCHED: grabowek_zwr31bc Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr31_wz8 EVENT ADDED TO QUEUE: grabowek_zwr31_av40 EVENT ADDED TO QUEUE: grabowek_zwr31_a1 EVENT ADDED TO QUEUE: grabowek_zwr31_b1 EVENT ADDED TO QUEUE: grabowek_zwr31_c1 EVENT ADDED TO QUEUE: grabowek_zwr31_d1 EVENT LAUNCHED: grabowek_przejazd2_zamykaj Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_stop1 EVENT ADDED TO QUEUE: grabowek_przejazd2_stop2 EVENT ADDED TO QUEUE: grabowek_przejazd2_0_sygn1 EVENT ADDED TO QUEUE: grabowek_przejazd2_0_sygn2 EVENT ADDED TO QUEUE: grabowek_przejazd2_rog1on EVENT ADDED TO QUEUE: grabowek_przejazd2_rog2on EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1on EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2on EVENT LAUNCHED: grabowek_lachy_j12-s6 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_ligh10 EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_lighs2 EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_info_v100 EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_lachy_toj_os3 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_toj_ligh3 EVENT ADDED TO QUEUE: grabowek_lachy_toj_sem_distinfo_v100 EVENT LAUNCHED: grabowek_pzs_zwr03_1 EVENT LAUNCHED: grabowek_pzs_zwr03_v40 type: TrackVel EVENT LAUNCHED: grabowek_pzs_zwr02_1 EVENT LAUNCHED: grabowek_pzs_zwr02_v40 type: TrackVel EVENT LAUNCHED: grabowek_pzs_zwr01_1 EVENT LAUNCHED: grabowek_pzs_zwr01_v40 type: TrackVel EVENT LAUNCHED: grabowek_zwr31_av40 type: TrackVel EVENT LAUNCHED: grabowek_zwr31_a1 EVENT LAUNCHED: grabowek_zwr31_b1 EVENT LAUNCHED: grabowek_przejazd2_bell1on EVENT LAUNCHED: grabowek_przejazd2_bell2on EVENT LAUNCHED: grabowek_lachy_j12_sem_ligh10 EVENT LAUNCHED: grabowek_lachy_j12_sem_lighs2 EVENT LAUNCHED: grabowek_lachy_j12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_lachy_toj_ligh3 EVENT LAUNCHED: grabowek_lachy_toj_sem_distinfo_v100 EVENT LAUNCHED: grabowek_zwr31_c1 EVENT LAUNCHED: grabowek_zwr31_d1 EVENT LAUNCHED: grabowek_pzs_zwr03_wz2 EVENT LAUNCHED: grabowek_pzs_zwr02_wz2 EVENT LAUNCHED: grabowek_pzs_zwr01_wz2 EVENT LAUNCHED: grabowek_zwr31_wz8 EVENT LAUNCHED: grabowek_przejazd2_0_sygn1 EVENT LAUNCHED: grabowek_przejazd2_0_sygn2 EVENT LAUNCHED: sbl_n_ciemne Multiple passed EVENT ADDED TO QUEUE: sbl1_662n_ciemny EVENT ADDED TO QUEUE: sbl1_599n_ciemny EVENT ADDED TO QUEUE: sbl1_544n_ciemny EVENT ADDED TO QUEUE: sbl1_487n_ciemny EVENT ADDED TO QUEUE: sbl1_400n_ciemny EVENT ADDED TO QUEUE: sbl1_221n_ciemny EVENT ADDED TO QUEUE: sbl1_727n_ciemny EVENT ADDED TO QUEUE: sbl1_756n_ciemny EVENT LAUNCHED: sbl2_n_wygas Multiple passed EVENT ADDED TO QUEUE: sbl2_18n_ciemny EVENT ADDED TO QUEUE: sbl2_29n_ciemny EVENT ADDED TO QUEUE: sbl1_411n_ciemny EVENT ADDED TO QUEUE: sbl1_401n_ciemny EVENT LAUNCHED: grabowek_lachy_zwr09+ Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr09_wz1 EVENT ADDED TO QUEUE: grabowek_lachy_zwr09_0 EVENT ADDED TO QUEUE: grabowek_lachy_zwr09_vmax EVENT LAUNCHED: grabowek_lachy_zwr07- Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr07_wz2 EVENT ADDED TO QUEUE: grabowek_lachy_zwr07_1 EVENT ADDED TO QUEUE: grabowek_lachy_zwr07_v100 EVENT LAUNCHED: grabowek_lachy_zwr06- Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr06_wz2 EVENT ADDED TO QUEUE: grabowek_lachy_zwr06_1 EVENT ADDED TO QUEUE: grabowek_lachy_zwr06_v100 EVENT LAUNCHED: grabowek_lachy_zwr04- Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr04_wz2 EVENT ADDED TO QUEUE: grabowek_lachy_zwr04_1 EVENT ADDED TO QUEUE: grabowek_lachy_zwr04_v100 EVENT LAUNCHED: grabowek_lachy_zwr03- Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_zwr03_wz2 EVENT ADDED TO QUEUE: grabowek_lachy_zwr03_1 EVENT ADDED TO QUEUE: grabowek_lachy_zwr03_v100 EVENT LAUNCHED: grabowek_pzs_zwr_ochrona+ Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_zwr_ochrona_wz1 EVENT ADDED TO QUEUE: grabowek_pzs_zwr_ochrona_0 EVENT ADDED TO QUEUE: grabowek_pzs_zwr_ochrona_vmax EVENT LAUNCHED: grabowek_zwr32- Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr32_wz2 EVENT ADDED TO QUEUE: grabowek_zwr32_1 EVENT ADDED TO QUEUE: grabowek_zwr32_v40 EVENT LAUNCHED: grabowek_lachy_zwr09_0 EVENT LAUNCHED: grabowek_lachy_zwr09_vmax type: TrackVel EVENT LAUNCHED: grabowek_lachy_zwr07_1 EVENT LAUNCHED: grabowek_lachy_zwr07_v100 type: TrackVel EVENT LAUNCHED: grabowek_lachy_zwr06_1 EVENT LAUNCHED: grabowek_lachy_zwr06_v100 type: TrackVel EVENT LAUNCHED: grabowek_lachy_zwr04_1 EVENT LAUNCHED: grabowek_lachy_zwr04_v100 type: TrackVel EVENT LAUNCHED: grabowek_lachy_zwr03_1 EVENT LAUNCHED: grabowek_lachy_zwr03_v100 type: TrackVel EVENT LAUNCHED: grabowek_pzs_zwr_ochrona_0 EVENT LAUNCHED: grabowek_pzs_zwr_ochrona_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr32_1 EVENT LAUNCHED: grabowek_zwr32_v40 type: TrackVel EVENT LAUNCHED: grabowek_lachy_j12-s7 EVENT LAUNCHED: grabowek_lachy_zwr09_wz1 EVENT LAUNCHED: grabowek_lachy_zwr07_wz2 EVENT LAUNCHED: grabowek_lachy_zwr06_wz2 EVENT LAUNCHED: grabowek_lachy_zwr04_wz2 EVENT LAUNCHED: grabowek_lachy_zwr03_wz2 EVENT LAUNCHED: grabowek_pzs_zwr_ochrona_wz1 EVENT LAUNCHED: grabowek_zwr32_wz2 EVENT LAUNCHED: sbl2_18n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl2_18n_sem_ligh0 EVENT ADDED TO QUEUE: sbl2_18n_sem_info_vmax EVENT LAUNCHED: sbl2_29n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl2_29n_sem_ligh0 EVENT ADDED TO QUEUE: sbl2_29n_sem_info_vmax EVENT LAUNCHED: sbl1_411n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_411n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_411n_sem_info_vmax EVENT LAUNCHED: sbl2_18n_sem_ligh0 EVENT LAUNCHED: sbl2_29n_sem_ligh0 EVENT LAUNCHED: sbl1_411n_sem_ligh0 EVENT LAUNCHED: grabowek_lachy_j12-s8 EVENT LAUNCHED: grabowek_przejazd2_stop1 EVENT LAUNCHED: grabowek_przejazd2_stop2 EVENT LAUNCHED: grabowek_lachy_j12_sem_info_v100 EVENT LAUNCHED: sbl2_18n_sem_info_vmax EVENT LAUNCHED: sbl2_29n_sem_info_vmax EVENT LAUNCHED: sbl1_411n_sem_info_vmax EVENT LAUNCHED: grabowek_lachy_j12-s9 EVENT LAUNCHED: grabowek_lachy_utwierdz_przebieg1 EVENT LAUNCHED: grabowek_12pocz_odjazd_cd Multiple passed EVENT ADDED TO QUEUE: grabowek_t12-2_s10 EVENT ADDED TO QUEUE: grabowek_pzs_a2_s10 EVENT ADDED TO QUEUE: grabowek_utwierdz_przebieg5 EVENT ADDED TO QUEUE: grabowek_wjazd3_przelot EVENT LAUNCHED: grabowek_t12-2_s10 Multiple passed EVENT ADDED TO QUEUE: grabowek_t12-2_sem_ligh10 EVENT ADDED TO QUEUE: grabowek_t12-2_sem_info_v40 EVENT LAUNCHED: grabowek_pzs_a2_s10 Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_a2-s10 EVENT ADDED TO QUEUE: grabowek_pzs_a2-s11 EVENT ADDED TO QUEUE: grabowek_pzs_a2-s12 EVENT ADDED TO QUEUE: grabowek_pzs_a2-s13 EVENT ADDED TO QUEUE: grabowek_pzs_toa_os4 EVENT LAUNCHED: grabowek_przejazd2_rog1on EVENT LAUNCHED: grabowek_przejazd2_rog2on EVENT LAUNCHED: grabowek_t12-2_sem_ligh10 EVENT LAUNCHED: grabowek_pzs_a2-s10 Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_a2_sem_ligh10 EVENT ADDED TO QUEUE: grabowek_pzs_a2_sem_info_v40 EVENT ADDED TO QUEUE: grabowek_pzs_a2_sem_distinfo_vmax EVENT LAUNCHED: grabowek_pzs_toa_os4 Multiple passed EVENT ADDED TO QUEUE: grabowek_pzs_toa_ligh4 EVENT ADDED TO QUEUE: grabowek_pzs_toa_sem_distinfo_v40 EVENT LAUNCHED: grabowek_pzs_a2_sem_ligh10 EVENT LAUNCHED: grabowek_pzs_a2_sem_distinfo_vmax EVENT LAUNCHED: grabowek_pzs_toa_ligh4 EVENT LAUNCHED: grabowek_pzs_toa_sem_distinfo_v40 EVENT LAUNCHED: grabowek_t12-2_sem_info_v40 EVENT LAUNCHED: grabowek_pzs_a2-s11 EVENT LAUNCHED: grabowek_pzs_a2_sem_info_v40 EVENT LAUNCHED: grabowek_pzs_a2-s12 EVENT LAUNCHED: grabowek_pzs_a2-s13 EVENT LAUNCHED: wlodowice_ic_odjazd Multiple passed EVENT ADDED TO QUEUE: wlodowice_zwr06ac EVENT ADDED TO QUEUE: wlodowice_zwr04bd EVENT ADDED TO QUEUE: wlodowice_i12_s2 EVENT LAUNCHED: wlodowice_zwr06ac Multiple passed EVENT ADDED TO QUEUE: wlodowice_zwr06_wz6 EVENT ADDED TO QUEUE: wlodowice_zwr06_av100 EVENT ADDED TO QUEUE: wlodowice_zwr06_a0 EVENT ADDED TO QUEUE: wlodowice_zwr06_b0 EVENT ADDED TO QUEUE: wlodowice_zwr06_c0 EVENT ADDED TO QUEUE: wlodowice_zwr06_d0 EVENT LAUNCHED: wlodowice_zwr04bd Multiple passed EVENT ADDED TO QUEUE: wlodowice_zwr04_wz5 EVENT ADDED TO QUEUE: wlodowice_zwr04_av100 EVENT ADDED TO QUEUE: wlodowice_zwr04_a0 EVENT ADDED TO QUEUE: wlodowice_zwr04_b0 EVENT ADDED TO QUEUE: wlodowice_zwr04_c0 EVENT ADDED TO QUEUE: wlodowice_zwr04_d0 EVENT LAUNCHED: wlodowice_i12_s2 Multiple passed EVENT ADDED TO QUEUE: wlodowice_i12-s2 EVENT ADDED TO QUEUE: wlodowice_i12-s2_1 EVENT ADDED TO QUEUE: wlodowice_i12-s3 EVENT ADDED TO QUEUE: wlodowice_i12-s4 EVENT ADDED TO QUEUE: wlodowice_i12-s5 EVENT LAUNCHED: wlodowice_zwr06_av100 type: TrackVel EVENT LAUNCHED: wlodowice_zwr06_a0 EVENT LAUNCHED: wlodowice_zwr06_b0 EVENT LAUNCHED: wlodowice_zwr04_av100 type: TrackVel EVENT LAUNCHED: wlodowice_zwr04_a0 EVENT LAUNCHED: wlodowice_zwr04_b0 EVENT LAUNCHED: wlodowice_i12-s2 Multiple passed EVENT ADDED TO QUEUE: wlodowice_i12_sem_ligh2 EVENT ADDED TO QUEUE: wlodowice_i12_sem_info_vmax EVENT ADDED TO QUEUE: wlodowice_i12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_i12-s2_1 EVENT LAUNCHED: wlodowice_i12_sem_ligh2 EVENT LAUNCHED: wlodowice_i12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_zwr06_c0 EVENT LAUNCHED: wlodowice_zwr06_d0 EVENT LAUNCHED: wlodowice_zwr04_c0 EVENT LAUNCHED: wlodowice_zwr04_d0 EVENT LAUNCHED: wlodowice_zwr06_wz6 EVENT LAUNCHED: wlodowice_zwr04_wz5 EVENT LAUNCHED: grabowek_utwierdz_przebieg5 EVENT LAUNCHED: wlodowice_i12-s3 EVENT LAUNCHED: wlodowice_i12_sem_info_vmax EVENT LAUNCHED: wlodowice_i12-s4 EVENT LAUNCHED: wlodowice_i12-s5 Key pressed: [Shift]+[J] Key pressed: [D] Key pressed: [D] Key pressed: [ ] Key pressed: [Shift]+[P] Key pressed: [Shift]+[O] EVENT LAUNCHED: sbl1_662n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_662n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_662n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_652n_ciemny EVENT LAUNCHED: sbl1_599n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_599n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_599n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_615n_ciemny EVENT LAUNCHED: sbl1_544n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_544n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_544n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_534n_ciemny EVENT LAUNCHED: sbl1_487n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_487n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_487n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_497n_ciemny EVENT LAUNCHED: sbl1_400n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_400n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_400n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_390n_ciemny EVENT LAUNCHED: sbl1_221n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_221n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_221n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_231n_ciemny EVENT LAUNCHED: sbl1_727n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_727n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_727n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_737n_ciemny EVENT LAUNCHED: sbl1_756n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_756n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_756n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_746n_ciemny EVENT LAUNCHED: sbl1_401n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_401n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_401n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_411n_ciemny EVENT LAUNCHED: sbl1_662n_sem_ligh0 EVENT LAUNCHED: sbl1_599n_sem_ligh0 EVENT LAUNCHED: sbl1_544n_sem_ligh0 EVENT LAUNCHED: sbl1_487n_sem_ligh0 EVENT LAUNCHED: sbl1_400n_sem_ligh0 EVENT LAUNCHED: sbl1_221n_sem_ligh0 EVENT LAUNCHED: sbl1_727n_sem_ligh0 EVENT LAUNCHED: sbl1_756n_sem_ligh0 EVENT LAUNCHED: sbl1_401n_sem_ligh0 EVENT LAUNCHED: sbl1_662n_sem_info_vmax EVENT LAUNCHED: sbl1_599n_sem_info_vmax EVENT LAUNCHED: sbl1_544n_sem_info_vmax EVENT LAUNCHED: sbl1_487n_sem_info_vmax EVENT LAUNCHED: sbl1_400n_sem_info_vmax EVENT LAUNCHED: sbl1_221n_sem_info_vmax EVENT LAUNCHED: sbl1_727n_sem_info_vmax EVENT LAUNCHED: sbl1_756n_sem_info_vmax EVENT LAUNCHED: sbl1_401n_sem_info_vmax EVENT LAUNCHED: sbl1_411n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_411n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_411n_sem_info_vmax EVENT LAUNCHED: sbl1_411n_sem_ligh0 EVENT LAUNCHED: sbl1_411n_sem_info_vmax Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[X] Key pressed: [Shift]+[C] EVENT ADDED TO QUEUE: rez266_shp by eu07-033 Key pressed: [Num4] EVENT LAUNCHED: rez266_shp by eu07-033 Type: PutValues Key pressed: [Num4] Key pressed: [Num4] Key pressed: [Num1] EVENT ADDED TO QUEUE: wlodowice_i12_s1 by eu07-033 EVENT LAUNCHED: wlodowice_i12_s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: wlodowice_i12_sem_ligh1 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_i12_sem_lighs1 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_i12_sem_info_stop by eu07-033 EVENT ADDED TO QUEUE: wlodowice_i12_w24off by eu07-033 Key pressed: [Num1] EVENT LAUNCHED: wlodowice_i12_sem_ligh1 by eu07-033 EVENT LAUNCHED: wlodowice_i12_sem_lighs1 by eu07-033 EVENT LAUNCHED: wlodowice_i12_w24off by eu07-033 Key pressed: [Num1] Key pressed: [Num1] Key pressed: [Num1] Key pressed: [Num1] Key pressed: [F3] Key pressed: [F3] Key pressed: [F1] Key pressed: [F1] EVENT LAUNCHED: sbl1_652n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_652n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_652n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_642n_ciemny EVENT LAUNCHED: sbl1_615n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_615n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_615n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_625n_ciemny EVENT LAUNCHED: sbl1_534n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_534n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_534n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_524n_ciemny EVENT LAUNCHED: sbl1_497n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_497n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_497n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_507n_ciemny EVENT LAUNCHED: sbl1_390n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_390n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_390n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_380n_ciemny EVENT LAUNCHED: sbl1_231n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_231n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_231n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_241n_ciemny EVENT LAUNCHED: sbl1_737n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_737n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_737n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_747n_ciemny EVENT LAUNCHED: sbl1_746n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_746n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_746n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_736n_ciemny EVENT LAUNCHED: sbl1_652n_sem_ligh0 EVENT LAUNCHED: sbl1_615n_sem_ligh0 EVENT LAUNCHED: sbl1_534n_sem_ligh0 EVENT LAUNCHED: sbl1_497n_sem_ligh0 EVENT LAUNCHED: sbl1_390n_sem_ligh0 EVENT LAUNCHED: sbl1_231n_sem_ligh0 EVENT LAUNCHED: sbl1_737n_sem_ligh0 EVENT LAUNCHED: sbl1_746n_sem_ligh0 Key pressed: [Shift]+[I] Key pressed: [Shift]+[U] EVENT LAUNCHED: sbl1_652n_sem_info_vmax EVENT LAUNCHED: sbl1_615n_sem_info_vmax EVENT LAUNCHED: sbl1_534n_sem_info_vmax EVENT LAUNCHED: sbl1_497n_sem_info_vmax EVENT LAUNCHED: sbl1_390n_sem_info_vmax EVENT LAUNCHED: sbl1_231n_sem_info_vmax EVENT LAUNCHED: sbl1_737n_sem_info_vmax EVENT LAUNCHED: sbl1_746n_sem_info_vmax Key pressed: [Shift]+[Y] Key pressed: [F4] EVENT LAUNCHED: wlodowice_i12_sem_info_stop by eu07-033 EVENT ADDED TO QUEUE: grabowek_t12-2_s1 by et21-331 EVENT LAUNCHED: grabowek_t12-2_s1 by et21-331 Multiple passed EVENT ADDED TO QUEUE: grabowek_t12-2_sem_ligh1 by et21-331 EVENT ADDED TO QUEUE: grabowek_t12-2_sem_info_stop by et21-331 EVENT LAUNCHED: grabowek_t12-2_sem_ligh1 by et21-331 EVENT LAUNCHED: grabowek_t12-2_sem_info_stop by et21-331 Key pressed: [F4] EVENT LAUNCHED: grodzisk_zach_wjazd2 EVENT LAUNCHED: sbl1_642n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_642n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_642n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_632n_ciemny EVENT LAUNCHED: sbl1_625n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_625n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_625n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_635n_ciemny EVENT LAUNCHED: sbl1_524n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_524n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_524n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_514n_ciemny EVENT LAUNCHED: sbl1_507n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_507n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_507n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_517n_ciemny EVENT LAUNCHED: sbl1_380n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_380n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_380n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_370n_ciemny EVENT LAUNCHED: sbl1_241n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_241n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_241n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_251n_ciemny EVENT LAUNCHED: sbl1_747n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_747n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_747n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_757n_ciemny EVENT LAUNCHED: sbl1_736n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_736n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_736n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_726n_ciemny EVENT LAUNCHED: sbl1_642n_sem_ligh0 EVENT LAUNCHED: sbl1_625n_sem_ligh0 EVENT LAUNCHED: sbl1_524n_sem_ligh0 EVENT LAUNCHED: sbl1_507n_sem_ligh0 EVENT LAUNCHED: sbl1_380n_sem_ligh0 EVENT LAUNCHED: sbl1_241n_sem_ligh0 EVENT LAUNCHED: sbl1_747n_sem_ligh0 EVENT LAUNCHED: sbl1_736n_sem_ligh0 EVENT LAUNCHED: sbl1_642n_sem_info_vmax EVENT LAUNCHED: sbl1_625n_sem_info_vmax EVENT LAUNCHED: sbl1_524n_sem_info_vmax EVENT LAUNCHED: sbl1_507n_sem_info_vmax EVENT LAUNCHED: sbl1_380n_sem_info_vmax EVENT LAUNCHED: sbl1_241n_sem_info_vmax EVENT LAUNCHED: sbl1_747n_sem_info_vmax EVENT LAUNCHED: sbl1_736n_sem_info_vmax EVENT ADDED TO QUEUE: wlodowice_przejazd1_otwieraj2 by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_otwieraj2 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: wlodowice_przejazd1_stan_otwarty2 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_otwierajgdywolny2 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_otwieraj2 by wars-03 EVENT LAUNCHED: wlodowice_przejazd1_stan_otwarty2 by eu07-033 EVENT ADDED TO QUEUE: grabowek_przejazd2_warning by et21-331 EVENT LAUNCHED: sbl1_632n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_632n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_632n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_622n_ciemny EVENT LAUNCHED: sbl1_635n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_635n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_635n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_645n_ciemny EVENT LAUNCHED: sbl1_514n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_514n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_514n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_504n_ciemny EVENT LAUNCHED: sbl1_517n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_517n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_517n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_527n_ciemny EVENT LAUNCHED: sbl1_370n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_370n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_370n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_360n_ciemny EVENT LAUNCHED: sbl1_251n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_251n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_251n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_261n_ciemny EVENT LAUNCHED: sbl1_757n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_757n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_757n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_767n_ciemny EVENT LAUNCHED: sbl1_726n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_726n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_726n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_716n_ciemny EVENT LAUNCHED: sbl1_632n_sem_ligh0 EVENT LAUNCHED: sbl1_635n_sem_ligh0 EVENT LAUNCHED: sbl1_514n_sem_ligh0 EVENT LAUNCHED: sbl1_517n_sem_ligh0 EVENT LAUNCHED: sbl1_370n_sem_ligh0 EVENT LAUNCHED: sbl1_251n_sem_ligh0 EVENT LAUNCHED: sbl1_757n_sem_ligh0 EVENT LAUNCHED: sbl1_726n_sem_ligh0 EVENT LAUNCHED: grabowek_przejazd2_warning by et21-331 Type: PutValues EVENT LAUNCHED: wlodowice_przejazd1_otwieraj2 by wars-03 Multiple passed EVENT ADDED TO QUEUE: wlodowice_przejazd1_stan_otwarty2 by wars-03 EVENT LAUNCHED: sbl1_632n_sem_info_vmax EVENT LAUNCHED: sbl1_635n_sem_info_vmax EVENT LAUNCHED: sbl1_514n_sem_info_vmax EVENT LAUNCHED: sbl1_517n_sem_info_vmax EVENT LAUNCHED: sbl1_370n_sem_info_vmax EVENT LAUNCHED: sbl1_251n_sem_info_vmax EVENT LAUNCHED: sbl1_757n_sem_info_vmax EVENT LAUNCHED: sbl1_767n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_767n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_767n_sem_info_vmax EVENT LAUNCHED: sbl1_726n_sem_info_vmax EVENT LAUNCHED: sbl1_716n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_716n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_716n_sem_info_vmax EVENT LAUNCHED: sbl1_767n_sem_ligh0 EVENT LAUNCHED: sbl1_716n_sem_ligh0 EVENT ADDED TO QUEUE: wlodowice_rozwiaz_przebieg1 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_otwieraj2 by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_stan_otwarty2 by wars-03 EVENT LAUNCHED: sbl1_767n_sem_info_vmax EVENT LAUNCHED: sbl1_716n_sem_info_vmax EVENT LAUNCHED: wlodowice_przejazd1_otwierajgdywolny2 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: wlodowice_przejazd1_go by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_distgo by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_1_sygn1 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_1_sygn2 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_rog1off by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_rog2off by eu07-033 EVENT ADDED TO QUEUE: wlodowice_przejazd1_reset by eu07-033 EVENT ADDED TO QUEUE: rez441_shp by ep08-013 EVENT LAUNCHED: wlodowice_przejazd1_1_sygn1 by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_1_sygn2 by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_go by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_rog1off by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_rog2off by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_reset by eu07-033 EVENT LAUNCHED: rez441_shp by ep08-013 Type: PutValues EVENT LAUNCHED: wlodowice_przejazd1_otwieraj2 by osobowy-06 Multiple passed EVENT ADDED TO QUEUE: wlodowice_przejazd1_stan_otwarty2 by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_otwierajgdywolny2 by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_stan_otwarty2 by osobowy-06 EVENT LAUNCHED: wlodowice_zach_2pocz_odjazd Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_s5 EVENT ADDED TO QUEUE: wlodowice_zach_zwr24+ EVENT ADDED TO QUEUE: wlodowice_zach_zwr18+ EVENT ADDED TO QUEUE: wlodowice_zach_zwr15+ EVENT ADDED TO QUEUE: wlodowice_zach_2pocz_odjazd_cd EVENT LAUNCHED: wlodowice_zachodnie_g2-12_s5 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_ligh5 EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_info_vmax EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_distinfo_stop EVENT LAUNCHED: wlodowice_zach_zwr15+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr15_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr15_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr15_vmax EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_ligh5 EVENT LAUNCHED: wlodowice_zach_zwr15_0 EVENT LAUNCHED: wlodowice_zach_zwr15_vmax type: TrackVel Key pressed: [F4] EVENT LAUNCHED: wlodowice_zach_zwr15_wz1 EVENT LAUNCHED: wlodowice_zach_zwr24+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr24_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr24_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr24_vmax EVENT LAUNCHED: wlodowice_zach_zwr18+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr18_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr18_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr18_vmax EVENT LAUNCHED: wlodowice_zach_zwr24_0 EVENT LAUNCHED: wlodowice_zach_zwr24_vmax type: TrackVel EVENT LAUNCHED: wlodowice_zach_zwr18_0 EVENT LAUNCHED: wlodowice_zach_zwr18_vmax type: TrackVel EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_info_vmax EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_distinfo_stop EVENT LAUNCHED: wlodowice_zach_zwr24_wz1 EVENT LAUNCHED: wlodowice_zach_zwr18_wz1 EVENT LAUNCHED: wlodowice_przejazd1_otwierajgdywolny2 by osobowy-06 Multiple passed EVENT ADDED TO QUEUE: wlodowice_przejazd1_go by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_1_sygn1 by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_1_sygn2 by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_rog1off by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_rog2off by osobowy-06 EVENT ADDED TO QUEUE: wlodowice_przejazd1_reset by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_1_sygn1 by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_1_sygn2 by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_go by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_rog1off by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_rog2off by osobowy-06 EVENT LAUNCHED: wlodowice_przejazd1_reset by osobowy-06 EVENT LAUNCHED: wlodowice_rozwiaz_przebieg1 by eu07-033 EVENT LAUNCHED: wlodowice_przejazd1_distgo by eu07-033 EVENT ADDED TO QUEUE: grabowek_lachy_j12_s1 by ep08-013 EVENT LAUNCHED: grabowek_lachy_j12_s1 by ep08-013 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_ligh1 by ep08-013 EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_lighs1 by ep08-013 EVENT ADDED TO QUEUE: grabowek_lachy_j12_sem_info_stop by ep08-013 EVENT ADDED TO QUEUE: grabowek_lachy_j12_w24off by ep08-013 EVENT ADDED TO QUEUE: grabowek_lachy_toj_os1 by ep08-013 EVENT LAUNCHED: grabowek_lachy_j12_sem_ligh1 by ep08-013 EVENT LAUNCHED: grabowek_lachy_j12_sem_lighs1 by ep08-013 EVENT LAUNCHED: grabowek_lachy_j12_w24off by ep08-013 EVENT LAUNCHED: grabowek_lachy_toj_os1 by ep08-013 Multiple passed EVENT ADDED TO QUEUE: grabowek_lachy_toj_ligh1 by ep08-013 EVENT ADDED TO QUEUE: grabowek_lachy_toj_sem_distinfo_slow by ep08-013 EVENT LAUNCHED: grabowek_lachy_toj_ligh1 by ep08-013 EVENT LAUNCHED: grabowek_lachy_toj_sem_distinfo_slow by ep08-013 EVENT LAUNCHED: sbl1_622n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_622n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_622n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_612n_ciemny EVENT LAUNCHED: sbl1_645n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_645n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_645n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_655n_ciemny EVENT LAUNCHED: sbl1_504n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_504n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_504n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_494n_ciemny EVENT LAUNCHED: sbl1_527n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_527n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_527n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_537n_ciemny EVENT LAUNCHED: sbl1_360n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_360n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_360n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_350n_ciemny EVENT LAUNCHED: sbl1_261n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_261n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_261n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_271n_ciemny EVENT LAUNCHED: sbl1_622n_sem_ligh0 EVENT LAUNCHED: sbl1_645n_sem_ligh0 EVENT LAUNCHED: sbl1_504n_sem_ligh0 EVENT LAUNCHED: sbl1_527n_sem_ligh0 EVENT LAUNCHED: sbl1_360n_sem_ligh0 EVENT LAUNCHED: sbl1_261n_sem_ligh0 EVENT LAUNCHED: sbl1_622n_sem_info_vmax EVENT LAUNCHED: sbl1_645n_sem_info_vmax EVENT LAUNCHED: sbl1_504n_sem_info_vmax EVENT LAUNCHED: sbl1_527n_sem_info_vmax EVENT LAUNCHED: sbl1_360n_sem_info_vmax EVENT LAUNCHED: sbl1_261n_sem_info_vmax Key pressed: [F1] EVENT LAUNCHED: grabowek_lachy_j12_sem_info_stop by ep08-013 EVENT ADDED TO QUEUE: rez274_shp by eu07-033 Key pressed: [F3] EVENT LAUNCHED: rez274_shp by eu07-033 Type: PutValues Key pressed: [F3] Key pressed: [F4] EVENT LAUNCHED: wlodowice_zach_2pocz_odjazd_cd Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_s2 EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_s2 EVENT ADDED TO QUEUE: wlodowice_zach_zwr06+ EVENT ADDED TO QUEUE: wlodowice_zach_zwr05+ EVENT ADDED TO QUEUE: wlodowice_zach_zwr01+ EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_zamykaj EVENT LAUNCHED: wlodowice_zachodnie_e2-12_s2 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12-s2 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12-s2_1 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12-s3 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12-s4 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12-s5 EVENT LAUNCHED: wlodowice_zachodnie_g2-12_s2 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_ligh2 EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_info_vmax EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_zach_zwr01+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr01_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr01_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr01_vmax EVENT LAUNCHED: wlodowice_zach_przejazd01_zamykaj Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_stop1 EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_stop2 EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_0_sygn1 EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_0_sygn2 EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_rog1on EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_rog2on EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_sem_distmem_vmax EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_zamykajcd EVENT LAUNCHED: wlodowice_zachodnie_e2-12-s2 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_sem_ligh2 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_sem_info_vmax EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_ligh2 EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_zach_zwr01_0 EVENT LAUNCHED: wlodowice_zach_zwr01_vmax type: TrackVel EVENT LAUNCHED: wlodowice_zach_przejazd01_zamykajcd Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_bell1on EVENT ADDED TO QUEUE: wlodowice_zach_przejazd01_bell2on Key pressed: [F3] EVENT LAUNCHED: wlodowice_zachodnie_e2-12_sem_ligh2 EVENT LAUNCHED: wlodowice_zachodnie_e2-12_sem_distinfo_vmax EVENT LAUNCHED: wlodowice_zachodnie_e2-12-s2_1 EVENT LAUNCHED: wlodowice_zach_zwr01_wz1 EVENT LAUNCHED: wlodowice_zach_przejazd01_0_sygn1 EVENT LAUNCHED: wlodowice_zach_przejazd01_0_sygn2 EVENT LAUNCHED: wlodowice_zach_zwr06+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr06_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr06_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr06_vmax EVENT LAUNCHED: wlodowice_zach_zwr05+ Multiple passed EVENT ADDED TO QUEUE: wlodowice_zach_zwr05_wz1 EVENT ADDED TO QUEUE: wlodowice_zach_zwr05_0 EVENT ADDED TO QUEUE: wlodowice_zach_zwr05_vmax EVENT LAUNCHED: wlodowice_zach_zwr06_0 EVENT LAUNCHED: wlodowice_zach_zwr06_vmax type: TrackVel EVENT LAUNCHED: wlodowice_zach_zwr05_0 EVENT LAUNCHED: wlodowice_zach_zwr05_vmax type: TrackVel EVENT LAUNCHED: wlodowice_zachodnie_e2-12-s3 EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_info_vmax EVENT LAUNCHED: wlodowice_zach_przejazd01_sem_distmem_vmax EVENT LAUNCHED: wlodowice_zachodnie_e2-12_sem_info_vmax EVENT LAUNCHED: wlodowice_zach_zwr06_wz1 EVENT LAUNCHED: wlodowice_zach_zwr05_wz1 EVENT LAUNCHED: wlodowice_zachodnie_e2-12-s4 EVENT LAUNCHED: wlodowice_zach_przejazd01_stop1 EVENT LAUNCHED: wlodowice_zach_przejazd01_stop2 EVENT LAUNCHED: wlodowice_zach_przejazd01_bell1on EVENT LAUNCHED: wlodowice_zach_przejazd01_bell2on EVENT LAUNCHED: wlodowice_zachodnie_e2-12-s5 EVENT LAUNCHED: wlodowice_zach_przejazd01_rog1on EVENT LAUNCHED: wlodowice_zach_przejazd01_rog2on ep09-005 as IKSEi3513: at 10:32 next PassengerStopPoint:Stawiska_Dolne_podg EVENT ADDED TO QUEUE: sbl1_672_s1 by eu07-033 EVENT LAUNCHED: sbl1_672_s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_672_sem_ligh0 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_ligh1 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_info_stop by eu07-033 EVENT LAUNCHED: sbl1_672_sem_ligh0 by eu07-033 EVENT LAUNCHED: grodzisk_zach_1end_wyjazd Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr17+ EVENT ADDED TO QUEUE: grodzisk_zach_zwr15+ EVENT ADDED TO QUEUE: grodzisk_zach_zwr44+ EVENT ADDED TO QUEUE: grodzisk_zach_zwr08+ EVENT ADDED TO QUEUE: grodzisk_zach_zwr01+ EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_zamykaj1 EVENT ADDED TO QUEUE: grz_w1_s2 EVENT ADDED TO QUEUE: grz_r12_s2 EVENT LAUNCHED: grodzisk_zach_zwr17+ Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr17_wz1 EVENT ADDED TO QUEUE: grodzisk_zach_zwr17_0 EVENT ADDED TO QUEUE: grodzisk_zach_zwr17_vmax EVENT LAUNCHED: grodzisk_zach_zwr01+ Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr01_wz1 EVENT ADDED TO QUEUE: grodzisk_zach_zwr01_0 EVENT ADDED TO QUEUE: grodzisk_zach_zwr01_vmax EVENT LAUNCHED: grodzisk_zach_przejazd1_zamykaj1 Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_stop EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_diststop EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_0_sygn1 EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_0_sygn2 EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_rog1on EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_rog2on EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_sem_distmem_vmax EVENT ADDED TO QUEUE: grodzisk_zach_przejazd1_stan_zamkniety1 EVENT LAUNCHED: grz_w1_s2 Multiple passed EVENT ADDED TO QUEUE: grz_w1-s2 EVENT ADDED TO QUEUE: grz_w1-s5 EVENT LAUNCHED: grz_r12_s2 Multiple passed EVENT ADDED TO QUEUE: grz_r12_sem_ligh2 EVENT ADDED TO QUEUE: grz_r12_sem_info_vmax EVENT ADDED TO QUEUE: grz_r12_sem_distinfo_vmax EVENT LAUNCHED: grodzisk_zach_zwr17_0 EVENT LAUNCHED: grodzisk_zach_zwr17_vmax type: TrackVel EVENT LAUNCHED: grodzisk_zach_zwr01_0 EVENT LAUNCHED: grodzisk_zach_zwr01_vmax type: TrackVel EVENT LAUNCHED: grz_w1-s2 Multiple passed EVENT ADDED TO QUEUE: grz_w1_sem_ligh2 EVENT ADDED TO QUEUE: grz_w1_sem_info_vmax EVENT ADDED TO QUEUE: grz_w1_sem_distinfo_vmax EVENT LAUNCHED: grz_r12_sem_ligh2 EVENT LAUNCHED: grz_r12_sem_distinfo_vmax EVENT LAUNCHED: grz_w1_sem_ligh2 EVENT LAUNCHED: grz_w1_sem_distinfo_vmax EVENT LAUNCHED: grodzisk_zach_zwr17_wz1 EVENT LAUNCHED: grodzisk_zach_zwr01_wz1 EVENT LAUNCHED: grodzisk_zach_przejazd1_0_sygn1 EVENT LAUNCHED: grodzisk_zach_przejazd1_0_sygn2 EVENT LAUNCHED: sbl1_672_sem_ligh1 by eu07-033 EVENT LAUNCHED: grodzisk_zach_zwr15+ Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr15_wz1 EVENT ADDED TO QUEUE: grodzisk_zach_zwr15_0 EVENT ADDED TO QUEUE: grodzisk_zach_zwr15_vmax EVENT LAUNCHED: grodzisk_zach_zwr44+ Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr44_wz1 EVENT ADDED TO QUEUE: grodzisk_zach_zwr44_0 EVENT ADDED TO QUEUE: grodzisk_zach_zwr44_vmax EVENT LAUNCHED: grodzisk_zach_zwr08+ Multiple passed EVENT ADDED TO QUEUE: grodzisk_zach_zwr08_wz1 EVENT ADDED TO QUEUE: grodzisk_zach_zwr08_0 EVENT ADDED TO QUEUE: grodzisk_zach_zwr08_vmax EVENT LAUNCHED: grodzisk_zach_zwr15_0 EVENT LAUNCHED: grodzisk_zach_zwr15_vmax type: TrackVel EVENT LAUNCHED: grodzisk_zach_zwr44_0 EVENT LAUNCHED: grodzisk_zach_zwr44_vmax type: TrackVel EVENT LAUNCHED: grodzisk_zach_zwr08_0 EVENT LAUNCHED: grodzisk_zach_zwr08_vmax type: TrackVel EVENT LAUNCHED: grodzisk_zach_przejazd1_sem_distmem_vmax EVENT LAUNCHED: grodzisk_zach_przejazd1_stan_zamkniety1 EVENT LAUNCHED: grz_r12_sem_info_vmax EVENT LAUNCHED: grz_w1_sem_info_vmax EVENT LAUNCHED: grodzisk_zach_zwr15_wz1 EVENT LAUNCHED: grodzisk_zach_zwr44_wz1 EVENT LAUNCHED: grodzisk_zach_zwr08_wz1 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by et21-331 EVENT LAUNCHED: sbl1_612n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_612n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_612n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_598n_ciemny EVENT LAUNCHED: sbl1_655n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_655n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_655n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_665n_ciemny EVENT LAUNCHED: sbl1_494n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_494n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_494n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_484n_ciemny EVENT LAUNCHED: sbl1_537n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_537n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_537n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_547n_ciemny EVENT LAUNCHED: sbl1_350n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_350n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_350n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_340n_ciemny EVENT LAUNCHED: sbl1_271n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_271n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_271n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_281n_ciemny EVENT LAUNCHED: sbl1_612n_sem_ligh0 EVENT LAUNCHED: sbl1_655n_sem_ligh0 EVENT LAUNCHED: sbl1_494n_sem_ligh0 EVENT LAUNCHED: sbl1_537n_sem_ligh0 EVENT LAUNCHED: sbl1_350n_sem_ligh0 EVENT LAUNCHED: sbl1_271n_sem_ligh0 Key pressed: [Num7] EVENT LAUNCHED: grz_w1-s5 EVENT LAUNCHED: sbl1_612n_sem_info_vmax EVENT LAUNCHED: sbl1_655n_sem_info_vmax EVENT LAUNCHED: sbl1_494n_sem_info_vmax EVENT LAUNCHED: sbl1_537n_sem_info_vmax EVENT LAUNCHED: sbl1_350n_sem_info_vmax EVENT LAUNCHED: sbl1_271n_sem_info_vmax Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by et21-331 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by et21-331 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by et21-331 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by et21-331 Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] EVENT LAUNCHED: grodzisk_zach_przejazd1_rog1on EVENT LAUNCHED: grodzisk_zach_przejazd1_rog2on Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by et21-331 EVENT LAUNCHED: grabowek_przejazd2_bell1off by et21-331 EVENT LAUNCHED: grabowek_przejazd2_bell2off by et21-331 Key pressed: [Num7] Key pressed: [Num7] EVENT LAUNCHED: grabowek_wjazd3_przelot Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr06+ EVENT ADDED TO QUEUE: grabowek_zwr10+ EVENT ADDED TO QUEUE: grabowek_zwr15+ EVENT ADDED TO QUEUE: grabowek_zwr34+ EVENT ADDED TO QUEUE: grabowek_zwr38+ EVENT ADDED TO QUEUE: grabowek_zwr41+ EVENT ADDED TO QUEUE: grabowek_zwr43+ EVENT ADDED TO QUEUE: grabowek_wjazd3_przelot_cd Key pressed: [Num7] EVENT LAUNCHED: grabowek_zwr10+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr10_wz1 EVENT ADDED TO QUEUE: grabowek_zwr10_0 EVENT ADDED TO QUEUE: grabowek_zwr10_vmax EVENT LAUNCHED: grabowek_zwr15+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr15_wz1 EVENT ADDED TO QUEUE: grabowek_zwr15_0 EVENT ADDED TO QUEUE: grabowek_zwr15_vmax EVENT LAUNCHED: grabowek_zwr38+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr38_wz1 EVENT ADDED TO QUEUE: grabowek_zwr38_0 EVENT ADDED TO QUEUE: grabowek_zwr38_vmax EVENT LAUNCHED: grabowek_zwr41+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr41_wz1 EVENT ADDED TO QUEUE: grabowek_zwr41_0 EVENT ADDED TO QUEUE: grabowek_zwr41_vmax EVENT LAUNCHED: grabowek_zwr10_0 EVENT LAUNCHED: grabowek_zwr10_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr15_0 EVENT LAUNCHED: grabowek_zwr15_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr38_0 EVENT LAUNCHED: grabowek_zwr38_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr41_0 EVENT LAUNCHED: grabowek_zwr41_vmax type: TrackVel Key pressed: [Num4] EVENT LAUNCHED: grabowek_zwr10_wz1 EVENT LAUNCHED: grabowek_zwr15_wz1 EVENT LAUNCHED: grabowek_zwr38_wz1 EVENT LAUNCHED: grabowek_zwr41_wz1 EVENT LAUNCHED: grabowek_zwr06+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr06_wz1 EVENT ADDED TO QUEUE: grabowek_zwr06_0 EVENT ADDED TO QUEUE: grabowek_zwr06_vmax EVENT LAUNCHED: grabowek_zwr34+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr34_wz1 EVENT ADDED TO QUEUE: grabowek_zwr34_0 EVENT ADDED TO QUEUE: grabowek_zwr34_vmax EVENT LAUNCHED: grabowek_zwr43+ Multiple passed EVENT ADDED TO QUEUE: grabowek_zwr43_wz1 EVENT ADDED TO QUEUE: grabowek_zwr43_0 EVENT ADDED TO QUEUE: grabowek_zwr43_vmax EVENT LAUNCHED: grabowek_wjazd3_przelot_cd Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd1_zamykaj1 EVENT ADDED TO QUEUE: grabowek_p12_s2 EVENT ADDED TO QUEUE: grabowek_d12_s2 EVENT ADDED TO QUEUE: grabowek_t2-12_s2 EVENT ADDED TO QUEUE: grabowek_utwierdz_przebieg1 EVENT LAUNCHED: grabowek_zwr06_0 EVENT LAUNCHED: grabowek_zwr06_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr34_0 EVENT LAUNCHED: grabowek_zwr34_vmax type: TrackVel EVENT LAUNCHED: grabowek_zwr43_0 EVENT LAUNCHED: grabowek_zwr43_vmax type: TrackVel EVENT LAUNCHED: grabowek_przejazd1_zamykaj1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd1_stop EVENT ADDED TO QUEUE: grabowek_przejazd1_diststop EVENT ADDED TO QUEUE: grabowek_przejazd1_0_sygn1 EVENT ADDED TO QUEUE: grabowek_przejazd1_0_sygn2 EVENT ADDED TO QUEUE: grabowek_przejazd1_rog1on EVENT ADDED TO QUEUE: grabowek_przejazd1_rog2on EVENT ADDED TO QUEUE: grabowek_przejazd1_sem_distmem_vmax EVENT ADDED TO QUEUE: grabowek_przejazd1_stan_zamkniety1 EVENT LAUNCHED: grabowek_p12_s2 Multiple passed EVENT ADDED TO QUEUE: grabowek_p12_sem_ligh2 EVENT ADDED TO QUEUE: grabowek_p12_sem_info_vmax EVENT ADDED TO QUEUE: grabowek_p12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_d12_s2 Multiple passed EVENT ADDED TO QUEUE: grabowek_d12_sem_ligh2 EVENT ADDED TO QUEUE: grabowek_d12_sem_info_vmax EVENT ADDED TO QUEUE: grabowek_d12_sem_distinfo_vmax EVENT ADDED TO QUEUE: grabowek_tod_os2 EVENT LAUNCHED: grabowek_t2-12_s2 Multiple passed EVENT ADDED TO QUEUE: grabowek_t2-12_sem_ligh2 EVENT ADDED TO QUEUE: grabowek_t2-12_sem_info_vmax EVENT ADDED TO QUEUE: grabowek_t2-12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_p12_sem_ligh2 EVENT LAUNCHED: grabowek_p12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_d12_sem_ligh2 EVENT LAUNCHED: grabowek_d12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_tod_os2 Multiple passed EVENT ADDED TO QUEUE: grabowek_tod_ligh2 EVENT ADDED TO QUEUE: grabowek_tod_sem_distinfo_fast EVENT LAUNCHED: grabowek_t2-12_sem_ligh2 EVENT LAUNCHED: grabowek_t2-12_sem_distinfo_vmax EVENT LAUNCHED: grabowek_tod_ligh2 EVENT LAUNCHED: grabowek_tod_sem_distinfo_fast EVENT LAUNCHED: grabowek_zwr06_wz1 EVENT LAUNCHED: grabowek_zwr34_wz1 EVENT LAUNCHED: grabowek_zwr43_wz1 EVENT LAUNCHED: grabowek_przejazd1_0_sygn1 EVENT LAUNCHED: grabowek_przejazd1_0_sygn2 EVENT LAUNCHED: grabowek_przejazd1_sem_distmem_vmax EVENT LAUNCHED: grabowek_przejazd1_stan_zamkniety1 EVENT LAUNCHED: grabowek_p12_sem_info_vmax EVENT LAUNCHED: grabowek_d12_sem_info_vmax EVENT LAUNCHED: grabowek_t2-12_sem_info_vmax EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT LAUNCHED: sbl1_672_sem_info_stop by eu07-033 EVENT LAUNCHED: grodzisk_zach_przejazd1_stop EVENT LAUNCHED: grodzisk_zach_przejazd1_diststop Key pressed: [Num+] EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304510-1 EVENT LAUNCHED: grabowek_utwierdz_przebieg1 EVENT LAUNCHED: grabowek_przejazd1_rog1on EVENT LAUNCHED: grabowek_przejazd1_rog2on Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304510-1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304510-1 Key pressed: [Num+] EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304510-1 EVENT ADDED TO QUEUE: rez448_shp by ep07-183 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304510-1 Key pressed: [Num+] EVENT LAUNCHED: rez448_shp by ep07-183 Type: PutValues Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304510-1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd1_stop EVENT LAUNCHED: grabowek_przejazd1_diststop EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT LAUNCHED: sbl1_598n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_598n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_598n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_582n_ciemny EVENT LAUNCHED: sbl1_665n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_665n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_665n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_675n_ciemny EVENT LAUNCHED: sbl1_484n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_484n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_484n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_474n_ciemny EVENT LAUNCHED: sbl1_547n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_547n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_547n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_557n_ciemny EVENT LAUNCHED: sbl1_340n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_340n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_340n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_330n_ciemny EVENT LAUNCHED: sbl1_281n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_281n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_281n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_291n_ciemny EVENT LAUNCHED: sbl1_598n_sem_ligh0 EVENT LAUNCHED: sbl1_665n_sem_ligh0 EVENT LAUNCHED: sbl1_484n_sem_ligh0 EVENT LAUNCHED: sbl1_547n_sem_ligh0 EVENT LAUNCHED: sbl1_340n_sem_ligh0 EVENT LAUNCHED: sbl1_281n_sem_ligh0 EVENT LAUNCHED: sbl1_598n_sem_info_vmax EVENT LAUNCHED: sbl1_582n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_582n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_582n_sem_info_vmax EVENT LAUNCHED: sbl1_665n_sem_info_vmax EVENT LAUNCHED: sbl1_675n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_675n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_675n_sem_info_vmax EVENT LAUNCHED: sbl1_484n_sem_info_vmax EVENT LAUNCHED: sbl1_474n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_474n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_474n_sem_info_vmax EVENT LAUNCHED: sbl1_547n_sem_info_vmax EVENT LAUNCHED: sbl1_557n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_557n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_557n_sem_info_vmax EVENT LAUNCHED: sbl1_340n_sem_info_vmax EVENT LAUNCHED: sbl1_281n_sem_info_vmax EVENT LAUNCHED: sbl1_582n_sem_ligh0 EVENT LAUNCHED: sbl1_675n_sem_ligh0 EVENT LAUNCHED: sbl1_474n_sem_ligh0 EVENT LAUNCHED: sbl1_557n_sem_ligh0 EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_s1 by ep07-183 EVENT LAUNCHED: wlodowice_zachodnie_g2-12_s1 by ep07-183 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_ligh1 by ep07-183 EVENT ADDED TO QUEUE: wlodowice_zachodnie_g2-12_sem_info_stop by ep07-183 EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_ligh1 by ep07-183 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 EVENT LAUNCHED: sbl1_582n_sem_info_vmax EVENT LAUNCHED: sbl1_675n_sem_info_vmax EVENT LAUNCHED: sbl1_474n_sem_info_vmax EVENT LAUNCHED: sbl1_557n_sem_info_vmax EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: rez277_shp by eu07-033 Key pressed: [Num+] EVENT LAUNCHED: rez277_shp by eu07-033 Type: PutValues EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 Key pressed: [D] Key pressed: [Num+] EVENT ADDED TO QUEUE: grabowek_lachy_rozwiaz_przebieg4 by ep08-013 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304510-1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304510-1 EVENT LAUNCHED: grabowek_lachy_rozwiaz_przebieg4 by ep08-013 EVENT ADDED TO QUEUE: sbl1_662_s1 by eu07-033 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT LAUNCHED: sbl1_662_s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_662-s1 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_s5 by eu07-033 EVENT LAUNCHED: sbl1_672_s5 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_672_sem_ligh0 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_ligh5 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_info_nextstop by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_ctrlprev by eu07-033 EVENT LAUNCHED: sbl1_672_sem_ligh0 by eu07-033 Key pressed: [Num+] EVENT LAUNCHED: wlodowice_zachodnie_g2-12_sem_info_stop by ep07-183 EVENT LAUNCHED: sbl1_662-s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_662_sem_ligh1 by eu07-033 EVENT ADDED TO QUEUE: sbl1_662_sem_info_stop by eu07-033 EVENT LAUNCHED: sbl1_672_sem_ligh5 by eu07-033 EVENT LAUNCHED: sbl1_672_sem_info_nextstop by eu07-033 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304510-1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304511-3 Key pressed: [Num+] EVENT LAUNCHED: sbl1_662_sem_ligh1 by eu07-033 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304511-3 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304511-3 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304511-3 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304511-3 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304511-3 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304511-3 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304511-3 EVENT LAUNCHED: sbl1_672_ctrlprev by eu07-033 Multiple passed EVENT ADDED TO QUEUE: wlodowice_i12_sbls2 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_i12_sbls10 by eu07-033 EVENT LAUNCHED: wlodowice_i12_sbls2 by eu07-033 EVENT LAUNCHED: wlodowice_i12_sbls10 by eu07-033 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-304510-1 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-304510-1 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-304510-1 EVENT LAUNCHED: sbl1_330n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_330n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_330n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_320n_ciemny EVENT LAUNCHED: sbl1_291n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_291n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_291n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_301n_ciemny EVENT LAUNCHED: sbl1_330n_sem_ligh0 EVENT LAUNCHED: sbl1_291n_sem_ligh0 Key pressed: [Num+] EVENT LAUNCHED: sbl1_330n_sem_info_vmax EVENT LAUNCHED: sbl1_291n_sem_info_vmax EVENT LAUNCHED: sbl1_662_sem_info_stop by eu07-033 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT ADDED TO QUEUE: grabowek_przejazd2_otwieraj1 by 2251-817513-9 EVENT ADDED TO QUEUE: rez05_shp by ep09-005 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 5051-503320-2 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 5051-503320-2 EVENT LAUNCHED: rez05_shp by ep09-005 Type: PutValues Key pressed: [ ] EVENT ADDED TO QUEUE: grz_r12_s1 by ep09-005 EVENT LAUNCHED: grz_r12_s1 by ep09-005 Multiple passed EVENT ADDED TO QUEUE: grz_r12_sem_ligh1 by ep09-005 EVENT ADDED TO QUEUE: grz_r12_sem_lighs1 by ep09-005 EVENT ADDED TO QUEUE: grz_r12_sem_info_stop by ep09-005 EVENT ADDED TO QUEUE: grz_r12_w24off by ep09-005 EVENT LAUNCHED: grz_r12_sem_ligh1 by ep09-005 EVENT LAUNCHED: grz_r12_sem_lighs1 by ep09-005 EVENT LAUNCHED: grz_r12_w24off by ep09-005 EVENT LAUNCHED: grabowek_przejazd2_otwieraj1 by 2251-817513-9 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_otwierajgdywolny1 by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell1off by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_bell2off by 2251-817513-9 Key pressed: [Num+] EVENT LAUNCHED: grabowek_przejazd2_otwierajgdywolny1 by 2251-817513-9 Multiple passed EVENT ADDED TO QUEUE: grabowek_przejazd2_go1 by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_go2 by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_1_sygn1 by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_1_sygn2 by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_rog1off by 2251-817513-9 EVENT ADDED TO QUEUE: grabowek_przejazd2_rog2off by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_bell1off by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_bell2off by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_1_sygn1 by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_1_sygn2 by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_go1 by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_go2 by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_rog1off by 2251-817513-9 EVENT LAUNCHED: grabowek_przejazd2_rog2off by 2251-817513-9 Key pressed: [Num+] EVENT ADDED TO QUEUE: grabowek_d12_s1 by e186-132 EVENT LAUNCHED: grabowek_d12_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: grabowek_d12_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: grabowek_d12_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: grabowek_d12_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: grabowek_tod_os1 by e186-132 EVENT LAUNCHED: grabowek_d12_sem_ligh1 by e186-132 EVENT LAUNCHED: grabowek_d12_sem_lighs1 by e186-132 EVENT LAUNCHED: grabowek_tod_os1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: grabowek_tod_ligh1 by e186-132 EVENT ADDED TO QUEUE: grabowek_tod_sem_distinfo_slow by e186-132 EVENT LAUNCHED: grabowek_tod_ligh1 by e186-132 EVENT LAUNCHED: grabowek_tod_sem_distinfo_slow by e186-132 Key pressed: [Num+] EVENT ADDED TO QUEUE: rez280_shp by eu07-033 EVENT LAUNCHED: rez280_shp by eu07-033 Type: PutValues EVENT ADDED TO QUEUE: rez310_shp by ep08-013 Key pressed: [Num+] EVENT LAUNCHED: rez310_shp by ep08-013 Type: PutValues Key pressed: [P] EVENT LAUNCHED: grz_r12_sem_info_stop by ep09-005 EVENT ADDED TO QUEUE: sbl1_652_s1 by eu07-033 EVENT LAUNCHED: sbl1_320n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_320n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_320n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_310n_ciemny EVENT LAUNCHED: sbl1_301n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_301n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_301n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_311n_ciemny EVENT LAUNCHED: sbl1_320n_sem_ligh0 EVENT LAUNCHED: sbl1_301n_sem_ligh0 EVENT LAUNCHED: sbl1_652_s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_652-s1 by eu07-033 EVENT ADDED TO QUEUE: sbl1_662_s5 by eu07-033 EVENT LAUNCHED: sbl1_320n_sem_info_vmax EVENT LAUNCHED: sbl1_301n_sem_info_vmax EVENT LAUNCHED: sbl1_652-s1 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_652_sem_ligh1 by eu07-033 EVENT ADDED TO QUEUE: sbl1_652_sem_info_stop by eu07-033 EVENT LAUNCHED: grabowek_d12_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: szlak3_przejazd1_zamykaj2 by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_zamykaj2 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: szlak3_przejazd1_stop by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_diststop by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_0_sygn1 by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_0_sygn2 by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_rog1on by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_rog2on by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_sem_distmem_vmax by eu07-033 EVENT ADDED TO QUEUE: szlak3_przejazd1_stan_zamkniety2 by eu07-033 EVENT LAUNCHED: sbl1_662_s5 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_662_sem_ligh0 by eu07-033 EVENT ADDED TO QUEUE: sbl1_662_sem_ligh5 by eu07-033 EVENT ADDED TO QUEUE: sbl1_662_sem_info_nextstop by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_s3 by eu07-033 EVENT LAUNCHED: sbl1_652_sem_ligh1 by eu07-033 EVENT LAUNCHED: sbl1_662_sem_ligh0 by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_0_sygn1 by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_0_sygn2 by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_sem_distmem_vmax by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_stan_zamkniety2 by eu07-033 EVENT LAUNCHED: sbl1_662_sem_ligh5 by eu07-033 EVENT LAUNCHED: sbl1_662_sem_info_nextstop by eu07-033 EVENT LAUNCHED: sbl1_672_s3 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: sbl1_672_sem_ligh0 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_ligh3 by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_sem_info_nextslow by eu07-033 EVENT ADDED TO QUEUE: sbl1_672_ctrlprev by eu07-033 EVENT LAUNCHED: sbl1_672_sem_ligh0 by eu07-033 EVENT LAUNCHED: sbl1_672_sem_ligh3 by eu07-033 EVENT LAUNCHED: sbl1_672_sem_info_nextslow by eu07-033 EVENT ADDED TO QUEUE: sbl1_554_s1 by ep08-013 Key pressed: [F3] EVENT LAUNCHED: sbl1_554_s1 by ep08-013 Multiple passed EVENT ADDED TO QUEUE: sbl1_554_sem_ligh0 by ep08-013 EVENT ADDED TO QUEUE: sbl1_554_sem_ligh1 by ep08-013 EVENT ADDED TO QUEUE: sbl1_554_sem_info_stop by ep08-013 EVENT LAUNCHED: sbl1_554_sem_ligh0 by ep08-013 Key pressed: [Num/] EVENT LAUNCHED: sbl1_554_sem_ligh1 by ep08-013 EVENT LAUNCHED: szlak3_przejazd1_rog1on by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_rog2on by eu07-033 EVENT ADDED TO QUEUE: grabowek_lachy_rozwiaz_przebieg1 by ep08-013 Key pressed: [Num/] EVENT LAUNCHED: grabowek_lachy_rozwiaz_przebieg1 by ep08-013 EVENT LAUNCHED: sbl1_672_ctrlprev by eu07-033 Multiple passed EVENT ADDED TO QUEUE: wlodowice_i12_sbls2 by eu07-033 EVENT ADDED TO QUEUE: wlodowice_i12_sbls10 by eu07-033 EVENT LAUNCHED: wlodowice_i12_sbls2 by eu07-033 EVENT LAUNCHED: wlodowice_i12_sbls10 by eu07-033 EVENT LAUNCHED: sbl1_652_sem_info_stop by eu07-033 EVENT ADDED TO QUEUE: top2_628_on by eu07-033 EVENT LAUNCHED: top2_628_on by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628-osp2 by eu07-033 EVENT ADDED TO QUEUE: top2_628-osp1 by eu07-033 EVENT LAUNCHED: top2_628-osp2 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628_sem_ligh2 by eu07-033 EVENT ADDED TO QUEUE: top2_628_sem_info_vmax by eu07-033 EVENT LAUNCHED: top2_628-osp1 by eu07-033 EVENT LAUNCHED: top2_628_sem_ligh2 by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_stop by eu07-033 EVENT LAUNCHED: szlak3_przejazd1_diststop by eu07-033 EVENT LAUNCHED: top2_628_sem_info_vmax by eu07-033 Key pressed: [F3] EVENT LAUNCHED: sbl1_554_sem_info_stop by ep08-013 EVENT ADDED TO QUEUE: rez10_shp by eu07-033 EVENT LAUNCHED: rez10_shp by eu07-033 Type: PutValues Key pressed: [F3] EVENT ADDED TO QUEUE: top2_628_sem_info by eu07-033 EVENT LAUNCHED: top2_628_sem_info by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628_on by eu07-033 EVENT LAUNCHED: top2_628_on by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628-osp2 by eu07-033 EVENT ADDED TO QUEUE: top2_628-osp1 by eu07-033 EVENT LAUNCHED: top2_628-osp2 by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628_sem_ligh2 by eu07-033 EVENT ADDED TO QUEUE: top2_628_sem_info_vmax by eu07-033 EVENT LAUNCHED: top2_628-osp1 by eu07-033 EVENT LAUNCHED: top2_628_sem_ligh2 by eu07-033 EVENT LAUNCHED: top2_628_sem_info_vmax by eu07-033 EVENT LAUNCHED: sbl1_310n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_310n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_310n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_300n_ciemny EVENT LAUNCHED: sbl1_311n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl1_311n_sem_ligh0 EVENT ADDED TO QUEUE: sbl1_311n_sem_info_vmax EVENT ADDED TO QUEUE: sbl1_321n_ciemny EVENT LAUNCHED: sbl1_310n_sem_ligh0 EVENT LAUNCHED: sbl1_311n_sem_ligh0 Key pressed: [Num/] EVENT LAUNCHED: sbl1_310n_sem_info_vmax EVENT LAUNCHED: sbl1_311n_sem_info_vmax EVENT ADDED TO QUEUE: top2_628_off by eu07-033 EVENT LAUNCHED: top2_628_off by eu07-033 Multiple passed EVENT ADDED TO QUEUE: top2_628_sem_ligh0 by eu07-033 EVENT ADDED TO QUEUE: top2_628_sem_info_slow by eu07-033 EVENT LAUNCHED: top2_628_sem_ligh0 by eu07-033 EVENT LAUNCHED: top2_628_sem_info_slow by eu07-033 EVENT ADDED TO QUEUE: rez284_shp by eu07-033 Key pressed: [Num/] EVENT LAUNCHED: rez284_shp by eu07-033 Type: PutValues EVENT ADDED TO QUEUE: rez243_shp by ep07-183 EVENT LAUNCHED: rez243_shp by ep07-183 Type: PutValues EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_s1 by ep07-183 EVENT LAUNCHED: wlodowice_zachodnie_e2-12_s1 by ep07-183 Multiple passed EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_sem_ligh1 by ep07-183 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_sem_info_stop by ep07-183 EVENT ADDED TO QUEUE: wlodowice_zachodnie_e2-12_w24off by ep07-183 EVENT LAUNCHED: wlodowice_zachodnie_e2-12_sem_ligh1 by ep07-183 EVENT LAUNCHED: wlodowice_zachodnie_e2-12_w24off by ep07-183 Vehicle name: ep09-005, command: 2. Obey_train, put: CabSignal Damage status: OK!; Brake delay: R, BTP:0; pant. 5.00