Starting MaSzyna rail vehicle simulator. Compilation 2015-04-14, release 15.3.1167.470. Online documentation and additional files on http://eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx_EU, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy, KURS90, Ra, hunter and others Renderer: GeForce 8600 GT/PCI/SSE2 Vendor: NVIDIA Corporation OpenGL Version: 2.1.1 Supported extensions: GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_bindable_uniform GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_timer_query GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control Ra: The VBO is found, but Display Lists are selected. DDS textures are supported. Used multisampling of 4 samples. Max texture size: 8192 glFogfv(GL_FOG_COLOR, FogColor); glClearDepth(1.0f); glEnable(GL_TEXTURE_2D); glShadeModel(GL_SMOOTH); glEnable(GL_DEPTH_TEST); glEnable(GL_BLEND); glEnable(GL_ALPHA_TEST); glAlphaFunc(GL_GREATER,0.04); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDepthFunc(GL_LEQUAL); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glPolygonMode(GL_FRONT, GL_FILL); glFrontFace(GL_CCW); glEnable(GL_CULL_FACE); glLineWidth(1.0f); glPointSize(2.0f); glLightModelfv(GL_LIGHT_MODEL_AMBIENT,darkLight); glLightfv(GL_LIGHT0,GL_AMBIENT,ambientLight); glLightfv(GL_LIGHT0,GL_DIFFUSE,diffuseLight); glLightfv(GL_LIGHT0,GL_SPECULAR,specularLight); glLightfv(GL_LIGHT0,GL_POSITION,lightPos); glEnable(GL_LIGHT0); glEnable(GL_COLOR_MATERIAL); glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE); glMaterialfv( GL_FRONT, GL_AMBIENT_AND_DIFFUSE, whiteLight ); glEnable(GL_LIGHTING); glFogi(GL_FOG_MODE, GL_LINEAR); glFogfv(GL_FOG_COLOR, FogColor); glFogf(GL_FOG_START, 1000.0f); glFogf(GL_FOG_END, 2000.0f); glEnable(GL_FOG); Font init Display Lists font used. Font init OK Sound Init Loading - texture: textures\logo.bmp Sound Init OK Textures init Textures init OK Models init Models init OK Ground init Loading scenery from $.scn Scenery sky definition cgskj_blueclouded039.t3d Scenery atmo definition Scenery light definition Scenery time definition Loading - texture: textures\rkpd34r190-tpd-oil2.dds Loading - texture: textures\stonesfinedarkgray1.dds Loading - texture: textures\podklad1.dds Loading - texture: textures\rail_screw_unused1.dds Loading - texture: textures\wzw.dds Loading - texture: textures\rkpd34r190-tpd2.dds Loading - texture: textures\rkpd34r190-tpd1.dds Loading - texture: textures\grass.dds Loading - texture: textures\fence-concrete2.dds Loading - texture: textures\fence-concrete1.dds Loading - texture: textures\farm06.dds Loading - texture: textures\forest02-top.dds Loading - binary model: models\pkp/rezonator.e3d Loading - texture: textures\pkp\rezonator.dds Loading - texture: textures\rainsted\slhm.dds Loading - binary model: models\rainsted/slhm.e3d Loading - texture: textures\rainsted\slhm5.dds Loading - binary model: models\rainsted/slhm_76.e3d Loading - texture: textures\rainsted\slhm1.dds Loading - binary model: models\rainsted/slhm_77.e3d Loading - texture: textures\rainsted\slhm0.dds Loading - binary model: models\rainsted/slhm_55.e3d Loading - texture: textures\rainsted\slhm2.dds Loading - texture: textures\rainsted\slhm3.dds Loading - texture: textures\rainsted\slhm4.dds Loading - texture: textures\rainsted\slhm9.dds Loading - texture: textures\rainsted\slhm6.dds Loading - texture: textures\rainsted\slhm8.dds Loading - texture: textures\rainsted\slhm7.dds Loading - binary model: models\ip/pkp/w9.e3d Loading - texture: textures\pkp\wskazniki1.dds Loading - texture: textures\\metalplatedirt1.dds Loading - binary model: models\wzk.e3d Loading - texture: textures\wzk.dds Loading - texture: textures\roof\Roof-RedTiles-aged1.dds Loading - binary model: models\slimson/nastawnia3.e3d Loading - texture: textures\slimson\nastawnia3c.dds Loading - texture: textures\slimson\nastawnia3d.dds Loading - texture: textures\roof\roof-asphaltstrip-new1.dds Loading - texture: textures\slimson\nastawnia3a.dds Loading - texture: textures\slimson\nastawnia3b.dds Loading - texture: textures\slimson\nastawnia3.dds Loading - binary model: models\slimson/most25.e3d Loading - texture: textures\slimson\beton.dds Loading - texture: textures\\stonesconstruction_irregulargraysmall1.dds Loading - texture: textures\\stonesconstruction_rectanglegray2.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 - binary model: models\bochnia/bochnia_przejscie.e3d Loading - texture: textures\\asphaltgray1.dds Loading - texture: textures\bochnia\do_miasta.dds Loading - binary model: models\pm/blok12.e3d Loading - texture: textures\pm\blok12.dds Loading - texture: textures\pm\blok12dach.dds Loading - texture: textures\roof\roof-asphaltstrip1.dds Loading - binary model: models\mc/mydlniki-kabsekc.e3d Loading - texture: textures\mc\mydlniki-kabsekc2.dds Loading - texture: textures\mc\mydlniki-kabsekc1.dds Loading - binary model: models\ip/wloclawek/wwek_przychodniak.e3d Loading - texture: textures\ip\earth.dds Loading - texture: textures\ip\wwek_przychodniak_p9.dds Loading - texture: textures\ip\wwek_przychodniak_p0.dds Loading - texture: textures\ip\wwek_przychodniak_papa.dds Loading - texture: textures\ip\wwek_przychodniak_p1.dds Loading - texture: textures\ip\hmp55-0.dds Loading - texture: textures\ip\wwek_przychodniak_p8.dds Loading - texture: textures\ip\wwek_przychodniak_p7.dds Loading - texture: textures\ip\wwek_przychodniak_p6.dds Loading - texture: textures\ip\wwek_przychodniak_p5.dds Loading - texture: textures\ip\wwek_przychodniak_p4.dds Loading - texture: textures\ip\wwek_przychodniak_p3.dds Loading - texture: textures\ip\wwek_przychodniak_p2.dds Loading - binary model: models\mc/krakowt-magazyn1.e3d Loading - texture: textures\mc\kt-magazyn1fasada2.dds Loading - texture: textures\mc\kt-magazyn1fasada1.dds Loading - texture: textures\\concrete-tiles.dds Loading - texture: textures\mc\kt-magazyn1podst.dds Loading - texture: textures\mc\kt-magazyn1bok.dds Loading - binary model: models\slawkow/zdunowo_wiata01.e3d Loading - texture: textures\slawkow\zdunowo_dach01.dds Loading - texture: textures\slawkow\zdunowo_belka01.dds Loading - texture: textures\\beton_white.dds Loading - texture: textures\slawkow\zdunowo_belka02.dds Loading - binary model: models\slawkow/dziewoklicz_nast.e3d Loading - texture: textures\slawkow\nast_dziewoklicz.dds Loading - texture: textures\roof\dach_czarny.dds Loading - texture: textures\roof\RoofThatch-old1.dds Loading - binary model: models\mc/sedziszowmlp-wagwag.e3d Loading - texture: textures\mc\sedziszowmlp-wagwag.dds Loading - texture: textures\tabl\a-12.dds Loading - binary model: models\sem/glowice/s5izpcpb_dd.e3d Loading - texture: textures\sem\glowice.dds Loading - texture: textures\sem\#pkplight_lenses.dds Loading - texture: textures\sem\pomaranczowy.dds Loading - texture: textures\sem\bialy.dds Loading - texture: textures\sem\zielony.dds Loading - texture: textures\sem\czerwony.dds Loading - texture: textures\sem\slupy.dds Loading - binary model: models\sem/slupy/s5ibg.e3d Loading - binary model: models\sem/drabinki/d5i.e3d Loading - texture: textures\tabl\b-12.dds 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/wskazniki/w1new_d.e3d Loading - texture: textures\tabl\toa.dds 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\tm3.dds Loading - texture: textures\tabl\tm4.dds Loading - texture: textures\tabl\tm5.dds Loading - binary model: models\pm/kamienice2.e3d Loading - texture: textures\pm\kamienica1u.dds Loading - texture: textures\pm\komin_red.dds Loading - texture: textures\pm\komin_brick.dds Loading - texture: textures\pm\komin_gray.dds Loading - texture: textures\pm\kamienica3s.dds Loading - texture: textures\pm\kamienica4u.dds Loading - texture: textures\pm\kamienica2u.dds Loading - texture: textures\pm\kamienica3d.dds Loading - texture: textures\pm\kamienica4d.dds Loading - texture: textures\pm\kamienica5d.dds Loading - texture: textures\pm\kamienica2d.dds Loading - texture: textures\pm\kamienica5u.dds Loading - texture: textures\pm\kamienica3u.dds Loading - texture: textures\pm\kamienica1d.dds Loading - binary model: models\mc/krakow-bosacka-ceg-l.e3d Loading - texture: textures\mc\krakow-bosacka-cegl-fasada.dds Loading - texture: textures\mc\krakow-bosacka-cegl-bok.dds Loading - texture: textures\mc\krakow-bosacka-cegl-klatka.dds Loading - binary model: models\mc/krakow-bosacka-ceg-p.e3d 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\ip\pkp\w11a-1.dds Loading - binary model: models\ip/pkp/w11.e3d Loading - texture: textures\ip\pkp\w11a-2.dds Loading - texture: textures\ip\pkp\w11a-3.dds Loading - binary model: models\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 - texture: textures\StonesFineDarkGray1.dds Loading - binary model: models\eng/wiadukt3-2t.e3d Loading - texture: textures\eng\wiadukt3-bok.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - texture: textures\eng\wiadukt3-filarbok.dds Loading - texture: textures\eng\wiadukt3-filar.dds Loading - texture: textures\eng\#barierka2.dds Loading - binary model: models\bud/domtynk01.e3d Loading - texture: textures\bud\domtynk01b.dds Loading - texture: textures\bud\domtynk01a.dds Loading - texture: textures\ip\pkp\w6a.dds Loading - binary model: models\ip/pkp/w6.e3d Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\pkp\w8_v2\w8_9.dds Loading - binary model: models\ip/pkp/w8.e3d Loading - binary model: models\bud2/domek3k.e3d Loading - texture: textures\bud2\domek2.dds Loading - binary model: models\bud2/domek2k.e3d Loading - binary model: models\bud2/domek1k.e3d Loading - texture: textures\bud2\domek1.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 - 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\bud/stodoladrewn01.e3d Loading - texture: textures\bud\stodoladrew01.dds Loading - binary model: models\bud/stodoladrewn02.e3d Loading - texture: textures\bud\stodoladrew02.dds 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 - texture: textures\pkp\w27_10.dds Loading - binary model: models\ip/pkp/w27.e3d Loading - texture: textures\pkp\transparent.dds Loading - texture: textures\pkp\w27_6.dds Loading - binary model: models\ip/pkp/w27odwr.e3d Loading - texture: textures\pkp\w27_8.dds Loading - binary model: models\linia053/lamp-t.e3d Loading - texture: textures\linia053\eu_roof.dds Loading - binary model: models\linia053/lamp-y.e3d Loading - texture: textures\linia053\light-na.dds Loading - texture: textures\pkp\w8_v2\w8_6.dds Loading - texture: textures\pkp\w8_v2\w8_3.dds Loading - texture: textures\pkp\w27_12.dds Loading - binary model: models\ip/pkp/w4.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\tabl\o-2.dds Loading - binary model: models\sem/glowice/s5ypzpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ypbl.e3d Loading - binary model: models\sem/drabinki/d5yp.e3d Loading - texture: textures\tabl\m-12.dds Loading - binary model: models\sem/slupy/s5ypmg.e3d Loading - texture: textures\tabl\n-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\l-12.dds Loading - texture: textures\tabl\too.dds Loading - binary model: models\sem/glowice/to1ypp_dd.e3d Loading - binary model: models\sem/wskazniki/w1new_mz.e3d Loading - texture: textures\tabl\tom.dds Loading - texture: textures\tabl\ton.dds Loading - binary model: models\sem/glowice/to2ylzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmylbl.e3d Loading - binary model: models\sem/drabinki/d2yl.e3d Loading - texture: textures\tabl\tol.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-front.dds Loading - binary model: models\eng/most1s.e3d Loading - binary model: models\wasyl/nastawnia_n5.e3d Loading - texture: textures\wasyl\nastawnia_n5.dds Loading - texture: textures\wasyl\dach_papa.dds Loading - binary model: models\slawkow/wzgorze_sw1.e3d Loading - texture: textures\slawkow\nast_sw1.dds Loading - binary model: models\slimson/magazyn1.e3d Loading - texture: textures\slimson\magazyn1.dds Loading - texture: textures\\concrete1.dds Loading - texture: textures\slimson\balazolta.dds Loading - texture: textures\slimson\magazyn1c.dds Loading - texture: textures\slimson\magazyn1b.dds Loading - texture: textures\slimson\magazyn1a.dds Loading - binary model: models\mc/rudawa-budgosp1.e3d Loading - texture: textures\mc\rudawa-budgosp1.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 - binary model: models\bud/szopastara2.e3d Loading - texture: textures\bud\szopastara1.dds Loading - texture: textures\roof\roofthatch-old1_moosy.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\mc/mydlniki-pgr.e3d Loading - texture: textures\mc\mydlniki-pgr.dds Loading - texture: textures\mc\mydlniki-pgrb.dds Loading - binary model: models\bud/dom1tynk02.e3d Loading - texture: textures\bud\dom1tynk02a.dds Loading - texture: textures\bud\dom1tynk02b.dds Loading - binary model: models\slawkow/wstowo_nast.e3d Loading - texture: textures\roof\jelitkowo_dach.dds Loading - texture: textures\slawkow\nast_wstowo.dds Loading - binary model: models\przejazdy/_s2z_xx_d_bombardier.e3d Loading - texture: textures\eng\Most1-jezdniabet.dds Loading - texture: textures\Most1-jezdniablach.dds Loading - binary model: models\eng/filar-most2-2.e3d Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\most1-jezdniablach.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - texture: textures\eng\#barierka2.dds Loading - texture: textures\bud\Skoczow-dach.dds Loading - binary model: models\bud/skoczowstacja.e3d Loading - texture: textures\bud\skoczow.dds Loading - texture: textures\bud\gutterpipe-brown1.dds Loading - texture: textures\bud\skoczow-wiata.dds Loading - texture: textures\bud\#skoczow-wspornik.dds Loading - binary model: models\pm/kladka.e3d Loading - texture: textures\pm\#kladka-filar.dds Loading - texture: textures\wood\woodredbrown2_agedplanks.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\pm\kladka-stal.dds Loading - texture: textures\tabl\tm6.dds Loading - texture: textures\tabl\tm7.dds Loading - binary model: models\sem/slupy/s5ylbl.e3d Loading - binary model: models\sem/pasy/pz.e3d Loading - texture: textures\tabl\e-12m.dds Loading - binary model: models\sem/glowice/s4izcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ibg.e3d Loading - binary model: models\sem/drabinki/d4i.e3d Loading - binary model: models\sem/wskazniki/w24v2.e3d Loading - texture: textures\sem\w_lens.dds Loading - texture: textures\tabl\f-2m.dds Loading - binary model: models\sem/slupy/s4ibl.e3d Loading - binary model: models\sem/wskazniki/w24v1.e3d Loading - texture: textures\tabl\d-12m.dds Loading - texture: textures\tabl\c-2m.dds Loading - texture: textures\tabl\k-2m.dds Loading - texture: textures\tabl\j-12m.dds Loading - texture: textures\tabl\h-12m.dds Loading - texture: textures\tabl\g-2m.dds Loading - binary model: models\slawkow/zdroje_se.e3d Loading - texture: textures\slawkow\nast_se.dds Loading - texture: textures\tabl\spe.dds Loading - binary model: models\sem/glowice/sp3ipzb_dd.e3d Loading - binary model: models\sem/slupy/tosptmibg.e3d Loading - binary model: models\sem/wskazniki/isp.e3d Event "none_os1" ignored in multiple "e-powt_os1"! Event "none_os2" ignored in multiple "e-powt_os2"! Event "none_os3" ignored in multiple "e-powt_os3"! Event "none_os4" ignored in multiple "e-powt_os4"! Loading - binary model: models\mc/rudawa-magaz1.e3d Loading - texture: textures\mc\rudawa-magaz1.dds Loading - binary model: models\slimson/mostdroga45.e3d Loading - texture: textures\slimson\wiadukt_bar.dds Loading - texture: textures\metal\metalplatedirt3.dds Loading - texture: textures\roof\Roof-RedTiles-aged2.dds Loading - binary model: models\pm/myd.e3d Loading - texture: textures\pm\budka02.dds Loading - texture: textures\roof\dach_mydlniki.dds Loading - texture: textures\pm\domek9.dds Loading - texture: textures\pm\domek8.dds Loading - texture: textures\pm\poddasze.dds Loading - texture: textures\pm\chodnik.dds Loading - binary model: models\ip/pkp/w14.e3d Loading - texture: textures\pkp\w8_v2\d6_5.dds Loading - texture: textures\bud\#ZabrzegStacja.dds Loading - binary model: models\bud/zabrzegstacja.e3d Loading - binary model: models\linia053/lamp-i.e3d Loading - texture: textures\tabl\j-2m.dds Loading - binary model: models\sem/slupy/s5iml.e3d Loading - texture: textures\tabl\g-12m.dds Loading - texture: textures\tabl\f-1m.dds Loading - binary model: models\sem/glowice/s3izcb_dd.e3d Loading - binary model: models\sem/slupy/s3ibg.e3d Loading - texture: textures\tabl\d-2m.dds Loading - texture: textures\ip\pkp\2006\w15_1.dds Loading - binary model: models\ip/pkp/w15.e3d Loading - texture: textures\tabl\toc.dds Loading - binary model: models\sem/glowice/to1ylp_dd.e3d Loading - binary model: models\sem/slupy/tosptmylbg.e3d Loading - texture: textures\tabl\tod.dds Loading - binary model: models\sem/glowice/s4ylzcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ylml.e3d Loading - binary model: models\sem/drabinki/d4yl.e3d Loading - binary model: models\sem/glowice/s4ypzcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypbg.e3d Loading - binary model: models\sem/drabinki/d4yp.e3d Loading - texture: textures\tabl\c-2.dds Loading - texture: textures\tabl\d-2.dds Loading - texture: textures\tabl\f-12.dds Loading - binary model: models\sem/slupy/s5ypml.e3d Loading - texture: textures\tabl\e-12.dds Loading - texture: textures\tabl\tof.dds Loading - texture: textures\tabl\toe.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_prz.dds Loading - texture: textures\slimson\wiadukt_fil.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\pkp\w8_v2\w8_8.dds Loading - binary model: models\bud/domcegla01.e3d Loading - texture: textures\bud\domcegla02a.dds Loading - texture: textures\bud\domcegla01a.dds Loading - texture: textures\linia053\rudawa.dds Loading - binary model: models\pm/tablica_d.e3d Loading - texture: textures\wall\wallstone_irregular2.dds Loading - texture: textures\linia053\brzeziny.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\pkp\w8_v2\d6_2.dds Loading - texture: textures\pkp\w8_v2\d6_6.dds Loading - texture: textures\ip\pkp\d1-2.dds Loading - binary model: models\ip/pkp/d1.e3d Loading - texture: textures\ip\pkp\2006\d1-4.dds Loading - binary model: models\pkp/koziolbeton.e3d Loading - texture: textures\\wzw.dds Loading - texture: textures\\podklad1.dds Loading - binary model: models\pkp/szlab_d_60.e3d Loading - binary model: models\slimson/metalouter.e3d Loading - texture: textures\slimson\metal_outer.dds Loading - texture: textures\metal\metaltrapezoidplatelightblue1_rusted.dds Loading - binary model: models\slimson/skupzlomu.e3d Loading - texture: textures\\stonesmediumlightbrown1.dds Loading - texture: textures\slimson\zlom3.dds Loading - texture: textures\slimson\domek4.dds Loading - texture: textures\roof\roofmetalplate1.dds Loading - texture: textures\slimson\domek2.dds Loading - texture: textures\\fence-chainedwire1.dds Loading - texture: textures\detal\fencepost-metalpipe1.dds Loading - texture: textures\slimson\zlom2.dds Loading - texture: textures\slimson\zlom1.dds Loading - binary model: models\slawkow/nastgryfbet.e3d Loading - texture: textures\slawkow\nastgryfbet01.dds Loading - texture: textures\tabl\d-1.dds Loading - binary model: models\sem/glowice/s3ypzcp_dd.e3d Loading - binary model: models\sem/slupy/s3ypmg.e3d Loading - binary model: models\ip/wloclawek/wwek_dysponujaca3d.e3d Loading - texture: textures\ip\roof1.dds Loading - texture: textures\ip\farm03.dds Loading - texture: textures\ip\drewno20.dds Loading - texture: textures\ip\color1.dds Loading - texture: textures\ip\balustrada_2.dds Loading - texture: textures\ip\eu_green1.dds Loading - texture: textures\ip\eu_green3.dds Loading - texture: textures\ip\eu_blue1.dds Loading - texture: textures\ip\grassdarkgreen2.dds Loading - texture: textures\ip\door8.dds Loading - texture: textures\ip\floor_001.dds Loading - texture: textures\ip\wwek_dysponujaca.dds Loading - texture: textures\tabl\c-1.dds Loading - binary model: models\sem/glowice/s3ylzcp_dd.e3d Loading - binary model: models\sem/slupy/s3ylmg.e3d Loading - binary model: models\sem/wskazniki/w1old_mz.e3d Loading - texture: textures\tabl\spd.dds Loading - binary model: models\sem/glowice/sp3yppzb_dd.e3d Loading - binary model: models\sem/wskazniki/iisp.e3d Event "none_os1" ignored in multiple "posterunek2_sp2d_os1"! Event "none_os2" ignored in multiple "posterunek2_sp2d_os2"! Event "none_os3" ignored in multiple "posterunek2_sp2d_os3"! Event "none_os4" ignored in multiple "posterunek2_sp2d_os4"! Loading - texture: textures\tabl\spc.dds Loading - binary model: models\sem/glowice/sp3ylpzb_dd.e3d Event "none_os1" ignored in multiple "posterunek2_sp2c_os1"! Event "none_os2" ignored in multiple "posterunek2_sp2c_os2"! Event "none_os3" ignored in multiple "posterunek2_sp2c_os3"! Event "none_os4" ignored in multiple "posterunek2_sp2c_os4"! Event "none_os1" ignored in multiple "posterunek2_sp1c_os1"! Event "none_os2" ignored in multiple "posterunek2_sp1c_os2"! Event "none_os3" ignored in multiple "posterunek2_sp1c_os3"! Event "none_os4" ignored in multiple "posterunek2_sp1c_os4"! Event "none_os1" ignored in multiple "posterunek2_sp1d_os1"! Event "none_os2" ignored in multiple "posterunek2_sp1d_os2"! Event "none_os3" ignored in multiple "posterunek2_sp1d_os3"! Event "none_os4" ignored in multiple "posterunek2_sp1d_os4"! Loading - texture: textures\tabl\d-1m.dds Loading - texture: textures\tabl\l-2m.dds Loading - texture: textures\tabl\k-12m.dds Loading - texture: textures\tabl\i-2m.dds Loading - texture: textures\tabl\h-2m.dds Loading - binary model: models\bud/dom1tynk01.e3d Loading - binary model: models\slimson/magazyn5.e3d Loading - texture: textures\slimson\magazyn5.dds Loading - texture: textures\slimson\magazyn5.dds Loading - binary model: models\ip/pkp/w5.e3d Loading - texture: textures\pkp\w5.dds Loading - binary model: models\sem/glowice/tminb_dd.e3d Loading - binary model: models\sem/drabinki/d2i.e3d Loading - texture: textures\tabl\tm8.dds Loading - texture: textures\tabl\tm9.dds Loading - texture: textures\linia053\zerniki.dds Loading - texture: textures\pkp\w27_14.dds Loading - binary model: models\slimson/magazyn7.e3d Loading - texture: textures\\chodnik-6k-1x2m.dds Loading - texture: textures\pm\magazyn01.dds Loading - texture: textures\slimson\magazyn7mur.dds Loading - texture: textures\pm\apart1g.dds Loading - binary model: models\slawkow/regalica_nast.e3d Loading - texture: textures\slawkow\nast_regalica.dds Loading - texture: textures\pkp\w8_v2\w8_5.dds Loading - texture: textures\pkp\w27_7.dds Loading - binary model: models\pm/biurowiec3.e3d Loading - texture: textures\pm\biurowiec3p.dds Loading - texture: textures\pm\biurowiec3b.dds Loading - binary model: models\pm/blok10.e3d Loading - texture: textures\pm\blok10.dds Loading - binary model: models\pm/budowa1.e3d Loading - texture: textures\pm\budowa03.dds Loading - texture: textures\bud\blachaogr01.dds Loading - texture: textures\pm\budowa02.dds Loading - texture: textures\pm\budowa01.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/hala1.e3d Loading - texture: textures\pm\hala1.dds Loading - binary model: models\slimson/kladka3.e3d Loading - texture: textures\pm\#kladka-porecz.dds Loading - binary model: models\sem/slupy/s4ylmg.e3d Loading - binary model: models\sem/slupy/s4ypmg.e3d Loading - texture: textures\tabl\a-1.dds Loading - binary model: models\sem/glowice/s2ylcz_dd.e3d Loading - binary model: models\sem/slupy/s2ylmg.e3d Loading - texture: textures\tabl\b-1.dds Loading - binary model: models\sem/glowice/s2ypcz_dd.e3d Loading - binary model: models\sem/slupy/s2ypmg.e3d Loading - texture: textures\ip\pkp\2006\w6_001.dds Loading - binary model: models\ip/pkp/we8a.e3d Loading - texture: textures\ip\pkp\we8.dds Loading - binary model: models\ip/pkp/we9b.e3d Loading - texture: textures\ip\pkp\we9.dds Loading - texture: textures\ip\pkp\2006\l.dds Loading - binary model: models\ip/pkp/we9a.e3d Loading - binary model: models\slimson/most445.e3d Loading - texture: textures\\rail_screw_unused1.dds Loading - texture: textures\eng\most1-jezdniablach.dds Loading - binary model: models\slimson/nastawnia2.e3d Loading - texture: textures\slimson\nastawnia2.dds Loading - texture: textures\slimson\nastawnia2a.dds Loading - binary model: models\pm/apart2.e3d Loading - texture: textures\pm\apart2balk.dds Loading - texture: textures\pm\apart2.dds Loading - texture: textures\pm\apart2bok.dds Loading - texture: textures\materials\stones1.dds Loading - texture: textures\tabl\f.dds Loading - binary model: models\pkp/krzyz-us.e3d Loading - binary model: models\ip/wloclawek/wwek_rewidenci_derel.e3d Loading - texture: textures\ip\wwek_rewidenci_p8.dds Loading - texture: textures\ip\beton_04.dds Loading - texture: textures\ip\wwek_rewidenci_p1.dds Loading - texture: textures\ip\wwek_rewidenci_p2.dds Loading - texture: textures\ip\wwek_rewidenci_p3.dds Loading - texture: textures\ip\wwek_rewidenci_p6.dds Loading - texture: textures\ip\wwek_rewidenci_p5.dds Loading - texture: textures\ip\wwek_rewidenci_p4.dds Loading - texture: textures\pkp\w8_v2\w8_4.dds Loading - binary model: models\detal/rj1.e3d Loading - texture: textures\detal\rozklad_bok.dds Loading - texture: textures\detal\rozklady.dds Loading - texture: textures\detal\rozkladb.dds Loading - binary model: models\detal/rj2.e3d Loading - texture: textures\wood\woodgraybrown1.dds Loading - texture: textures\asphaltgray1.dds Loading - binary model: models\detal/wiata1.e3d Loading - texture: textures\detal\wiatampk1-dachbok.dds Loading - texture: textures\detal\#wiatampk1-lawka.dds Loading - texture: textures\detal\wiatampk1-noga.dds Loading - binary model: models\sem/slupy/s2ylml.e3d Loading - texture: textures\tabl\l.dds Loading - texture: textures\tabl\k.dds Loading - texture: textures\tabl\g.dds Loading - texture: textures\tabl\h.dds Loading - binary model: models\bud/factory3.e3d Loading - texture: textures\bud\will_brick2_bottom.dds 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\linia053\skwarki.dds Loading - texture: textures\tabl\i.dds Loading - texture: textures\tabl\j.dds Loading - binary model: models\mc/nastodst1.e3d Loading - texture: textures\mc\ruina-nastodst1.dds Loading - texture: textures\ip\pkp\w16.dds Loading - binary model: models\ip/pkp/w16.e3d Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - binary model: models\/przejazdy/g3_1.e3d Loading - texture: textures\przejazdy\g3_1.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\spb.dds Event "none_os1" ignored in multiple "sandpow1_os1"! Event "none_os2" ignored in multiple "sandpow1_os2"! Event "none_os3" ignored in multiple "sandpow1_os3"! Event "none_os4" ignored in multiple "sandpow1_os4"! Event "none_os1" ignored in multiple "sandpow2_os1"! Event "none_os2" ignored in multiple "sandpow2_os2"! Event "none_os3" ignored in multiple "sandpow2_os3"! Event "none_os4" ignored in multiple "sandpow2_os4"! Loading - texture: textures\tabl\spn.dds Event "none_os1" ignored in multiple "zerpow1_os1"! Event "none_os2" ignored in multiple "zerpow1_os2"! Event "none_os3" ignored in multiple "zerpow1_os3"! Event "none_os4" ignored in multiple "zerpow1_os4"! Event "none_os1" ignored in multiple "zerpow2_os1"! Event "none_os2" ignored in multiple "zerpow2_os2"! Event "none_os3" ignored in multiple "zerpow2_os3"! Event "none_os4" ignored in multiple "zerpow2_os4"! Loading - binary model: models\wasyl/hipermarket.e3d Loading - texture: textures\wasyl\hipermarket_bok.dds Loading - binary model: models\slawkow/turzyn_su.e3d Loading - texture: textures\slawkow\nast_su.dds Loading - texture: textures\tabl\g1-12m.dds Loading - binary model: models\sem/slupy/s5img.e3d Loading - texture: textures\tabl\g2-12m.dds Loading - texture: textures\tabl\f2-12m.dds Loading - texture: textures\tabl\f1-12m.dds Loading - texture: textures\tabl\n-12m.dds Loading - texture: textures\tabl\m-12m.dds Loading - texture: textures\tabl\o-2m.dds Loading - texture: textures\tabl\g3-2m.dds Loading - texture: textures\tabl\g4-2m.dds Loading - texture: textures\tabl\g5-2m.dds Loading - texture: textures\tabl\g6-2m.dds Loading - texture: textures\tabl\f5-2m.dds Loading - texture: textures\tabl\f6-2m.dds Loading - texture: textures\tabl\f3-2m.dds Loading - texture: textures\tabl\f4-2m.dds Loading - texture: textures\tabl\e-2m.dds Loading - texture: textures\tabl\g13-2m.dds Loading - texture: textures\tabl\g11-2m.dds Loading - texture: textures\tabl\g9-2m.dds Loading - texture: textures\tabl\r-2m.dds Loading - texture: textures\tabl\q-1m.dds Loading - texture: textures\tabl\s-2m.dds Loading - texture: textures\tabl\t-2m.dds Loading - texture: textures\tabl\p-2m.dds Loading - texture: textures\tabl\tm16.dds Loading - texture: textures\tabl\tm17.dds Loading - texture: textures\tabl\tm18.dds Loading - texture: textures\linia053\sandomierz.dds Loading - binary model: models\mc/mydlniki-nastwykon.e3d Loading - texture: textures\mc\mydlniki-nastwykon-r.dds Loading - binary model: models\slawkow/dabie_bst.e3d Loading - texture: textures\slawkow\dabie_hall01.dds Loading - texture: textures\slawkow\dabie_ls.dds Loading - texture: textures\slawkow\dabie_ps.dds Loading - texture: textures\slawkow\dabie_wejscie.dds Loading - texture: textures\tabl\tm13.dds Loading - texture: textures\tabl\tm14.dds Loading - texture: textures\tabl\tm10.dds Loading - texture: textures\tabl\tm12.dds Loading - texture: textures\tabl\tm11.dds Loading - texture: textures\tabl\tm25.dds Loading - texture: textures\tabl\tm20.dds Loading - texture: textures\tabl\tm19.dds Loading - texture: textures\tabl\tm22.dds Loading - texture: textures\tabl\tm21.dds Loading - texture: textures\tabl\tm27.dds Loading - texture: textures\tabl\tm26.dds Loading - texture: textures\tabl\tm23.dds Loading - texture: textures\tabl\tm24.dds Loading - texture: textures\tabl\tm30.dds Loading - texture: textures\tabl\tm33.dds Loading - texture: textures\tabl\tm29.dds Loading - texture: textures\tabl\tm15.dds Loading - texture: textures\tabl\tm28.dds Loading - binary model: models\sem/glowice/tmypnb_dk.e3d Loading - texture: textures\tabl\tm31.dds Loading - texture: textures\tabl\tm32.dds Loading - binary model: models\wasyl/blok_piast2.e3d Loading - texture: textures\wasyl\blok_piast2.dds Loading - binary model: models\wasyl/blok_sob_nieb.e3d Loading - texture: textures\wasyl\blok_sob_nieb.dds Loading - texture: textures\tabl\u-12.dds Loading - texture: textures\bud\wiata3p.dds Loading - binary model: models\bud/wiata3.e3d Loading - texture: textures\bud\wiata3-wspornik.dds Loading - texture: textures\tabl\spa.dds Event "none_os1" ignored in multiple "sandpow03_os1"! Event "none_os2" ignored in multiple "sandpow03_os2"! Event "none_os3" ignored in multiple "sandpow03_os3"! Event "none_os4" ignored in multiple "sandpow03_os4"! Event "none_os1" ignored in multiple "sandpow04_os1"! Event "none_os2" ignored in multiple "sandpow04_os2"! Event "none_os3" ignored in multiple "sandpow04_os3"! Event "none_os4" ignored in multiple "sandpow04_os4"! Loading - texture: textures\tabl\g7-2m.dds Loading - texture: textures\tabl\tm34.dds Loading - binary model: models\sem/slupy/s5ibl.e3d Loading - texture: textures\tabl\e-1m.dds Loading - texture: textures\tabl\c-1m.dds Loading - binary model: models\ip/pkp/we4c.e3d Loading - texture: textures\tr\we4a.dds Loading - texture: textures\ip\pkp\2006\tol.dds Loading - binary model: models\ip/pkp/we4b.e3d Loading - texture: textures\ip\pkp\2006\tor.dds Loading - texture: textures\bud\blok.dds Loading - binary model: models\bud/blok_4.e3d Loading - texture: textures\bud\balk.dds Loading - texture: textures\bud\blokblue.dds Loading - texture: textures\bud\blokczerpas.dds Loading - texture: textures\bud\blokfiolpas.dds Loading - texture: textures\bud\blokgreen.dds Loading - texture: textures\bud\blokniebpas.dds Loading - texture: textures\bud\bloknielpas.dds Loading - texture: textures\bud\blokpompas.dds Loading - texture: textures\bud\blokzolpas.dds Loading - texture: textures\bud\blookrange.dds Loading - texture: textures\bud\zofia70-ceg.dds Loading - texture: textures\bud\zofia70-ts.dds Loading - texture: textures\bud\zofia70-tsz.dds Loading - texture: textures\bud2\watertower01.dds Loading - binary model: models\bud2/watertower01.e3d Loading - texture: textures\pkp\w8_v2\D6_3.dds Loading - binary model: models\eng/most1sp.e3d Loading - binary model: models\sem/glowice/to1ip_dd.e3d Loading - texture: textures\tabl\a-2.dds Event "none_os1" ignored in multiple "lacz_spa_os1"! Event "none_os2" ignored in multiple "lacz_spa_os2"! Event "none_os3" ignored in multiple "lacz_spa_os3"! Event "none_os4" ignored in multiple "lacz_spa_os4"! Loading - texture: textures\tabl\b.dds Event "none_os1" ignored in multiple "lacz_b01_os1"! Event "none_os2" ignored in multiple "lacz_b01_os2"! Event "none_os3" ignored in multiple "lacz_b01_os3"! Event "none_os4" ignored in multiple "lacz_b01_os4"! Loading - texture: textures\tabl\f-1.dds Loading - binary model: models\sem/glowice/s3ypzcb_dd.e3d Loading - texture: textures\tabl\h-12.dds Loading - binary model: models\sem/glowice/to2izp_dd.e3d Loading - texture: textures\tabl\toh.dds Loading - binary model: models\sem/glowice/to5izxxpx_dd.e3d Loading - texture: textures\metal\MetalSinedPlate_Rusted1.dds Loading - binary model: models\bud/szopastara1.e3d Loading - texture: textures\metal\MetalSinedPlateLightBlue2_Dirty.dds Loading - binary model: models\bud/dombale01.e3d Loading - texture: textures\bud\dombale01a.dds Loading - texture: textures\bud\dombale01b.dds Bad event: "none_warning" is ignored. Loading - binary model: models\slimson/dom1.e3d Loading - texture: textures\slimson\dom1.dds Loading - texture: textures\slimson\dworzec2d.dds Loading - texture: textures\roof\dachow09.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/slupekmaly.e3d Loading - texture: textures\slimson\slupekbok.dds Loading - binary model: models\przejazdy/krzyz_andrzej_nw.e3d Loading - texture: textures\\przejazdy\krzyz_andrzej_nw.dds Loading - texture: textures\pkp\#w31.dds Bad event: "none_warning" is ignored. Loading - binary model: models\elektryczne/latarnial_betdziur.e3d Loading - texture: textures\elektryczne\beton.dds Loading - texture: textures\elektryczne\oprawa.dds Loading - texture: textures\elektryczne\slup_szary.dds Loading - texture: textures\elektryczne\light1.dds Loading - texture: textures\elektryczne\poswiata.dds Loading - texture: textures\pkp\d1.dds Loading - binary model: models\sign/tab100_040.e3d Loading - binary model: models\przejazdy/_s2z_x_d_bombardier.e3d Loading - texture: textures\tabl\b-2.dds Loading - texture: textures\tabl\g-2.dds Loading - texture: textures\pkp\w27_5.dds Loading - binary model: models\wk_belkal.e3d Loading - texture: textures\ironrust.dds Loading - texture: textures\wk.dds Loading - binary model: models\wk_latarniall.e3d Loading - texture: textures\wwkl.dds Loading - texture: textures\naped.dds Loading - texture: textures\grassdarkgreen2.dds Loading - texture: textures\tabl\a2.dds Loading - binary model: models\sem/glowice/s4yppcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ypml.e3d Loading - binary model: models\sem/slupy/s4ypbl.e3d Loading - texture: textures\tabl\f-m.dds Loading - binary model: models\sem/glowice/s2icb_dd.e3d Loading - binary model: models\sem/slupy/s2ibl.e3d Loading - texture: textures\tabl\g-m.dds Loading - texture: textures\tabl\h-m.dds Loading - texture: textures\tabl\j-1.dds Loading - binary model: models\bud/domtynk03.e3d Loading - texture: textures\bud\domtynk03a.dds Loading - texture: textures\bud\domtynk03b.dds Loading - binary model: models\slawkow/droznik01.e3d Loading - texture: textures\slawkow\droznik01.dds Loading - texture: textures\slawkow\beton_gray.dds Loading - texture: textures\roof\Roof-RedTiles-aged3.dds Loading - texture: textures\roof\Roof-RedTiles-aged4.dds Loading - texture: textures\slimson\achtung_poligon.dds Loading - binary model: models\slimson/napis.e3d Loading - texture: textures\slimson\achtung_poligon2.dds Loading - texture: textures\slimson\Boldy_val.dds Loading - binary model: models\slimson/slupnapis.e3d Loading - binary model: models\slimson/dworzec2.e3d Loading - texture: textures\slimson\dworzec2.dds Loading - texture: textures\roof\roof-redtiles-aged1.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 - texture: textures\slimson\Emilianowo_val.dds Loading - texture: textures\slimson\peron1.dds Loading - binary model: models\slimson/slupnapismaly.e3d Loading - texture: textures\slimson\peron2.dds Loading - texture: textures\slimson\Pomianki_val.dds Loading - binary model: models\slimson/dworzec3.e3d Loading - texture: textures\slimson\Wilis.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 - texture: textures\slimson\wilis.dds Loading - binary model: models\slupek-hm.e3d Loading - texture: textures\slupek_hm.dds Loading - texture: textures\slhm-.dds Loading - texture: textures\slhm3.dds Loading - texture: textures\slhm1.dds Loading - texture: textures\slhm8.dds Loading - texture: textures\slhm2.dds Loading - texture: textures\slhm0.dds Loading - texture: textures\slhm4.dds Loading - texture: textures\slhm6.dds Loading - texture: textures\slhm5.dds Loading - texture: textures\slhm7.dds Loading - texture: textures\slhm9.dds Loading - texture: textures\pkp\w8_v2\W8_2.dds Loading - texture: textures\pkp\w8_v2\w8_2.dds Loading - texture: textures\pkp\w8_v2\W8_3.dds Loading - binary model: models\pkp/sk12krat.e3d Loading - texture: textures\pkp\#sk_slup_krata.dds Loading - texture: textures\pkp\sem_latarnia-przedniaszybka.dds Loading - texture: textures\pkp\maszt_tarcza.dds Loading - texture: textures\pkp\sem_latarnia-tylnaszybka.dds Loading - texture: textures\pkp\przeslona_pom.dds Loading - texture: textures\pkp\przeslona_czer_ziel.dds Loading - texture: textures\pkp\sem_kolowrot.dds Loading - texture: textures\pkp\#ramiedlugie1.dds Loading - texture: textures\pkp\pasbc.dds Loading - texture: textures\tabl\c.dds Loading - texture: textures\tabl\d.dds Loading - texture: textures\tabl\e.dds Loading - binary model: models\pkp/sk1krat.e3d Loading - texture: textures\tabl\m.dds Loading - texture: textures\tabl\n.dds Loading - binary model: models\pkp/sk12krat-wilis-n.e3d Loading - texture: textures\tabl\sz1.dds Loading - binary model: models\pkp/head1-w.e3d Loading - texture: textures\pkp\pkplight_manpost.dds Loading - texture: textures\pkp\#pkplight_lenses.dds Loading - texture: textures\pkp\#pkplight_board.dds Loading - texture: textures\tabl\o.dds Loading - binary model: models\pkp/mk1.e3d Loading - texture: textures\pkp\#sem_latarnia-przedniaszybka.dds Loading - texture: textures\pkp\przeslona_nieb_bial.dds Loading - texture: textures\pkp\#mk1.dds Loading - texture: textures\wl.dds Loading - binary model: models\slimson/nastawniabkp.e3d Loading - texture: textures\slimson\nastawniabkp\sciana0pietra.dds Loading - texture: textures\slimson\nastawniabkp\okno_parter.dds Loading - texture: textures\slimson\nastawniabkp\okno_parter_noc.dds Loading - texture: textures\slimson\nastawniabkp\okno_duze.dds Loading - texture: textures\slimson\nastawniabkp\dach.dds Loading - texture: textures\slimson\nastawniabkp\sciana1pietra.dds Loading - texture: textures\slimson\nastawniabkp\drzwi.dds Loading - texture: textures\wl1.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 - texture: textures\wood\WoodBrown3.dds Loading - binary model: models\detal/lawka.e3d Loading - binary model: models\sem/pasy/pp.e3d Event "none_os1" ignored in multiple "wpb_spb_os1"! Event "none_os2" ignored in multiple "wpb_spb_os2"! Event "none_os3" ignored in multiple "wpb_spb_os3"! Event "none_os4" ignored in multiple "wpb_spb_os4"! Loading - texture: textures\tabl\c-12.dds Loading - binary model: models\wasyl/nastawnia_n1.e3d Loading - texture: textures\wasyl\nastawnia_n1.dds Loading - texture: textures\wasyl\roof-redtiles-aged1.dds Loading - texture: textures\pkp\w11osp.dds Loading - binary model: models\ip/pkp/w11osp.e3d Loading - texture: textures\tabl\spm.dds Event "none_os1" ignored in multiple "zerpow2_n_os1"! Event "none_os2" ignored in multiple "zerpow2_n_os2"! Event "none_os3" ignored in multiple "zerpow2_n_os3"! Event "none_os4" ignored in multiple "zerpow2_n_os4"! Event "none_os1" ignored in multiple "zerpow1_n_os1"! Event "none_os2" ignored in multiple "zerpow1_n_os2"! Event "none_os3" ignored in multiple "zerpow1_n_os3"! Event "none_os4" ignored in multiple "zerpow1_n_os4"! Loading - texture: textures\eng\most2-jezdniadrewn.dds Loading - binary model: models\eng/filar-most1-2.e3d Loading - texture: textures\roof\roof-redtiles-aged2.dds Loading - binary model: models\slimson/most1krat.e3d Bad event: "none_warning" is ignored. Loading - texture: textures\roof\roofthatch-old1.dds Loading - texture: textures\roof\roof-redtiles-aged3.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\roof\roof-redtiles-aged4.dds Loading - texture: textures\tabl\m-2m.dds Loading - binary model: models\elektryczne/latarniay_betdziur.e3d Loading - texture: textures\elektryczne\light2.dds Loading - binary model: models\bud/nastawniakrlobzow.e3d Loading - texture: textures\bud\nastawnia-krlobzow.dds Loading - binary model: models\slimson/wejtun.e3d Loading - texture: textures\tabl\f-12m.dds Loading - binary model: models\bud/komin_30m.e3d Loading - texture: textures\bud\bwyr.dds Loading - texture: textures\slimson\macierzewo.dds Loading - texture: textures\slimson\mc2.dds Loading - texture: textures\slimson\mc1.dds Loading - binary model: models\slimson/nastawnia5.e3d Loading - texture: textures\slimson\nastawnia5.dds Loading - texture: textures\pkp\w8_v2\d6_3.dds Loading - binary model: models\pkp/tk1.e3d Loading - texture: textures\pkp\przeslona_pom_ziel.dds Loading - texture: textures\pkp\do-002.dds Loading - texture: textures\pkp\tok.dds Loading - texture: textures\ip\pkp\2006\w1-2.dds Loading - binary model: models\pkp/w1n.e3d Loading - texture: textures\metal\metalbase003.dds Loading - texture: textures\pkp\wskazniki2.dds Loading - texture: textures\pkp\w8_v2\d6_0.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\a.dds Loading - texture: textures\metal\metalsinedplate_rusted1.dds Loading - texture: textures\bud\garazx3-1.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\wiata3n.dds Loading - texture: textures\slimson\paszkim.dds Loading - texture: textures\slimson\paszkiw.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\slimson\chrosciele.dds Loading - texture: textures\bud\skoczow-dach.dds Loading - texture: textures\eng\most1-jezdniabet.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\slimson\calkowo.dds Loading - texture: textures\slimson\ca.dds Loading - binary model: models\slimson/tartak.e3d Loading - texture: textures\slimson\d1.dds Loading - texture: textures\metal\metalsinedplatelightblue2_dirty.dds Loading - texture: textures\metal\metalsinedplatelightblue2_window.dds Loading - texture: textures\metal\metalsinedplatelightblue2_door.dds Loading - texture: textures\metal\metalprofilebrown1.dds Loading - texture: textures\slimson\balazolta.dds Loading - texture: textures\wood\woodbrown3_planks.dds Loading - texture: textures\\wood2.dds Loading - texture: textures\\wood1.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\slimson\milewice.dds Loading - binary model: models\slimson/mostkam94.e3d Loading - texture: textures\roof\roofthatch1.dds Loading - texture: textures\slimson\druzgot.dds Loading - texture: textures\slimson\zlepieniec.dds Bad event: "none_warning" is ignored. Loading - binary model: models\slimson/krzyz.e3d Loading - texture: textures\slimson\drewnobraz.dds Loading - texture: textures\slimson\beton.dds Bad event: "none_warning" is ignored. Loading - texture: textures\rail_screw_used1.dds Loading - texture: textures\tpd2-pods.dds Loading - texture: textures\tpd-stone1.dds Loading - texture: textures\rail_screw_rused1.dds Loading - texture: textures\wzl.dds Loading - binary model: models\wza.e3d Loading - texture: textures\zwrot34r300pods-new1.dds Loading - texture: textures\wzp.dds Loading - binary model: models\wzllaut.e3d Loading - texture: textures\tpd-old1.dds Loading - binary model: models\wzplaut.e3d Loading - texture: textures\asphalt1.dds Loading - texture: textures\chodnik-1x2m.dds Loading - texture: textures\asphaltdark1_side1.dds Loading - texture: textures\beton2.dds Loading - texture: textures\tpd-oil3.dds Loading - texture: textures\tpd-old4.dds Loading - texture: textures\zwrot34r300pods-old.dds Loading - texture: textures\grassdarkgreen3.dds Loading - texture: textures\tpd-oil1.dds Loading - texture: textures\tor-old-1.dds Loading - texture: textures\zwrot34r300pods.dds Loading - binary model: models\wzll.e3d Loading - texture: textures\zwrot34r300pods-new.dds Loading - texture: textures\rivermnt1.dds Loading - texture: textures\rivermnt1bank.dds Loading - texture: textures\road_prosta3.dds Loading - texture: textures\droga_polna.dds Loading - texture: textures\grassdead5.dds Loading - texture: textures\beton4.dds Loading - texture: textures\tpbp-new2.dds Loading - texture: textures\tpbps-new2.dds Loading - texture: textures\grassdarkgreen5.dds Loading - texture: textures\grassgreen1.dds Loading - texture: textures\tpd-old3.dds Loading - texture: textures\asphalt1_solidwhite.dds Loading - texture: textures\asphalt1_side1.dds Loading - texture: textures\asphalt1_dashedwhite.dds Loading - texture: textures\asphaltdark1_dashedwhite.dds Loading - texture: textures\rz-1200-185.dds Loading - texture: textures\roadcobblestonegray1.dds Loading - texture: textures\stone1_.dds Loading - texture: textures\chodnik2.dds Loading - texture: textures\tpd-oil2.dds Loading - texture: textures\rail_screw_unused2.dds Loading - texture: textures\tpd1-pods.dds Loading - texture: textures\road-side1.dds Loading - texture: textures\ground-yellowbrown.dds Loading - texture: textures\grassdead2.dds Loading - texture: textures\roadstonewhite1.dds Loading - texture: textures\tpb-old1.dds Loading - texture: textures\zwr41r500.dds Loading - texture: textures\plateplatform1.dds Loading - texture: textures\plateplatform1_side.dds Loading - texture: textures\zwrl25r190.dds Loading - texture: textures\zwrp25r190.dds Loading - texture: textures\rail_screw_used2.dds Loading - texture: textures\farm03.dds Loading - texture: textures\tpb-old2.dds Loading - binary model: models\ip/kolejowe/szopa_001.e3d Loading - texture: textures\ip\szopa_001.dds Loading - texture: textures\ip\b5light_fx015_2.dds Loading - texture: textures\ip\brick008.dds Loading - texture: textures\\chodnik1.dds Loading - texture: textures\ip\alumb_t.dds Loading - texture: textures\ip\bet.dds Loading - texture: textures\ip\capri40x40satmal.dds Loading - texture: textures\materials\stonesfinedarkgray1.dds Loading - texture: textures\beton_01.dds Loading - binary model: models\slimson/most400.e3d Loading - texture: textures\\#wiaduktbarierki-nb.dds Loading - texture: textures\\wiadukt-beton1-filarbok.dds Loading - texture: textures\toil.dds Loading - texture: textures\@water03.dds Loading - binary model: models\sem/karzelki/ks2cb.e3d Loading - texture: textures\tabl\top.dds Loading - texture: textures\tabl\p-12.dds Loading - texture: textures\tabl\o-12.dds Loading - texture: textures\tabl\toq.dds Loading - texture: textures\tabl\q-12.dds Loading - texture: textures\tabl\l-12m.dds Loading - texture: textures\tabl\n-2m.dds Loading - texture: textures\tabl\d-12.dds Loading - texture: textures\Asphalt1.dds Loading - binary model: models\eng/wiadukt3-2te.e3d Loading - texture: textures\sign\PUNKTKONTROLNY.dds Loading - texture: textures\pkp\w8_v2\w8_7.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\l-2.dds Loading - texture: textures\tabl\f-2.dds Loading - texture: textures\tabl\h-2.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - binary model: models\linia053/lamp-ya.e3d Loading - texture: textures\linia053\debica.dds Loading - texture: textures\linia053\swoszowice.dds Loading - binary model: models\ip/pkp/w29.e3d Loading - texture: textures\ip\pkp\w29.dds Loading - texture: textures\ip\pkp\w28-R3.dds Loading - binary model: models\ip/pkp/w28.e3d Loading - texture: textures\ip\pkp\w28-R5.dds Loading - binary model: models\linia053/lamp-5.e3d Loading - binary model: models\wasyl/dworzec_d4.e3d Loading - texture: textures\wasyl\dworzec_d4.dds Loading - texture: textures\tabl\c-12m.dds Loading - texture: textures\tpd-stare3.dds Loading - texture: textures\tpd-stare.dds Loading - texture: textures\zwrot34r300pods-oil1.dds Loading - texture: textures\tpd1.dds Loading - texture: textures\GrassDarkGreen3.dds Loading - texture: textures\grass2.dds Loading - texture: textures\coalfine1.dds Event "none_os1" ignored in multiple "dtapowt_1_os1"! Event "none_os2" ignored in multiple "dtapowt_1_os2"! Event "none_os3" ignored in multiple "dtapowt_1_os3"! Event "none_os4" ignored in multiple "dtapowt_1_os4"! Event "none_os1" ignored in multiple "dtapowt_2_os1"! Event "none_os2" ignored in multiple "dtapowt_2_os2"! Event "none_os3" ignored in multiple "dtapowt_2_os3"! Event "none_os4" ignored in multiple "dtapowt_2_os4"! Loading - texture: textures\tabl\b-2m.dds Loading - texture: textures\tabl\k-m.dds Loading - texture: textures\tabl\i-12m.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Event "none_os1" ignored in multiple "dtapowt_4_os1"! Event "none_os2" ignored in multiple "dtapowt_4_os2"! Event "none_os3" ignored in multiple "dtapowt_4_os3"! Event "none_os4" ignored in multiple "dtapowt_4_os4"! Event "none_os1" ignored in multiple "dtapowt_3_os1"! Event "none_os2" ignored in multiple "dtapowt_3_os2"! Event "none_os3" ignored in multiple "dtapowt_3_os3"! Event "none_os4" ignored in multiple "dtapowt_3_os4"! Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tpb-old.dds Loading - texture: textures\asphalt1_side2.dds Loading - texture: textures\pm\Jelcz-pakaszaraMiS1.dds Loading - binary model: models\pm/jelcz315.e3d Loading - texture: textures\pm\jelcz-podwozie.dds Loading - texture: textures\tabor\truck-redwheel1.dds Loading - texture: textures\pm\jelcz-kabina-b.dds Loading - binary model: models\koziolbeton.e3d Loading - texture: textures\pm\#red.dds Loading - binary model: models\pm/fiat126p.e3d Loading - texture: textures\grassdead3.dds Loading - binary model: models\slimson/wiatar.e3d Loading - binary model: models\slimson/wiata.e3d Loading - binary model: models\wasyl/druznik.e3d Loading - texture: textures\wasyl\druznik.dds Loading - binary model: models\wk_latarnialp.e3d Loading - texture: textures\stonesmediumlightbrown1.dds Loading - texture: textures\woodredbrown2_agedplanks.dds Event "none_os1" ignored in multiple "psiepole_we1_tob1_os1"! Event "none_os2" ignored in multiple "psiepole_we1_tob1_os2"! Event "none_os3" ignored in multiple "psiepole_we1_tob1_os3"! Event "none_os4" ignored in multiple "psiepole_we1_tob1_os4"! Event "none_os1" ignored in multiple "psiepole_we1_tob2_os1"! Event "none_os2" ignored in multiple "psiepole_we1_tob2_os2"! Event "none_os3" ignored in multiple "psiepole_we1_tob2_os3"! Event "none_os4" ignored in multiple "psiepole_we1_tob2_os4"! Event "none_os1" ignored in multiple "psiepole_we2_toa1_os1"! Event "none_os2" ignored in multiple "psiepole_we2_toa1_os2"! Event "none_os3" ignored in multiple "psiepole_we2_toa1_os3"! Event "none_os4" ignored in multiple "psiepole_we2_toa1_os4"! Event "none_os1" ignored in multiple "psiepole_we2_toa2_os1"! Event "none_os2" ignored in multiple "psiepole_we2_toa2_os2"! Event "none_os3" ignored in multiple "psiepole_we2_toa2_os3"! Event "none_os4" ignored in multiple "psiepole_we2_toa2_os4"! Loading - texture: textures\tabl\k-12.dds Loading - texture: textures\tabl\j-12.dds Loading - texture: textures\tabl\spj.dds Event "none_os1" ignored in multiple "psiepole_we4_toj2_os1"! Event "none_os2" ignored in multiple "psiepole_we4_toj2_os2"! Event "none_os3" ignored in multiple "psiepole_we4_toj2_os3"! Event "none_os4" ignored in multiple "psiepole_we4_toj2_os4"! Loading - texture: textures\tabl\spk.dds Event "none_os1" ignored in multiple "psiepole_we3_tok2_os1"! Event "none_os2" ignored in multiple "psiepole_we3_tok2_os2"! Event "none_os3" ignored in multiple "psiepole_we3_tok2_os3"! Event "none_os4" ignored in multiple "psiepole_we3_tok2_os4"! Event "none_os1" ignored in multiple "psiepole_we4_toj1_os1"! Event "none_os2" ignored in multiple "psiepole_we4_toj1_os2"! Event "none_os3" ignored in multiple "psiepole_we4_toj1_os3"! Event "none_os4" ignored in multiple "psiepole_we4_toj1_os4"! Event "none_os1" ignored in multiple "psiepole_we3_tok1_os1"! Event "none_os2" ignored in multiple "psiepole_we3_tok1_os2"! Event "none_os3" ignored in multiple "psiepole_we3_tok1_os3"! Event "none_os4" ignored in multiple "psiepole_we3_tok1_os4"! Loading - texture: textures\tabl\tok.dds Loading - texture: textures\tabl\toj.dds Loading - texture: textures\tabl\spg.dds Loading - binary model: models\sem/karzelki/ksp3pzb.e3d Event "none_os1" ignored in multiple "g-powt_os1"! Event "none_os2" ignored in multiple "g-powt_os2"! Event "none_os3" ignored in multiple "g-powt_os3"! Event "none_os4" ignored in multiple "g-powt_os4"! Loading - texture: textures\tabl\spf.dds Event "none_os1" ignored in multiple "f-powt_os1"! Event "none_os2" ignored in multiple "f-powt_os2"! Event "none_os3" ignored in multiple "f-powt_os3"! Event "none_os4" ignored in multiple "f-powt_os4"! Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\linia053\psiepole.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\beton001.dds Loading - texture: textures\podklad2.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\linia053\tumlin.dds Loading - binary model: models\wasyl/dworzec_d2.e3d Loading - texture: textures\wasyl\dworzec_d2.dds Loading - texture: textures\posers\cman0001.dds Loading - binary model: models\posers/cman0001-st.e3d Loading - texture: textures\posers\cman0001.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\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\cman0005.dds Loading - binary model: models\posers/cman0005-wa.e3d Loading - texture: textures\posers\cman0005.dds Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\posers/cman0007-wa.e3d Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\ip/pkp/we1.e3d Loading - texture: textures\ip\pkp\we1.dds Loading - binary model: models\ip/pkp/we3a.e3d Loading - texture: textures\ip\pkp\we3.dds Loading - binary model: models\ip/pkp/we2a.e3d Loading - texture: textures\ip\pkp\we2.dds Loading - binary model: models\tr/we3b.e3d Loading - texture: textures\tr\wskazniki3.dds 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-d.dds Loading - binary model: models\tr/-3d.e3d Loading - texture: textures\tr\wys-ni-k.dds Loading - binary model: models\tr/-3k.e3d Loading - texture: textures\tr\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\wys-ni-kotwd.dds Loading - binary model: models\tr/-kotw3d.e3d Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1k.e3d Loading - binary model: models\tr/est1-kotwa-napr14.e3d Loading - texture: textures\tr\metale1.dds Loading - texture: textures\tr\teownik.dds Loading - texture: textures\tr\wys-ni-kotwk.dds Loading - binary model: models\tr/-kotw3k.e3d Loading - binary model: models\tr/+zwis1d.e3d Loading - binary model: models\tr/-kotwa-napr14.e3d Loading - texture: textures\tr\lod.dds Loading - texture: textures\tr\wys-ni-k13.dds Loading - binary model: models\tr/-3k13.e3d Loading - texture: textures\tr\odc-ni-[.dds Loading - binary model: models\tr/-3[.e3d Loading - texture: textures\tr\wys-ni-d13.dds Loading - binary model: models\tr/-3d13.e3d Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/sts1.e3d Loading - binary model: models\tr/].e3d Loading - binary model: models\tr/-3pd.e3d Loading - texture: textures\tr\wys-ni-d-n.dds Loading - binary model: models\tr/-3dn.e3d Loading - texture: textures\tr\wys-ni-k-n.dds Loading - texture: textures\tr\#est-bramkaszara-s730.dds Loading - binary model: models\tr/sts1-kotwa-napr14.e3d Loading - texture: textures\pkp\odsekc20.dds Loading - binary model: models\tr/est-polbramka-2t-770.e3d Loading - texture: textures\tr\est-polbramkaszara-s770.dds Loading - texture: textures\tr\est-polbramkaszara-p.dds Loading - texture: textures\tr\#est-polbramkaszara-psegm.dds Loading - binary model: models\tr/est-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 - texture: textures\forest04.dds Loading - texture: textures\chodnik1.dds Loading - texture: textures\grass_new.dds Loading - texture: textures\grasbrown2.dds Loading - texture: textures\kwiatki.dds Loading - texture: textures\field.dds Loading - texture: textures\117_peron.dds Loading - texture: textures\las1-1.dds Loading - texture: textures\brick-gray.dds Loading - texture: textures\forest03-top.dds Loading - texture: textures\farm02.dds Loading - texture: textures\fence.dds Loading - texture: textures\forest01.dds Loading - texture: textures\parksite.dds Loading - texture: textures\farm01.dds Loading - texture: textures\forest02.dds Loading - texture: textures\@water06.dds Loading - texture: textures\wood1.dds Loading - texture: textures\wood2.dds Loading - texture: textures\chodnik-6k-1x2m.dds Loading - texture: textures\concrete-tiles.dds Loading - texture: textures\peron02.dds Loading - texture: textures\l61_plants\drzewo512a.dds Loading - texture: textures\l61_plants\drzewo512e.dds Loading - texture: textures\l61_plants\drzewo1024a.dds Loading - texture: textures\l61_plants\drzewo1024i.dds Loading - texture: textures\l61_plants\drzewo1024m.dds Loading - texture: textures\l61_plants\drzewo512n.dds Loading - texture: textures\l61_plants\drzewo512k.dds Loading - texture: textures\l61_plants\drzewo512i.dds Loading - texture: textures\l61_plants\drzewo1024r.dds Loading - texture: textures\l61_plants\drzewo1024u.dds Loading - texture: textures\l61_plants\drzewo1024c.dds Loading - texture: textures\l61_plants\drzewo1024s.dds Loading - texture: textures\l61_plants\drzewo1024t.dds Loading - texture: textures\l61_plants\drzewo512l.dds Loading - texture: textures\l61_plants\drzewo512q.dds Loading - texture: textures\l61_plants\drzewo1024x.dds Loading - texture: textures\l61_plants\drzewo1024g.dds Loading - texture: textures\l61_plants\drzewo1024e.dds Loading - texture: textures\l61_plants\drzewo1024y.dds Loading - texture: textures\l61_plants\drzewo1024l.dds Loading - texture: textures\l61_plants\drzewo1024v.dds Loading - texture: textures\l61_plants\drzewo1024h.dds Loading - texture: textures\slup_rdza.dds Loading - texture: textures\metal\MetalTrapezoidPlateLightBlue1_Rusted.dds Loading - binary model: models\eng/zasiekiweglowe1.e3d Loading - binary model: models\sz-n/nast_podjuchy2.e3d Loading - texture: textures\sz-n\sznpodj_sj1.dds Loading - binary model: models\mc/krakowglowny.e3d Loading - texture: textures\mc\kg1.dds Loading - texture: textures\mc\kg-okno2b.dds Loading - texture: textures\mc\kg3rev.dds Loading - texture: textures\mc\kg-zegar-a.dds Loading - texture: textures\mc\kg-bok3.dds Loading - texture: textures\mc\kg-okno2a.dds Loading - texture: textures\mc\kg3.dds Loading - texture: textures\mc\kg-drzwi2a.dds Loading - texture: textures\mc\kg2.dds Loading - texture: textures\mc\kg22.dds Loading - texture: textures\mc\kg-okno1a.dds Loading - texture: textures\mc\kg-oknadrzwi1c.dds Loading - texture: textures\mc\kg-bok2.dds Loading - texture: textures\mc\kgrev.dds Loading - texture: textures\mc\kg-bok1.dds Loading - texture: textures\mc\kg-dachwiaty.dds Loading - texture: textures\mc\kg-lampa1.dds Loading - texture: textures\mc\kg-lampa1w.dds Loading - texture: textures\mc\kg-zegar2.dds Loading - texture: textures\mc\kg-detal1.dds Loading - texture: textures\mc\kg-pict1r.dds Loading - texture: textures\mc\kg-pict1.dds Loading - texture: textures\mc\#kg-slupek1.dds Loading - texture: textures\mc\kg-wiata2.dds Loading - texture: textures\mc\kg-wiata1.dds Loading - binary model: models\slimson/nastawnia6.e3d Loading - texture: textures\slimson\nastawnia6.dds Loading - texture: textures\treeline3.dds Loading - binary model: models\wasyl/nastawnia_bramowa_2.e3d Loading - texture: textures\wasyl\nastawnia_bramowa_2.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\bud/elektrownia2.e3d Loading - texture: textures\bud\bwyr.dds Loading - texture: textures\bud\windowindustrial1.dds Loading - texture: textures\bud\doorindustrialgray_aged1.tga Loading - texture: textures\bud\will_window_ghetto.dds Loading - texture: textures\fence237.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/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\pm/kamienica11.e3d Loading - texture: textures\pm\kamienica11.dds Loading - texture: textures\pm\kamienica11b.dds Loading - texture: textures\water05.dds Loading - texture: textures\bud\Daszekfalaczerw1.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\mc\kt-skladowafabr1c.dds Loading - texture: textures\mc\kt-skladowafabr1a.dds Loading - binary model: models\pm/magazyn01.e3d Loading - texture: textures\pm\magazyn01.dds Loading - binary model: models\pm/hala2.e3d Loading - texture: textures\pm\hala2.dds Loading - binary model: models\slimson/nastawnia1.e3d Loading - texture: textures\slimson\nastawnia1.dds Loading - texture: textures\slimson\nastawnia1tyl.dds Loading - texture: textures\slimson\nastawnia1bok.dds Loading - texture: textures\dach1.dds Loading - binary model: models\pm/mir.e3d Loading - texture: textures\pm\mir_a.dds Loading - texture: textures\pm\#mir_n.dds Loading - texture: textures\pm\mir_c.dds Loading - texture: textures\pm\mir_b.dds Loading - binary model: models\wasyl/dyzurka.e3d Loading - texture: textures\wasyl\dyzurka_sciana.dds Loading - texture: textures\wasyl\dyzurka_okno_bok.dds Loading - texture: textures\wasyl\dyzurka_okno1.dds Loading - texture: textures\wasyl\dyzurka_drzwi.dds Loading - binary model: models\pm/akademik2.e3d Loading - texture: textures\pm\akademik2.dds Loading - texture: textures\pm\akademik2bok.dds Loading - texture: textures\pkp\szafaprzek1-drzwi.dds Loading - texture: textures\pkp\szafaprzek1-tyl.dds Loading - texture: textures\pm\m121_krZA.dds Loading - binary model: models\pm/m121mb.e3d Loading - texture: textures\pm\m121_kr.dds Loading - texture: textures\pm\kolo_silver_tyl.dds Loading - texture: textures\pm\kolo_silver_przod.dds Loading - texture: textures\RoadCobbleStoneGray1.dds Loading - texture: textures\l61_plants\krzak3.dds Loading - texture: textures\l61_plants\krzak4.dds EventLauncher at 9:48 EventLauncher at 10:26 EventLauncher at 10:33 EventLauncher at 10:34 EventLauncher at 10:34 EventLauncher at 10:52 EventLauncher at 10:53 EventLauncher at 10:53 Loading - texture: textures\grass_l61\@11.dds Loading - binary model: models\grass.e3d Loading - texture: textures\grass_l61\@18.dds Loading - texture: textures\grass_l61\@5.dds Loading - texture: textures\grass_l61\@19.dds Loading - texture: textures\grass_l61\@17.dds Loading - texture: textures\grass_l61\@23.dds Loading - texture: textures\grass_l61\@24.dds Loading - texture: textures\grass_l61\@8.dds Loading - texture: textures\grass_l61\@21.dds Loading - texture: textures\grass_l61\@22.dds Loading - texture: textures\wallbrickdarkdirty.dds Loading - binary model: models\mieszkalne/kamienica_02.e3d Loading - texture: textures\mieszkalne\kamienica_02.dds Loading - binary model: models\mieszkalne/kamienica_rozi_01.e3d Loading - texture: textures\mieszkalne\kamienica_rozi_01.dds Loading - texture: textures\mieszkalne\kamienicapom_tex3.dds Loading - binary model: models\mieszkalne/kamienicapom.e3d Loading - texture: textures\mieszkalne\kamienicapom_tex2.dds Loading - texture: textures\mieszkalne\kamienicapom_tex1.dds Loading - binary model: models\wiejskie/barak_ryszarda.e3d Loading - texture: textures\wiejskie\barak_ryszarda.dds Loading - binary model: models\wiejskie/wiatasmietnikowa1.e3d Loading - texture: textures\wiejskie\wiatasmietnikowa1.dds Loading - binary model: models\miejskie/kiosk_rozi_macius9551.e3d Loading - texture: textures\miejskie\kiosk_rozi_macius9551.dds Loading - binary model: models\miejskie/sklepspozywczak.e3d Loading - texture: textures\miejskie\sklepspozywczak.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_04.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_04.dds Loading - texture: textures\mieszkalne\bmr4_sw.dds Loading - binary model: models\mieszkalne/dom_kolejowy.e3d Loading - texture: textures\mieszkalne\dom_kolejowy.dds Loading - binary model: models\mieszkalne/dom2.e3d Loading - texture: textures\mieszkalne\dp2.dds Loading - binary model: models\mieszkalne/dom3.e3d Loading - texture: textures\mieszkalne\dp3.dds Loading - binary model: models\mieszkalne/dom9.e3d Loading - texture: textures\mieszkalne\dp9.dds Loading - binary model: models\mieszkalne/dom_rozi_01.e3d Loading - texture: textures\mieszkalne\dom_rozi_01.dds Loading - binary model: models\mieszkalne/dom_rozi_02.e3d Loading - texture: textures\mieszkalne\dom_rozi_02.dds Loading - binary model: models\mieszkalne/dom_rozi_03.e3d Loading - texture: textures\mieszkalne\dom_rozi_03.dds Loading - binary model: models\mieszkalne/dom_rozi_04.e3d Loading - texture: textures\mieszkalne\dom_rozi_04.dds Loading - binary model: models\przytorowe/rozdzielnia_04.e3d Loading - texture: textures\przytorowe\rozdzielnia_4.dds Loading - binary model: models\przytorowe/szafa_duza_01.e3d Loading - texture: textures\przytorowe\szafa_duza_1.dds Loading - binary model: models\przytorowe/szafa_mala_01.e3d Loading - texture: textures\przytorowe\szafa_mala_1.dds Loading - binary model: models\przytorowe/szafa_duza_03.e3d Loading - texture: textures\przytorowe\szafa_duza_3.dds Loading - binary model: models\stacje/buda_starosielce.e3d Loading - texture: textures\stacje\buda_starosielce.dds Loading - binary model: models\przytorowe/szafa_duza_02.e3d Loading - texture: textures\przytorowe\szafa_duza_2.dds Loading - binary model: models\linia61/isdr/suwnica.e3d Loading - texture: textures\linia61\suwnica1.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/isdr/lipie_fabryka.e3d Loading - texture: textures\linia61\isdr\hala.dds Loading - texture: textures\\coalfine1.dds Loading - texture: textures\linia61\isdr\komin.dds Loading - binary model: models\edobre/magazyn6.e3d Loading - binary model: models\wiejskie/wychodek_1.e3d Loading - texture: textures\wiejskie\wychodek_1.dds Loading - binary model: models\przytorowe/rozdzielnia_03.e3d Loading - texture: textures\przytorowe\rozdzielnia_3.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_02.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_02.dds Loading - texture: textures\mieszkalne\bmr2_sw.dds Loading - binary model: models\slimson/magazyn6.e3d Loading - binary model: models\wasyl/zuraw_30m.e3d Loading - texture: textures\wasyl\zuraw_30m_kab.dds Loading - texture: textures\wasyl\krat.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_07.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_07.dds Loading - texture: textures\mieszkalne\bmr7_sw.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_03.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_03.dds Loading - texture: textures\mieszkalne\bmr3_sw.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_01.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_01.dds Loading - texture: textures\mieszkalne\bmr1_sw.dds Loading - binary model: models\mieszkalne/dom_w_budowie.e3d Loading - texture: textures\mieszkalne\dom_w_budowie.dds Loading - binary model: models\linia61/isdr/pludry_rura.e3d Loading - texture: textures\tr\#poreczbr.dds Loading - texture: textures\linia61\isdr\bramka.dds Loading - binary model: models\linia61/isdr/pawonkow_magazyn.e3d Loading - texture: textures\linia61\isdr\pawonkow_magazyn.dds Loading - texture: textures\\beton001.dds Loading - binary model: models\linia61/isdr/fosowskie_bud2.e3d Loading - texture: textures\linia61\isdr\fosowskie_bud2.dds Loading - texture: textures\\czarny.dds Loading - binary model: models\linia61/isdr/pludry_nasycalnia.e3d Loading - texture: textures\linia61\isdr\nasycalnia.dds Loading - texture: textures\\dol.dds Loading - binary model: models\linia61/isdr/fos_wierza_cisnien.e3d Loading - texture: textures\linia61\isdr\fos_wierza_cisnien.dds Loading - texture: textures\linia61\isdr\porecz.dds Loading - binary model: models\elektryczne/wieza_hs.e3d Loading - texture: textures\tr\#izol-sekcja.dds Loading - texture: textures\elektryczne\klosz.dds Loading - texture: textures\elektryczne\zarowka.dds Loading - texture: textures\elektryczne\zarowka_on.dds Loading - binary model: models\otoczenie/przemysl/wiezowiec_silosy.e3d Loading - texture: textures\otoczenie\przemysl\wiezowiec_silosy.dds Loading - binary model: models\otoczenie/przemysl/elektrocieplownia.e3d Loading - texture: textures\otoczenie\przemysl\elektrownia.dds Loading - texture: textures\otoczenie\przemysl\komin.dds Loading - binary model: models\pm/hala3.e3d Loading - texture: textures\pm\hala3.dds Loading - binary model: models\wasyl/st_bp.e3d Loading - texture: textures\wasyl\st_bp.dds Loading - texture: textures\wasyl\beon.dds Loading - binary model: models\linia61/kosciol.e3d Loading - texture: textures\linia61\kosciol_hs.dds Loading - texture: textures\roof\rooftiles-orange2.dds Loading - binary model: models\pm/garaz1.e3d Loading - texture: textures\pm\garaz1.dds Loading - binary model: models\pm/garaz2.e3d Loading - binary model: models\linia61/silosy_lbc.e3d Loading - texture: textures\\asphaltdark1.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 - binary model: models\przytorowe/rozdzielnia_01.e3d Loading - texture: textures\przytorowe\rozdzielnia_1.dds Loading - binary model: models\przytorowe/rozdzielnia_02.e3d Loading - texture: textures\przytorowe\rozdzielnia_2.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\cegla.dds Loading - texture: textures\tomi\dom2_d.dds Loading - binary model: models\tomi/dom3a.e3d Loading - texture: textures\tomi\dom3.dds Loading - texture: textures\tomi\dom3_d.dds Loading - binary model: models\tomi/dom3b.e3d Loading - texture: textures\tomi\dom3b.dds Loading - binary model: models\przejazdy/droznik_2012.e3d Loading - texture: textures\przejazdy\droznik_2012.dds Loading - binary model: models\mlody/wierzametalowa.e3d Loading - texture: textures\mlody\#krata.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\mlody/magazyn.e3d 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 - binary model: models\bud/elektrownia1.e3d Loading - binary model: models\kolejowe/szopa01.e3d Loading - texture: textures\bud2\lokkrpl-scianawew.tga Loading - texture: textures\bud2\lokkrpl-scianazew.tga Loading - binary model: models\przytorowe/rozdzielnia.e3d Loading - texture: textures\przytorowe\rozdzielnia.dds Loading - binary model: models\przytorowe/elektrzyczna-wsk.e3d Loading - texture: textures\przytorowe\[buda]skrzynka.dds Loading - binary model: models\kolejowe/biuro_placowe01.e3d Loading - texture: textures\kolejowe\biuro_placowe_chs.dds Loading - texture: textures\bruchniewo\papa.dds Loading - binary model: models\peronowe/smietnik-wsk.e3d Loading - texture: textures\peronowe\[smietnik]glowna.dds Loading - binary model: models\mieszkalne/dom_chechlo1.e3d Loading - texture: textures\mieszkalne\dom_chechlo1.dds Loading - binary model: models\mieszkalne/domek01.e3d Loading - texture: textures\mieszkalne\domek_weglowy.dds Loading - texture: textures\lj\asphaltgray1.dds Loading - binary model: models\wiejskie/stodola-wsk.e3d Loading - texture: textures\wiejskie\[stodola].dds Loading - binary model: models\miejskie/sr_poczta.e3d Loading - texture: textures\miejskie\sr_poczta.dds Loading - binary model: models\mieszkalne/dom-wsk.e3d Loading - texture: textures\mieszkalne\[dom]glowna.dds Loading - texture: textures\mieszkalne\[dom]dach.dds Loading - binary model: models\kolejowe/barak-wsk.e3d Loading - texture: textures\kolejowe\[barak].dds Loading - binary model: models\kolejowe/drewno.e3d Loading - texture: textures\kolejowe\drewno.dds Loading - binary model: models\przytorowe/szafazasil4.e3d Loading - texture: textures\przytorowe\szafazasil4.dds Loading - binary model: models\przytorowe/szafazasilajaca.e3d Loading - texture: textures\przytorowe\szafazasilajaca.dds Loading - binary model: models\przytorowe/szafa_1.e3d Loading - texture: textures\przytorowe\szafa_1.dds Loading - binary model: models\przytorowe/szafa_11.e3d Loading - texture: textures\przytorowe\szafa_11.dds Loading - binary model: models\przytorowe/szafa_4.e3d Loading - texture: textures\przytorowe\szafa_4.dds Loading - binary model: models\przytorowe/szafa_5.e3d Loading - texture: textures\przytorowe\szafa_5.dds Loading - binary model: models\kolejowe/dobrongenerator.e3d Loading - texture: textures\kolejowe\generatordobron.dds Loading - texture: textures\lj\dachowkakolumna.dds Loading - texture: textures\lj\kominkolumna.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_05.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_05.dds Loading - texture: textures\mieszkalne\bmr5_sw.dds Loading - binary model: models\mieszkalne/blok_mieszkalny_rozi_06.e3d Loading - texture: textures\mieszkalne\blok_mieszkalny_rozi_06.dds Loading - texture: textures\mieszkalne\bmr6_sw.dds Loading - binary model: models\kolejowe/rudera-wsk.e3d Loading - texture: textures\kolejowe\[rudera].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 - binary model: models\przemysl/wywrotnica.e3d Loading - texture: textures\linia61\isdr\wiata3nczerwona.dds Loading - texture: textures\linia61\isdr\fos_hala.dds Loading - texture: textures\asphaltdark1.dds Loading - texture: textures\fence2.dds Loading - binary model: models\miejskie/bank_bph_leszno.e3d Loading - texture: textures\miejskie\bank_bph_leszno.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\mieszkalne/blokwl.e3d Loading - texture: textures\mieszkalne\blokwl.dds Loading - binary model: models\wasyl/blok_kr_1.e3d Loading - texture: textures\wasyl\blok_kr_1.dds Loading - texture: textures\wasyl\blok_kr_1_00.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\sochaczew/wiezacisnien.e3d Loading - texture: textures\sochaczew\wiezacisnien.dds Loading - texture: textures\sochaczew\green.dds Loading - texture: textures\sochaczew\red.dds Loading - binary model: models\bud2/biurowiec02.e3d Loading - texture: textures\bud2\biurowiec02.dds Loading - binary model: models\peronowe/kwietnik_hexagon.e3d Loading - texture: textures\peronowe\kwietnik_hexagon.dds Loading - binary model: models\przemysl/candcpartners.e3d Loading - texture: textures\przemysl\candcpartners.dds Loading - binary model: models\isdr/lbc_siatka.e3d Loading - binary model: models\isdr/lbc_bud3.e3d Loading - texture: textures\isdr\lbc_bud3.dds Loading - binary model: models\lj/olimpja.e3d Loading - texture: textures\lj\olimpia.dds Loading - binary model: models\miejskie/polo.e3d Loading - texture: textures\miejskie\polo.dds Loading - binary model: models\miejskie/poczta_polska_spedycja.e3d Loading - texture: textures\miejskie\poczta_polska_spedycja.dds Loading - binary model: models\mieszkalne/kamienica_sr1.e3d Loading - texture: textures\mieszkalne\kamienica_sr1.dds Loading - texture: textures\l61_plants\drzewo1024d.dds Loading - texture: textures\l61_plants\drzewo1024f.dds Loading - texture: textures\l61_plants\drzewo512dead1.dds Loading - texture: textures\l61_plants\drzewo512d.dds Loading - texture: textures\l61_plants\drzewo1024w.dds Loading - texture: textures\l61_plants\drzewo512c.dds Loading - texture: textures\plants\rozi_krzew_11.dds Loading - texture: textures\l61_plants\drzewo512r.dds Loading - texture: textures\l61_plants\drzewo1024q.dds Loading - texture: textures\zima\plants\krzaczekleszcz1.dds Loading - texture: textures\l61_plants\drzewo512o.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\drzewo512m.dds Loading - texture: textures\l61_plants\drzewo4.dds Loading - texture: textures\l61_plants\krzak512b.dds Loading - texture: textures\l61_plants\drzewo1024o.dds Loading - texture: textures\l61_plants\drzewo1024p.dds Loading - texture: textures\l61_plants\krzak512a.dds Loading - texture: textures\l61_plants\drzewo1024k.dds Loading - texture: textures\l61_plants\drzewo512p.dds Loading - texture: textures\l61_plants\drzewo1024n.dds Loading - texture: textures\plants\rozi_krzew_3.dds Loading - binary model: models\linia61/golf.e3d Loading - texture: textures\linia61\cien.dds Loading - texture: textures\linia61\tabr.dds Loading - binary model: models\linia61/isdr/pludry_bud1.e3d Loading - texture: textures\linia61\isdr\plu_bud1.dds InitNormals InitNormals OK InitTracks InitTracks OK InitTraction InitTraction OK InitEvents Event "sandomierz_58101_wjechal" does not exist Missed event: sandomierz_58101_wjechal in multiple keyctrl01 InitEvents OK InitLaunchers InitLaunchers OK InitGlobalTime InitGlobalTime OK FirstInit is done Loading - binary model: dynamic\pkp\303e_v1\303e-zez.e3d Loading - texture: textures\tabor\alstom.dds Loading - texture: textures\tabor\aircoupler.dds Loading - texture: dynamic\pkp\303e_v1\303e-zez-303.dds Loading - binary model: dynamic\pkp\1xxa_v1\1xxa.e3d Loading - texture: dynamic\pkp\1xxa_v1\cien1xxa.dds Loading - texture: textures\tabor\#sprzeg2.dds Loading - texture: textures\tabor\wozek1xx.dds Loading - texture: textures\tabor\klocekham.dds Loading - texture: textures\tabor\kolopeln.dds Loading - texture: textures\tabor\pradnica.dds Loading - texture: textures\tabor\dol.dds Loading - texture: dynamic\pkp\1xxa_v1\bdu_160_tlk.dds Loading - texture: dynamic\pkp\1xxa_v1\adu_160_tlk.dds Loading - texture: dynamic\pkp\1xxa_v1\wrbd_160_tlk.dds New timetable for eu07-303: pe58101 Loading - binary model: dynamic\pkp\st44_v1\st44-o.e3d Loading - texture: dynamic\pkp\st44_v1\cienm62.dds Loading - texture: dynamic\pkp\st44_v1\telezka.dds Loading - texture: dynamic\pkp\st44_v1\klocekham.dds Loading - texture: dynamic\pkp\st44_v1\m62-2984.dds Loading - binary model: dynamic\pkp\t448p_v1\t448p5.e3d Loading - texture: dynamic\pkp\t448p_v1\cient448p.dds Loading - texture: dynamic\pkp\t448p_v1\wozek3.dds Loading - texture: dynamic\pkp\t448p_v1\wiatrochron.dds Loading - texture: dynamic\pkp\t448p_v1\czarne.dds Loading - texture: dynamic\pkp\t448p_v1\went.dds Loading - texture: dynamic\pkp\t448p_v1\t448p-048.dds Loading - binary model: dynamic\pkp\zaes_v1\406ra.e3d Loading - texture: dynamic\pkp\zaes_v1\endsignal.dds Loading - texture: textures\tabor\wagon.dds Loading - texture: dynamic\pkp\zaes_v1\cienzaes.dds Loading - texture: textures\tabor\1xt.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec3.dds EVENT ADDED TO QUEUE: macprze1_otwieraj1 by 5051-503320-2 Loading - texture: dynamic\pkp\zaes_v1\406ra_transpol2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_orlen.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transpol.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec7.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec6.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec4.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transchem2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec5.dds New timetable for m62-2984: rozklad Loading - binary model: dynamic\pkp\st44_v1\st44.e3d Loading - texture: dynamic\pkp\st44_v1\endsignal.dds Loading - texture: dynamic\pkp\st44_v1\st44-1081.dds Loading - binary model: dynamic\pkp\eaos_v1\401w.e3d Loading - texture: dynamic\pkp\eaos_v1\cieneaos.dds Loading - texture: dynamic\pkp\eaos_v1\endsignal.dds Loading - texture: textures\tabor\25tn.dds Loading - texture: dynamic\pkp\eaos_v1\401w-21.dds Loading - binary model: dynamic\pkp\eaos_v1\coal.e3d Loading - texture: textures\materials\coalfine1.dds Loading - binary model: dynamic\pkp\rs_v1\412z.e3d Loading - texture: textures\tabor\coupler.dds 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\es_v2\es.e3d Loading - texture: dynamic\pkp\es_v2\cienes.dds Loading - texture: dynamic\pkp\es_v2\hak.dds Loading - texture: dynamic\pkp\es_v2\endt.dds Loading - texture: dynamic\pkp\es_v2\sprzeg.dds Loading - texture: dynamic\pkp\es_v2\wozek.dds Loading - texture: dynamic\pkp\es_v2\es02.dds Loading - texture: dynamic\pkp\es_v2\es01.dds New timetable for st44-1081: rozklad 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-082ra.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-082s.dds Loading - binary model: dynamic\pkp\en57_v1\6bbii.e3d Loading - texture: dynamic\pkp\en57_v1\en57-082rb.dds New timetable for en57-082ra: rozklad Loading - binary model: dynamic\pkp\4e_v1\4e.e3d Loading - texture: dynamic\pkp\4e_v1\4e-176.dds 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\stal.e3d Loading - texture: dynamic\pkp\424z_v1\stal.dds New timetable for eu07-176: rozklad 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 EVENT ADDED TO QUEUE: rez10_shp by eu07-1512 Loading - binary model: dynamic\pkp\sgs_v1\412z.e3d Loading - texture: dynamic\pkp\sgs_v1\lod_wozka.dds Loading - texture: dynamic\pkp\sgs_v1\endsignal.dds Loading - texture: dynamic\pkp\sgs_v1\cien.dds Loading - texture: dynamic\pkp\sgs_v1\wozek.dds Loading - texture: dynamic\pkp\sgs_v1\sgs01.dds Loading - binary model: dynamic\pkp\sgs_v1\czerwony_40ft.e3d Loading - texture: dynamic\pkp\sgs_v1\kontener03.dds Loading - binary model: dynamic\pkp\sgs_v1\z20b20.e3d Loading - texture: dynamic\pkp\sgs_v1\20kontener04.dds Loading - texture: dynamic\pkp\sgs_v1\20kontener03.dds Loading - binary model: dynamic\pkp\sgs_v1\c40z20.e3d Loading - binary model: dynamic\pkp\sgs_v1\sr_zielony_20ft.e3d Loading - binary model: dynamic\pkp\sgs_v1\zolty_40ft.e3d Loading - texture: dynamic\pkp\sgs_v1\kontener04.dds Loading - binary model: dynamic\pkp\sgs_v1\n40b20.e3d Loading - texture: dynamic\pkp\sgs_v1\kontener02.dds New timetable for eu07-1512: rozklad Loading - binary model: dynamic\pkp\et22_v2\201e-w.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-w-256.dds Loading - binary model: dynamic\pkp\falns_v1\440v.e3d Loading - texture: dynamic\pkp\falns_v1\cienfalns.dds Loading - texture: dynamic\pkp\falns_v1\dol.dds Loading - texture: dynamic\pkp\falns_v1\tab_end.dds Loading - texture: dynamic\pkp\falns_v1\metalfrictionpattern1.dds Loading - texture: dynamic\pkp\falns_v1\6637663-7.dds Loading - binary model: dynamic\pkp\falns_v1\436v.e3d Loading - texture: dynamic\pkp\falns_v1\6634284-2.dds Loading - texture: dynamic\pkp\falns_v1\6635199-1.dds New timetable for et22-256: rozklad Loading - texture: dynamic\pkp\4e_v1\4e-052.dds Loading - texture: dynamic\pkp\1xxa_v1\111a22.dds Loading - texture: dynamic\pkp\1xxa_v1\111a23.dds Loading - texture: dynamic\pkp\1xxa_v1\azdnu_120.dds Loading - texture: dynamic\pkp\1xxa_v1\111a29.dds Loading - texture: dynamic\pkp\1xxa_v1\112a8.dds Loading - texture: dynamic\pkp\1xxa_v1\112a10.dds Loading - texture: dynamic\pkp\1xxa_v1\bdu_160.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_160_1.dds Loading - texture: dynamic\pkp\1xxa_v1\bdnu_120.dds New timetable for eu07-052: rozklad Loading - binary model: dynamic\pkp\et22_v2\201e.e3d Loading - texture: dynamic\pkp\et22_v2\201e-094.dds New timetable for et22-094: rozklad Loading - binary model: dynamic\pkp\181_v1\182.e3d Loading - texture: dynamic\pkp\181_v1\wozek.dds Loading - texture: dynamic\pkp\181_v1\koloszprychowe.dds Loading - texture: dynamic\pkp\181_v1\shp.dds Loading - texture: dynamic\pkp\181_v1\cieneaos.dds Loading - texture: dynamic\pkp\181_v1\grid.dds Loading - texture: textures\tabor\panto-a.dds Loading - texture: dynamic\pkp\181_v1\182_111-5.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_transchem3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_pcc3.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx2.dds New timetable for 182_111-5: rozklad Loading - binary model: dynamic\pkp\et21_v2\3e.e3d Loading - texture: dynamic\pkp\et21_v2\cien3e.dds Loading - texture: dynamic\pkp\et21_v2\wozek_et21.dds Loading - texture: dynamic\pkp\et21_v2\kolo_et21.dds Loading - texture: dynamic\pkp\et21_v2\et21-331.dds Loading - texture: dynamic\pkp\eaos_v1\401w-31.dds Loading - texture: dynamic\pkp\eaos_v1\401w-pkpcargo.dds Loading - texture: dynamic\pkp\eaos_v1\401w-w2-n.dds Loading - texture: dynamic\pkp\eaos_v1\401w-27.dds Loading - texture: dynamic\pkp\eaos_v1\401w-w6-n.dds Loading - texture: dynamic\pkp\eaos_v1\401w-61.dds Loading - texture: dynamic\pkp\eaos_v1\401w.dds Loading - texture: dynamic\pkp\eaos_v1\401w-25.dds Loading - texture: dynamic\pkp\eaos_v1\401w-38.dds Loading - texture: dynamic\pkp\eaos_v1\401w-29.dds Loading - texture: dynamic\pkp\eaos_v1\401w-64.dds Loading - texture: dynamic\pkp\eaos_v1\401w-60.dds New timetable for et21-331: rozklad Loading - binary model: dynamic\pkp\et22_v2\201e-zez.e3d Loading - texture: dynamic\pkp\et22_v2\201e-zez-1078.dds New timetable for et22-1078: rozklad Loading - binary model: dynamic\pkp\ep09_v1\104e_1.e3d Loading - texture: dynamic\pkp\ep09_v1\cien104e.dds Loading - texture: dynamic\pkp\ep09_v1\literki.dds Loading - texture: dynamic\pkp\ep09_v1\zaluzje.dds Loading - texture: dynamic\pkp\ep09_v1\104e-wozek.dds Loading - texture: textures\tabor\koloalst.dds Loading - texture: dynamic\pkp\ep09_v1\metalfrictionpattern1.dds Loading - texture: dynamic\pkp\ep09_v1\104e-006.dds Loading - binary model: dynamic\pkp\z1_v2\152a.e3d Loading - texture: dynamic\pkp\z1_v2\615119-90018-6_ic.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 ep09-006: rozklad Loading - binary model: dynamic\pkp\4e_v1\4e-zez.e3d Loading - texture: dynamic\pkp\4e_v1\4e-zez-200.dds Loading - binary model: dynamic\pkp\bhp_v1\bhp-a.e3d Loading - texture: dynamic\pkp\bhp_v1\505125-18065-1.dds Loading - binary model: dynamic\pkp\bhp_v1\bhp-cd.e3d Loading - binary model: dynamic\pkp\bhp_v1\bhp-b.e3d New timetable for eu07-200: rozklad Loading - binary model: dynamic\pkp\181_v1\181.e3d Loading - texture: dynamic\pkp\181_v1\181_020-9.dds New timetable for 181_020-9: rozklad Loading - texture: dynamic\pkp\181_v1\182_070-3.dds Loading - binary model: dynamic\pkp\408w_v1\408wekk.e3d Loading - texture: dynamic\pkp\408w_v1\5351501-3.dds Loading - binary model: dynamic\pkp\408w_v1\mial1.e3d Loading - texture: textures\materials\mial.dds Loading - binary model: dynamic\pkp\408w_v1\mial2.e3d Loading - binary model: dynamic\pkp\408w_v1\mial5.e3d New timetable for 182_070-3: rozklad Loading - texture: dynamic\pkp\et22_v2\201e-647.dds Loading - texture: dynamic\pkp\eaos_v1\401w-58.dds Loading - texture: dynamic\pkp\eaos_v1\401w-pcc3.dds Loading - texture: dynamic\pkp\eaos_v1\401w-55.dds Loading - texture: dynamic\pkp\eaos_v1\401w-48.dds Loading - 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\gags04.dds Loading - texture: dynamic\pkp\gags_v2\gags02.dds Loading - texture: dynamic\pkp\gags_v2\gags01.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_pcc2.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_gatx4.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_zaes.dds Loading - texture: dynamic\pkp\zaes_v1\406ra_dec8.dds Loading - texture: dynamic\pkp\gags_v2\gags03.dds New timetable for et22-647: rozklad Loading - texture: dynamic\pkp\st44_v1\st44-895.dds Loading - binary model: dynamic\pkp\tem2_v2\tem2-059a.e3d Loading - texture: dynamic\pkp\tem2_v2\ostoja.dds Loading - texture: dynamic\pkp\tem2_v2\kratka.dds Loading - texture: dynamic\pkp\tem2_v2\elementy.dds Loading - texture: dynamic\pkp\tem2_v2\cientem2.dds Loading - texture: dynamic\pkp\tem2_v2\skp.dds Loading - texture: dynamic\pkp\tem2_v2\refl-059.dds Loading - texture: dynamic\pkp\tem2_v2\metalfrictionpattern1.dds Loading - texture: dynamic\pkp\tem2_v2\telezka.dds Loading - texture: textures\tabor\kolo1050.dds Loading - texture: dynamic\pkp\tem2_v2\wozek-lod.dds Loading - texture: dynamic\pkp\tem2_v2\tem2-059.dds Loading - binary model: dynamic\pkp\su46_v2\303d.e3d Loading - texture: dynamic\pkp\su46_v2\cien303d.dds Loading - texture: dynamic\pkp\su46_v2\303d-podwozie.dds Loading - texture: dynamic\pkp\su46_v2\su46-wozek.dds Loading - texture: textures\tabor\kolo_sprychy.dds Loading - texture: dynamic\pkp\su46_v2\zaluzja.dds Loading - texture: dynamic\pkp\su46_v2\blacha_siatka.dds Loading - texture: dynamic\pkp\su46_v2\wentylatory_obudowa.dds Loading - texture: dynamic\pkp\su46_v2\went.dds Loading - texture: dynamic\pkp\su46_v2\kratkacz.dds Loading - texture: dynamic\pkp\su46_v2\wycieraczka.dds Loading - texture: dynamic\pkp\su46_v2\303d-022.dds Loading - texture: dynamic\pkp\su46_v2\303d-041.dds Loading - texture: dynamic\pkp\st44_v1\st44-1079.dds Loading - texture: dynamic\pkp\303e_v1\303e-zez-501.dds Loading - texture: dynamic\pkp\303e_v1\303e-ep-zez-338.dds Loading - binary model: dynamic\pkp\ep09_v1\104e_3.e3d Loading - texture: dynamic\pkp\ep09_v1\pantograf.dds Loading - texture: dynamic\pkp\ep09_v1\104e-035.dds Loading - binary model: dynamic\pkp\303e_v1\303e.e3d Loading - texture: dynamic\pkp\303e_v1\303e-310.dds Loading - texture: dynamic\pkp\4e_v1\4e-217.dds Loading - texture: dynamic\pkp\4e_v1\4e-ep-233.dds Loading - texture: dynamic\pkp\et22_v2\201e-313.dds Loading - texture: dynamic\pkp\4e_v1\4e-004.dds Loading - texture: dynamic\pkp\303e_v1\303e-515.dds Loading - binary model: dynamic\pkp\303e_v1\303e-tv.e3d Loading - texture: dynamic\pkp\303e_v1\303e-tv-523.dds Loading - binary model: dynamic\pkp\et42_v2\112e-a.e3d Loading - texture: dynamic\pkp\et42_v2\kolo_et42.dds Loading - texture: dynamic\pkp\et42_v2\lod_wozka.dds Loading - texture: dynamic\pkp\et42_v2\cienet42.dds Loading - texture: dynamic\pkp\et42_v2\112e-025-a.dds Bad model: dynamic\pkp\et42_v2\112edumb-a.mmd - missed submodel ramiedolne1_pant02 Bad model: dynamic\pkp\et42_v2\112edumb-a.mmd - missed submodel ramiedolne2_pant02 Loading - binary model: dynamic\pkp\et42_v2\112e-b.e3d Loading - texture: dynamic\pkp\et42_v2\112e-025-b.dds Bad model: dynamic\pkp\et42_v2\112edumb-b.mmd - missed submodel ramiedolne1_pant02 Bad model: dynamic\pkp\et42_v2\112edumb-b.mmd - missed submodel ramiedolne2_pant02 Loading - texture: dynamic\pkp\303e_v1\303eb-zez-1504.dds cgskj_blueclouded039.t3d init Loading - binary model: models\cgskj_blueclouded039.e3d Loading - texture: textures\sky\sky_blueclouded039.dds Ground init OK Player train init: eu07-303 Loading - binary model: dynamic\pkp\303e_v1\303e_2]kabina_a.e3d Loading - texture: dynamic\pkp\303e_v1\303e_1]blacha_zielona.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]lampa_on.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]rt9_tarcza_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]nn_amp_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]nn_wolt_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]wn_amp_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]wn_wolt_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_przewod_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_cylinder_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_zbiornik_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]blachaa.dds Loading - texture: dynamic\pkp\303e_v1\shp-off.dds Loading - texture: dynamic\pkp\303e_v1\czuwak-on.dds Loading - texture: dynamic\pkp\303e_v1\shp_czuwak_shp.dds Loading - texture: dynamic\pkp\303e_v1\shp-on.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]sprawny.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]czarne.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpit_2.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]elementy_fotel.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]rozklad.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]detale.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]nastawnik_pudlo2.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]hebel.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]listwa_1a.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]blacha_nadszafa.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]buczek.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpitgora_3.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]amper_obwodka.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]amper_obwodka.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]nn_amp.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]nn_wolt.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]wn_wolt.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]wn_amp.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]listwa_1.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]tabl.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpit_centr_n.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]mano_obrecz.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_cylinder.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_zbiornik.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]mano_przewod.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpitgora_4.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]jp_jc.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]pudlo_ca_shp.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]lampa.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]blacha_szara2.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowep.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowe_s.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]szyby_czolowe.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]kierunkowy.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]klucz_kierunkowy.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]kubek.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]oslona_czesc.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]oslona.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]kran.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]kran_zasadniczy.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]hamulce.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]kran_zasadniczy_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]piasek2.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przel_obrotowy.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]czajnik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]lampki.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przel_obrotowe.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_drzwi_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]blacha_drzwi.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]klamka_drzwi.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_drzwi_5.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_drzwi_2.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_drzwi_3.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_drzwi_4.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]szyba.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]zawias.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]blacha_szara2.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]rt9_tarcza.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]wskzeg.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]wskpr.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]grzejniki.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]reczny.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]blacha_nadmasz.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]blacha_szara.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]drzwi_maszynownia.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]patyki_2.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]patyki_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]postojowy_tablica.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]drzwi_szafa_wn.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]uziemieniewn_2.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_2.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]radiotelnew.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]nastawnik_pudlo.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]kloc.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]nastawnik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]czerwone.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]rura.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_ziel.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]pulpit_1.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpit_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]metal_podloga.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]scianka_taka.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_3.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]listwa_4.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]rt9.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]listwa_3.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_ziel_p.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]blachaa.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]elementy_fotel.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]skora.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]szafka_podradiem.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]nadszafeczka.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]blacha.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpitgora_1a.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]pulpitgora_2a.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_obw.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_cz_p.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]przyc_cz.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpitgora_2.dds Loading - texture: dynamic\pkp\303e_v1\303e_2]pulpitgora_1.dds Loading - texture: dynamic\pkp\303e_v1\303e_1]bocznik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podstawa_bocznik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podstawa_nastawnik.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]sufit.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]piasek.dds Loading - texture: dynamic\pkp\303e_v1\4e_2]porecz.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]pulpitgora_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_5]pulpitgora_1.dds Loading - texture: dynamic\pkp\303e_v1\4e_1]podloga.dds Player train init OK Loading - texture: textures\smuga.tga Load time: 848.1 seconds EVENT LAUNCHED: macprze1_otwieraj1 by 5051-503320-2 Multiple passed EVENT ADDED TO QUEUE: macprze1_otwieraj by 5051-503320-2