Starting MaSzyna rail vehicle simulator. Compilation 2016-08-24, release 16.0.1172.481. Online documentation and additional files on http://eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy, KURS90, Ra, hunter, szociu, Stele, Q, firleju and others Renderer: Intel(R) HD Graphics 4000 Vendor: Intel OpenGL Version: 4.0.0 - Build 10.18.10.4276 Supported extensions: GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_blend_color GL_EXT_abgr GL_EXT_texture3D GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_SGIS_texture_edge_clamp GL_SGIS_generate_mipmap GL_EXT_draw_range_elements GL_SGIS_texture_lod GL_EXT_rescale_normal GL_EXT_packed_pixels GL_EXT_texture_edge_clamp GL_EXT_separate_specular_color GL_ARB_multitexture GL_ARB_map_buffer_alignment GL_ARB_conservative_depth GL_EXT_texture_env_combine GL_EXT_bgra GL_EXT_blend_func_separate GL_EXT_secondary_color GL_EXT_fog_coord GL_EXT_texture_env_add GL_ARB_texture_cube_map GL_ARB_transpose_matrix GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_texture_env_add GL_IBM_texture_mirrored_repeat GL_EXT_multi_draw_arrays GL_SUN_multi_draw_arrays GL_NV_blend_square GL_ARB_texture_compression GL_3DFX_texture_compression_FXT1 GL_EXT_texture_filter_anisotropic GL_ARB_texture_border_clamp GL_ARB_point_parameters GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_env_crossbar GL_EXT_texture_compression_s3tc GL_ARB_shadow GL_ARB_window_pos GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_ARB_vertex_program GL_EXT_texture_rectangle GL_ARB_fragment_program GL_EXT_stencil_two_side GL_ATI_separate_stencil GL_ARB_vertex_buffer_object GL_EXT_texture_lod_bias GL_ARB_occlusion_query GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_non_power_of_two GL_ARB_vertex_shader GL_NV_texgen_reflection GL_ARB_point_sprite GL_ARB_fragment_program_shadow GL_EXT_blend_equation_separate GL_ARB_depth_texture GL_ARB_texture_rectangle GL_ARB_draw_buffers GL_ARB_color_buffer_float GL_ARB_half_float_pixel GL_ARB_texture_float GL_ARB_pixel_buffer_object GL_EXT_framebuffer_object GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_occlusion_query2 GL_EXT_draw_buffers2 GL_WIN_swap_hint GL_EXT_texture_sRGB GL_ARB_multisample GL_EXT_packed_float GL_EXT_texture_shared_exponent GL_ARB_texture_rg GL_ARB_texture_compression_rgtc GL_NV_conditional_render GL_ARB_texture_swizzle GL_EXT_texture_swizzle GL_ARB_texture_gather GL_ARB_sync GL_ARB_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_ARB_depth_buffer_float GL_EXT_transform_feedback GL_ARB_transform_feedback2 GL_ARB_draw_indirect GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_ARB_framebuffer_object GL_ARB_framebuffer_no_attachments GL_EXT_texture_array GL_EXT_texture_integer GL_ARB_map_buffer_range GL_ARB_texture_buffer_range GL_EXT_texture_buffer GL_EXT_texture_snorm GL_ARB_blend_func_extended GL_INTEL_performance_queries GL_INTEL_performance_query GL_ARB_copy_buffer GL_ARB_sampler_objects GL_NV_primitive_restart GL_ARB_seamless_cube_map GL_ARB_uniform_buffer_object GL_ARB_depth_clamp GL_ARB_vertex_array_bgra GL_ARB_shader_bit_encoding GL_ARB_draw_buffers_blend GL_ARB_geometry_shader4 GL_EXT_geometry_shader4 GL_ARB_texture_query_lod GL_ARB_explicit_attrib_location GL_ARB_draw_elements_base_vertex GL_ARB_instanced_arrays GL_ARB_base_instance GL_ARB_fragment_coord_conventions GL_EXT_gpu_program_parameters GL_ARB_texture_buffer_object_rgb32 GL_ARB_compatibility GL_ARB_texture_rgb10_a2ui GL_ARB_texture_multisample GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_timer_query GL_ARB_tessellation_shader GL_ARB_vertex_array_object GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_texture_cube_map_array GL_EXT_gpu_shader4 GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_shader_subroutine GL_ARB_transform_feedback3 GL_ARB_get_program_binary GL_ARB_separate_shader_objects GL_ARB_shader_precision GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_ARB_transform_feedback_instanced GL_ARB_compressed_texture_pixel_storage GL_ARB_shader_atomic_counters GL_ARB_shading_language_packing GL_ARB_shading_language_420pack GL_ARB_texture_storage GL_EXT_texture_storage GL_ARB_vertex_attrib_binding GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_texture_storage_multisample GL_ARB_buffer_storage GL_ARB_debug_output GL_KHR_debug GL_ARB_arrays_of_arrays GL_INTEL_map_texture GL_ARB_texture_compression_bptc GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_robustness GL_EXT_texture_sRGB_decode GL_KHR_blend_equation_advanced GL_EXT_shader_integer_mix GL_ARB_stencil_texturing Ra: The VBO is found, but Display Lists are selected. DDS textures are supported. Max texture size: 8192 glFogfv(GL_FOG_COLOR, FogColor); glClearDepth(1.0f); glEnable(GL_TEXTURE_2D); glShadeModel(GL_SMOOTH); glEnable(GL_DEPTH_TEST); glEnable(GL_BLEND); glEnable(GL_ALPHA_TEST); glAlphaFunc(GL_GREATER,0.04); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDepthFunc(GL_LEQUAL); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glPolygonMode(GL_FRONT, GL_FILL); glFrontFace(GL_CCW); glEnable(GL_CULL_FACE); glLineWidth(1.0f); glPointSize(2.0f); glLightModelfv(GL_LIGHT_MODEL_AMBIENT,darkLight); glLightfv(GL_LIGHT0,GL_AMBIENT,ambientLight); glLightfv(GL_LIGHT0,GL_DIFFUSE,diffuseLight); glLightfv(GL_LIGHT0,GL_SPECULAR,specularLight); glLightfv(GL_LIGHT0,GL_POSITION,lightPos); glEnable(GL_LIGHT0); glEnable(GL_COLOR_MATERIAL); glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE); glMaterialfv( GL_FRONT, GL_AMBIENT_AND_DIFFUSE, whiteLight ); glEnable(GL_LIGHTING); glFogi(GL_FOG_MODE, GL_LINEAR); glFogfv(GL_FOG_COLOR, FogColor); glFogf(GL_FOG_START, 1000.0f); glFogf(GL_FOG_END, 2000.0f); glEnable(GL_FOG); Font init Display Lists font used. Font init OK Sound Init Loading - texture: textures\logo.bmp Sound Init OK Textures init Textures init OK Models init Models init OK Ground init Loading scenery from $.scn Scenery sky definition cgskj_blueclouded006.t3d Scenery atmo definition Scenery light definition Loading - texture: textures\posers\cman0001.dds Loading - binary model: models\posers/cman0001-st.e3d Loading - texture: textures\posers\cman0001.dds Loading - texture: textures\posers\cman0002.dds Loading - binary model: models\posers/cman0002-wa.e3d Loading - texture: textures\posers\cman0002.dds Loading - texture: textures\posers\cman0003.dds Loading - binary model: models\posers/cman0003-re.e3d Loading - texture: textures\posers\folder0001.dds Loading - texture: textures\posers\cman0004.dds Loading - binary model: models\posers/cman0004-st.e3d Loading - texture: textures\posers\cman0004.dds Loading - texture: textures\posers\cman0009.dds Loading - binary model: models\posers/cman0009-st.e3d Loading - texture: textures\posers\cman0009.dds Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\posers/cman0007-wa.e3d Loading - texture: textures\posers\cman0007.dds Loading - texture: textures\posers\cman0006.dds Loading - binary model: models\posers/cman0006-wa.e3d Loading - texture: textures\posers\cman0006.dds Loading - texture: textures\posers\cman0005.dds Loading - binary model: models\posers/cman0005-wa.e3d Loading - texture: textures\posers\cman0005.dds Loading - texture: textures\pkp\odsekc20.dds Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - binary model: models\tr/stb1-kotwa-napr14.e3d Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - texture: textures\tr\odciag1.dds Loading - texture: textures\tr\ciezarbeton3.dds Loading - texture: textures\tr\naciag.dds Loading - texture: textures\tr\slup_beton1.dds Loading - texture: textures\tr\wys-ni-d.dds Loading - binary model: models\tr/-3d.e3d Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/sts1.e3d Loading - texture: textures\tr\teownik.dds Loading - texture: textures\tr\wys-ni-k.dds Loading - binary model: models\tr/-3k.e3d Loading - binary model: models\tr/].e3d Loading - texture: textures\tr\metale1.dds Loading - texture: textures\tr\wys-ni-d-p.dds Loading - texture: textures\tr\wys-ni-k-p.dds Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1d.e3d Loading - texture: textures\tr\slup_beton1.dds Loading - binary model: models\tr/stb1.e3d Loading - binary model: models\tr/+zwis1k.e3d Loading - texture: textures\tr\wys-ni-kotwd.dds Loading - binary model: models\tr/-kotw3d.e3d Loading - texture: textures\tr\wys-ni-d13.dds Loading - binary model: models\tr/-3d13.e3d Loading - texture: textures\tr\wys-ni-k13.dds Loading - binary model: models\tr/-3k13.e3d Loading - texture: textures\tr\wys-ni-kotwk.dds Loading - binary model: models\tr/-kotw3k.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/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 - texture: textures\znaki\b-20.dds Loading - binary model: models\znaki/znak_b-20.e3d Loading - texture: textures\znaki\slup-01.dds Loading - texture: textures\znaki\back_b20.dds Loading - texture: textures\znaki\b-20_1.dds Loading - texture: textures\asphalt1_dashedwhite.dds Loading - texture: textures\asphalt1_side1.dds Loading - texture: textures\asphaltdark1_dashedwhite.dds Loading - texture: textures\kostka.dds Loading - texture: textures\asphaltdark1_side1.dds Loading - texture: textures\chodnik1.dds Loading - texture: textures\beton4.dds Loading - texture: textures\roadcobblestonegray1.dds Loading - texture: textures\asphaltgray1.dds Loading - texture: textures\roadstonewhite1.dds Loading - texture: textures\road-side1.dds Loading - texture: textures\droga_polna.dds Loading - texture: textures\grass.dds Loading - texture: textures\rivermnt1.dds Loading - binary model: models\slupek-hm.e3d Loading - texture: textures\slupek_hm.dds Loading - texture: textures\slhm0.dds Loading - texture: textures\slhm-.dds Loading - texture: textures\slhm3.dds Loading - texture: textures\slhm4.dds Loading - texture: textures\slhm5.dds Loading - texture: textures\slhm6.dds Loading - texture: textures\slhm7.dds Loading - texture: textures\slhm8.dds Loading - texture: textures\slhm9.dds Loading - texture: textures\slhm1.dds Loading - texture: textures\slhm2.dds Loading - texture: textures\l61_plants\drzewo512k.dds Loading - texture: textures\l61_plants\drzewo512l.dds Loading - texture: textures\l61_plants\drzewo1024j.dds Loading - texture: textures\l61_plants\drzewo512q.dds Loading - texture: textures\l61_plants\drzewo1024l.dds Loading - texture: textures\l61_plants\drzewo512j.dds Loading - texture: textures\l61_plants\drzewo1024c.dds Loading - texture: textures\l61_plants\drzewo1024e.dds Loading - texture: textures\l61_plants\drzewo512b.dds Loading - texture: textures\l61_plants\drzewo1024b.dds Loading - texture: textures\l61_plants\drzewo1024f.dds Loading - texture: textures\l61_plants\drzewo1024y.dds Loading - texture: textures\l61_plants\drzewo512h.dds Loading - texture: textures\l61_plants\drzewo1024k.dds Loading - texture: textures\l61_plants\drzewo512e.dds Loading - texture: textures\l61_plants\drzewo512g.dds Loading - texture: textures\l61_plants\drzewo1024g.dds Loading - texture: textures\l61_plants\drzewo1024i.dds Loading - texture: textures\plants\krzak1.dds Loading - texture: textures\l61_plants\drzewo1024q.dds Loading - texture: textures\l61_plants\drzewo1024m.dds Loading - texture: textures\l61_plants\drzewo1024s.dds Loading - texture: textures\l61_plants\drzewo1024h.dds Loading - texture: textures\l61_plants\drzewo512r.dds Loading - texture: textures\l61_plants\krzak3.dds Loading - texture: textures\plants\krzak_1.dds Loading - texture: textures\l61_plants\drzewo1024n.dds Loading - binary model: models\/przejazdy/g4_b20.e3d Loading - texture: textures\przejazdy\g4_b20.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\przejazdy/plyta_przejazdowa.e3d Loading - texture: textures\przejazdy\plyta_przejazdowa.dds Loading - binary model: models\przejazdy/_s2z_d_bombardier.e3d Loading - texture: textures\przejazdy\bombardier_przejazd.dds Loading - binary model: models\pkp/szlab_d_45.e3d Loading - texture: textures\pkp\#szlab_tex.dds Loading - binary model: models\przejazdy/g3_1.e3d Loading - texture: textures\przejazdy\g3_1.dds Loading - binary model: models\/przejazdy/g4_odbl.e3d Loading - texture: textures\przejazdy\g4_odbl.dds Loading - binary model: models\pkp/rezonator.e3d Loading - texture: textures\pkp\rezonator.dds Loading - binary model: models\slimson/mostr1300.e3d Loading - texture: textures\\concrete-tiles.dds Loading - texture: textures\\wiadukt-beton1-filarprzod.dds Loading - texture: textures\\wiadukt-beton1-filarbok.dds Loading - texture: textures\\concrete1.dds Loading - texture: textures\\rail_screw_unused1.dds Loading - texture: textures\\#wiaduktbarierki-nb.dds Loading - texture: textures\\stonesconstruction_rectanglegray2.dds Loading - binary model: models\slimson/wiadukt4.e3d Loading - texture: textures\slimson\wiadukt_bok.dds Loading - texture: textures\slimson\wiadukt_spod.dds Loading - texture: textures\\grass.dds Loading - texture: textures\slimson\wiadukt_filar.dds Loading - texture: textures\\oslonatrakcji-d.dds Loading - texture: textures\\oslonatrakcji.dds Loading - texture: textures\slimson\wiadukt_bar.dds Loading - texture: textures\slimson\wiadukt_prz.dds Loading - texture: textures\slimson\wiadukt_fil.dds Loading - texture: textures\roof\roof-redtiles-aged1.dds Loading - binary model: models\bud/domcegla01.e3d Loading - texture: textures\mieszkalne\okno_maska.dds Loading - texture: textures\bud\domcegla02a.dds Loading - texture: textures\bud\domcegla01a.dds Loading - texture: textures\roof\roof-redtiles-aged3.dds Loading - binary model: models\bud/domtynk01.e3d Loading - texture: textures\bud\domtynk01b.dds Loading - texture: textures\bud\domtynk01a.dds Loading - texture: textures\roof\roof-redtiles-aged2.dds Loading - binary model: models\bud/domtynk02.e3d Loading - texture: textures\bud\domtynk02a.dds Loading - texture: textures\wall\wallbrickdark_dirty1.dds Loading - texture: textures\wood\woodredbrown1_planks.dds Loading - texture: textures\bud\domtynk02b.dds Loading - texture: textures\roof\roof-redtiles-aged4.dds Loading - binary model: models\bud/stodoladrewn03.e3d Loading - texture: textures\bud\stodoladrew03.dds Loading - texture: textures\wood\woodgraybrown1_planks.dds Loading - binary model: models\bud/stodoladrewn02.e3d Loading - texture: textures\bud\stodoladrew02.dds Loading - texture: textures\wood\woodredbrown2_agedplanks.dds Loading - texture: textures\roof\roofthatch1.dds Loading - binary model: models\bud/szopastara1.e3d Loading - texture: textures\bud\szopastara1.dds Loading - binary model: models\bud/szopastara2.e3d Loading - texture: textures\roof\roofthatch-old1_moosy.dds Loading - texture: textures\roof\roof-asphaltstrip1.dds Loading - binary model: models\bud/domtynk03.e3d Loading - texture: textures\bud\domtynk03a.dds Loading - texture: textures\bud\domtynk03b.dds Loading - binary model: models\bud/stodoladrewn01.e3d Loading - texture: textures\bud\stodoladrew01.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 - binary model: models\slimson/most400.e3d Loading - binary model: models\slimson/mostdrog80.e3d Loading - texture: textures\metal\metalfrictionpattern1.dds Loading - texture: textures\\asphalt1.dds Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\most1-spod.dds Loading - texture: textures\eng\wiadukt3-bok.dds Loading - texture: textures\metal\metalplatedirt1.dds Loading - texture: textures\mc\blok4a.dds Loading - binary model: models\mc/4blok02.e3d Loading - texture: textures\mc\blok4a.dds Loading - texture: textures\mc\blok4w.dds Loading - texture: textures\mc\blok4d.dds Loading - texture: textures\bud\blokblue.dds Loading - binary model: models\bud/blok_4.e3d Loading - texture: textures\bud\balk.dds Loading - texture: textures\bud\blokfiolpas.dds Loading - texture: textures\bud\blokniebpas.dds Loading - texture: textures\bud\bloknielpas.dds Loading - texture: textures\bud\zofia70-ceg.dds Loading - binary model: models\bud/dom1tynk01.e3d Loading - texture: textures\bud\zofia70-ts.dds Loading - binary model: models\tomi/blok1.e3d Loading - texture: textures\tomi\okno1.dds Loading - texture: textures\tomi\dom3_d.dds Loading - texture: textures\tomi\cegla.dds Loading - texture: textures\tomi\balk1.dds Loading - binary model: models\slimson/wejtun.e3d Loading - texture: textures\metal\metaltrapezoidplatelightblue1_rusted.dds Loading - texture: textures\bud\will_brick2_bottom.dds Loading - binary model: models\mc/krakowt-skladowafabr1.e3d Loading - texture: textures\mc\kt-skladowafabr1b.dds Loading - texture: textures\mc\kt-skladowafabr1e.dds Loading - texture: textures\mc\kt-skladowafabr1d.dds Loading - texture: textures\metal\metalsinedplatelightblue2_dirty.dds Loading - texture: textures\mc\kt-skladowafabr1c.dds Loading - texture: textures\mc\kt-skladowafabr1a.dds Loading - binary model: models\tomi/blok3.e3d Loading - texture: textures\tomi\blok3.dds Loading - binary model: models\tomi/dom1.e3d Loading - texture: textures\tomi\dom1_d.dds Loading - texture: textures\tomi\dom1.dds Loading - binary model: models\tomi/dom2.e3d Loading - texture: textures\tomi\dom2.dds Loading - texture: textures\tomi\dom2_d.dds Loading - binary model: models\tomi/dom3a.e3d Loading - texture: textures\tomi\dom3.dds Loading - binary model: models\tomi/dom3b.e3d Loading - texture: textures\tomi\dom3b.dds Loading - binary model: models\slimson/nastawnia4.e3d Loading - texture: textures\slimson\nastawnia4.dds Loading - texture: textures\slimson\nastawnia4b.dds Loading - texture: textures\slimson\nastawnia4c.dds Loading - texture: textures\slimson\nastawnia4a.dds Loading - binary model: models\slimson/elektrownia1.e3d Loading - texture: textures\slimson\ele1off2.dds Loading - texture: textures\roof\roof-asphaltstrip-new1.dds Loading - texture: textures\slimson\ele1off1.dds Loading - texture: textures\slimson\ele1kombinat2.dds Loading - texture: textures\slimson\ele1kombinat.dds Loading - texture: textures\slimson\ele1komin.dds Loading - texture: textures\slimson\elektrownia1bok.dds Loading - binary model: models\slimson/most445.e3d Loading - texture: textures\eng\most1-jezdniablach.dds Loading - binary model: models\slimson/most25.e3d Loading - texture: textures\slimson\beton.dds Loading - texture: textures\\stonesconstruction_irregulargraysmall1.dds Loading - binary model: models\slimson/mostdroga45.e3d Loading - texture: textures\metal\metalplatedirt3.dds Loading - binary model: models\bud/factory3.e3d Loading - texture: textures\bud\doorindustrialgray_aged1.tga Loading - texture: textures\bud\will_window_ghetto.dds Loading - texture: textures\bud\will_brick2_base.dds Loading - texture: textures\bud\blokgreen.dds Loading - binary model: models\bud/0domdrewn01.e3d Loading - texture: textures\bud\r-zaryte.dds Loading - texture: textures\wood\woodlightbrown2_planks.dds Loading - texture: textures\wall\wallbricksbrown_a.dds Loading - binary model: models\mc/wolafilip-szkola.e3d Loading - texture: textures\mc\wolafilip-szkola1.dds Loading - texture: textures\mc\wolafilip-szkola3.dds Loading - texture: textures\mc\wolafilip-szkola5.dds Loading - texture: textures\mc\wolafilip-szkola4.dds Loading - texture: textures\mc\wolafilip-szkola2.dds Loading - texture: textures\roof\dachow09.dds Loading - binary model: models\bud/poroninstacja.e3d Loading - texture: textures\bud\poronin.dds Loading - texture: textures\bud\komin1.dds Loading - texture: textures\bud\poronindetal.dds Loading - texture: textures\bud\wiata1.dds Loading - texture: textures\bud\#wiata1-wsporniki.dds Loading - texture: textures\wall\wallstone_irregular1.dds Loading - texture: textures\bud\daszekfalaczerw1.dds Loading - texture: textures\mc\blok4d.dds Loading - texture: textures\mc\blok4w.dds Loading - binary model: models\slimson/nastawnia1.e3d Loading - texture: textures\slimson\nastawnia1.dds Loading - texture: textures\roof\dach_czarny.dds Loading - texture: textures\slimson\nastawnia1tyl.dds Loading - texture: textures\slimson\nastawnia1bok.dds Loading - texture: textures\bud\blokpompas.dds Loading - binary model: models\slimson/most15.e3d Loading - texture: textures\\brick-gray.dds Loading - texture: textures\eng\wiadukt3-filarbok.dds Loading - texture: textures\eng\wiadukt3-filar.dds Loading - texture: textures\eng\#barierka2.dds Loading - texture: textures\bud\zofia70-tsz.dds Loading - binary model: models\slimson/wiadukt2.e3d Loading - texture: textures\\asphalt1_solidwhite.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\\grassdead3.dds Loading - texture: textures\slimson\rdzmostyctl.dds Loading - texture: textures\wood\woodbrown3.dds Loading - texture: textures\\chodnik2.dds Loading - binary model: models\slimson/most152.e3d Loading - texture: textures\eng\srmostyctl.dds Loading - texture: textures\roof\roofthatch-old1.dds Loading - binary model: models\slimson/wiatar.e3d Loading - texture: textures\detal\rozklad_bok.dds Loading - texture: textures\detal\rozkladb.dds Loading - texture: textures\bud\blachaogr01.dds Loading - binary model: models\slimson/wiatan.e3d Loading - texture: textures\slimson\calkowo.dds Loading - binary model: models\slimson/wiata.e3d Loading - binary model: models\eng/filar-most1-2.e3d Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - binary model: models\eng/most2pp.e3d Loading - texture: textures\eng\most1-spod.dds Loading - texture: textures\eng\most1-front.dds Loading - binary model: models\eng/most2s.e3d Loading - binary model: models\eng/most2sp.e3d Loading - binary model: models\slimson/przejscie.e3d Loading - texture: textures\slimson\paski2.dds Loading - binary model: models\przejazdy/krzyz_andrzej_nw.e3d Loading - texture: textures\\przejazdy\krzyz_andrzej_nw.dds Loading - texture: textures\eng\most2-jezdniadrewn.dds Loading - binary model: models\eng/most1pp.e3d Loading - texture: textures\eng\most1-front.dds Loading - binary model: models\eng/most1s.e3d Loading - texture: textures\slimson\tab_baltykkatedra.dds Loading - binary model: models\slimson/slupnapis.e3d Loading - binary model: models\mc/dombale02.e3d Loading - texture: textures\mc\0dombale02.dds Loading - binary model: models\mc/dombale03.e3d Loading - texture: textures\mc\0dombale03.dds Loading - texture: textures\mc\blok4p.dds Loading - binary model: models\bud/dom1tynk02.e3d Loading - texture: textures\bud\dom1tynk02a.dds Loading - texture: textures\bud\dom1tynk02b.dds Loading - texture: textures\bud\blokczerpas.dds Loading - binary model: models\bud/garaz3x-1.e3d Loading - texture: textures\bud\garazx3-1.dds Loading - texture: textures\bud\garazbok-1.dds Loading - texture: textures\concrete1.dds Loading - texture: textures\bud\blokzolpas.dds Loading - binary model: models\wasyl/blok_piast.e3d Loading - texture: textures\wasyl\blok_piast.dds Loading - binary model: models\bochnia/blok1.e3d Loading - texture: textures\bochnia\okno.dds Loading - texture: textures\slimson\tab_baltykmiasto.dds Loading - binary model: models\slimson/dworzec3.e3d Loading - texture: textures\slimson\dworzec2.dds Loading - texture: textures\slimson\dworzec2d.dds Loading - texture: textures\slimson\dworzec2a.dds Loading - texture: textures\slimson\dworzec2c.dds Loading - texture: textures\slimson\dworzec2b.dds Loading - binary model: models\mc/rudawa-budgosp1.e3d Loading - texture: textures\mc\rudawa-budgosp1.dds Loading - binary model: models\pm/magazyn01.e3d Loading - texture: textures\pm\magazyn01.dds Loading - binary model: models\pm/hala1.e3d Loading - texture: textures\pm\hala1.dds Loading - binary model: models\pm/espefa.e3d Loading - texture: textures\pm\espefa.dds Loading - texture: textures\slimson\tab_baltykplaza.dds Loading - binary model: models\pm/akademik1.e3d Loading - texture: textures\pm\akademik1.dds Loading - texture: textures\pm\akademik1bok.dds Loading - texture: textures\pm\akademik1we.dds Loading - texture: textures\bud\blookrange.dds Loading - binary model: models\slimson/dom1.e3d Loading - texture: textures\slimson\dom1.dds Loading - texture: textures\slimson\dworzec2d.dds Loading - texture: textures\slimson\dom1b.dds Loading - texture: textures\slimson\dom1a.dds Loading - binary model: models\slimson/dom2.e3d Loading - binary model: models\slimson/wieza1.e3d Loading - texture: textures\slimson\wieza1b.dds Loading - texture: textures\slimson\wieza1a.dds Loading - texture: textures\slimson\wieza1c.dds Loading - texture: textures\slimson\ca.dds Loading - texture: textures\bud\blok.dds Loading - binary model: models\przejazdy/_s2z_xx_d_bombardier.e3d Loading - binary model: models\pkp/szlab_d_60.e3d 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\mc\kt-magazyn1podst.dds Loading - texture: textures\mc\kt-magazyn1bok.dds Loading - binary model: models\eng/mostdrog1.e3d Loading - texture: textures\\asphaltgray1.dds Loading - texture: textures\\chodnik1.dds Loading - texture: textures\\asphaltdark1_dashedwhite.dds Loading - binary model: models\pm/budynek1.e3d Loading - texture: textures\pm\budynek1.dds Loading - binary model: models\pm/budynek2.e3d Loading - texture: textures\pm\budynek2.dds Loading - binary model: models\pm/kamienica6.e3d Loading - texture: textures\pm\kamienica6au.dds Loading - texture: textures\pm\kamienica6bd.dds Loading - texture: textures\pm\kamienica6bu.dds Loading - texture: textures\pm\kamienica6ad.dds Loading - binary model: models\mc/krakow-katowa1.e3d Loading - texture: textures\mc\krakow-katowa1.dds Loading - binary model: models\mc/krakow-katowa3.e3d Loading - texture: textures\mc\krakow-katowa3.dds Loading - texture: textures\bud\2bok-cegla1.dds Loading - binary model: models\mc/krakow-pawia22.e3d Loading - texture: textures\mc\krakow-pawia22bok.dds Loading - texture: textures\mc\krakow-pawia24a.dds Loading - texture: textures\mc\krakow-pawia24b.dds Loading - texture: textures\mc\krakow-pawia22b.dds Loading - texture: textures\mc\krakow-pawia22a.dds Loading - binary model: models\pm/kamienica8.e3d Loading - texture: textures\pm\kamienica8d.dds Loading - texture: textures\pm\kamienica8u.dds Loading - binary model: models\mc/krakow-wjazd7.e3d Loading - texture: textures\mc\krakow-wjazd7.dds Loading - binary model: models\pm/kamienica9.e3d Loading - texture: textures\pm\kamienica9b2.dds Loading - texture: textures\pm\kamienica9d.dds Loading - texture: textures\pm\kamienica9d2.dds Loading - texture: textures\pm\kamienica9b1.dds Loading - texture: textures\pm\kamienica9w.dds Loading - binary model: models\pm/kamienica7.e3d Loading - texture: textures\pm\kamienica7s.dds Loading - texture: textures\pm\kamienica7u.dds Loading - texture: textures\pm\kamienica7d.dds Loading - binary model: models\pm/kamienica11.e3d Loading - texture: textures\pm\kamienica11.dds Loading - texture: textures\pm\kamienica11b.dds Loading - binary model: models\pm/kamienica10.e3d Loading - texture: textures\pm\kamienica10u2.dds Loading - texture: textures\pm\kamienica10d1.dds Loading - texture: textures\pm\kamienica10u1.dds Loading - texture: textures\pm\kamienica10d2.dds Loading - binary model: models\slimson/katedra.e3d Loading - texture: textures\slimson\kosciola.dds Loading - texture: textures\slimson\kosciolb.dds Loading - texture: textures\slimson\dachowka.dds Loading - texture: textures\slimson\wiezak.dds Loading - binary model: models\pm/apart1.e3d Loading - texture: textures\pm\apart1.dds Loading - texture: textures\pm\apart1u.dds Loading - texture: textures\pm\apart1murek.dds Loading - texture: textures\pm\apart1g.dds Loading - texture: textures\pm\apart1bok.dds Loading - binary model: models\pm/apart2.e3d Loading - texture: textures\pm\apart2.dds Loading - texture: textures\pm\apart2lights.dds Loading - texture: textures\pm\apart2bok.dds Loading - texture: textures\wall\wallstone_irregular3.dds Loading - texture: textures\roof\rooftiles-orange2.dds Loading - texture: textures\pm\apart2balk.dds Loading - binary model: models\slimson/kiosk.e3d Loading - texture: textures\slimson\kioskgora.dds Loading - texture: textures\slimson\kioskwszystkie_boki.dds Loading - binary model: models\slimson/poczta.e3d Loading - texture: textures\slimson\poczta.dds Loading - texture: textures\slimson\pocztadaszek1.dds Loading - texture: textures\slimson\pocztanapis.dds Loading - texture: textures\slimson\pocztadach.dds Loading - texture: textures\slimson\tab_peron1.dds Loading - binary model: models\slimson/slupnapismaly.e3d Loading - texture: textures\slimson\tab_peron2.dds Loading - binary model: models\wasyl/blok_sob_ziel.e3d Loading - texture: textures\wasyl\blok_sob_ziel.dds Loading - binary model: models\wasyl/blok_sob_nieb.e3d Loading - texture: textures\wasyl\blok_sob_nieb.dds Loading - binary model: models\wasyl/blok_piast2.e3d Loading - texture: textures\wasyl\blok_piast2.dds Loading - binary model: models\tomi/blok2.e3d Loading - texture: textures\tomi\kam1.dds Loading - binary model: models\tomi/blok4.e3d Loading - texture: textures\mc\blok4.dds Loading - binary model: models\pm/kladka.e3d Loading - texture: textures\pm\#kladka-filar.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\pm\kladka-stal.dds Loading - binary model: models\wasyl/hipermarket.e3d Loading - texture: textures\wasyl\hipermarket_bok.dds Loading - texture: textures\metal\metalsinedplate_rusted1.dds Loading - binary model: models\slimson/metalouter.e3d Loading - texture: textures\slimson\metal_outer.dds Loading - binary model: models\wzk.e3d Loading - texture: textures\wzk.dds Loading - binary model: models\ip/pkp/we3a.e3d Loading - texture: textures\ip\pkp\we3.dds Loading - texture: textures\\metalplatedirt1.dds Loading - binary model: models\ip/pkp/we2a.e3d Loading - texture: textures\ip\pkp\we2.dds Loading - binary model: models\ip/pkp/we1.e3d Loading - texture: textures\ip\pkp\we1.dds Loading - texture: textures\slimson\tab_baltyk.dds Loading - binary model: models\slimson/dworzec1.e3d Loading - texture: textures\slimson\dworzec1.dds Loading - texture: textures\slimson\dworzec1sciana3.dds Loading - texture: textures\slimson\dworzec1sciana2.dds Loading - texture: textures\slimson\dworzec1sciana.dds Loading - texture: textures\slimson\dworzec1tylb.dds Loading - texture: textures\slimson\dworzec1tyla.dds Loading - texture: textures\slimson\dworzec1tyl.dds Loading - texture: textures\slimson\dworzec1jad.dds Loading - binary model: models\slimson/grzadka.e3d Loading - texture: textures\slimson\grzadka.dds Loading - binary model: models\slimson/magazyn6.e3d Loading - texture: textures\slimson\magazyn5.dds Loading - binary model: models\slimson/domek3.e3d Loading - texture: textures\slimson\domek3.dds Loading - texture: textures\slimson\drzwi1.dds Loading - binary model: models\slimson/mur.e3d Loading - texture: textures\slimson\concrete.dds Loading - binary model: models\slimson/magazyn4.e3d Loading - texture: textures\bud2\kopalnia-obtasm1.dds Loading - texture: textures\bud2\kopalnia-obudtasm3a.dds Loading - binary model: models\slimson/magazyn5.e3d Loading - texture: textures\slimson\magazyn5.dds Loading - texture: textures\mc\zabierzow-nastdysp.dds Loading - binary model: models\mc/zabierzow-nastdysp.e3d Loading - texture: textures\slimson\tab_peron3.dds Loading - binary model: models\slimson/kladka3.e3d Loading - binary model: models\pm/segment1.e3d Loading - texture: textures\pm\segment1a.dds Loading - texture: textures\pm\segment1b.dds Loading - binary model: models\pm/garaz1.e3d Loading - texture: textures\pm\garaz1.dds Loading - binary model: models\pm/blok10.e3d Loading - texture: textures\pm\blok10.dds Loading - binary model: models\pm/blok12.e3d Loading - texture: textures\pm\blok12.dds Loading - texture: textures\pm\blok12dach.dds Loading - binary model: models\bud/dombale01.e3d Loading - texture: textures\bud\dombale01a.dds Loading - texture: textures\bud\dombale01b.dds Loading - binary model: models\slimson/baner1.e3d Loading - texture: textures\slimson\szary.dds Loading - texture: textures\slimson\reklamabok.dds Loading - texture: textures\slimson\reklama1.dds Loading - texture: textures\roof\roofmetalplate1.dds Loading - binary model: models\pkp/koziolbeton.e3d Loading - texture: textures\\wzw.dds Loading - texture: textures\\podklad1.dds Loading - texture: textures\pkp\w27a_10.dds Loading - binary model: models\ip/pkp/w27.e3d Loading - texture: textures\pkp\transparent.dds Loading - texture: textures\pkp\w27a_16.dds Loading - binary model: models\ip/pkp/w27odwr.e3d Loading - texture: textures\pkp\w27a_12.dds Loading - texture: textures\pkp\w27a_6.dds Loading - texture: textures\pkp\w27a_4.dds Loading - binary model: models\turbina100.e3d Loading - texture: textures\wiatrak.dds Loading - texture: textures\pkp\w8_v2\w8_4.dds Loading - binary model: models\pkp/w8.e3d Loading - texture: textures\pkp\w8.tga Loading - texture: textures\pkp\w8_v2\w8_10.dds Loading - texture: textures\pkp\w8_v2\w8_6.dds Loading - texture: textures\tabl\a-12.dds Loading - binary model: models\sem/glowice/s5ypzpcpb_dd.e3d Loading - texture: textures\sem\glowice.dds Loading - texture: textures\sem\#pkplight_lenses.dds Loading - texture: textures\sem\pomaranczowy.dds Loading - texture: textures\sem\bialy.dds Loading - texture: textures\sem\zielony.dds Loading - texture: textures\sem\czerwony.dds Loading - texture: textures\sem\slupy.dds Loading - binary model: models\sem/slupy/s5ypbl.e3d Loading - binary model: models\sem/drabinki/d5yp.e3d Loading - binary model: models\sem/pasy/pz.e3d 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\tm1.dds Loading - binary model: models\sem/karzelki/ktmnb.e3d Loading - texture: textures\sem\niebieski.dds Loading - binary model: models\sem/slupy/pod_betonowa.e3d Loading - texture: textures\tabl\tm2.dds Loading - texture: textures\tabl\c-12.dds Loading - binary model: models\sem/glowice/s5izpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ibl.e3d Loading - binary model: models\sem/drabinki/d5i.e3d Loading - texture: textures\tabl\e-m.dds Loading - binary model: models\sem/slupy/s5ibg.e3d Loading - binary model: models\sem/wskazniki/w24v1.e3d Loading - texture: textures\sem\w_lens.dds Loading - texture: textures\tabl\m-12m.dds Loading - binary model: models\sem/wskazniki/w24v2.e3d Loading - texture: textures\tabl\f-12m.dds Loading - binary model: models\sem/slupy/s5iml.e3d Loading - texture: textures\tabl\g-2m.dds Loading - texture: textures\tabl\tm3.dds Loading - binary model: models\sem/glowice/tminb_dd.e3d Loading - binary model: models\sem/slupy/tosptmibg.e3d Loading - binary model: models\sem/drabinki/d2i.e3d Loading - texture: textures\tabl\tm4.dds Loading - texture: textures\tabl\g-m.dds Loading - binary model: models\sem/glowice/s4izcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ibl.e3d Loading - binary model: models\sem/drabinki/d4i.e3d Loading - texture: textures\tabl\h-12m.dds Loading - texture: textures\tabl\i-2m.dds Loading - texture: textures\tabl\j-2m.dds Loading - texture: textures\tabl\tm5.dds Loading - texture: textures\tabl\tm6.dds Loading - texture: textures\tabl\toa.dds Loading - binary model: models\sem/glowice/to1ip_dd.e3d Loading - binary model: models\sem/wskazniki/w1new_d.e3d Loading - texture: textures\tabl\tz1.dds Loading - binary model: models\sem/glowice/s1ic_dd.e3d Loading - binary model: models\sem/slupy/s2iml.e3d Loading - texture: textures\tabl\tz2.dds Loading - binary model: models\sem/glowice/s3ypzcb_dd.e3d Loading - binary model: models\sem/slupy/s3ypmg.e3d Loading - binary model: models\sem/drabinki/d4yp.e3d Loading - texture: textures\tabl\c-m.dds Loading - binary model: models\sem/glowice/s3izcb_dd.e3d Loading - binary model: models\sem/slupy/s3ibg.e3d Loading - texture: textures\tabl\b-2m.dds Loading - texture: textures\tabl\d-2m.dds Loading - binary model: models\sem/glowice/s2icb_dd.e3d Loading - binary model: models\sem/slupy/s2ibl.e3d Loading - texture: textures\tabl\f-m.dds Loading - binary model: models\sem/glowice/to2izp_dd.e3d Loading - binary model: models\sem/slupy/s5ypmg.e3d Loading - texture: textures\tabl\h-12.dds Loading - texture: textures\tabl\toh.dds Loading - texture: textures\tabl\y-m.dds Loading - texture: textures\tabl\w-12m.dds Loading - texture: textures\tabl\r-2m.dds Loading - texture: textures\tabl\s-12m.dds Loading - texture: textures\tabl\t-2m.dds Loading - texture: textures\tabl\p-2m.dds Loading - texture: textures\tabl\tm8.dds Loading - texture: textures\tabl\tm7.dds Loading - texture: textures\tabl\v-12.dds Loading - texture: textures\tabl\u-12.dds Loading - texture: textures\tabl\z-12.dds Loading - texture: textures\tabl\k-2m.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\j-12m.dds Loading - texture: textures\tabl\i-12m.dds Loading - texture: textures\tabl\h-2m.dds Loading - binary model: models\sem/slupy/s5ylbl.e3d Loading - texture: textures\tabl\c-2m.dds Loading - texture: textures\tabl\d-12m.dds Loading - texture: textures\tabl\e-12m.dds Loading - texture: textures\tabl\tou.dds Loading - binary model: models\sem/glowice/to2ypzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmypbg.e3d Loading - binary model: models\sem/drabinki/d2yp.e3d Loading - texture: textures\tabl\sph.dds Loading - binary model: models\sem/glowice/sp3yppzb_dd.e3d Loading - binary model: models\sem/wskazniki/isp.e3d Event "none_os1" ignored in multiple "balmia_sp1h_os1"! Event "none_os2" ignored in multiple "balmia_sp1h_os2"! Event "none_os3" ignored in multiple "balmia_sp1h_os3"! Event "none_os4" ignored in multiple "balmia_sp1h_os4"! Loading - texture: textures\tabl\tm9.dds Loading - texture: textures\tabl\tm10.dds Loading - texture: textures\tabl\d1-12m.dds Loading - texture: textures\tabl\d1-13m.dds Loading - texture: textures\tabl\tov.dds Loading - texture: textures\tabl\toz.dds 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 - texture: textures\tabl\521.dds Loading - binary model: models\sem/glowice/s3ypzcp_dd.e3d Loading - binary model: models\sem/slupy/sblypml.e3d Loading - texture: textures\tabl\521n.dds Loading - binary model: models\sem/glowice/s3ylzcp_dd.e3d Loading - binary model: models\sem/slupy/sblylbg.e3d Loading - binary model: models\sem/drabinki/d4yl.e3d Loading - texture: textures\tabl\511.dds Loading - binary model: models\sem/slupy/sblypbg.e3d Loading - texture: textures\tabl\511n.dds Loading - binary model: models\sem/slupy/sblylml.e3d Loading - texture: textures\tabl\501.dds Loading - texture: textures\tabl\502n.dds Loading - texture: textures\tabl\492.dds Loading - texture: textures\tabl\492n.dds Loading - texture: textures\tabl\482.dds Loading - texture: textures\tabl\482n.dds Loading - texture: textures\tabl\472.dds Loading - texture: textures\pkp\w1.tga Loading - binary model: models\pkp/w1_sbl.e3d Loading - texture: textures\tabl\472n.dds Loading - texture: textures\tabl\462.dds Loading - binary model: models\sem/wskazniki/w18old.e3d Loading - texture: textures\tabl\462n.dds Loading - binary model: models\sem/wskazniki/w18new.e3d Loading - texture: textures\tabl\461.dds Loading - texture: textures\tabl\461n.dds Loading - texture: textures\tabl\471.dds Loading - texture: textures\tabl\471n.dds Loading - texture: textures\tabl\481.dds Loading - texture: textures\tabl\481n.dds Loading - texture: textures\tabl\491.dds Loading - texture: textures\tabl\491n.dds Loading - texture: textures\tabl\502.dds Loading - texture: textures\tabl\501n.dds Loading - texture: textures\tabl\512.dds Loading - texture: textures\tabl\512n.dds Loading - texture: textures\tabl\522.dds Loading - texture: textures\tabl\522n.dds Loading - texture: textures\tabl\spm.dds Loading - binary model: models\sem/glowice/sp3ipzb_dd.e3d Event "none_os1" ignored in multiple "alakowice_m1_os1"! Event "none_os2" ignored in multiple "alakowice_m1_os2"! Event "none_os3" ignored in multiple "alakowice_m1_os3"! Event "none_os4" ignored in multiple "alakowice_m1_os4"! Loading - texture: textures\podklad1.dds Loading - texture: textures\rail_screw_unused1.dds Loading - texture: textures\wzw.dds Loading - texture: textures\las5.dds Loading - texture: textures\las4.dds Loading - texture: textures\farm03.dds Loading - texture: textures\farm02.dds Loading - texture: textures\farm01.dds Loading - texture: textures\farm06.dds Loading - texture: textures\@water03_szambo.dds Loading - texture: textures\forest02.dds Loading - texture: textures\plateplatform1.dds Loading - texture: textures\plateplatform1_side.dds Loading - texture: textures\fence-concrete1.dds Loading - texture: textures\fence.dds Loading - texture: textures\fencewood1.dds Loading - texture: textures\fence-chainedwire1.dds Loading - texture: textures\forest01.dds Loading - texture: textures\forest02-top.dds Loading - texture: textures\peron02.dds Loading - texture: textures\piach_plaza.dds Loading - texture: textures\fence-concrete2.dds Loading - texture: textures\chodnik-6k-1x2m.dds Loading - texture: textures\parksite.dds Loading - texture: textures\rozkrz8r150-1pods-new.dds Loading - texture: textures\stonesmediumlightbrown1.dds Loading - texture: textures\rozkrz8r150-2pods-new.dds Loading - texture: textures\grassdead2.dds Loading - texture: textures\chodnik2.dds Loading - texture: textures\zywoplot.dds Loading - texture: textures\plotek2.dds Loading - texture: textures\plot2murek.dds Loading - texture: textures\ziemia.dds Loading - texture: textures\rail_screw_used1.dds Loading - texture: textures\tpbps-new2.dds Loading - texture: textures\rail_screw_rused1.dds Loading - texture: textures\tpb-old1.dds Loading - texture: textures\wzp.dds Loading - binary model: models\wza.e3d Loading - texture: textures\zwrp25r190.dds Loading - texture: textures\grassdarkgreen2.dds Loading - texture: textures\wzl.dds Loading - texture: textures\zwrot34r300pods-new.dds Loading - texture: textures\rz-1200-185.dds Loading - texture: textures\tpd-old1.dds Loading - texture: textures\tpd1-pods.dds Loading - texture: textures\tabl\z-2m.dds Loading - texture: textures\tpd1.dds Loading - texture: textures\tpd-oil2.dds Loading - texture: textures\rail_screw_used2.dds Loading - texture: textures\rail_screw_rused2.dds Loading - texture: textures\rail_screw_unused2.dds Loading - texture: textures\zwrl25r190.dds Loading - texture: textures\grass2.dds Loading - texture: textures\pkp\#w31.dds Loading - binary model: models\pkp/w5.e3d Loading - texture: textures\pkp\w5.tga Loading - binary model: models\ip/pkp/we4a.e3d Loading - texture: textures\tr\we4a.dds Loading - texture: textures\pkp\w8_v2\w8_12.dds Loading - binary model: models\pkp/w4.e3d Loading - texture: textures\pkp\w4.tga Loading - binary model: models\pkp/w9.e3d Loading - texture: textures\pkp\w9.dds Loading - texture: textures\ip\pkp\w6a.dds Loading - binary model: models\ip/pkp/w6.e3d Bad event: "none_warning" is ignored. 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\ip\pkp\2006\w6_001.dds Bad event: "none_warning" is ignored. Loading - binary model: models\ip/pkp/we8a.e3d Loading - texture: textures\ip\pkp\we8.dds Loading - binary model: models\ip/pkp/we9a.e3d Loading - texture: textures\ip\pkp\we9.dds Loading - binary model: models\ip/pkp/we4b.e3d Loading - texture: textures\ip\pkp\2006\tor.dds Loading - texture: textures\pkp\w8_v2\d6_3.dds Loading - binary model: models\ip/pkp/w14.e3d Loading - texture: textures\pkp\wskazniki1.dds Loading - texture: textures\pkp\w16.tga Loading - binary model: models\pkp/w16.e3d Loading - texture: textures\pkp\w8_v2\d6_4.tga Loading - texture: textures\ip\pkp\w16.dds Loading - binary model: models\ip/pkp/w16_slupt.e3d Loading - binary model: models\linia053/lamp-i-d.e3d Loading - texture: textures\linia053\wwek_peron2.dds Loading - texture: textures\linia053\light.dds Loading - texture: textures\linia053\lightlamp.dds Loading - texture: textures\linia053\light-hg.dds Loading - texture: textures\\slup_rdza.dds Loading - binary model: models\linia053/lamp-ya.e3d Loading - binary model: models\ip/pkp/d1.e3d Loading - texture: textures\ip\pkp\2006\d1-4.dds Loading - binary model: models\workers/sok.e3d Loading - texture: textures\workers\robol.dds Loading - texture: textures\pkp\w7.tga Loading - binary model: models\pkp/w7.e3d 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\303e_v1\303e.e3d Loading - texture: textures\tabor\alstom.dds Loading - texture: textures\tabor\aircoupler.dds Loading - texture: dynamic\pkp\303e_v1\303e-538.dds Loading - binary model: dynamic\pkp\303e_v1\303e_1]int.e3d Loading - texture: dynamic\pkp\303e_v1\303e_1]int.dds Loading - texture: dynamic\pkp\303e_v1\przedzialmeu07.dds EVENT ADDED TO QUEUE: start_cargo:busy by eu07-538 New timetable for eu07-538: tme441963 Loading - binary model: dynamic\pkp\sm42_v1\6d.e3d Loading - texture: dynamic\pkp\sm42_v1\wozek_lod.dds Loading - texture: dynamic\pkp\sm42_v1\wozek-sm42-1.dds Loading - texture: textures\tabor\kolo_sprychy.dds Loading - texture: dynamic\pkp\sm42_v1\wycieraczka.dds Loading - texture: dynamic\pkp\sm42_v1\6d-podwozie.dds Loading - texture: dynamic\pkp\sm42_v1\went.dds Loading - texture: textures\tabor\coupler.dds Loading - texture: dynamic\pkp\sm42_v1\cien6d.dds Loading - texture: textures\tabor\#sprzeg2.dds Loading - texture: dynamic\pkp\sm42_v1\blacha.dds Loading - texture: dynamic\pkp\sm42_v1\6d-284.dds EVENT ADDED TO QUEUE: balgl1:busy by sm42-284 EVENT ADDED TO QUEUE: balgl1:free by sm42-284 Loading - binary model: dynamic\pkp\430w_v1\430w.e3d Loading - texture: textures\tabor\kolopeln.dds Loading - texture: dynamic\pkp\430w_v1\dol.dds Loading - texture: dynamic\pkp\430w_v1\cieneaos.dds Loading - texture: dynamic\pkp\430w_v1\5374107-9.dds Loading - binary model: dynamic\pkp\430w_v1\coal.e3d Loading - texture: textures\materials\mial.dds Loading - binary model: dynamic\pkp\408w_v1\408wekk.e3d Loading - texture: dynamic\pkp\408w_v1\5350062-4.dds Loading - binary model: dynamic\pkp\408w_v1\wegiel3.e3d Loading - binary model: dynamic\pkp\408w_v1\408w.e3d Loading - texture: dynamic\pkp\408w_v1\5337710-6.dds Loading - binary model: dynamic\pkp\408w_v1\mial1.e3d Loading - binary model: dynamic\pkp\408w_v1\408wzas.e3d Loading - texture: dynamic\pkp\408w_v1\5335827-0.dds Loading - binary model: dynamic\pkp\408w_v1\408wa.e3d Loading - texture: dynamic\pkp\408w_v1\5337712-3.dds Loading - texture: dynamic\pkp\408w_v1\5316830-7.dds Loading - binary model: dynamic\pkp\408w_v1\mial2.e3d New timetable for sm42-284: none Loading - texture: dynamic\pkp\303e_v1\303e-310.dds Loading - binary model: dynamic\pkp\z1_v2\152a.e3d Loading - texture: dynamic\pkp\z1_v2\615119-90018-6_ic.dds Loading - binary model: dynamic\pkp\1xxa_v1\1xxa.e3d Loading - texture: dynamic\pkp\1xxa_v1\cien1xxa.dds Loading - texture: textures\tabor\wozek1xx.dds Loading - texture: textures\tabor\klocekham.dds Loading - texture: textures\tabor\pradnica.dds Loading - texture: textures\tabor\dol.dds Loading - texture: dynamic\pkp\1xxa_v1\wrbd_160.dds Loading - binary model: dynamic\pkp\z1_v2\152aa.e3d Loading - texture: dynamic\pkp\z1_v2\615129-90003-6.dds Loading - binary model: dynamic\pkp\z1_v2\154a.e3d Loading - texture: dynamic\pkp\z1_v2\615129-90001-0.dds New timetable for eu07-310: none Loading - binary model: dynamic\pkp\et22_v2\201e.e3d Loading - texture: dynamic\pkp\et22_v2\201e_wozek.dds Loading - texture: dynamic\pkp\et22_v2\wycieraczka.dds Loading - texture: textures\tabor\lacznik_dachowy.dds Loading - texture: textures\tabor\izolator.dds Loading - texture: dynamic\pkp\et22_v2\wozek_lod.dds Loading - texture: dynamic\pkp\et22_v2\201e-313.dds Loading - binary model: dynamic\pkp\uacs_v3\408s.e3d Loading - texture: dynamic\pkp\uacs_v3\dodatki.dds Loading - texture: dynamic\pkp\uacs_v3\lod.dds Loading - texture: dynamic\pkp\uacs_v3\33_51_930_7_616-3.dds New timetable for et22-313: none Loading - binary model: dynamic\pkp\en57_v1\6baii.e3d Loading - texture: textures\tabor\ezt_wozek_lod.dds Loading - texture: textures\tabor\wozek_ezt.dds Loading - texture: textures\tabor\kolo_ezt.dds Loading - texture: dynamic\pkp\en57_v1\cien6ba.dds Loading - texture: dynamic\pkp\en57_v1\szarfen.dds Loading - texture: dynamic\pkp\en57_v1\wozek-en57-s.dds Loading - texture: dynamic\pkp\en57_v1\podloga.dds Loading - texture: dynamic\pkp\en57_v1\grzejniki.dds Loading - texture: dynamic\pkp\en57_v1\en57drzwip.dds Loading - texture: dynamic\pkp\en57_v1\en57-837ra.dds Loading - binary model: dynamic\pkp\en57_v1\6bsii.e3d Loading - texture: dynamic\pkp\en57_v1\cien6bs.dds Loading - texture: dynamic\pkp\en57_v1\en57-837s.dds Loading - binary model: dynamic\pkp\en57_v1\6bbii.e3d Loading - texture: dynamic\pkp\en57_v1\en57-837rb.dds New timetable for en57-837ra: none Loading - binary model: dynamic\pkp\st45_v2\st45.e3d Loading - texture: textures\tabor\kolo_sprychowe_new.dds Loading - texture: dynamic\pkp\st45_v2\st45-03.dds Loading - binary model: dynamic\pkp\rs_v1\412z.e3d Loading - texture: dynamic\pkp\rs_v1\cienrs.dds Loading - texture: dynamic\pkp\rs_v1\wozek_1xt.dds Loading - texture: dynamic\pkp\rs_v1\podloga.dds Loading - texture: dynamic\pkp\rs_v1\tab_end.dds Loading - texture: dynamic\pkp\rs_v1\woodredbrown2_agedplanks.dds Loading - texture: dynamic\pkp\rs_v1\zderzak.dds Loading - texture: dynamic\pkp\rs_v1\rs01.dds Loading - binary model: dynamic\pkp\rs_v1\2xcontainer20foot.e3d Loading - texture: dynamic\pkp\rs_v1\maersk1.dds Loading - binary model: dynamic\pkp\rs_v1\container30foot.e3d Loading - texture: dynamic\pkp\rs_v1\maersk2.dds Loading - binary model: dynamic\pkp\rs_v1\container40foot.e3d Loading - binary model: dynamic\pkp\424z_v1\424z.e3d Loading - texture: dynamic\pkp\424z_v1\25tn.dds Loading - texture: dynamic\pkp\424z_v1\klocekham.dds Loading - texture: dynamic\pkp\424z_v1\cien.dds Loading - texture: dynamic\pkp\424z_v1\koloham.dds Loading - texture: dynamic\pkp\424z_v1\res01.dds Loading - binary model: dynamic\pkp\424z_v1\kontener40stop.e3d Loading - texture: dynamic\pkp\424z_v1\maersk2.dds Loading - binary model: dynamic\pkp\424z_v1\2xkontener20stop.e3d Loading - texture: dynamic\pkp\424z_v1\maersk1.dds Loading - binary model: dynamic\pkp\gags_v2\401ka.e3d Loading - texture: dynamic\pkp\gags_v2\ciengags.dds Loading - texture: dynamic\pkp\gags_v2\wozek1xt.dds Loading - texture: dynamic\pkp\gags_v2\endt.dds Loading - texture: dynamic\pkp\gags_v2\gags01.dds Loading - texture: dynamic\pkp\gags_v2\gags02.dds Loading - texture: dynamic\pkp\gags_v2\gags04.dds Loading - texture: dynamic\pkp\gags_v2\gags03.dds New timetable for st45-03: none Loading - binary model: dynamic\pkp\303e_v1\303eb-zez.e3d Loading - texture: dynamic\pkp\303e_v1\303eb-zez-1512.dds Loading - binary model: dynamic\pkp\303e_v1\303e_b]int.e3d Loading - texture: dynamic\pkp\303e_v1\303e_b]kab_wnetrze.dds Wpis hamulca: BP Loading - binary model: dynamic\pkp\sis_v2\426s.e3d Loading - texture: dynamic\pkp\sis_v2\sis.dds Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP New timetable for eu07-1512: tle443232 Loading - binary model: dynamic\pkp\fas_v2\443v.e3d Loading - texture: dynamic\pkp\fas_v2\cien443v.dds Loading - texture: dynamic\pkp\fas_v2\sprzeg2.dds Loading - texture: textures\tabor\1xt.dds Loading - texture: dynamic\pkp\fas_v2\443v-7.dds Loading - binary model: dynamic\pkp\sm42_v1\6da.e3d Loading - texture: dynamic\pkp\sm42_v1\wozek-sm42.dds Loading - texture: dynamic\pkp\sm42_v1\wozek_lod2.dds Loading - texture: dynamic\pkp\sm42_v1\6d-2648.dds Loading - binary model: dynamic\pkp\flls_v1\203vb.e3d Loading - texture: dynamic\pkp\flls_v1\bok.dds Loading - texture: dynamic\pkp\flls_v1\cienflls.dds Loading - texture: dynamic\pkp\flls_v1\os.dds Loading - texture: dynamic\pkp\flls_v1\bok2.dds Loading - texture: dynamic\pkp\flls_v1\tablica.dds Loading - texture: dynamic\pkp\flls_v1\tab_end.dds Loading - texture: dynamic\pkp\flls_v1\dol.dds Loading - texture: dynamic\pkp\flls_v1\flls1.dds Loading - binary model: dynamic\pkp\et22_v2\201e-rn.e3d Loading - texture: dynamic\pkp\et22_v2\201e-rn-811.dds Loading - binary model: dynamic\pkp\bdhpumn_v2\bdhpumn.e3d Loading - texture: dynamic\pkp\bdhpumn_v2\505126-08000-9.dds Loading - binary model: dynamic\pkp\bdhpumn_v2\passengers.e3d Loading - binary model: dynamic\pkp\bdhpumn_v2\wnetrze.e3d Loading - texture: dynamic\pkp\bdhpumn_v2\wnetrze.dds Loading - texture: dynamic\pkp\bdhpumn_v2\505126-08001-7.dds Loading - texture: dynamic\pkp\bdhpumn_v2\505126-08144-5.dds Loading - texture: dynamic\pkp\bdhpumn_v2\505126-08003-3.dds Loading - texture: dynamic\pkp\1xxa_v1\a9ou_131-9.dds New timetable for et22-811: ir56113 Loading - binary model: dynamic\pkp\su42_v1\6d-su.e3d Loading - texture: dynamic\pkp\su42_v1\blacha.dds Loading - texture: dynamic\pkp\su42_v1\wozek_lod2.dds Loading - texture: dynamic\pkp\su42_v1\wozek-sm42.dds Loading - texture: dynamic\pkp\su42_v1\cien6d.dds Loading - texture: dynamic\pkp\su42_v1\went.dds Loading - texture: dynamic\pkp\su42_v1\wycieraczka.dds Loading - texture: dynamic\pkp\su42_v1\6d-podwozie.dds Loading - texture: dynamic\pkp\su42_v1\su42-510-pr.dds Loading - texture: dynamic\pkp\1xxa_v1\111a13.dds Loading - texture: dynamic\pkp\1xxa_v1\111a14.dds Loading - texture: dynamic\pkp\1xxa_v1\111a16.dds Loading - texture: dynamic\pkp\1xxa_v1\111a17.dds Loading - binary model: dynamic\pkp\mieszkalny_v1\xtow.e3d Loading - texture: textures\tabor\#sprzeg.dds Loading - texture: dynamic\pkp\mieszkalny_v1\#9wpodw.dds Loading - texture: dynamic\pkp\mieszkalny_v1\#por.dds Loading - texture: textures\tabor\zderzaki.dds Loading - texture: dynamic\pkp\mieszkalny_v1\cienx.dds Loading - texture: textures\tabor\#podwozie-prowadnik.dds Loading - texture: textures\tabor\#podwozie-resor.dds Loading - texture: textures\tabor\#hamulec-klocek.dds Loading - texture: dynamic\pkp\mieszkalny_v1\mieszkalny1zamkn.dds New timetable for a57228: 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 a18606: 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 a10486: 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 a13183: 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 a19637: 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 a19201: 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 a23703: New timetable for a15619: New timetable for a43059: New timetable for a27189: New timetable for a10117: New timetable for a6324: New timetable for a18391: New timetable for a13176: 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 a17672: New timetable for a59232: New timetable for a50801: New timetable for a51997: New timetable for a26048: New timetable for a55454: New timetable for a47414: New timetable for a54437: New timetable for a36592: New timetable for a17150: New timetable for a42678: 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 a17710: Loading - texture: dynamic\road\h9\h9_pksnt01.dds New timetable for a25297: New timetable for a48426: New timetable for a25006: New timetable for a57603: cgskj_blueclouded006.t3d init Loading - binary model: models\cgskj_blueclouded006.e3d Loading - texture: textures\sky\sky_blueclouded006.dds Ground init OK Player train init: eu07-1512 Loading Python ... Loading - binary model: dynamic\pkp\303e_v1\303e_b]kabina_a.e3d Loading - texture: dynamic\pkp\303e_v1\303e_b]sciany.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]fotele.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]koliber_on.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit4.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit1_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]manometry_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]grucha.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]lampa_on.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit_kuchenka.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]rama_przod.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]drzwi.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]tyl.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]dach.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit2.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit1.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]manometry.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]kran_zasadniczy.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]kontrolki.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pulpit3.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podloga.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]blacha_szara2.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]pomocniczy.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podstawa_nastawnik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podstawa_bocznik.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]nastawnik.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]polka.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_ziel.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]blacha_szara.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]czerwone.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]obudowa_nastawnika.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]spod.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]szyba.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]reczny.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]klucz_kierunkowy.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowe.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowe_s.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowep.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]metal_podloga.dds Loading - texture: dynamic\pkp\303e_v1\303e_b]daszek.dds Player train init OK Loading - texture: textures\smuga2.tga Load time: 110.0 seconds EVENT LAUNCHED: balgl1:busy by sm42-284 Multiple passed EVENT ADDED TO QUEUE: balgl1_stop1 by sm42-284 EVENT ADDED TO QUEUE: balgl1_stop2 by sm42-284 EVENT LAUNCHED: balgl1:free by sm42-284 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_stop1 by sm42-284 Type: UpdateValues - SetVelocity 0 0 EVENT LAUNCHED: balgl1_stop2 by sm42-284 Type: UpdateValues - SetVelocity 0 0 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: start_cargo:busy by eu07-538 * 0.00 0.00 = * 0.00 0.00 Multiple passed EVENT ADDED TO QUEUE: szumy6 by eu07-538 EVENT ADDED TO QUEUE: bl_zw28- by eu07-538 EVENT ADDED TO QUEUE: zwrotnica by eu07-538 EVENT ADDED TO QUEUE: wygas_sbl by eu07-538 EVENT ADDED TO QUEUE: sbl_1 by eu07-538 EVENT ADDED TO QUEUE: upstart_cargo:busy by eu07-538 EVENT LAUNCHED: bl_zw28- by eu07-538 Multiple passed EVENT ADDED TO QUEUE: bl_zw28_wz2 by eu07-538 EVENT ADDED TO QUEUE: bl_zw28_1 by eu07-538 EVENT ADDED TO QUEUE: bl_zw28_v40 by eu07-538 EVENT LAUNCHED: wygas_sbl by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_472n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_482n_ciemny by eu07-538 EVENT LAUNCHED: sbl_1 by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_491n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_492n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_511n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_512n_ciemny by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_ciemny by eu07-538 EVENT LAUNCHED: upstart_cargo:busy by eu07-538 Type: UpdateValues - * 1 1 EVENT LAUNCHED: bl_zw28_1 by eu07-538 EVENT LAUNCHED: bl_zw28_v40 by eu07-538 type: TrackVel EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: bl_zw28_wz2 by eu07-538 Key pressed: [F4] EVENT LAUNCHED: szumy6 by eu07-538 EVENT LAUNCHED: sbl_461n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_521n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_521n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_461n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_521n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_461n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_521n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 Key pressed: [F4] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [91] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Shift]+[1] EVENT ADDED TO QUEUE: keyctrl01 EVENT LAUNCHED: zwrotnica by eu07-538 Multiple passed EVENT ADDED TO QUEUE: baltyk_tm10_ms2 by eu07-538 EVENT ADDED TO QUEUE: alakowice_i_s1 by eu07-538 EVENT LAUNCHED: baltyk_tm10_ms2 by eu07-538 Multiple passed EVENT ADDED TO QUEUE: baltyk_tm10_sem_ligh2 by eu07-538 EVENT ADDED TO QUEUE: baltyk_tm10_sem_info_man by eu07-538 EVENT LAUNCHED: alakowice_i_s1 by eu07-538 Multiple passed EVENT ADDED TO QUEUE: alakowice_i_sem_ligh1 by eu07-538 EVENT ADDED TO QUEUE: alakowice_i_sem_info_stop by eu07-538 EVENT ADDED TO QUEUE: alakowice_i_w24off by eu07-538 EVENT LAUNCHED: baltyk_tm10_sem_ligh2 by eu07-538 EVENT LAUNCHED: alakowice_i_sem_ligh1 by eu07-538 EVENT LAUNCHED: alakowice_i_w24off by eu07-538 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: baltyk_tm10_sem_info_man by eu07-538 Type: UpdateValues - ShuntVelocity 25 0 Key pressed: [D] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Shift]+[J] Key pressed: [ ] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [Shift]+[O] Key pressed: [Shift]+[P] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [F4] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [F4] EVENT LAUNCHED: sbl_471n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_471n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_ciemny by eu07-538 EVENT LAUNCHED: sbl_472n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_472n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_472n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_481n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_481n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_ciemny by eu07-538 EVENT LAUNCHED: sbl_482n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_482n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_482n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_491n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_491n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_491n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_ciemny by eu07-538 EVENT LAUNCHED: sbl_492n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_492n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_492n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_502n_ciemny by eu07-538 EVENT LAUNCHED: sbl_511n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_511n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_511n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_ciemny by eu07-538 EVENT LAUNCHED: sbl_512n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_512n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_512n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_501n_ciemny by eu07-538 EVENT LAUNCHED: alakowice_i_sem_info_stop by eu07-538 Type: UpdateValues - SetVelocity 0 0 EVENT LAUNCHED: sbl_471n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_472n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_481n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_482n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_491n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_492n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_511n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_512n_sem_ligh0 by eu07-538 Key pressed: [Shift]+[Y] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Shift]+[U] EVENT LAUNCHED: sbl_471n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_472n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_481n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_482n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_491n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_492n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_511n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_521n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_521n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_512n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_521n_sem_ligh0 by eu07-538 Key pressed: [Shift]+[I] Key pressed: [F4] EVENT LAUNCHED: sbl_461n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_521n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [F4] Key pressed: [Shift]+[M] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[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: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Shift]+[X] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [Shift]+[C] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [Num.] Key pressed: [Num6] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] Key pressed: [Num6] EVENT LAUNCHED: sbl_471n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_471n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_ciemny by eu07-538 EVENT LAUNCHED: sbl_481n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_481n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_ciemny by eu07-538 EVENT LAUNCHED: sbl_502n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_502n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_502n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_511n_ciemny by eu07-538 EVENT LAUNCHED: sbl_501n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_501n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_501n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_491n_ciemny by eu07-538 EVENT LAUNCHED: sbl_471n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_481n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_502n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_501n_sem_ligh0 by eu07-538 Key pressed: [Num4] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: sbl_471n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_481n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_502n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_501n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_sem_ligh0 by eu07-538 Key pressed: [F4] EVENT LAUNCHED: sbl_461n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: sbl_471n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_471n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_ciemny by eu07-538 EVENT LAUNCHED: sbl_511n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_511n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_511n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_ciemny by eu07-538 EVENT LAUNCHED: sbl_491n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_491n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_491n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_ciemny by eu07-538 EVENT LAUNCHED: sbl_471n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_511n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_491n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_471n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_511n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_521n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_521n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_521n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_491n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_521n_sem_ligh0 by eu07-538 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: sbl_461n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_521n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: sbl_481n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_481n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_481n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_ciemny by eu07-538 EVENT LAUNCHED: sbl_481n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_481n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 1.00 != * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj2 by sm42-284 Key pressed: [A] EVENT ADDED TO QUEUE: balgl1:free by sm42-284 EVENT LAUNCHED: balgl1:free by sm42-284 Multiple passed EVENT ADDED TO QUEUE: balgl1_otwieraj by sm42-284 Key pressed: [F4] EVENT LAUNCHED: balgl1_otwieraj2 by sm42-284 0.00 0.00 = * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_go1 by sm42-284 EVENT ADDED TO QUEUE: balgl1_go2 by sm42-284 EVENT LAUNCHED: balgl1_go1 by sm42-284 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_go2 by sm42-284 Type: UpdateValues - SetVelocity -1 -1 Key pressed: [F4] EVENT LAUNCHED: balgl1_otwieraj by sm42-284 0.00 0.00 = * * 0.00 Multiple passed EVENT ADDED TO QUEUE: balgl1_go1 by sm42-284 EVENT ADDED TO QUEUE: balgl1_go2 by sm42-284 Key pressed: [F4] EVENT LAUNCHED: balgl1_go1 by sm42-284 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: balgl1_go2 by sm42-284 Type: UpdateValues - SetVelocity -1 -1 Key pressed: [Shift]+[1] Key pressed: [Shift]+[1] EVENT LAUNCHED: sbl_471n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_471n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_471n_sem_info_vmax by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_ciemny by eu07-538 EVENT LAUNCHED: sbl_471n_sem_ligh0 by eu07-538 Key pressed: [F4] EVENT LAUNCHED: sbl_471n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 EVENT LAUNCHED: sbl_461n_ciemny by eu07-538 Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 by eu07-538 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax by eu07-538 EVENT LAUNCHED: sbl_461n_sem_ligh0 by eu07-538 EVENT LAUNCHED: sbl_461n_sem_info_vmax by eu07-538 Type: UpdateValues - SetVelocity -1 -1 Key pressed: [F4] Key pressed: [F4] Key pressed: [A] EVENT ADDED TO QUEUE: baltyk_tm10_ms1 by sm42-284 EVENT LAUNCHED: baltyk_tm10_ms1 by sm42-284 Multiple passed EVENT ADDED TO QUEUE: baltyk_tm10_sem_ligh1 by sm42-284 EVENT ADDED TO QUEUE: baltyk_tm10_sem_info_stop by sm42-284 EVENT LAUNCHED: baltyk_tm10_sem_ligh1 by sm42-284 EVENT LAUNCHED: baltyk_tm10_sem_info_stop by sm42-284 ShuntVelocity 25.00 0.00 = ShuntVelocity * * Type: UpdateValues - ShuntVelocity 0 0 Key pressed: [A] Key pressed: [A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [F10] Key pressed: [Y] Number of textures used: 9