Starting MaSzyna rail vehicle simulator. Compilation 2013-02-25, release 13.2.765.408. 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, Ra, hunter, KURS80 and others Renderer: ATI Mobility Radeon HD 5470 Vendor: ATI Technologies Inc. OpenGL Version: 3.2.9712 Compatibility Profile Context Supported extensions: GL_AMDX_name_gen_delete GL_AMDX_random_access_target GL_AMDX_vertex_shader_tessellator GL_AMD_draw_buffers_blend GL_AMD_performance_monitor GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_texture_cube_map_array GL_AMD_texture_texture4 GL_AMD_vertex_shader_tessellator GL_ARB_color_buffer_float GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays 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_provoking_vertex GL_ARB_sample_shading GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_snorm GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra 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_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_meminfo GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform 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_copy_buffer GL_EXT_copy_texture 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_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_histogram 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_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shader_atomic_counters GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texgen_reflection GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_buffer_object_rgb32 GL_EXT_texture_compression_bptc 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_add 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_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_explicit_multisample GL_NV_primitive_restart GL_NV_texgen_reflection GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays GL_WIN_swap_hint WGL_EXT_swap_control Ra: The VBO is found and will be used. DDS texture format is 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 Used font from GLUT32.DLL. 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_overcast005.t3d Scenery atmo definition Scenery light definition Loading - texture: textures\rail_screw_used1.dds Loading - binary model: models\eea5.e3d Loading - texture: textures\prety.dds Loading - texture: textures\dol.dds Loading - texture: textures\eea5.dds Loading - texture: textures\concrete_zwr.dds Loading - binary model: models\eea5_puszka.e3d Loading - texture: textures\zwr_pack1.dds Loading - texture: textures\bok.dds Loading - texture: textures\zwrot-tpd-oil1.dds Loading - texture: textures\rail_screw_unused2.dds Loading - texture: textures\asphaltdark1.dds Loading - texture: textures\tpbps-new2.dds Loading - texture: textures\rail_screw_unused1.dds Loading - texture: textures\wzp.dds Loading - binary model: models\wza.e3d Loading - texture: textures\metal\metalfrictionpattern1.dds Loading - texture: textures\zwrot34r300pods-new.dds Loading - texture: textures\tpdrew1.dds Loading - texture: textures\wzl.dds Loading - texture: textures\tpd-oil2.dds Loading - texture: textures\tpdrew2.dds Loading - texture: textures\tpd-oil1.dds Loading - binary model: models\wzk.e3d Loading - texture: textures\wzk.dds Loading - texture: textures\tpb-z1.dds Loading - texture: textures\tpb-old1.dds Loading - texture: textures\tpb-n1.dds Loading - texture: textures\tpd-old1.dds Loading - texture: textures\tpd-stare.dds Loading - texture: textures\grass.dds Loading - texture: textures\tpd1.dds Loading - texture: textures\rail_screw_used2.dds Loading - texture: textures\rail_screw_rused1.dds Loading - texture: textures\rail_screw_rused2.dds Loading - texture: textures\tpb-old.dds Loading - texture: textures\most1-jezdniablach.dds Loading - texture: textures\zwrl25r190.dds Loading - texture: textures\tpd-stare3.dds Loading - texture: textures\tpdrew3.dds Duplicated model: test_zwr05_wz Duplicated model: test_zwr10_wz Duplicated model: test_zwr12_wz Duplicated model: test_zwr06_wz Duplicated model: test_zwr15_wz Loading - texture: textures\tpd-stone1.dds Loading - texture: textures\rail_screw_reused1.dds Loading - texture: textures\tr\wys-ni-k.dds Loading - binary model: models\tr/-3k.e3d Loading - texture: textures\tr\slup_beton1.dds Loading - binary model: models\tr/stb1.e3d Loading - texture: textures\tr\slup_beton1.dds Loading - texture: textures\tr\wys-ni-kotwd.dds Loading - binary model: models\tr/-kotw3d.e3d Loading - texture: textures\tr\wys-ni-d.dds Loading - binary model: models\tr/-3d.e3d Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - binary model: models\tr/sts1-kotwa-napr14.e3d Loading - texture: textures\tr\teownik.dds Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - texture: textures\tr\#izol-sekcja.dds Loading - texture: textures\tr\odciag1.dds Loading - texture: textures\tr\ciezarbeton3.dds Loading - texture: textures\tr\naciag.dds Loading - texture: textures\tr\slup_beton4.dds Loading - binary model: models\tr/stb3.e3d Loading - texture: textures\tr\#izol-sekcja.dds Loading - binary model: models\tr/stb1-izo.e3d Loading - texture: textures\tr\p_izol1.dds Loading - texture: textures\tr\izolator.dds Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/sts1.e3d Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1d.e3d 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 - texture: textures\tr\est-bramkaszara-pg1m.dds Loading - binary model: models\tr/-kotwa-napr14.e3d Loading - texture: textures\tr\wys-ni-d-p.dds Loading - texture: textures\tr\wys-ni-k-p.dds Loading - binary model: models\tr/].e3d Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1k.e3d 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/est1-kotwa-napr14.e3d Loading - binary model: models\tr/odgromnik_r.e3d Loading - texture: textures\tr\izolator2.dds Loading - texture: textures\tr\slup_beton3.dds Loading - binary model: models\tr/stb2.e3d Loading - texture: textures\tr\wys-ni-kr.dds Loading - binary model: models\tr/-3kr.e3d Loading - texture: textures\tr\wys-ni-dr.dds Loading - binary model: models\tr/-3dr.e3d Loading - texture: textures\tr\wys-ni-kotwk.dds Loading - binary model: models\tr/-kotw3k.e3d Loading - texture: textures\tr\wys-ni-kotwdr.dds Loading - binary model: models\tr/-kotw3dr.e3d Loading - binary model: models\tr/stb1-kotwa-napr14.e3d Loading - texture: textures\tr\wys-ni-dr-p.dds Loading - binary model: models\tr/est-polbramka-2t-730.e3d Loading - binary model: models\tr/-3pd.e3d Loading - texture: textures\tr\wys-ni-d13.dds Loading - binary model: models\tr/-3d13.e3d Loading - texture: textures\tr\wys-ni-d13.dds Loading - texture: textures\tr\naprezacz.dds Loading - texture: textures\tr\betonrelief2.dds Loading - texture: textures\tr\wys-ni-d-n-p.dds Loading - binary model: models\tr/-3dn.e3d Loading - texture: textures\tr\wys-ni-d-n.dds Loading - texture: textures\tr\wys-ni-kr-p.dds Loading - texture: textures\tr\wys-ni-d13-p.dds Loading - texture: textures\tr\wys-ni-k13.dds Loading - binary model: models\tr/-3k13.e3d Loading - binary model: models\tr/we8_9.e3d Loading - texture: textures\tr\w8a.dds Loading - texture: textures\tr\w9a.dds Loading - binary model: models\tr/+zwis2kd.e3d Loading - texture: textures\tr\wys-ni-k13-p.dds Loading - texture: textures\tr\odc-ni-[.dds Loading - binary model: models\tr/-3-[.e3d Loading - binary model: models\tr/we4zw.e3d Loading - texture: textures\tr\we4a.dds Loading - binary model: models\tr/we4a_postl.e3d Loading - texture: textures\pkp\wskazniki2.dds Loading - binary model: models\tr/we4a_postp.e3d Loading - binary model: models\tr/est-s730.e3d Loading - binary model: models\tr/w4a.e3d Loading - texture: textures\tr\w9a.dds Loading - texture: textures\tr\wys-ni-kotwkr.dds Loading - binary model: models\tr/-kotw3kr.e3d Loading - texture: textures\grassgreen1.dds Loading - texture: textures\stonesfinedarkgray1.dds Loading - texture: textures\plantslush1.dds Loading - texture: textures\grass4.dds Loading - texture: textures\@water06.dds Loading - texture: textures\tabl\c6-m.dds Loading - binary model: models\sem/glowice/s4izcpb_dd.e3d Loading - texture: textures\sem\glowice.dds Loading - texture: textures\sem\czerwony.dds Loading - texture: textures\sem\#pkplight_lenses.dds Loading - texture: textures\sem\zielony.dds Loading - texture: textures\sem\pomaranczowy.dds Loading - texture: textures\sem\bialy.dds Loading - texture: textures\sem\slupy.dds Loading - binary model: models\sem/slupy/s4ibl.e3d Loading - binary model: models\sem/drabinki/d4i.e3d Loading - texture: textures\tabl\a-2m.dds Loading - binary model: models\sem/wskazniki/w24v1.e3d Loading - texture: textures\sem\w_lens.dds Loading - texture: textures\tabl\b-2m.dds Loading - texture: textures\tabl\c-2m.dds Loading - binary model: models\sem/glowice/s4ipcpb_dd.e3d Loading - binary model: models\sem/slupy/s4iml.e3d Loading - texture: textures\tabl\d-2m.dds Loading - texture: textures\tabl\e-2m.dds Loading - texture: textures\tabl\f-2m.dds Loading - binary model: models\sem/glowice/s5izpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ibg.e3d Loading - binary model: models\sem/drabinki/d5i.e3d Loading - texture: textures\tabl\g-2m.dds Loading - texture: textures\tabl\c-12m.dds Loading - texture: textures\tabl\d-12m.dds Loading - texture: textures\tabl\f-12.dds Loading - texture: textures\tabl\g-12m.dds Loading - texture: textures\tabl\h-2m.dds Loading - texture: textures\tabl\i-2m.dds Loading - texture: textures\tabl\j-12.dds Loading - texture: textures\tabl\k-12m.dds Loading - texture: textures\tabl\l-2m.dds Loading - texture: textures\tabl\n-2m.dds Loading - texture: textures\tabl\o-2m.dds Loading - texture: textures\tabl\p-2m.dds Loading - texture: textures\tabl\r-2m.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\w-2m.dds Loading - texture: textures\tabl\y-2m.dds Loading - texture: textures\tabl\tm11.dds Loading - binary model: models\sem/glowice/tminb_dd.e3d Loading - texture: textures\sem\niebieski.dds Loading - binary model: models\sem/slupy/tosptmibg.e3d Loading - binary model: models\sem/drabinki/d2i.e3d Loading - texture: textures\tabl\tm3.dds Loading - texture: textures\tabl\tm12.dds Loading - binary model: models\sem/karzelki/ktmnb.e3d Loading - binary model: models\sem/slupy/pod_betonowa.e3d Loading - texture: textures\tabl\tm13.dds Loading - texture: textures\tabl\tm14.dds Loading - texture: textures\tabl\tm10.dds Loading - texture: textures\tabl\tm9.dds Loading - texture: textures\tabl\tm7.dds Loading - texture: textures\tabl\tm5.dds Loading - texture: textures\tabl\tm4.dds Loading - texture: textures\tabl\tm2.dds Loading - texture: textures\tabl\tm1.dds Loading - texture: textures\tabl\b-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\a-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\toa.dds Loading - binary model: models\sem/glowice/to2izp_dd.e3d Loading - binary model: models\sem/wskazniki/w1new_d.e3d Loading - texture: textures\tabl\tob.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 - binary model: models\sem/glowice/to2ylzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmylbg.e3d Loading - binary model: models\sem/drabinki/d2yl.e3d Loading - binary model: models\sem/wskazniki/w1old_d.e3d Loading - binary model: models\sem/slupy/s5ypml.e3d Loading - binary model: models\sem/wskazniki/w19v1s.e3d Loading - texture: textures\tabl\g-12.dds Loading - texture: textures\tabl\tm22.dds Loading - texture: textures\tabl\d-12.dds Loading - binary model: models\sem/pasy/pz.e3d Loading - binary model: models\sem/wskazniki/w24v2.e3d Loading - texture: textures\tabl\e-12m.dds Loading - texture: textures\tabl\h-12m.dds Loading - texture: textures\tabl\i-12m.dds Loading - binary model: models\sem/slupy/s5ypbl.e3d Loading - texture: textures\tabl\tof.dds Loading - texture: textures\tabl\tog.dds Loading - binary model: models\sem/glowice/to1ylp_dd.e3d Loading - texture: textures\tabl\c-4m.dds Loading - texture: textures\tabl\c-3m.dds Loading - texture: textures\tabl\e10-m.dds Loading - texture: textures\tabl\g-m.dds Loading - binary model: models\sem/slupy/s5ibl.e3d Loading - texture: textures\tabl\j.dds Loading - texture: textures\tabl\h.dds Loading - texture: textures\tabl\toh.dds Loading - binary model: models\sem/glowice/sp3yppzb_dd.e3d Loading - binary model: models\sem/drabinki/d4yp.e3d Loading - binary model: models\sem/wskazniki/isp.e3d Loading - texture: textures\tabl\g.dds Loading - binary model: models\sem/wskazniki/iisp.e3d Loading - texture: textures\tabl\toj.dds Loading - texture: textures\tabl\tod.dds Loading - texture: textures\tabl\toe.dds Loading - texture: textures\tabl\tos.dds Loading - texture: textures\tabl\tor.dds Loading - texture: textures\tabl\w-12.dds Loading - texture: textures\tabl\usz.dds Loading - binary model: models\sem/glowice/s2ylcb_dd.e3d Loading - binary model: models\sem/slupy/s2ylml.e3d Loading - texture: textures\tabl\z-2.dds Loading - binary model: models\sem/glowice/s4yppcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypml.e3d Loading - texture: textures\tabl\xm.dds Loading - binary model: models\sem/karzelki/ks2cb.e3d Loading - texture: textures\tabl\toc.dds Loading - binary model: models\sem/glowice/to1ip_dd.e3d Loading - texture: textures\tabl\e-12.dds Loading - texture: textures\tabl\c-2.dds Loading - texture: textures\tabl\d-2.dds Loading - texture: textures\tabl\sz2n.dds Loading - texture: textures\tabl\b-2.dds Loading - texture: textures\tabl\toz.dds Loading - texture: textures\tabl\tow.dds Loading - texture: textures\tabl\tou.dds Loading - texture: textures\tabl\a1-12.dds Loading - texture: textures\tabl\b1-12.dds Loading - binary model: models\sem/slupy/s5ylbl.e3d Loading - texture: textures\tabl\c1-2m.dds Loading - texture: textures\tabl\g1-12.dds Loading - texture: textures\tabl\h1-12m.dds Loading - texture: textures\tabl\d1-2m.dds Loading - texture: textures\tabl\f1-12m.dds Loading - texture: textures\tabl\g1-2m.dds Loading - texture: textures\tabl\e1-12m.dds Loading - texture: textures\tabl\i1-2m.dds Loading - texture: textures\tabl\n1-12m.dds Loading - texture: textures\tabl\l1-2m.dds Loading - texture: textures\tabl\m1-12m.dds Loading - texture: textures\tabl\j1-12m.dds Loading - texture: textures\tabl\tm6.dds Loading - texture: textures\tabl\tot.dds Loading - binary model: models\sem/glowice/to2yppz_dd.e3d Loading - texture: textures\tabl\tm24.dds Loading - texture: textures\tabl\tm23.dds Loading - texture: textures\tabl\tm16.dds Loading - texture: textures\tabl\tm8.dds Loading - texture: textures\tabl\a-2.dds Loading - binary model: models\sem/slupy/s5img.e3d Loading - texture: textures\tabl\e-2.dds Loading - texture: textures\tabl\e-4m.dds Loading - binary model: models\sem/glowice/s2icb_dd.e3d Loading - binary model: models\sem/slupy/s2ibl.e3d Loading - texture: textures\tabl\tm101.dds Loading - texture: textures\tabl\f26-12m.dds Loading - texture: textures\tabl\f24-2m.dds Loading - texture: textures\tabl\f22-2m.dds Loading - texture: textures\tabl\f13-12m.dds Loading - texture: textures\tabl\f15-2m.dds Loading - texture: textures\tabl\f2-2m.dds Loading - texture: textures\tabl\f20-2m.dds Loading - texture: textures\tabl\f18-2m.dds Loading - texture: textures\tabl\e20-12m.dds Loading - binary model: models\sem/slupy/s5ypbg.e3d Loading - texture: textures\tabl\e18-12m.dds Loading - texture: textures\tabl\e16-2m.dds Loading - texture: textures\tabl\e14-2m.dds Loading - texture: textures\tabl\e12-2m.dds Loading - texture: textures\tabl\e11-2m.dds Loading - texture: textures\tabl\e13-m.dds Loading - texture: textures\tabl\e15-2m.dds Loading - texture: textures\tabl\s-12.dds Loading - texture: textures\tabl\r-12.dds Loading - texture: textures\tabl\d2-2m.dds Loading - texture: textures\tabl\h1-2m.dds Loading - texture: textures\tabl\n2-2m.dds Loading - texture: textures\tabl\m2-2m.dds Loading - texture: textures\tabl\l2-2m.dds Loading - texture: textures\tabl\k1-12m.dds Loading - texture: textures\tabl\o1-12m.dds Loading - binary model: models\sem/glowice/s3izcb_dd.e3d Loading - binary model: models\sem/slupy/s3ibg.e3d Loading - texture: textures\tabl\j1-2m.dds Loading - texture: textures\tabl\l1-12m.dds Loading - texture: textures\tabl\m1-2m.dds Loading - texture: textures\tabl\h2-2.dds Loading - texture: textures\tabl\g2-2.dds Loading - texture: textures\tabl\d2-2.dds Loading - texture: textures\tabl\c2-2.dds Loading - texture: textures\tabl\2d.dds Loading - binary model: models\sem/glowice/s2ylcz_dd.e3d Loading - binary model: models\sem/slupy/s2ylmg.e3d Loading - texture: textures\tabl\j3-2m.dds Loading - texture: textures\tabl\j5-2m.dds Loading - texture: textures\tabl\l-12m.dds Loading - texture: textures\tabl\m-2m.dds Loading - texture: textures\tabl\tm15.dds Loading - binary model: models\sem/glowice/s4ypzcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypbg.e3d Loading - texture: textures\tabl\m-12m.dds Loading - texture: textures\tabl\k-2m.dds Loading - binary model: models\sem/wskazniki/w20v1s.e3d Loading - texture: textures\tabl\n-12m.dds Loading - texture: textures\tabl\z1-12.dds Loading - binary model: models\sem/glowice/s6ipcpzbz_dd.e3d Loading - binary model: models\sem/slupy/s6ibg.e3d Loading - binary model: models\sem/drabinki/d6i.e3d Loading - texture: textures\tabl\w1-12.dds Loading - texture: textures\tabl\u1-12.dds Loading - texture: textures\tabl\t1-12.dds Loading - texture: textures\tabl\t.dds Loading - binary model: models\sem/glowice/s1ic_dd.e3d Loading - binary model: models\sem/slupy/s2iml.e3d Loading - texture: textures\tabl\spa.dds Loading - binary model: models\sem/glowice/sp3ipzb_dd.e3d Loading - texture: textures\tabl\spb.dds Loading - texture: textures\tabl\spr.dds Loading - texture: textures\tabl\sps.dds Loading - binary model: models\sem/glowice/sp3yppbz_dd.e3d Loading - texture: textures\tabl\spf.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 Loading - binary model: models\pkp/sp2ccxx.e3d Loading - texture: textures\pkp\s_przejazd-ksa2-sd-ss2.dds Loading - binary model: models\pkp/sp2cc.e3d Loading - texture: textures\pkp\s_przejazd-ksa1-sd-ss2.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\pkp/rezonator.e3d Loading - texture: textures\pkp\rezonator.dds Loading - binary model: models\ip/pkp/w4.e3d Loading - texture: textures\pkp\wskazniki1.dds Loading - texture: textures\\metalplatedirt1.dds Loading - binary model: models\ip/pkp/w5.e3d Loading - texture: textures\pkp\w5.dds Loading - texture: textures\ip\pkp\w6a.dds Loading - binary model: models\ip/pkp/w6.e3d Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Event "none_warning" is ignored. Loading - texture: textures\pkp\w8_v2\w8_3.dds Loading - binary model: models\ip/pkp/w8.e3d Loading - binary model: models\tr/we8_9_fix.e3d Loading - texture: textures\\rail_screw_unused1.dds Loading - binary model: models\ip/pkp/w9.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 - texture: textures\pkp\w8_v2\w8_8.dds Loading - texture: textures\pkp\w8_v2\w8_6.dds Loading - texture: textures\pkp\w8_v2\d6_3.dds Loading - texture: textures\pkp\w8_v2\w8_5.dds Loading - texture: textures\pkp\w8_v2\w8_2.dds Loading - texture: textures\pkp\w8_v2\w8_4.dds Loading - binary model: models\ip/pkp/w14.e3d Loading - texture: textures\ip\pkp\w16.dds Loading - binary model: models\ip/pkp/w16.e3d Loading - texture: textures\pkp\w27_12.dds Loading - binary model: models\ip/pkp/w27.e3d Loading - texture: textures\pkp\transparent.dds Loading - texture: textures\pkp\w27_4.dds Loading - texture: textures\pkp\w28-r3.dds Loading - binary model: models\ip/pkp/w28.e3d Loading - texture: textures\pkp\w28-r6.dds Loading - binary model: models\ip/pkp/d1.e3d Loading - texture: textures\ip\pkp\2006\d1-4.dds Loading - binary model: models\pmppw/6h40m.e3d Loading - texture: textures\ip\balustrada_2.dds Loading - texture: textures\ip\lgtrust1.dds Loading - texture: textures\ip\door1.dds Loading - texture: textures\linia61\stradom_tab1.dds Loading - texture: textures\linia61\peronyhs.dds Loading - texture: textures\linia61\hs_ozn_stacji.dds Loading - binary model: models\linia61/blach_dw1.e3d Loading - texture: textures\roof\dachow09.dds Loading - texture: textures\linia61\blachowniadw1.dds Loading - binary model: models\linia61/blach_nd1.e3d Loading - texture: textures\linia61\nastawnia_bl2.dds Loading - binary model: models\linia61/blach_nd2.e3d Loading - texture: textures\linia61\nastawnia_bl2.dds Duplicated model: none02 Loading - binary model: models\linia61/magazyny_bl1.e3d Loading - texture: textures\linia61\magazyny_bl1.dds Duplicated model: none04 Loading - binary model: models\linia61/druznik_pietrzaki1.e3d Loading - texture: textures\roof\roof-redtiles-aged1.dds Loading - texture: textures\linia61\druznik_bl1.dds Loading - binary model: models\linia61/gnaszyn_nd2_wsch.e3d Loading - texture: textures\linia61\gnaszyn_ns1.dds Duplicated model: none05 Loading - binary model: models\linia61/gnaszyn_nd1_zach.e3d Loading - texture: textures\linia61\gnaszyn_ns2.dds Duplicated model: none05 Loading - binary model: models\linia61/jawornicand.e3d Loading - texture: textures\linia61\kwc_nd2.dds Loading - texture: textures\linia61\bud1_bok1.dds Loading - texture: textures\linia61\jawornica_liswarta1.dds Loading - texture: textures\linia61\murek.dds Loading - texture: textures\linia61\jawornica_liswarta2.dds Loading - texture: textures\herby_1a.dds Loading - texture: textures\l144\ozimek_dw2.dds Loading - texture: textures\linia61\hs_buddw_przod_2.dds Loading - texture: textures\linia61\bud1_bok2.dds Loading - texture: textures\linia61\hs_bud_bok.dds Loading - texture: textures\linia61\hs_buddw_przod_1.dds Loading - binary model: models\linia61/liswartand.e3d Loading - texture: textures\linia61\murek.dds Loading - texture: textures\linia61\liswarta.dds Loading - binary model: models\linia61/bacznosc1.e3d Loading - texture: textures\linia61\bacznosc_rdza.dds Loading - texture: textures\detal\rozklad_bok.dds Loading - binary model: models\wasyl/st_bp.e3d Loading - texture: textures\wasyl\st_bp.dds Loading - texture: textures\wasyl\beon.dds Loading - texture: textures\wasyl\reklama_duza\krew_1.dds Loading - binary model: models\wasyl/reklama_duza.e3d Loading - texture: textures\wasyl\ramy.dds Loading - texture: textures\wasyl\reklama_duza\polityka.dds Loading - texture: textures\wasyl\reklama_duza\smiec.dds Loading - texture: textures\wasyl\reklama_duza\raj.dds Loading - texture: textures\wasyl\reklama_duza\slogi.dds Loading - texture: textures\wasyl\reklama_duza\tr_1.dds Loading - binary model: models\bud2/domek1k.e3d Loading - texture: textures\bud2\domek1.dds Loading - binary model: models\bud2/domek2k.e3d Loading - texture: textures\bud2\domek2.dds Loading - binary model: models\bud2/domek3k.e3d Loading - texture: textures\bud\blok.dds Loading - binary model: models\bud/blok_4.e3d Loading - texture: textures\bud\balk.dds Loading - texture: textures\bud\blookrange.dds Loading - texture: textures\bud\blokczerpas.dds Loading - texture: textures\pkp\odsekc20.dds Loading - binary model: models\pkp/odsekc20.e3d Loading - texture: textures\pkp\szafaprzek1-drzwi.dds Loading - texture: textures\pkp\szafaprzek1-tyl.dds Loading - texture: textures\asphalt1.dds Loading - texture: textures\eng\most1-jezdniablach.dds Loading - binary model: models\eng/most1pp.e3d Loading - texture: textures\\wiadukt-beton1-filarprzod.dds Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\most1-front.dds Loading - texture: textures\eng\most1-spod.dds Loading - binary model: models\eng/most1s.e3d Loading - binary model: models\eng/most22sp.e3d Loading - texture: textures\eng\most1-bok1b.dds Loading - binary model: models\eng/filar-most2-2.e3d Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - texture: textures\eng\#barierka2.dds Loading - binary model: models\pm/hala2.e3d Loading - texture: textures\pm\hala2.dds Loading - binary model: models\pm/hala3.e3d Loading - texture: textures\pm\hala3.dds Loading - binary model: models\detal/rj1.e3d Loading - texture: textures\detal\rozklady.dds Loading - texture: textures\detal\rozkladb.dds Loading - binary model: models\detal/rj2.e3d Loading - texture: textures\linia61\peron2.dds Loading - binary model: models\linia61/tablica_hn.e3d Loading - texture: textures\\road-side1.dds Loading - texture: textures\linia61\peron3.dds Loading - texture: textures\linia61\peron1.dds Loading - binary model: models\slimson/mur.e3d Loading - texture: textures\slimson\concrete.dds Loading - texture: textures\\concrete1.dds Loading - binary model: models\isdr/iz_tg_kosz.e3d Loading - binary model: models\isdr/lbc_tablica.e3d Loading - texture: textures\isdr\lbc_tabl.dds Duplicated model: none07 Duplicated model: none10 Loading - binary model: models\linia61/wiadukt1.e3d Loading - texture: textures\\asphaltgray1.dds Loading - texture: textures\\#wiaduktbarierki-nb.dds Loading - texture: textures\\oslonatrakcji.dds Loading - binary model: models\linia61/dworzecstradom.e3d Loading - texture: textures\wall\wallstone_irregular2.dds Loading - texture: textures\linia61\str3.dds Loading - texture: textures\linia61\str1.dds Loading - texture: textures\roof\rooftiles-orange2.dds Loading - texture: textures\linia61\str2.dds Loading - texture: textures\linia61\chodnik-6k-1x2m.dds Duplicated model: none01 Loading - binary model: models\linia61/lis_n1.e3d Loading - texture: textures\linia61\lisow1.dds Loading - texture: textures\\oslonatrakcji-d.dds Loading - texture: textures\linia61\lisow_nast2.dds Loading - texture: textures\linia61\lisow_nast_2a.dds Loading - binary model: models\linia61/lis_n2.e3d Duplicated model: none02 Loading - binary model: models\linia61/buda_str1.e3d Loading - texture: textures\linia61\bud1_bok.dds Loading - binary model: models\linia61/gnaszyn_dworzec_gl.e3d Loading - texture: textures\linia61\czgnaszyn2.dds Loading - texture: textures\roof\roof-redtiles-aged2.dds Loading - binary model: models\linia61/hs_wiata12.e3d Loading - binary model: models\linia61/hs_nd1.e3d Loading - texture: textures\linia61\hs_nd1.dds Loading - binary model: models\linia61/kosciol.e3d Loading - texture: textures\linia61\kosciol_hs.dds Loading - texture: textures\roof\roofmetalplate1.dds Loading - binary model: models\linia61/wierzahs_oswiet.e3d Loading - texture: textures\tr\metal_zwis1.dds Loading - binary model: models\linia61/stradom_info1per.e3d Loading - texture: textures\linia61\duperele_stradom.dds Loading - binary model: models\linia61/kwc_nd1.e3d Loading - texture: textures\linia61\kwc_nd1.dds Loading - texture: textures\linia61\kwc_nd3.dds Loading - binary model: models\linia61/kwc_dw1.e3d Loading - texture: textures\roof\jelitkowo_dach.dds Loading - texture: textures\linia61\kochanowice1dw.dds Loading - binary model: models\linia61/lis_dworzec1.e3d Loading - texture: textures\roof\roof-asphaltstrip-new1.dds Loading - texture: textures\linia61\lis_dw3.dds Loading - texture: textures\linia61\lis_dw1.dds Loading - texture: textures\linia61\lis_dw2.dds Loading - binary model: models\linia61/rurociag_lbc.e3d Loading - texture: textures\tr\#est-bramkaszara-s770.dds Loading - texture: textures\tr\est-bramkaszara-s770.dds Loading - texture: textures\\wm15_yellow.dds Loading - binary model: models\linia61/silosy_lbc.e3d Loading - texture: textures\\beton_white.dds Loading - texture: textures\\asphaltdark1.dds Loading - binary model: models\mlody/wierzacisnien.e3d Loading - texture: textures\mlody\wierzacisnien.dds Duplicated model: none01 Loading - binary model: models\mlody/blokmalyhn.e3d Loading - texture: textures\mlody\blok1.dds Loading - texture: textures\mlody\dworzec_dach.dds Loading - texture: textures\eng\wiadukt3-filarbok.dds Duplicated model: none02 Loading - binary model: models\mlody/dworzechn.e3d Loading - texture: textures\mlody\dworzechn.dds Duplicated model: none03 Loading - binary model: models\mlody/nastawniahn.e3d Loading - texture: textures\mlody\nastawniahnbmp.dds Duplicated model: none04 Loading - binary model: models\mlody/blokduzyhn.e3d Loading - texture: textures\mlody\blok2a.dds Loading - binary model: models\mlody/budmonterow.e3d Loading - texture: textures\mlody\budmonterow.dds Loading - binary model: models\mlody/wierzametalowa.e3d Loading - texture: textures\mlody\#krata.dds Duplicated model: wierza Loading - binary model: models\mlody/kladka.e3d Loading - texture: textures\wood\woodgraybrown1.dds Loading - texture: textures\\beton2.dds Duplicated model: kladka Loading - binary model: models\mlody/koszlawka.e3d Loading - texture: textures\mlody\siodlo.dds Loading - texture: textures\wood\woodredbrown2_agedplanks.dds Loading - binary model: models\mlody/kibel.e3d Loading - texture: textures\mlody\kibel.dds Loading - texture: textures\roof\roof-redtiles-aged3.dds Loading - binary model: models\mlody/budb.e3d Loading - texture: textures\mlody\bud1.dds Loading - texture: textures\\brick-gray.dds Loading - binary model: models\mlody/kts.e3d Loading - texture: textures\mlody\kts.dds Loading - binary model: models\mlody/magazyn.e3d Loading - texture: textures\materials\stonesfinedarkgray1.dds Loading - texture: textures\mlody\drzwi.dds Loading - texture: textures\\fence.dds Loading - texture: textures\mlody\wiata3nczerwona.dds Loading - texture: textures\mlody\chodnik-6k-1x2m.dds Loading - texture: textures\\podklad1.dds Loading - binary model: models\mlody/nastawniahn1.e3d Loading - texture: textures\mlody\hn1.dds Loading - texture: textures\mlody\dachowka.dds Loading - binary model: models\mlody/wiata.e3d Loading - texture: textures\metal\metalplatedirt1.dds Loading - texture: textures\bud\wiata3p.dds Duplicated model: wiata Duplicated model: wiata Loading - binary model: models\isdr/lbc_peron.e3d Loading - texture: textures\isdr\lbc_bud_isdr_peron.dds Loading - binary model: models\isdr/lbc3.e3d Loading - texture: textures\isdr\lbc3.dds Loading - texture: textures\bud\will_brick2_base.dds Loading - texture: textures\bud\2bok-cegla1.dds Duplicated model: none02 Loading - binary model: models\isdr/lbc_nfz.e3d Loading - texture: textures\isdr\lbc_nfz.dds Loading - texture: textures\bruchniewo\#dach.dds Loading - texture: textures\bruchniewo\bud_waga.dds Loading - binary model: models\isdr/lbc_ladownia+bud.e3d Loading - texture: textures\isdr\lbc_blok+ladownia.dds Loading - binary model: models\isdr/lbc_bud2.e3d Loading - texture: textures\isdr\bud1_przod.dds Loading - texture: textures\\czarny.dds Loading - texture: textures\\3bok-staraceglatynk1.dds Loading - binary model: models\isdr/lbc_dysp.e3d Loading - texture: textures\isdr\lbc_dysp.dds Duplicated model: none01 Loading - binary model: models\isdr/lbc_bud3.e3d Loading - texture: textures\isdr\lbc_bud3.dds Duplicated model: none04 Loading - binary model: models\isdr/lbc_wiata.e3d Loading - texture: textures\isdr\wiata3pp.dds Loading - texture: textures\slimson\wiadukt_bar.dds Loading - texture: textures\isdr\wiata_wyjscie.dds Loading - texture: textures\isdr\slup.dds Duplicated model: none12 Loading - binary model: models\isdr/lbc_dworzec.e3d Loading - texture: textures\isdr\dworzec_lbc.dds Loading - binary model: models\isdr/lbc_bud4.e3d Loading - texture: textures\isdr\lbc_bud4.dds Loading - binary model: models\isdr/lbc_siatka.e3d Loading - binary model: models\isdr/lbc_podjazd.e3d Loading - texture: textures\\beton_01.dds Loading - binary model: models\isdr/lbc_ise.e3d Loading - texture: textures\isdr\lbc_ise.dds Loading - texture: textures\isdr\wierza.dds Loading - texture: textures\isdr\lbc_ise_popr1.dds Duplicated model: none03 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 Duplicated model: magazyn Loading - binary model: models\zegar.e3d Loading - texture: textures\zegar.dds Loading - binary model: models\siatka.e3d Loading - texture: textures\wm15_yellow.dds Loading - texture: textures\fence-chainedwire2.dds Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Duplicated model: nonea Loading - binary model: models\isdr/lbc_kwietnik.e3d Loading - texture: textures\\beton001.dds Loading - texture: textures\\grassdarkgreen2.dds Duplicated model: none05 Loading - binary model: models\kwietnik.e3d Loading - texture: textures\kwiatki.dds Loading - binary model: models\pkp/koziolbeton.e3d Loading - texture: textures\\wzw.dds Loading - texture: textures\chodnik-6k-1x2m.dds Loading - texture: textures\peronyl61.dds Loading - texture: textures\perony_bok_l61.dds Loading - texture: textures\chodnik1.dds Loading - texture: textures\peronmoj.dds Loading - texture: textures\beton_01.dds Loading - texture: textures\asphaltgray1.dds Loading - texture: textures\wiadukt-beton2-przeslo.dds Loading - texture: textures\stradomnd.dds Loading - texture: textures\fence237.dds Loading - texture: textures\fence2.dds Loading - texture: textures\metalplatedirt1.dds Loading - texture: textures\forest_b8.dds Loading - texture: textures\@oslonatrakcji.dds Loading - texture: textures\zywoplot.dds Loading - texture: textures\wall\wallstone_irregular1.dds Loading - texture: textures\materials\coalfine1.dds Loading - texture: textures\wiadukt-beton1-filarbok.dds Loading - texture: textures\wiadukt-beton1-filarprzod.dds Loading - texture: textures\wiadukt-beton1-przeslo.dds Loading - texture: textures\grassdarkgreen2.dds Loading - texture: textures\concrete-mozaic1.dds Loading - texture: textures\plot_l61.dds Loading - texture: textures\fence1.dds Loading - texture: textures\fence-concrete1.dds Loading - texture: textures\rozkrz34r150-tpbps-new2.dds Loading - texture: textures\rozkrz34r150-tpd1.dds Loading - texture: textures\podklad1.dds Loading - texture: textures\wzw.dds Loading - texture: textures\asphalt1_solidwhite.dds Loading - texture: textures\asphaltdark1_side1.dds Loading - texture: textures\asphalt1_dashedwhite.dds Loading - texture: textures\droga_polna.dds Loading - texture: textures\grass_a.dds Loading - texture: textures\plateplatform1.dds Loading - texture: textures\plateplatform1_side.dds Loading - texture: textures\asphalt1_side1.dds Loading - texture: textures\asphalt1_side2.dds Loading - binary model: models\isdr/lbc_lampa2.e3d Loading - texture: textures\\concrete_zwr.dds Duplicated model: none13 Loading - binary model: models\isdr/lbc_lampa1.e3d Duplicated model: none25 Duplicated model: none26 Duplicated model: none43 Duplicated model: none44 Duplicated model: none45 Duplicated model: none47 Duplicated model: none48 Duplicated model: none16 Duplicated model: none17 Loading - binary model: models\mlody/lampa2.e3d Loading - texture: textures\mlody\prazki.dds Loading - binary model: models\linia61/lampay_str_nosmok.e3d Duplicated model: none05 Loading - binary model: models\linia61/lampay_str.e3d Loading - binary model: models\linia61/lampal_str.e3d Duplicated model: none07 Duplicated model: none08 Loading - binary model: models\mlody/lampa1.e3d Loading - binary model: models\mlody/lampa1drewniana.e3d Duplicated model: none08 Duplicated model: none09 Duplicated model: none10 Duplicated model: none11 Duplicated model: none12 Duplicated model: none13 Duplicated model: none14 Duplicated model: none15 Duplicated model: none05 Duplicated model: none06 Duplicated model: none08 Duplicated model: none09 Duplicated model: none08 Duplicated model: none04 Duplicated model: none05 Duplicated model: none06 Duplicated model: none12 Duplicated model: none07 Duplicated model: none24 Duplicated model: none25 Duplicated model: none26 Duplicated model: none27 Duplicated model: none30 Duplicated model: none31 Duplicated model: none32 Duplicated model: none33 Duplicated model: none39 Duplicated model: none40 Duplicated model: none41 Duplicated model: none42 Duplicated model: none49 Duplicated model: none50 Duplicated model: none51 Duplicated model: none35 Duplicated model: none36 Duplicated model: none37 Duplicated model: none38 Loading - binary model: models\detal/lampahg-betdziur1.e3d Loading - texture: textures\detal\#beton_slup2.dds Loading - texture: textures\detal\lampa_metal.dds Loading - texture: textures\plants\krzak_1.dds Loading - texture: textures\l61_plants\drzewo512a.dds Loading - texture: textures\l61_plants\drzewo512r.dds Loading - texture: textures\l61_plants\drzewo512k.dds Loading - texture: textures\l61_plants\drzewo512l.dds Loading - texture: textures\l61_plants\drzewo512h.dds Loading - texture: textures\l61_plants\drzewo512j.dds Loading - texture: textures\l61_plants\drzewo1024b.dds Loading - texture: textures\l61_plants\drzewo1024c.dds Loading - texture: textures\l61_plants\drzewo1024g.dds Loading - texture: textures\l61_plants\drzewo1024f.dds Loading - texture: textures\l61_plants\drzewo1024e.dds Loading - texture: textures\l61_plants\drzewo1024s.dds Loading - texture: textures\l61_plants\drzewo1024a.dds Loading - texture: textures\l61_plants\drzewo1024l.dds Loading - texture: textures\l61_plants\drzewo1024o.dds Loading - texture: textures\l61_plants\drzewo1024n.dds Loading - texture: textures\l61_plants\drzewo512f.dds Loading - texture: textures\l61_plants\drzewo1024i.dds Loading - texture: textures\l61_plants\drzewo1024h.dds Loading - texture: textures\l61_plants\drzewo1024d.dds Loading - texture: textures\plants\krzak1.dds Loading - texture: textures\l61_plants\drzewo512m.dds Loading - texture: textures\l61_plants\drzewo1024x.dds Loading - texture: textures\l61_plants\drzewo1024v.dds Loading - texture: textures\drzewa-las2_v2.dds Loading - texture: textures\rainsted\slhm.dds Loading - binary model: models\rainsted/slhm.e3d Loading - texture: textures\rainsted\slhm1.dds Loading - binary model: models\rainsted/slhm_88.e3d Loading - binary model: models\rainsted/slhm_87.e3d Loading - texture: textures\rainsted\slhm8.dds Loading - binary model: models\rainsted/slhm_86.e3d Loading - texture: textures\rainsted\slhm4.dds Loading - binary model: models\rainsted/slhm_55.e3d Loading - texture: textures\rainsted\slhm2.dds Loading - texture: textures\rainsted\slhm0.dds Loading - texture: textures\rainsted\slhm7.dds Loading - texture: textures\rainsted\slhm6.dds Loading - texture: textures\rainsted\slhm9.dds Loading - texture: textures\rainsted\slhm5.dds Loading - texture: textures\rainsted\slhm3.dds Loading - texture: textures\grass_l61\@16.dds Loading - texture: textures\rzepak.dds Loading - texture: textures\widok3.dds Loading - texture: textures\widok2.dds Loading - texture: textures\fauna1.dds Loading - texture: textures\fauna4.dds Loading - texture: textures\fauna5.dds Loading - texture: textures\fauna7.dds Loading - texture: textures\fauna3.dds Loading - texture: textures\fauna6.dds Loading - binary model: models\posers/cman0001-st.e3d Loading - texture: textures\posers\cman0001.dds Loading - binary model: models\posers/cman0004-st.e3d Loading - texture: textures\posers\cman0004.dds Loading - binary model: models\posers/cman0009-st.e3d Loading - texture: textures\posers\cman0009.dds Loading - binary model: models\posers/cman0002-wa.e3d Loading - texture: textures\posers\cman0002.dds Loading - binary model: models\posers/cman0005-wa.e3d Loading - texture: textures\posers\cman0005.dds Loading - binary model: models\posers/cman0007-wa.e3d Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\posers/cman0002-se.e3d Loading - binary model: models\posers/cman0009-se.e3d Loading - binary model: models\posers/cman0005-se.e3d Loading - binary model: models\posers/cman0003-re.e3d Loading - texture: textures\posers\cman0003.dds Loading - binary model: models\posers/cman0007-se.e3d Loading - binary model: models\posers/cman0006-wa.e3d Loading - texture: textures\posers\cman0006.dds EventLauncher at 10:30 InitNormals InitNormals OK InitTracks InitTracks OK InitTraction InitTraction OK InitEvents InitEvents OK InitLaunchers InitLaunchers OK InitGlobalTime InitGlobalTime OK FirstInit is done Loading - binary model: dynamic\pkp\et22_v2\201e.e3d Loading - texture: textures\tabor\aircoupler.dds Loading - texture: textures\tabor\lacznik_dachowy.dds Loading - texture: textures\tabor\izolator.dds Loading - texture: dynamic\pkp\et22_v2\201e_wozek.dds Loading - texture: textures\tabor\koloalst_new.dds Loading - texture: textures\tabor\klocekham.dds Loading - texture: dynamic\pkp\et22_v2\wozek_lod.dds Loading - texture: dynamic\pkp\et22_v2\201e-768.dds Loading - binary model: dynamic\pkp\bdhpumn_v2\bdhpumn.e3d Loading - texture: dynamic\pkp\bdhpumn_v2\505126-08011-6.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\kolopeln.dds Loading - texture: textures\tabor\pradnica.dds Loading - texture: textures\tabor\dol.dds Loading - texture: dynamic\pkp\1xxa_v1\a9ou_131-9.dds Loading - texture: dynamic\pkp\1xxa_v1\a9ou_211-9.dds Loading - binary model: dynamic\pkp\1xxa_v1\120a.e3d Loading - texture: dynamic\pkp\1xxa_v1\120a_gw_2.dds Loading - texture: dynamic\pkp\1xxa_v1\111a14.dds New timetable for et22-768: rozklad 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: dynamic\pkp\e186_v1\e186-wozek.dds Loading - texture: dynamic\pkp\e186_v1\e186-132.dds Loading - binary model: dynamic\pkp\1xxa_v1\bddisu.e3d Loading - texture: dynamic\pkp\1xxa_v1\bddisu_czolo.dds Loading - texture: dynamic\pkp\1xxa_v1\bddisu_120.dds Loading - texture: dynamic\pkp\1xxa_v1\adu_160_2.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_160_1.dds Loading - texture: dynamic\pkp\1xxa_v1\b_120.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_160_2.dds Loading - texture: dynamic\pkp\1xxa_v1\azdnu_120.dds New timetable for e186-132: pe1221 Loading - texture: dynamic\pkp\et22_v2\201e-313.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-533-7509-2.dds Loading - binary model: dynamic\pkp\eaos_v1\coal.e3d Loading - texture: dynamic\pkp\eaos_v1\401w-27.dds Loading - binary model: dynamic\pkp\eaos_v1\412w.e3d Loading - texture: textures\tabor\1xt.dds Loading - texture: dynamic\pkp\eaos_v1\412w-35.dds New timetable for et22-313: rozklad Loading - binary model: dynamic\pkp\sm31_v1\sm31.e3d Loading - texture: dynamic\pkp\sm31_v1\ciensm31.dds Loading - texture: dynamic\pkp\sm31_v1\podloga.dds Loading - texture: dynamic\pkp\sm31_v1\stal5.dds Loading - texture: dynamic\pkp\sm31_v1\ziel.dds Loading - texture: dynamic\pkp\sm31_v1\zdez.dds Loading - texture: dynamic\pkp\sm31_v1\zdez3.dds Loading - texture: dynamic\pkp\sm31_v1\koncowka-zal.dds Loading - texture: dynamic\pkp\sm31_v1\lamp_zal.dds Loading - texture: dynamic\pkp\sm31_v1\stal.dds Loading - texture: dynamic\pkp\sm31_v1\czar.dds Loading - texture: dynamic\pkp\sm31_v1\stal4.dds Loading - texture: dynamic\pkp\sm31_v1\23.dds Loading - texture: dynamic\pkp\sm31_v1\32.dds Loading - texture: dynamic\pkp\sm31_v1\loko31.dds Loading - texture: dynamic\pkp\sm31_v1\loko3.dds Loading - texture: dynamic\pkp\sm31_v1\tyl.dds Loading - texture: dynamic\pkp\sm31_v1\zzz2.dds Loading - texture: dynamic\pkp\sm31_v1\rurka.dds Loading - texture: dynamic\pkp\sm31_v1\s.dds Loading - texture: textures\tabor\#sprzeg.dds Loading - texture: dynamic\pkp\sm31_v1\bokos.dds Loading - texture: dynamic\pkp\sm31_v1\stal3.dds Loading - texture: dynamic\pkp\sm31_v1\zdez2.dds Loading - texture: dynamic\pkp\sm31_v1\bak.dds Loading - texture: dynamic\pkp\sm31_v1\sprezyna.dds Loading - texture: dynamic\pkp\sm31_v1\stal2.dds Loading - texture: dynamic\pkp\sm31_v1\zz.dds Loading - texture: dynamic\pkp\sm31_v1\wenty.dds Loading - texture: dynamic\pkp\sm31_v1\lampa.dds Loading - texture: dynamic\pkp\sm31_v1\pomarancz.dds Loading - texture: dynamic\pkp\sm31_v1\koncowka.dds Loading - texture: dynamic\pkp\sm31_v1\zzz.dds Loading - texture: dynamic\pkp\sm31_v1\przud.dds Loading - binary model: dynamic\pkp\sieciowiec_v1\a.e3d Loading - texture: dynamic\pkp\sieciowiec_v1\a.dds Loading - texture: dynamic\pkp\sieciowiec_v1\ciena.dds Loading - texture: textures\tabor\zdezaki.dds Loading - texture: dynamic\pkp\sieciowiec_v1\dach.dds Loading - texture: dynamic\pkp\sieciowiec_v1\krata_pomost.dds Loading - texture: dynamic\pkp\sieciowiec_v1\izolator.dds Loading - texture: textures\tabor\pantograf.dds Loading - texture: dynamic\pkp\sieciowiec_v1\lampy.dds Loading - texture: dynamic\pkp\sieciowiec_v1\swiatla.dds Loading - texture: dynamic\pkp\sieciowiec_v1\wozek-r.dds Loading - binary model: dynamic\pkp\sieciowiec_v1\b.e3d Loading - texture: dynamic\pkp\sieciowiec_v1\b.dds Loading - texture: dynamic\pkp\sieciowiec_v1\cienb.dds Loading - texture: dynamic\pkp\sieciowiec_v1\wozek-s.dds Loading - binary model: dynamic\pkp\sieciowiec_v1\c.e3d New timetable for sm31-165: none New timetable for pasek: Loading - binary model: dynamic\road\passat\passat.e3d Loading - texture: dynamic\road\passat\cien.dds Loading - texture: dynamic\road\passat\tabr.dds New timetable for golf: Loading - binary model: dynamic\road\golf\golf.e3d Loading - texture: dynamic\road\golf\cien.dds Loading - texture: dynamic\road\golf\tabr.dds New timetable for arosa: Loading - binary model: dynamic\road\arosa\arosa.e3d Loading - texture: dynamic\road\arosa\cien.dds Loading - texture: dynamic\road\arosa\tabr.dds New timetable for ka: Loading - binary model: dynamic\road\ka\ka.e3d Loading - texture: dynamic\road\ka\cien.dds Loading - texture: dynamic\road\ka\tabr.dds New timetable for jelcz121mb: Loading - binary model: dynamic\road\jelczm121\m121mb.e3d Loading - texture: dynamic\road\jelczm121\m121_kr.dds Loading - texture: dynamic\road\jelczm121\kolo_silver_tyl.dds Loading - texture: dynamic\road\jelczm121\kolo_silver_przod.dds New timetable for autosan2: Loading - binary model: dynamic\road\h9\h9-21.e3d Loading - texture: dynamic\road\h9\kolo_h9_przod.dds Loading - texture: dynamic\road\h9\kolo_h9_tyl.dds Loading - texture: dynamic\road\h9\h9_pksnt02.dds New timetable for a4: Loading - binary model: dynamic\road\a4\a4.e3d Loading - texture: dynamic\road\a4\cien.dds Loading - texture: dynamic\road\a4\tabr.dds New timetable for jelcz: Loading - binary model: dynamic\road\jelcz\jelcz315pb.e3d Loading - texture: dynamic\road\jelcz\jelcz-podwozie.dds Loading - texture: textures\tabor\truck-redwheel1.dds Loading - texture: dynamic\road\jelcz\jelcz-kabina-b.dds Loading - texture: dynamic\road\jelcz\jelcz-pakaszaramis1.dds New timetable for zz0: New timetable for zz1: Loading - binary model: dynamic\road\ford\transit.e3d Loading - texture: dynamic\road\ford\kolo.dds Loading - texture: dynamic\road\ford\transit_niebieski.dds New timetable for zz2: New timetable for zz3: New timetable for zz4: Loading - binary model: dynamic\road\ik280db\ik280.e3d Loading - texture: dynamic\road\ik280db\ik280_przod.dds Loading - texture: dynamic\road\ik280db\ik280_tyl.dds Loading - texture: dynamic\road\ik280db\kolo_skretne.dds Loading - texture: dynamic\road\ik280db\kolo_napedowe.dds New timetable for zz5: New timetable for zz6: cgskj_overcast005.t3d init Loading - binary model: models\cgskj_overcast005.e3d Loading - texture: textures\sky\sky_overcast005.dds Ground init OK Player train init: et22-768 Loading - binary model: dynamic\pkp\et22_v2\201e_2]kabina_a.e3d Loading - texture: dynamic\pkp\et22_v2\201e_2]detale.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]szmycz.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]kontrolki.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]osl_pudlo_nast.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]szyba_naroznik.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]oslona.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rozklad.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]reczny.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]teczka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]shp_on.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]czuwak_on.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit2.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit_gora2.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pomocniczy.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]amper_obwodka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]hebel.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]przyciski.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rt9.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]radiotelnew.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]wskzeg.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit_gora4.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit1.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]duperele.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]mano.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]nastawnik.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit_gora3.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]wsk_mano.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]ampery_p.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]mano_p.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rt9_tarcza_p.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]sciana.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rama_czolo.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]nabuty.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]popielniczka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]podsufitka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]listwa_pulpit2.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]tylna_sciana.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pulpit_gora1.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]grzejnik.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]pod_zasilaczem.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]zasilacz.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]blacha.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]szyby_czolowe.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]czuwak_shp_off.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]szyba_bok.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]fotel.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]skala_nast.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]listwa_pulpit.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]ampery.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rama_okno_bok.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]kontrolka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]lampa.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]istotne_pierdoly.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]szafka_podradiem.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]klucz_kierunkowy.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]grzalka.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]zasadniczy.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rt9_tarcza.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]wskpr.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]nastawnik_pudlo.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]blachaa.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]podloga.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]sufit.dds Loading - texture: dynamic\pkp\et22_v2\201e_2]rama_okno_naroznik.dds Player train init OK Loading - texture: textures\smuga.tga Load time: 149.4 seconds Eventlauncher nazwa EVENT ADDED TO QUEUE: zdarzenie_poczatkowe Key pressed: [D] Key pressed: [Shift]+[J] Key pressed: [ ] Key pressed: [Shift]+[O] Key pressed: [Shift]+[P] 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] EVENT LAUNCHED: zdarzenie_poczatkowe Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1_s2 EVENT ADDED TO QUEUE: stradom_wyj_1a_s2 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_s6 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_s2 EVENT ADDED TO QUEUE: bl_wjazdowy2_s6 EVENT ADDED TO QUEUE: bl_wy2_s2 EVENT ADDED TO QUEUE: odjazd_08 EVENT LAUNCHED: stradom_wyj_1_s2 Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1_sem_ligh2 EVENT ADDED TO QUEUE: stradom_wyj_1_sem_info_vmax EVENT ADDED TO QUEUE: stradom_wyj_1_sem_distinfo_vmax EVENT LAUNCHED: stradom_wyj_1a_s2 Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1a_sem_info_vmax EVENT LAUNCHED: gnaszyn_wjazdowy1_s6 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_ligh10 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_lighs2 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_info_v100 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_distinfo_vmax EVENT ADDED TO QUEUE: gnaszyn_tarcza1_os3 EVENT LAUNCHED: gnaszyn_wyjazdowy1_s2 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_ligh2 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_info_vmax EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_distinfo_vmax EVENT LAUNCHED: bl_wjazdowy2_s6 Multiple passed EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_ligh10 EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_lighs2 EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_info_v100 EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_distinfo_vmax EVENT ADDED TO QUEUE: blachownia_tarcza1_os3 EVENT LAUNCHED: bl_wy2_s2 Multiple passed EVENT ADDED TO QUEUE: bl_wy2_sem_ligh2 EVENT ADDED TO QUEUE: bl_wy2_sem_info_vmax EVENT ADDED TO QUEUE: bl_wy2_sem_distinfo_vmax EVENT LAUNCHED: stradom_wyj_1_sem_ligh2 EVENT LAUNCHED: stradom_wyj_1_sem_distinfo_vmax EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_ligh10 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_lighs2 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_distinfo_vmax EVENT LAUNCHED: gnaszyn_tarcza1_os3 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_tarcza1_ligh3 EVENT ADDED TO QUEUE: gnaszyn_tarcza1_sem_distinfo_v100 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_ligh2 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_distinfo_vmax EVENT LAUNCHED: bl_wjazdowy2_sem_ligh10 EVENT LAUNCHED: bl_wjazdowy2_sem_lighs2 EVENT LAUNCHED: bl_wjazdowy2_sem_distinfo_vmax EVENT LAUNCHED: blachownia_tarcza1_os3 Multiple passed EVENT ADDED TO QUEUE: blachownia_tarcza1_ligh3 EVENT ADDED TO QUEUE: blachownia_tarcza1_sem_distinfo_v100 EVENT LAUNCHED: bl_wy2_sem_ligh2 EVENT LAUNCHED: bl_wy2_sem_distinfo_vmax EVENT LAUNCHED: gnaszyn_tarcza1_ligh3 EVENT LAUNCHED: gnaszyn_tarcza1_sem_distinfo_v100 EVENT LAUNCHED: blachownia_tarcza1_ligh3 EVENT LAUNCHED: blachownia_tarcza1_sem_distinfo_v100 Key pressed: [Shift]+[X] EVENT LAUNCHED: stradom_wyj_1_sem_info_vmax EVENT LAUNCHED: stradom_wyj_1a_sem_info_vmax EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_info_vmax EVENT LAUNCHED: bl_wy2_sem_info_vmax EVENT LAUNCHED: odjazd_08 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_info_v100 EVENT LAUNCHED: bl_wjazdowy2_sem_info_v100 Key pressed: [Shift]+[C] Key pressed: [Shift]+[Y] Key pressed: [Shift]+[U] Key pressed: [Shift]+[I] Key pressed: [Ctrl]+[B] Key pressed: [F] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [Num.] Key pressed: [Num4] Key pressed: [Num.] Key pressed: [Num4] Key pressed: [F4] Key pressed: [Shift]+[T] EVENT ADDED TO QUEUE: stradom_wyj_1_kasuj by e186-132 EVENT LAUNCHED: stradom_wyj_1_kasuj by e186-132 Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1_s1 by e186-132 EVENT ADDED TO QUEUE: stradom_wyj_1a_s1 by e186-132 EVENT LAUNCHED: stradom_wyj_1_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: stradom_wyj_1_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: stradom_wyj_1_w24off by e186-132 EVENT LAUNCHED: stradom_wyj_1a_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: stradom_wyj_1a_sem_info_stop by e186-132 EVENT LAUNCHED: stradom_wyj_1_sem_ligh1 by e186-132 EVENT LAUNCHED: stradom_wyj_1_w24off by e186-132 EVENT LAUNCHED: stradom_wyj_1a_sem_info_stop by e186-132 Key pressed: [F4] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] 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 ADDED TO QUEUE: cs_p11_zamykaj by e186-132 EVENT LAUNCHED: cs_p11_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_p11_stop1 by e186-132 EVENT ADDED TO QUEUE: cs_p11_stop2 by e186-132 EVENT ADDED TO QUEUE: cs_p11_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: cs_p11_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: cs_p11_rog1on by e186-132 EVENT ADDED TO QUEUE: cs_p11_rog2on by e186-132 Key pressed: [Num4] EVENT LAUNCHED: cs_p11_0_sygn1 by e186-132 EVENT LAUNCHED: cs_p11_0_sygn2 by e186-132 EVENT LAUNCHED: cs_p11_stop1 by e186-132 EVENT LAUNCHED: cs_p11_stop2 by e186-132 EVENT LAUNCHED: stradom_wyj_1_sem_info_stop by e186-132 EVENT LAUNCHED: cs_p11_rog1on by e186-132 EVENT LAUNCHED: cs_p11_rog2on by e186-132 Key pressed: [Ctrl]+[B] Key pressed: [F] Key pressed: [D] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [F4] EVENT ADDED TO QUEUE: lineinfo:str1 by e186-132 EVENT LAUNCHED: lineinfo:str1 by e186-132 Type: PutValues EVENT ADDED TO QUEUE: cs_p11_otwieraj1 by e186-132 EVENT LAUNCHED: cs_p11_otwieraj1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_p11_otwierajgdywolny1 by e186-132 EVENT LAUNCHED: cs_p11_otwierajgdywolny1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_p11_go1 by e186-132 EVENT ADDED TO QUEUE: cs_p11_go2 by e186-132 EVENT ADDED TO QUEUE: cs_p11_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: cs_p11_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: cs_p11_rog1off by e186-132 EVENT ADDED TO QUEUE: cs_p11_rog2off by e186-132 EVENT LAUNCHED: cs_p11_1_sygn1 by e186-132 EVENT LAUNCHED: cs_p11_1_sygn2 by e186-132 EVENT LAUNCHED: cs_p11_go1 by e186-132 EVENT LAUNCHED: cs_p11_go2 by e186-132 EVENT LAUNCHED: cs_p11_rog1off by e186-132 EVENT LAUNCHED: cs_p11_rog2off by e186-132 EVENT ADDED TO QUEUE: cs_prze1_zamykaj by e186-132 EVENT LAUNCHED: cs_prze1_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_prze1_stop1 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_stop2 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_rog1on by e186-132 EVENT ADDED TO QUEUE: cs_prze1_rog2on by e186-132 EVENT LAUNCHED: cs_prze1_0_sygn1 by e186-132 EVENT LAUNCHED: cs_prze1_0_sygn2 by e186-132 EVENT LAUNCHED: cs_prze1_stop1 by e186-132 EVENT LAUNCHED: cs_prze1_stop2 by e186-132 Key pressed: [F4] EVENT LAUNCHED: cs_prze1_rog1on by e186-132 EVENT LAUNCHED: cs_prze1_rog2on by e186-132 Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] Key pressed: [F3] Key pressed: [F3] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num4] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [R] Key pressed: [R] Key pressed: [D] Key pressed: [D] Key pressed: [R] EVENT ADDED TO QUEUE: gn_r2_shp by e186-132 EVENT ADDED TO QUEUE: cs_prze1_otwieraj2 by e186-132 EVENT LAUNCHED: gn_r2_shp by e186-132 Type: PutValues Key pressed: [Shift]+[]] EVENT LAUNCHED: cs_prze1_otwieraj2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_prze1_otwierajgdywolny2 by e186-132 Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] EVENT LAUNCHED: cs_prze1_otwierajgdywolny2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: cs_prze1_go1 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_go2 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: cs_prze1_rog1off by e186-132 EVENT ADDED TO QUEUE: cs_prze1_rog2off by e186-132 Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] Key pressed: [Shift]+[]] EVENT LAUNCHED: cs_prze1_1_sygn1 by e186-132 EVENT LAUNCHED: cs_prze1_1_sygn2 by e186-132 EVENT LAUNCHED: cs_prze1_go1 by e186-132 EVENT LAUNCHED: cs_prze1_go2 by e186-132 EVENT LAUNCHED: cs_prze1_rog1off by e186-132 EVENT LAUNCHED: cs_prze1_rog2off by e186-132 Key pressed: [[] Key pressed: [[] Key pressed: [[] Key pressed: [[] Key pressed: [[] Key pressed: [[] Key pressed: [Shift]+[[] Key pressed: [Shift]+[]] Key pressed: [P] EVENT ADDED TO QUEUE: gn_r3_shp by e186-132 EVENT LAUNCHED: gn_r3_shp by e186-132 Type: PutValues Key pressed: [Num+] EVENT ADDED TO QUEUE: herby_ang2bc by e186-132 EVENT LAUNCHED: herby_ang2bc by e186-132 Multiple passed EVENT ADDED TO QUEUE: herby_ang2_wz8 by e186-132 EVENT ADDED TO QUEUE: herby_ang2_av40 by e186-132 EVENT ADDED TO QUEUE: herby_ang2_a1 by e186-132 EVENT ADDED TO QUEUE: herby_ang2_b1 by e186-132 EVENT ADDED TO QUEUE: herby_ang2_c1 by e186-132 EVENT ADDED TO QUEUE: herby_ang2_d1 by e186-132 EVENT LAUNCHED: herby_ang2_av40 by e186-132 type: TrackVel EVENT LAUNCHED: herby_ang2_a1 by e186-132 EVENT LAUNCHED: herby_ang2_b1 by e186-132 EVENT LAUNCHED: herby_ang2_c1 by e186-132 EVENT LAUNCHED: herby_ang2_d1 by e186-132 EVENT ADDED TO QUEUE: hs_12_zwr61- by e186-132 EVENT LAUNCHED: hs_12_zwr61- by e186-132 Multiple passed EVENT ADDED TO QUEUE: hs_12_zwr61_wz2 by e186-132 EVENT ADDED TO QUEUE: hs_12_zwr61_1 by e186-132 EVENT ADDED TO QUEUE: hs_12_zwr61_v40 by e186-132 EVENT LAUNCHED: hs_12_zwr61_1 by e186-132 EVENT LAUNCHED: hs_12_zwr61_v40 by e186-132 type: TrackVel EVENT LAUNCHED: herby_ang2_wz8 by e186-132 EVENT LAUNCHED: hs_12_zwr61_wz2 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_s1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy1_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy1_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: gnaszyn_tarcza1_os1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_lighs1 by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_os1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_tarcza1_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_tarcza1_sem_distinfo_slow by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_sem_distinfo_slow by e186-132 Key pressed: [F4] EVENT ADDED TO QUEUE: hn_c3m_s2 by e186-132 EVENT LAUNCHED: hn_c3m_s2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: hn_c3m_sem_ligh2 by e186-132 EVENT ADDED TO QUEUE: hn_c3m_sem_info_vmax by e186-132 EVENT ADDED TO QUEUE: hn_c3m_sem_distinfo_vmax by e186-132 EVENT LAUNCHED: hn_c3m_sem_ligh2 by e186-132 EVENT LAUNCHED: hn_c3m_sem_distinfo_vmax by e186-132 EVENT LAUNCHED: hn_c3m_sem_info_vmax by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_zamykaj by e186-132 EVENT LAUNCHED: gnaszyn_p1_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_p1_stop by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_rog1on by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_rog2on by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_bell1on by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_bell2on by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_sem_distmem_vmax by e186-132 EVENT LAUNCHED: gnaszyn_p1_0_sygn1 by e186-132 EVENT LAUNCHED: gnaszyn_p1_0_sygn2 by e186-132 EVENT LAUNCHED: gnaszyn_p1_sem_distmem_vmax by e186-132 EVENT ADDED TO QUEUE: odjazd_01 by e186-132 EVENT LAUNCHED: gnaszyn_p1_bell1on by e186-132 EVENT LAUNCHED: gnaszyn_p1_bell2on by e186-132 EVENT LAUNCHED: odjazd_01 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy2_s1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy2_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wjazdowy2_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy2_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wjazdowy2_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: gnaszyn_tarcza1_os1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy2_sem_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy2_sem_lighs1 by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_os1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_tarcza1_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_tarcza1_sem_distinfo_slow by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_tarcza1_sem_distinfo_slow by e186-132 EVENT LAUNCHED: gnaszyn_p1_rog1on by e186-132 EVENT LAUNCHED: gnaszyn_p1_rog2on by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy1_sem_info_stop by e186-132 EVENT LAUNCHED: gnaszyn_p1_stop by e186-132 EVENT LAUNCHED: gnaszyn_wjazdowy2_sem_info_stop by e186-132 Key pressed: [F4] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num4] EVENT ADDED TO QUEUE: gnaszyn_ang3ac by e186-132 EVENT LAUNCHED: gnaszyn_ang3ac by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_ang3_wz6 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_ang3_av100 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_ang3_a0 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_ang3_b0 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_ang3_c0 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_ang3_d0 by e186-132 EVENT LAUNCHED: gnaszyn_ang3_av100 by e186-132 type: TrackVel EVENT LAUNCHED: gnaszyn_ang3_a0 by e186-132 EVENT LAUNCHED: gnaszyn_ang3_b0 by e186-132 EVENT LAUNCHED: gnaszyn_ang3_c0 by e186-132 EVENT LAUNCHED: gnaszyn_ang3_d0 by e186-132 EVENT LAUNCHED: gnaszyn_ang3_wz6 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_s1 by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_w24off by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_info_stop by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_w24off by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_s1 by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: gnaszyn_wyjazdowy1_w24off by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_ligh1 by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_sem_info_stop by e186-132 EVENT LAUNCHED: gnaszyn_wyjazdowy1_w24off by e186-132 Key pressed: [D] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: gnaszyn_p1_otwieraj1 by e186-132 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT LAUNCHED: gnaszyn_p1_otwieraj1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_p1_bell1off by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_bell2off by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_otwierajgdywolny1 by e186-132 EVENT LAUNCHED: gnaszyn_p1_bell1off by e186-132 EVENT LAUNCHED: gnaszyn_p1_bell2off by e186-132 Key pressed: [Num+] EVENT LAUNCHED: gnaszyn_p1_otwierajgdywolny1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: gnaszyn_p1_go by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_rog1off by e186-132 EVENT ADDED TO QUEUE: gnaszyn_p1_rog2off by e186-132 Key pressed: [Num+] EVENT LAUNCHED: gnaszyn_p1_1_sygn1 by e186-132 EVENT LAUNCHED: gnaszyn_p1_1_sygn2 by e186-132 Key pressed: [Num+] EVENT LAUNCHED: gnaszyn_p1_go by e186-132 EVENT LAUNCHED: gnaszyn_p1_rog1off by e186-132 EVENT LAUNCHED: gnaszyn_p1_rog2off by e186-132 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num-] Key pressed: [F4] Key pressed: [F4] Key pressed: [F4] Key pressed: [F4] EVENT ADDED TO QUEUE: hn_c3m_s1 by et22-768 EVENT LAUNCHED: hn_c3m_s1 by et22-768 Multiple passed EVENT ADDED TO QUEUE: hn_c3m_sem_ligh1 by et22-768 EVENT ADDED TO QUEUE: hn_c3m_sem_info_stop by et22-768 EVENT LAUNCHED: hn_c3m_sem_ligh1 by et22-768 EVENT LAUNCHED: hn_c3m_sem_info_stop by et22-768 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num2] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [D] Key pressed: [Num4] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num4] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [ ] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: przejazd_bl2_zamykaj by e186-132 EVENT LAUNCHED: przejazd_bl2_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl2_stop1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_stop2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_rog1on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_rog2on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_sem_distmem_vmax by e186-132 EVENT LAUNCHED: przejazd_bl2_0_sygn1 by e186-132 EVENT LAUNCHED: przejazd_bl2_0_sygn2 by e186-132 EVENT LAUNCHED: przejazd_bl2_sem_distmem_vmax by e186-132 EVENT LAUNCHED: przejazd_bl2_stop1 by e186-132 EVENT LAUNCHED: przejazd_bl2_stop2 by e186-132 EVENT LAUNCHED: przejazd_bl2_rog1on by e186-132 EVENT LAUNCHED: przejazd_bl2_rog2on by e186-132 Key pressed: [Num7] Key pressed: [Num4] Key pressed: [F4] Key pressed: [F4] EVENT ADDED TO QUEUE: bl_r1a_shp by e186-132 EVENT LAUNCHED: bl_r1a_shp by e186-132 Type: PutValues Key pressed: [Num7] Key pressed: [Num4] Key pressed: [Num-] Key pressed: [Num+] EVENT ADDED TO QUEUE: przejazd_bl2_otwieraj1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_zamykaj by e186-132 EVENT LAUNCHED: przejazd_bl1_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl1_stop by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_rog1on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_rog2on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_bell1on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_bell2on by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_sem_distmem_vmax by e186-132 Key pressed: [Shift]+[;] EVENT LAUNCHED: przejazd_bl1_0_sygn1 by e186-132 EVENT LAUNCHED: przejazd_bl1_0_sygn2 by e186-132 EVENT LAUNCHED: przejazd_bl1_sem_distmem_vmax by e186-132 Key pressed: [;] EVENT LAUNCHED: przejazd_bl1_bell1on by e186-132 EVENT LAUNCHED: przejazd_bl1_bell2on by e186-132 EVENT LAUNCHED: przejazd_bl2_otwieraj1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl2_otwierajgdywolny1 by e186-132 Key pressed: [Shift]+[Ctrl]+[;] EVENT LAUNCHED: przejazd_bl2_otwierajgdywolny1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl2_go1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_go2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_rog1off by e186-132 EVENT ADDED TO QUEUE: przejazd_bl2_rog2off by e186-132 Key pressed: [Ctrl]+[;] EVENT LAUNCHED: przejazd_bl2_1_sygn1 by e186-132 EVENT LAUNCHED: przejazd_bl2_1_sygn2 by e186-132 EVENT LAUNCHED: przejazd_bl2_go1 by e186-132 EVENT LAUNCHED: przejazd_bl2_go2 by e186-132 EVENT LAUNCHED: przejazd_bl2_rog1off by e186-132 EVENT LAUNCHED: przejazd_bl2_rog2off by e186-132 Key pressed: [Ctrl]+[;] Key pressed: [Ctrl]+[;] Key pressed: [Ctrl]+[;] EVENT LAUNCHED: przejazd_bl1_rog1on by e186-132 EVENT LAUNCHED: przejazd_bl1_rog2on by e186-132 Key pressed: [;] Key pressed: [;] Key pressed: [;] Key pressed: [F1] Key pressed: [F1] Key pressed: [ ] Key pressed: [F8] EVENT LAUNCHED: przejazd_bl1_stop by e186-132 Key pressed: [F8] EVENT ADDED TO QUEUE: bl_r2a_shp by e186-132 EVENT LAUNCHED: bl_r2a_shp by e186-132 Type: PutValues EVENT ADDED TO QUEUE: bl_wjazdowy2_s1 by e186-132 EVENT LAUNCHED: bl_wjazdowy2_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: bl_wjazdowy2_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: blachownia_tarcza1_os1 by e186-132 EVENT LAUNCHED: bl_wjazdowy2_sem_ligh1 by e186-132 EVENT LAUNCHED: bl_wjazdowy2_sem_lighs1 by e186-132 EVENT LAUNCHED: blachownia_tarcza1_os1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: blachownia_tarcza1_ligh1 by e186-132 EVENT ADDED TO QUEUE: blachownia_tarcza1_sem_distinfo_slow by e186-132 EVENT LAUNCHED: blachownia_tarcza1_ligh1 by e186-132 EVENT LAUNCHED: blachownia_tarcza1_sem_distinfo_slow by e186-132 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT ADDED TO QUEUE: odjazd_03 by et22-768 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: odjazd_03 by et22-768 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num2] EVENT LAUNCHED: bl_wjazdowy2_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: hs_wjazd by et22-768 EVENT ADDED TO QUEUE: hs_wr12_shp by et22-768 EVENT LAUNCHED: hs_wjazd by et22-768 Multiple passed EVENT ADDED TO QUEUE: odjazd_07 by et22-768 EVENT ADDED TO QUEUE: hs_zaswiec by et22-768 EVENT ADDED TO QUEUE: hs_przejazd1_zamykaj by et22-768 EVENT LAUNCHED: hs_przejazd1_zamykaj by et22-768 Multiple passed EVENT ADDED TO QUEUE: hs_przejazd1_stop by et22-768 EVENT ADDED TO QUEUE: hs_przejazd1_0_sygn1 by et22-768 EVENT ADDED TO QUEUE: hs_przejazd1_0_sygn2 by et22-768 EVENT ADDED TO QUEUE: hs_przejazd1_rog1on by et22-768 EVENT ADDED TO QUEUE: hs_przejazd1_rog2on by et22-768 Key pressed: [F4] EVENT LAUNCHED: hs_przejazd1_0_sygn1 by et22-768 EVENT LAUNCHED: hs_przejazd1_0_sygn2 by et22-768 EVENT LAUNCHED: hs_wr12_shp by et22-768 Type: PutValues EVENT LAUNCHED: odjazd_07 by et22-768 EVENT ADDED TO QUEUE: hs_wr12_shp by a13464- Key pressed: [F4] EVENT LAUNCHED: hs_wr12_shp by a13464- Type: PutValues EVENT LAUNCHED: hs_przejazd1_rog1on by et22-768 EVENT LAUNCHED: hs_przejazd1_rog2on by et22-768 Key pressed: [ ] EVENT ADDED TO QUEUE: hs_wr12_shp by a52169- EVENT LAUNCHED: hs_wr12_shp by a52169- Type: PutValues EVENT LAUNCHED: hs_przejazd1_stop by et22-768 EVENT ADDED TO QUEUE: hs_wr12_shp by a17538- Key pressed: [F4] EVENT LAUNCHED: hs_wr12_shp by a17538- Type: PutValues Key pressed: [F4] EVENT ADDED TO QUEUE: przejazd_bl1_otwieraj2 by e186-132 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: przejazd_bl1_otwieraj2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl1_bell1off by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_bell2off by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_otwierajgdywolny2 by e186-132 Key pressed: [Num*] EVENT LAUNCHED: przejazd_bl1_bell1off by e186-132 EVENT LAUNCHED: przejazd_bl1_bell2off by e186-132 Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num*] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: przejazd_bl1_otwierajgdywolny2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: przejazd_bl1_go by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_rog1off by e186-132 EVENT ADDED TO QUEUE: przejazd_bl1_rog2off by e186-132 Key pressed: [D] EVENT LAUNCHED: przejazd_bl1_1_sygn1 by e186-132 EVENT LAUNCHED: przejazd_bl1_1_sygn2 by e186-132 EVENT LAUNCHED: przejazd_bl1_go by e186-132 EVENT LAUNCHED: przejazd_bl1_rog1off by e186-132 EVENT LAUNCHED: przejazd_bl1_rog2off by e186-132 Key pressed: [D] EVENT LAUNCHED: hs_zaswiec by et22-768 Multiple passed EVENT ADDED TO QUEUE: hs_r12_s13 by et22-768 EVENT LAUNCHED: hs_r12_s13 by et22-768 Multiple passed EVENT ADDED TO QUEUE: hs_r12_sem_ligh13 by et22-768 EVENT ADDED TO QUEUE: hs_r12_sem_info_v40 by et22-768 EVENT ADDED TO QUEUE: hs_r12_sem_distinfo_stop by et22-768 EVENT ADDED TO QUEUE: hn_todss_os4 by et22-768 EVENT LAUNCHED: hs_r12_sem_ligh13 by et22-768 EVENT LAUNCHED: hn_todss_os4 by et22-768 Multiple passed EVENT ADDED TO QUEUE: hn_todss_ligh4 by et22-768 EVENT ADDED TO QUEUE: hn_todss_sem_distinfo_v40 by et22-768 EVENT LAUNCHED: hn_todss_ligh4 by et22-768 EVENT LAUNCHED: hn_todss_sem_distinfo_v40 by et22-768 EVENT LAUNCHED: hs_r12_sem_info_v40 by et22-768 EVENT LAUNCHED: hs_r12_sem_distinfo_stop by et22-768 Key pressed: [Num4] Key pressed: [Num7] Key pressed: [Num4] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: bl_wy2_s1 by e186-132 EVENT LAUNCHED: bl_wy2_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl_wy2_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: bl_wy2_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: bl_wy2_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: bl_wy2_w24off by e186-132 EVENT LAUNCHED: bl_wy2_sem_ligh1 by e186-132 EVENT LAUNCHED: bl_wy2_sem_lighs1 by e186-132 EVENT LAUNCHED: bl_wy2_sem_info_stop by e186-132 EVENT LAUNCHED: bl_wy2_w24off by e186-132 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: bl_wy2_s1 by e186-132 EVENT LAUNCHED: bl_wy2_s1 by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl_wy2_sem_ligh1 by e186-132 EVENT ADDED TO QUEUE: bl_wy2_sem_lighs1 by e186-132 EVENT ADDED TO QUEUE: bl_wy2_sem_info_stop by e186-132 EVENT ADDED TO QUEUE: bl_wy2_w24off by e186-132 EVENT LAUNCHED: bl_wy2_sem_ligh1 by e186-132 EVENT LAUNCHED: bl_wy2_sem_lighs1 by e186-132 EVENT LAUNCHED: bl_wy2_sem_info_stop by e186-132 EVENT LAUNCHED: bl_wy2_w24off by e186-132 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: hs_wr12_shp by a20991- EVENT ADDED TO QUEUE: bl3_przejazd_skos_zamykaj by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_zamykaj by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl3_przejazd_skos_stop1 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_stop2 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_0_sygn1 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_0_sygn2 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_rog1on by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_rog2on by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_sem_distmem_vmax by e186-132 EVENT LAUNCHED: hs_wr12_shp by a20991- Type: PutValues EVENT LAUNCHED: bl3_przejazd_skos_0_sygn1 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_0_sygn2 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_sem_distmem_vmax by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_stop1 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_stop2 by e186-132 Key pressed: [Num-] EVENT ADDED TO QUEUE: hs_wr12_shp by a27544- EVENT LAUNCHED: hs_wr12_shp by a27544- Type: PutValues EVENT LAUNCHED: bl3_przejazd_skos_rog1on by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_rog2on by e186-132 Key pressed: [Ctrl]+[B] Key pressed: [F] Key pressed: [Num7] Key pressed: [Num4] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT ADDED TO QUEUE: hs_r12_s1 by et22-768 Key pressed: [Num-] EVENT LAUNCHED: hs_r12_s1 by et22-768 Multiple passed EVENT ADDED TO QUEUE: hs_r12_sem_ligh1 by et22-768 EVENT ADDED TO QUEUE: hs_r12_sem_info_stop by et22-768 EVENT ADDED TO QUEUE: hn_todss_os1 by et22-768 EVENT ADDED TO QUEUE: hs_r12_w20off by et22-768 Key pressed: [Num-] EVENT LAUNCHED: hs_r12_sem_ligh1 by et22-768 EVENT LAUNCHED: hn_todss_os1 by et22-768 Multiple passed EVENT ADDED TO QUEUE: hn_todss_ligh1 by et22-768 EVENT ADDED TO QUEUE: hn_todss_sem_distinfo_slow by et22-768 EVENT ADDED TO QUEUE: hn_todss_w19off by et22-768 EVENT LAUNCHED: hs_r12_w20off by et22-768 EVENT LAUNCHED: hn_todss_ligh1 by et22-768 EVENT LAUNCHED: hn_todss_sem_distinfo_slow by et22-768 EVENT LAUNCHED: hn_todss_w19off by et22-768 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [R] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num7] Key pressed: [Num4] EVENT LAUNCHED: hs_r12_sem_info_stop by et22-768 Key pressed: [F1] Key pressed: [F1] EVENT ADDED TO QUEUE: bl3_przejazd_skos_otwieraj2 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_otwieraj2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl3_przejazd_skos_otwierajgdywolny2 by e186-132 Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] EVENT LAUNCHED: bl3_przejazd_skos_otwierajgdywolny2 by e186-132 Multiple passed EVENT ADDED TO QUEUE: bl3_przejazd_skos_go1 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_go2 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_1_sygn1 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_1_sygn2 by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_rog1off by e186-132 EVENT ADDED TO QUEUE: bl3_przejazd_skos_rog2off by e186-132 Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] EVENT LAUNCHED: bl3_przejazd_skos_1_sygn1 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_1_sygn2 by e186-132 Key pressed: [ ] EVENT LAUNCHED: bl3_przejazd_skos_go1 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_go2 by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_rog1off by e186-132 EVENT LAUNCHED: bl3_przejazd_skos_rog2off by e186-132 Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [F2] Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.00, Pipe press: 0.50, BVP: 0.83, 0.50, 0, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.00, Pipe press: 0.50, BVP: 0.83, 0.50, 0, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.00, Pipe press: 0.50, BVP: 0.83, 0.50, 0, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.00, Pipe press: 0.50, BVP: 0.83, 0.50, 0, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [ ] Key pressed: [F2] Key pressed: [F4] Key pressed: [F4] Key pressed: [F10] Key pressed: [F2] Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.19, Pipe press: 0.22, BVP: 0.81, 0.50, 1, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.20, Pipe press: 0.21, BVP: 0.81, 0.50, 1, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.20, Pipe press: 0.21, BVP: 0.81, 0.50, 1, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Vehicle name: et22-768, command: 0. Wait_for_orders, put: CabSignal Damage status: OK!; Brake delay: R, BTP:2, RT:0 Brake press: 0.21, Pipe press: 0.21, BVP: 0.81, 0.50, 1, Pipe2 press: 0.82. local brake inactive. bWaccMlSHhhoi; Driver: Vd=0 ad=0.50 Pd=1 Vn=0; C0=NULL C1=a13464-:3 Key pressed: [F2] Key pressed: [F1] Key pressed: [F1] Key pressed: [F8] Key pressed: [F8] Key pressed: [F4] Key pressed: [F4] Key pressed: [F10] Key pressed: [Y]