Compilation 26-12-2009 Online documentation and additional files on http://www.eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx_EU, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy and others Renderer: GeForce 9800 GT/PCI/SSE2 Vendor: NVIDIA Corporation OpenGL Version: 3.0.0 Supported Extensions: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_framebuffer_object GL_ARB_geometry_shader4 GL_ARB_imaging GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_bindable_uniform GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_texture_swizzle GL_EXT_texture_shared_exponent GL_EXT_timer_query GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_buffer_float GL_NV_conditional_render GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control glClearColor (FogColor[0], FogColor[1], FogColor[2], 0.0); glFogfv(GL_FOG_COLOR, FogColor); glClearDepth(1.0f); glEnable(GL_TEXTURE_2D); glShadeModel(GL_SMOOTH); glEnable(GL_DEPTH_TEST); glEnable(GL_ALPHA_TEST); 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,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 Font init OK Sound Init textures\logo.bmp OK Sound Init OK Textures init Textures init OK Models init Models init OK Ground init Scenery sky definition cgskj_overcast008.t3d Scenery atmo definition Scenery light definition textures\forest01.dds OK textures\forest02-top.dds OK plants\#lipa1.dds OK plants\#swierk1.dds OK plants\#sosenka1.dds OK textures\rail_screw_used1.dds OK textures\tpbps-new2.tex OK textures\roadstonewhite1.dds OK textures\road-side1.dds OK Loading - text model: models\wzpl.t3d metal\metalfrictionpattern1.dds OK textures\wzl.dds OK textures\zwrot34r300pods-new.tex OK Loading - text model: models\wzll.t3d bruchniewo\#dach.dds OK Loading - text model: models\bruchniewo/bruchniewo.t3d textures\bruchniewo\bruchniewo_elevation_1.dds OK textures\bruchniewo\komin.dds OK textures\bruchniewo\komin2.dds OK textures\bruchniewo\papa.dds OK textures\bruchniewo\bruchniewo_elevation_2.dds OK textures\bruchniewo\rynna.dds OK Loading - text model: models\bruchniewo/wc.t3d textures\bruchniewo\wc.dds OK Loading - text model: models\bruchniewo/bud_waga.t3d textures\bruchniewo\bud_waga.dds OK textures\bruchniewo\dachowka.dds OK textures\bruchniewo\dachowka_kant.dds OK textures\ogrodzenie_1.dds OK Loading - text model: models\ogrodzenie_1slupek.t3d textures\ogrodzenie_2.dds OK Loading - text model: models\ogrodzenie_2slupki.t3d Loading - text model: models\detal/lampa.t3d textures\detal\#beton_slup2.dds OK textures\detal\lampa_metal.dds OK textures\fence-concrete1.dds OK Loading - text model: models\ogrodzenie_1slupek_10szt.t3d roof\roof-redtiles-aged2.dds OK Loading - text model: models\bud/stodoladrewn01.t3d bud\stodoladrew01.dds OK roof\roof-redtiles-aged3.dds OK Loading - text model: models\bud/stodoladrewn03.t3d textures\bud\stodoladrew03.dds OK wood\woodgraybrown1_planks.dds OK Loading - text model: models\bud/stodoladrewn02.t3d textures\bud\stodoladrew02.dds OK metal\metalsinedplate_rusted1.dds OK Loading - text model: models\bud/dom1tynk02.t3d bud\dom1tynk02a.dds OK bud\dom1tynk02b.dds OK roof\roofthatch-old1.dds OK roof\roof-redtiles-aged1.dds OK Loading - text model: models\bud/domcegla01.t3d bud\domcegla02a.dds OK bud\domcegla01a.dds OK plants\#krzak_1.dds OK plants\#drzewo_2.dds OK plants\#drzewo_9.dds OK plants\#drzewo_12.dds OK pkp\w8_8.dds OK pkp\wskazniki1.dds OK pkp\w8_5.dds OK tabl\d-m.dds OK Loading - text model: models\sem/glowice/s5izpcpb_dd.t3d sem\glowice.dds OK sem\#pkplight_lenses.dds OK sem\czerwony.dds OK sem\pomaranczowy.dds OK sem\zielony.dds OK sem\bialy.dds OK sem\slupy.dds OK Loading - text model: models\sem/slupy/s5ibg.t3d Loading - text model: models\sem/drabinki/d5i.t3d Loading - text model: models\sem/wskazniki/w24v1.t3d sem\w_lens.dds OK tabl\e-m.dds OK tabl\f-m.dds OK tabl\b-m.dds OK Loading - text model: models\sem/glowice/s3izcb_dd.t3d Loading - text model: models\sem/slupy/s3ibg.t3d Loading - text model: models\sem/drabinki/d4i.t3d tabl\c-m.dds OK Loading - text model: models\sem/glowice/s4izcpb_dd.t3d Loading - text model: models\sem/slupy/s4ibl.t3d tabl\a-m.dds OK tabl\toa.dds OK Loading - text model: models\sem/glowice/to2izp_dd.t3d Loading - text model: models\sem/slupy/tosptmibg.t3d Loading - text model: models\sem/drabinki/d2i.t3d Loading - text model: models\sem/wskazniki/w1new_d.t3d textures\rivermnt1.dds OK textures\rivermnt1bank.dds OK textures\rail_screw_unused1.dds OK textures\tpb-old1.tex OK tabl\sz1.dds OK Loading - text model: models\sem/glowice/s2ylcb_dd.t3d Loading - text model: models\sem/slupy/s2ylml.t3d Loading - text model: models\sem/drabinki/d2yl.t3d tabl\a-12m.dds OK Loading - text model: models\sem/glowice/s5ypzpcpb_dd.t3d Loading - text model: models\sem/slupy/s5ypmg.t3d Loading - text model: models\sem/drabinki/d5yp.t3d tabl\tob.dds OK Loading - text model: models\sem/glowice/to1ip_dd.t3d textures\concrete-tiles.dds OK tabl\j-2m.dds OK tabl\k-2m.dds OK tabl\l-12m.dds OK tabl\m-12m.dds OK tabl\n-2m.dds OK tabl\o-2m.dds OK tabl\p-2m.dds OK tabl\c-2m.dds OK tabl\e-12m.dds OK tabl\d-2m.dds OK tabl\f-12m.dds OK tabl\i-m.dds OK tabl\h-2m.dds OK tabl\g-2m.dds OK tabl\222n.dds OK Loading - text model: models\sem/glowice/s3ylzcp_dd.t3d Loading - text model: models\sem/slupy/sblylbg.t3d Loading - text model: models\sem/drabinki/d4yl.t3d Loading - text model: models\sem/wskazniki/w18old.t3d tabl\s-m.dds OK Loading - text model: models\sem/glowice/s5ylzpcpb_dd.t3d Loading - text model: models\sem/slupy/s5ylmg.t3d Loading - text model: models\sem/drabinki/d5yl.t3d Loading - text model: models\sem/glowice/s2icb_dd.t3d Loading - text model: models\sem/slupy/s2ibl.t3d tabl\r-m.dds OK tabl\222.dds OK Loading - text model: models\sem/glowice/s3ypzcp_dd.t3d Loading - text model: models\sem/slupy/sblypbg.t3d Loading - text model: models\sem/drabinki/d4yp.t3d tabl\k-m.dds OK tabl\tol.dds OK tabl\h-m.dds OK tabl\g-m.dds OK tabl\tz4.dds OK Loading - text model: models\sem/glowice/s1ic_dd.t3d Loading - text model: models\sem/slupy/s2iml.t3d tabl\tz3.dds OK tabl\tz1.dds OK tabl\tz2.dds OK tabl\ksztaltowe\b.dds OK Loading - text model: models\pkp/sk12krat.t3d textures\pkp\#sk_slup_krata.dds OK textures\pkp\bial-czerw-pas.dds OK textures\pkp\#ramiedlugie1.dds OK metal\metalplatedirt1.dds OK textures\pkp\#sem_latarnia-przedniaszybka.dds OK textures\pkp\sem_latarnia-tylnaszybka.dds OK textures\pkp\sem_kolowrot.dds OK textures\pkp\#ramiemale.dds OK textures\pkp\przeslona_pom.dds OK textures\pkp\przeslona_czer_ziel.dds OK tabl\ksztaltowe\c.dds OK Loading - text model: models\pkp/sk1krat.t3d tabl\ksztaltowe\a.dds OK tabl\ksztaltowe\toa.dds OK Loading - text model: models\pkp/tk1.t3d textures\pkp\maszt_tarcza.dds OK textures\pkp\#tok.dds OK textures\pkp\przeslona_pom_ziel.dds OK pkp\wskazniki2.dds OK tabl\ksztaltowe\tob.dds OK tabl\ksztaltowe\d.dds OK tabl\ksztaltowe\f.dds OK tabl\ksztaltowe\e.dds OK tabl\toc.dds OK Loading - text model: models\sem/slupy/s5iml.t3d textures\asphaltgray1.dds OK textures\brick-gray.dds OK roof\rooftiles-orange2.dds OK Loading - text model: models\bud/poroninstacja.t3d bud\poronin.dds OK bud\daszekfalaczerw1.dds OK wall\wallstone_irregular1.dds OK bud\poronindetal.dds OK bud\wiata1.dds OK bud\#wiata1-wsporniki.dds OK bud\komin1.dds OK textures\asphaltdark1_dashedwhite.dds OK textures\asphaltdark1_side1.dds OK bud\blokblue.dds OK Loading - text model: models\bud/blok_4.t3d textures\bud\balk.dds OK Loading - text model: models\bud/blok_11.t3d textures\bud\blok.dds OK roof\roof-asphaltstrip-new1.dds OK Loading - text model: models\bud/elektrownia1.t3d \asphaltgray1.dds OK textures\bud\will_window_ghetto.dds OK textures\bud\doorindustrialgray_aged1.dds OK textures\bud\windowindustrial1.dds OK textures\bud\bwyr.dds OK Loading - text model: models\bud2/domek1k.t3d textures\bud2\domek1.dds OK Loading - text model: models\bud2/domek2k.t3d textures\bud2\domek2.dds OK Loading - text model: models\bud2/domek3k.t3d Loading - text model: models\bud/r-zarytestacja.t3d textures\bud\r-zaryte.dds OK wall\wallbricksbrown_a.dds OK wood\woodlightbrown2_planks.dds OK textures\bud\tel2i-dachowy.dds OK sign\cb-zawiadowca.dds Failed sign\cb-poczekalnia.dds Failed Loading - text model: models\bud/domtynk01.t3d bud\domtynk01b.dds OK bud\domtynk01a.dds OK Loading - text model: models\bud/szopastara2.t3d bud\szopastara1.dds OK roof\roofthatch-old1_moosy.dds OK Loading - text model: models\bud/dombale01.t3d bud\dombale01a.dds OK bud\dombale01b.dds OK wood\woodredbrown2_agedplanks.dds OK Loading - text model: models\bud/factory3.t3d bud\will_brick2_bottom.dds OK bud\will_brick2_base.dds OK bud\will_window_ghetto.dds OK bud\doorindustrialgray_aged1.dds OK Loading - text model: models\bud/komin_30m.t3d bud\bwyr.dds OK bud\blokniebpas.dds OK bud\blok.dds OK bud\bloknielpas.dds OK bud\blokzolpas.dds OK bud\blokpompas.dds OK bud\blokgreen.dds OK bud\blookrange.dds OK textures\tpd-old1.tex OK textures\zwrot34r300pods.tex OK 2 2 0 Loading - text model: models\pkp/x.t3d textures\pkp\przejazd-ksa1.dds OK Loading - text model: models\pkp/sp2ccxx.t3d pkp\s_przejazd-ksa2-sd-ss2.tex OK ip\pkp\2006\w6a-001.dds OK Loading - text model: models\pkp/w6.t3d metal\metalbase003.dds OK ip\pkp\w6.dds OK textures\asphalt1_side1.dds OK tabl\tm1.dds OK tabl\sz3.dds OK tabl\sz4.dds OK tabl\sz5.dds OK ip\pkp\w16.dds OK Loading - text model: models\pkp/w16.t3d ip\pkp\2006\w16-2.dds OK wood\woodgraybrown1.dds OK textures\chodnik1.dds OK Loading - text model: models\sem/glowice/s4ypzcpb_dd.t3d Loading - text model: models\sem/slupy/s4ypbl.t3d tabl\sz2.dds OK Loading - text model: models\sem/glowice/tminb_dd.t3d sem\niebieski.dds OK tabl\tm2.dds OK tabl\j-m.dds OK textures\tpbps-new2oil.tex OK tabl\tm3.dds OK tabl\tm4.dds OK Loading - text model: models\sem/karzelki/ktmnb.t3d Loading - text model: models\sem/slupy/pod_betonowa.t3d textures\asphalt1.dds OK textures\asphalt1_side2.dds OK plants\#swierksrebrny1.dds OK plants\#morwa1.dds OK plants\#topola1.dds OK Loading - text model: models\pkp/w5.t3d pkp\w5.dds OK Loading - text model: models\bud/domtynk03.t3d bud\domtynk03a.dds OK bud\domtynk03b.dds OK Loading - text model: models\sem/pasy/pz.t3d Loading - text model: models\sem/wskazniki/w24v2.t3d tabl\l-m.dds OK tabl\m-m.dds OK tabl\p-m.dds OK textures\plateplatform1.dds OK textures\plateplatform1_side.dds OK tabl\ton.dds OK tabl\221.dds OK Loading - text model: models\sem/slupy/sblypbl.t3d tabl\221n.dds OK tabl\241.dds OK tabl\241n.dds OK tabl\242.dds OK tabl\242n.dds OK tabl\232n.dds OK tabl\231.dds OK tabl\232.dds OK tabl\231n.dds OK tabl\252n.dds OK tabl\251.dds OK tabl\252.dds OK tabl\251n.dds OK tabl\262.dds OK tabl\261n.dds OK tabl\262n.dds OK tabl\261.dds OK tabl\272n.dds OK tabl\271.dds OK tabl\272.dds OK tabl\271n.dds OK tabl\281.dds OK tabl\282n.dds OK tabl\281n.dds OK tabl\282.dds OK tabl\322.dds OK tabl\332.dds OK tabl\342.dds OK Loading - text model: models\sem/glowice/s3izcp_dd.t3d Loading - text model: models\sem/slupy/sblibg.t3d tabl\352.dds OK tabl\362.dds OK tabl\372.dds OK tabl\382.dds OK tabl\392.dds OK tabl\402.dds OK tabl\412.dds OK tabl\422.dds OK tabl\432.dds OK tabl\442.dds OK tabl\452.dds OK tabl\321.dds OK tabl\331.dds OK tabl\341.dds OK tabl\351.dds OK tabl\361.dds OK tabl\371.dds OK tabl\381.dds OK tabl\391.dds OK tabl\401.dds OK tabl\411.dds OK tabl\421.dds OK tabl\431.dds OK tabl\441.dds OK tabl\451.dds OK materials\stonesfinedarkgray1.dds OK textures\grassgreen1.dds OK textures\podklad1.dds OK textures\wzw.dds OK tabl\t-2m.dds OK textures\grassdarkgreen2.dds OK wood\woodbrown3.dds OK Loading - text model: models\detal/lawka.t3d \concrete1.dds OK bud\zofia70-ts.dds OK Loading - text model: models\bud/dom1tynk01.t3d Loading - text model: models\bud2/biurowiec01.t3d textures\bud2\biurowiec01.dds OK wood\woodredbrown1_planks.dds OK textures\asphalt1_dashedwhite.dds OK pkp\szafaprzek1-drzwi.tex OK pkp\szafaprzek1-tyl.tex OK pkp\szafaprzek1-wierzch.tex OK Loading - text model: models\bud2/biurowiec02.t3d textures\bud2\biurowiec02.dds OK Loading - text model: models\bud2/biurowiec03.t3d textures\bud2\biurowiec03.dds OK textures\bud2\biurowiec03szyby.dds OK bud\zofia70-ceg.dds OK tr\wys-ni-k13.dds OK Loading - text model: models\tr/-3k13.t3d tr\#est-bramkaszara-s730.dds OK Loading - text model: models\tr/+zwis2kd.t3d tr\kotwa_teownikrurowe.dds OK Loading - text model: models\tr/stb1-kotwa-napr14.t3d tr\#izol-sekcja.dds OK tr\odciag1.dds OK tr\ciezarbeton3.dds OK tr\slup_beton1.dds OK Loading - text model: models\tr/stb1.t3d tr\wys-ni-k.dds OK Loading - text model: models\tr/-3k.t3d tr\metale1.dds OK Loading - text model: models\tr/+zwis1d.t3d tr\wys-ni-d.dds OK Loading - text model: models\tr/-3d.t3d tr\wys-ni-kotwd.dds OK Loading - text model: models\tr/-kotw3d.t3d tr\wys-ni-kotwk.dds OK Loading - text model: models\tr/-kotw3k.t3d Loading - text model: models\tr/-3pd.t3d Loading - text model: models\tr/est-s770.t3d textures\tr\est-bramkaszara-s770.dds OK textures\tr\#est-bramkaszara-s770.dds OK tr\est-bramkaszara-pg1m.dds OK Loading - text model: models\tr/est-polbramka-2t-730.t3d textures\tr\est-polbramkaszara-s770.dds OK textures\tr\est-polbramkaszara-p.dds OK textures\tr\#est-polbramkaszara-psegm.dds OK tr\wys-ni-d13.dds OK Loading - text model: models\tr/-3d13.t3d textures\tr\wys-ni-d13.dds OK Loading - text model: models\tr/est1-kotwa-napr14.t3d textures\tr\metale1.dds OK textures\tr\kotwa_teownikrurowe.dds OK textures\tr\odciag1.dds OK textures\tr\teownik.dds OK Loading - text model: models\tr/].t3d tr\odc-ni-[.dds OK Loading - text model: models\tr/-3[.t3d Loading - text model: models\tr/est-s730.t3d textures\tr\est-bramkaszara-s730.dds OK textures\tr\#est-bramkaszara-s730.dds OK textures\concrete1.dds OK Loading - text model: models\tr/wieza12.t3d textures\tr\est-bramkaszara-pg1m.dds OK Loading - text model: models\tr/izosekc17.t3d textures\tr\asphaltdark1.dds OK textures\tr\#izol-sekcja.dds OK textures\tr\metal_zwis1.dds OK textures\tr\dol.dds OK Loading - text model: models\tr/we8.t3d textures\tr\we4_8_9.dds OK Loading - text model: models\tr/we9.t3d Loading - text model: models\tr/-3-[.t3d textures\conrete1.dds OK textures\asphalt1_solidwhite.dds OK pkp\#szafasbl1.dds OK Loading - text model: models\pkp/szafasbl1.t3d textures\pkp\#szafasbl1.dds OK Loading - text model: models\bud/domtynk02.t3d bud\domtynk02a.dds OK bud\domtynk02b.dds OK wall\wallbrickdark_dirty1.dds OK plants\#jabnisk1.dds OK plants\#jabnisk2.dds OK plants\#jabnisk3.dds OK textures\tpd1.tex OK textures\forest02.dds OK Loading - text model: models\lj/ambona.t3d Loading - text model: models\lj/wiatrak.t3d plants\#sosna2.dds OK plants\#sosna1.dds OK plants\#sosna3.dds OK plants\#krzaczekleszcz1.dds OK plants\#krzaczekleszcz2.dds OK plants\#krzakleszcz1.dds OK plants\#krzakleszcz2.dds OK Loading - text model: models\pm/kamienica11.t3d textures\pm\kamienica11.dds OK textures\pm\kamienica11b.dds OK Loading - text model: models\pm/kamienica6.t3d textures\pm\kamienica6au.dds OK textures\pm\kamienica6ad.dds OK textures\pm\kamienica6bd.dds OK textures\pm\kamienica6bu.dds OK Loading - text model: models\pm/kamienica7.t3d textures\pm\kamienica7s.dds OK textures\pm\kamienica7d.dds OK textures\pm\kamienica7u.dds OK Loading - text model: models\pm/kamienica8.t3d textures\pm\kamienica8d.dds OK textures\pm\kamienica8u.dds OK Loading - text model: models\pm/kamienica9.t3d textures\pm\kamienica9b2.dds OK textures\pm\kamienica9w.dds OK textures\pm\kamienica9d2.dds OK textures\pm\kamienica9b1.dds OK textures\pm\kamienica9d.dds OK Loading - text model: models\pm/budynek1.t3d textures\pm\budynek1.dds OK Loading - text model: models\pm/budynek2.t3d textures\pm\budynek2.dds OK Loading - text model: models\pm/apart1.t3d textures\pm\apart1.dds OK textures\pm\apart1bok.dds OK textures\pm\apart1g.dds OK textures\pm\apart1murek.dds OK textures\pm\apart1u.dds OK Loading - text model: models\pm/budowa1.t3d textures\pm\budowa03.dds OK textures\pm\budowa01.dds OK textures\pm\budowa02.dds OK bud\blachaogr01.dds OK Loading - text model: models\pm/akademik1.t3d textures\pm\akademik1.dds OK textures\pm\akademik1we.dds OK textures\pm\akademik1bok.dds OK Loading - text model: models\pm/akademik2.t3d textures\pm\akademik2.dds OK textures\pm\akademik2bok.dds OK Loading - text model: models\pm/blok10.t3d textures\pm\blok10.dds OK Loading - text model: models\pm/espefa.t3d textures\pm\espefa.dds OK Loading - text model: models\pm/hala1.t3d textures\pm\hala1.dds OK Loading - text model: models\pm/kamienice2.t3d textures\pm\kamienica1u.dds OK textures\pm\kamienica1d.dds OK textures\pm\kamienica3u.dds OK textures\pm\kamienica5u.dds OK textures\pm\kamienica4u.dds OK textures\pm\kamienica2d.dds OK textures\pm\kamienica4d.dds OK textures\pm\kamienica5d.dds OK textures\pm\kamienica3d.dds OK textures\pm\kamienica2u.dds OK textures\pm\kamienica3s.dds OK textures\pm\komin_brick.dds OK textures\pm\komin_gray.dds OK textures\pm\komin_red.dds OK textures\roadcobblestonegray1.dds OK Loading - text model: models\pm/kamienica10.t3d textures\pm\kamienica10u2.dds OK textures\pm\kamienica10d1.dds OK textures\pm\kamienica10d2.dds OK textures\pm\kamienica10u1.dds OK Loading - text model: models\bud/budkablaszana.t3d metal\metalsinedplatelightblue2_window.dds OK metal\metalsinedplatelightblue2_door.dds OK metal\metalsinedplatelightblue2_dirty.dds OK textures\wiadukt-beton2-spod.dds OK textures\wiadukt-beton1-filarprzod.dds OK textures\wiadukt-beton2-przeslo.dds OK Loading - text model: models\bud/garaz3x-1.t3d textures\bud\garazx3-1.dds OK textures\bud\garazbok-1.dds OK tabl\tm5.dds OK tabl\tm6.dds OK tabl\tm7.dds OK tabl\tm8.dds OK pkp\odsekc20.dds OK Loading - text model: models\pkp/odsekc20.t3d pkp\w8_6.dds OK textures\concrete-mozaic1.dds OK eng\most1-jezdniabet.dds OK Loading - text model: models\eng/most2pp.t3d textures\eng\most1-spod.dds OK textures\eng\most1-bok.dds OK textures\eng\most1-front.dds OK \wiadukt-beton1-filarprzod.dds OK Loading - text model: models\eng/most1s.t3d eng\most1-spod.dds OK eng\most1-bok.dds OK Loading - text model: models\eng/most2sp.t3d ip\pkp\2006\w6_001.dds OK ip\pkp\w11a-1.dds OK Loading - text model: models\pkp/w11.t3d textures\pkp\wskazniki1.dds OK ip\pkp\w11a-2.dds OK ip\pkp\w11a-3.dds OK Loading - text model: models\tr/we4.t3d textures\#wiaduktbarierki-nb.dds OK textures\oslonatrakcji-d.dds OK textures\oslonatrakcji-st.dds OK roof\dachow09.dds OK Loading - text model: models\pm/nastawnia1.t3d pm\nastawnia1.dds OK pm\nastawnia1b.dds OK Loading - text model: models\bud/nastawniakrlobzow.t3d textures\bud\nastawnia-krlobzow.dds OK Loading - text model: models\bud/nastawniagrzyb1.t3d Loading - text model: models\pkp/sp2cc.t3d pkp\s_przejazd-ksa1-sd-ss2.dds OK Loading - text model: models\pkp/szlab_d_60.t3d textures\pkp\#szlab_tex.dds OK 2 2 0 bud\#zabrzegstacja.dds OK Loading - text model: models\bud/zabrzegstacja.t3d eng\most2-jezdniadrewn.dds OK Loading - text model: models\eng/filar-most2-2.t3d eng\wiadukt3-spod.dds OK eng\#barierka2.dds OK textures\toil.dds OK eng\most1-jezdniablach.dds OK Loading - text model: models\eng/most1pp.t3d eng\most1-front.dds OK Loading - text model: models\eng/most1sp.t3d textures\farm02.dds OK textures\farm04.dds OK textures\farm01.dds OK textures\farm03.dds OK textures\farm05.dds OK textures\farm06.dds OK tabl\sps.dds OK Loading - text model: models\sem/karzelki/ksp3pzb.t3d tabl\spr.dds OK Loading - text model: models\sem/glowice/sp3ipzb_dd.t3d Loading - text model: models\sem/wskazniki/isp.t3d Loading - text model: models\sem/wskazniki/iisp.t3d tabl\w-2m.dds OK Loading - text model: models\sem/slupy/s5ypbl.t3d 2 2 0 textures\forest01old.dds OK textures\stonesconstruction_rectanglegray2.dds OK textures\rockmossy1.dds OK textures\rnone.dds Failed Loading - text model: models\pm/kladka.t3d textures\pm\#kladka-filar.tex OK textures\pm\kladka-stal.dds OK textures\pm\kladka-porecz.tex OK Loading - text model: models\bud/kosciolmloszowa.t3d textures\bud\#kosciolmloszowa.dds OK textures\bud\kosciolmloszowa-sciana.dds OK textures\bud\kosciolmloszowa-okno.dds OK textures\bud\kosciolmloszowa-tyl.dds OK materials\coalfine1.dds OK Loading - text model: models\bud2/kopalnia1.t3d textures\bud2\kopalnia-wiezawycbet1.dds OK textures\bud2\kopalnia-sciana1.dds OK textures\bud2\kopalnia-obtasm1.dds OK textures\bud2\kopalnia-obtasm2.dds OK textures\bud2\kopalnia-obudtasm3a.dds OK textures\bud2\kopalnia-obudtasm3b.dds OK textures\bud2\kopalnia-obudtasm3c.dds OK Loading - text model: models\bud2/lokomotywowniaw6.t3d textures\bud2\lokkrpl-scianabok1.dds OK textures\bud2\lokkrpl-scianazew.dds OK textures\bud2\lokkrpl-swietlikokno.dds OK textures\bud2\lokkrpl-scianawew.dds OK Loading - text model: models\eng/obrotnica21m.t3d textures\eng\most1-jezdniablach.dds OK metal\metalsinedplatelightblue2_two-window.dds OK textures\eng\#barierka2.dds OK \wzw.dds OK metal\metaltrapezoidplatelightblue1_rusted.dds OK Loading - text model: models\eng/zasiekiweglowe1.t3d bud2\watertower01.dds OK Loading - text model: models\bud2/watertower01.t3d Loading - text model: models\pm/myd.t3d textures\pm\budka02.dds OK textures\pm\chodnik.dds OK roof\dach_mydlniki.dds OK textures\pm\domek9.dds OK textures\pm\domek8.dds OK textures\pm\poddasze.dds OK wall\wallbrickdarkred1.dds OK tabl\tow.dds OK Loading - text model: models\sem/glowice/to1ypp_dd.t3d Loading - text model: models\sem/slupy/tosptmypbg.t3d Loading - text model: models\sem/drabinki/d2yp.t3d tabl\ksztaltowe\a12.dds OK tabl\ksztaltowe\b12.dds OK 2 2 0 2 2 0 2 2 0 pkp\w8_3.dds OK sign\punktkontrolny.dds OK Loading - text model: models\sign/tab100_040.t3d sign\bacznosc.dds OK ip\pkp\2006\w15_1.dds OK Loading - text model: models\pkp/w15.t3d textures\tpd1-pods.tex OK Loading - text model: models\mc/dombale03.t3d textures\mc\0dombale03.dds OK detal\kiosk1.dds OK Loading - text model: models\detal/kiosk1.t3d detal\wiatampk1-bus.dds OK Loading - text model: models\detal/wiatampk1.t3d textures\detal\wiatampk1-dachbok.dds OK textures\detal\wiatampk1-noga.dds OK textures\detal\#wiatampk1-lawka.dds OK roof\roofmetalplate1.dds OK Loading - text model: models\mc/krakowglowny.t3d textures\mc\kg1.tex OK textures\mc\kg-dachwiaty.dds OK textures\mc\kg-wiata1.dds OK textures\mc\kg-wiata2.dds OK textures\mc\#kg-slupek1.dds OK textures\mc\kg-pict1r.dds OK textures\mc\kg-pict1.dds OK textures\mc\kg-detal1.dds OK textures\mc\kg-zegar2.dds OK textures\mc\kg-lampa1w.dds OK textures\mc\kg-lampa1.dds OK textures\mc\kg-bok3.tex OK textures\mc\kg3rev.tex OK textures\mc\kg-bok1.tex OK textures\mc\kgrev.tex OK textures\mc\kg-bok2.tex OK textures\mc\kg2.tex OK textures\mc\kg-oknadrzwi1c.dds OK textures\mc\kg-okno1a.dds OK textures\mc\kg-okno2a.dds OK textures\mc\kg-drzwi2a.dds OK textures\mc\kg-okno2b.dds OK textures\mc\kg22.tex OK textures\mc\kg3.tex OK textures\mc\kg-zegar-a.dds OK Loading - text model: models\mc/krakow-magazynek1.t3d textures\mc\krakow-magazynek1.dds OK Loading - text model: models\mc/krakowt-skladowafabr2.t3d textures\mc\kt-skladowafabr2b.dds OK textures\mc\kt-skladowafabr2a.dds OK roof\roof-asphaltstrip1.dds OK Loading - text model: models\mc/krakow-wjazd7.t3d textures\mc\krakow-wjazd7.dds OK bud\2bok-cegla1.dds OK Loading - text model: models\mc/krakow-katowa1.t3d textures\mc\krakow-katowa1.dds OK Loading - text model: models\mc/krakow-katowa3.t3d textures\mc\krakow-katowa3.dds OK Loading - text model: models\mc/krakow-bosacka-ceg-l.t3d textures\mc\krakow-bosacka-cegl-fasada.dds OK textures\mc\krakow-bosacka-cegl-klatka.dds OK textures\mc\krakow-bosacka-cegl-bok.dds OK roof\roof-redtiles-aged4.dds OK Loading - text model: models\mc/krakow-kurniki6.t3d textures\mc\krakow-kurniki6bok.dds OK textures\mc\krakow-kurniki6elew2.dds OK textures\mc\krakow-kurniki6elew1.dds OK textures\mc\krakow-pawia22bok.dds OK textures\mc\krakow-pawia22a.dds OK textures\mc\krakow-pawia22b.dds OK textures\mc\krakow-pawia24a.dds OK textures\mc\krakow-pawia24b.dds OK Loading - text model: models\mc/krakowt-magazyn1.t3d textures\mc\kt-magazyn1fasada2.dds OK textures\mc\kt-magazyn1bok.dds OK textures\mc\kt-magazyn1fasada1.dds OK textures\mc\kt-magazyn1podst.dds OK \concrete-tiles.dds OK mc\zabierzow-nastdysp.dds OK Loading - text model: models\mc/zabierzow-nastdysp.t3d Loading - text model: models\mc/dombale02.t3d textures\mc\0dombale02.dds OK mc\kaplica01.dds OK Loading - text model: models\mc/kaplica01.t3d mc\ruina-nastodst1.dds OK Loading - text model: models\mc/nastodst1.t3d textures\mc\ruina-nastodst1.dds OK Loading - text model: models\bud2/skytower1.t3d textures\bud2\towfront.dds OK textures\bud2\tower1.dds OK textures\bud2\towtwin.dds OK textures\bud2\towconc.dds OK textures\bud2\towconcrelief.dds OK textures\bud2\tower2.dds OK Loading - text model: models\mc/mydlniki-pgr.t3d textures\mc\mydlniki-pgr.dds OK textures\mc\mydlniki-pgrb.dds OK Loading - text model: models\mc/krakowt-skladowafabr1.t3d textures\mc\kt-skladowafabr1b.dds OK textures\mc\kt-skladowafabr1d.dds OK textures\mc\kt-skladowafabr1a.dds OK textures\mc\kt-skladowafabr1c.dds OK textures\mc\kt-skladowafabr1e.dds OK Loading - text model: models\mc/sedziszowmlp-wagwag.t3d textures\mc\sedziszowmlp-wagwag.dds OK Loading - text model: models\mc/wolafilip-szkola.t3d textures\mc\wolafilip-szkola1.dds OK textures\mc\wolafilip-szkola5.dds OK textures\mc\wolafilip-szkola2.dds OK textures\mc\wolafilip-szkola4.dds OK textures\mc\wolafilip-szkola3.dds OK Loading - text model: models\mc/rudawa-budgosp1.t3d textures\mc\rudawa-budgosp1.dds OK Loading - text model: models\mc/mydlniki-nastwykon.t3d textures\mc\mydlniki-nastwykon-r.dds OK Loading - text model: models\mc/krakow-pawia22.t3d Loading - text model: models\mc/1domtynk03.t3d textures\mc\glichow2.dds OK Loading - text model: models\mc/1domcegl03.t3d textures\mc\glichow1.dds OK Loading - text model: models\mc/krakow-bosacka-ceg-p.t3d tr\wys-ni-d-n.dds OK Loading - text model: models\tr/-3dn.t3d Loading - text model: models\eng/wiadukt3-2te.t3d textures\eng\wiadukt3-bok.dds OK textures\eng\wiadukt3-filarbok.dds OK textures\eng\wiadukt3-filar.dds OK textures\eng\wiadukt3-spod.dds OK \oslonatrakcji-d.dds OK \oslonatrakcji.dds OK Loading - text model: models\eng/wiadukt3-2t.t3d mc\blok4p.dds OK Loading - text model: models\mc/4blok02.t3d textures\mc\blok4a.dds OK textures\mc\blok4d.dds OK textures\mc\blok4w.dds OK Loading - text model: models\mc/krakow-pawia18.t3d textures\mc\pawia18.dds OK textures\mc\3bok-staraceglatynk1.dds OK pkp\w8_10.dds OK pkp\w8_9.dds OK pkp\w27_12.dds OK Loading - text model: models\w27.t3d pkp\transparent.dds OK pkp\w27_10.dds OK tabl\ksztaltowe\c12.dds OK tabl\ksztaltowe\d12.dds OK tabl\23.dds OK tabl\sz6.dds OK tabl\33.dds OK tabl\43.dds OK tabl\53.dds OK tabl\63.dds OK tabl\73.dds OK tabl\83.dds OK tabl\93.dds OK tabl\103.dds OK tabl\113.dds OK tabl\123.dds OK tabl\133.dds OK tabl\143.dds OK tabl\153.dds OK tabl\163.dds OK tabl\173.dds OK tabl\183.dds OK tabl\182.dds OK tabl\170.dds OK tabl\160.dds OK tabl\152.dds OK tabl\142.dds OK tabl\132.dds OK tabl\122.dds OK tabl\112.dds OK tabl\102.dds OK tabl\92.dds OK tabl\82.dds OK tabl\72.dds OK tabl\62.dds OK tabl\52.dds OK tabl\40.dds OK tabl\30.dds OK tabl\20.dds OK Loading - text model: models\linia053/lamp-y.t3d textures\linia053\slup_rdza.dds OK textures\linia053\wwek_peron2.dds OK textures\linia053\light-na.dds OK textures\linia053\lightlamp.dds OK textures\linia053\light.dds OK Loading - text model: models\linia053/lamp-5.t3d Loading - text model: models\linia053/lamp-t.t3d textures\linia053\eu_roof.dds OK textures\linia053\light-hg.dds OK Loading - text model: models\linia053/lamp-i.t3d Loading - text model: models\linia053/lamp-i-d.t3d Loading - text model: models\slupek-waski.t3d textures\slup-hetkt.dds OK Loading - text model: models\slupek-1.t3d Loading - text model: models\slupek-0.t3d Loading - text model: models\slupek-2.t3d Loading - text model: models\slupek-3.t3d Loading - text model: models\slupek-4.t3d Loading - text model: models\slupek-5.t3d Loading - text model: models\slupek-6.t3d Loading - text model: models\slupek-7.t3d Loading - text model: models\slupek-8.t3d Loading - text model: models\slupek-9.t3d Loading - text model: models\slupek-sredni.t3d Loading - text model: models\slupek-1lsr.t3d Loading - text model: models\slupek-0psr.t3d Loading - text model: models\slupek-1psr.t3d Loading - text model: models\slupek-2psr.t3d Loading - text model: models\slupek-3psr.t3d Loading - text model: models\slupek-4psr.t3d Loading - text model: models\slupek-5psr.t3d Loading - text model: models\slupek-6psr.t3d Loading - text model: models\slupek-7psr.t3d Loading - text model: models\slupek-8psr.t3d Loading - text model: models\slupek-2lsr.t3d Loading - text model: models\slupek-9psr.t3d Loading - text model: models\slupek-3lsr.t3d Loading - text model: models\slupek-4lsr.t3d Loading - text model: models\slupek-5lsr.t3d InitNormals InitNormals OK InitTracks InitTracks OK InitEvents InitEvents OK InitLaunchers InitLaunchers OK InitGlobalTime InitGlobalTime OK Loading - text model: dynamic\pkp\4e_v1\4e.t3d dynamic\pkp\4e_v1\4e-116-hist.dds OK dynamic\pkp\4e_v1\shp.dds OK dynamic\pkp\4e_v1\antena.dds OK dynamic\pkp\4e_v1\wozek-07.dds OK dynamic\pkp\4e_v1\element_wozka.dds OK dynamic\pkp\4e_v1\koloalst.dds OK dynamic\pkp\4e_v1\panto-a.dds OK dynamic\pkp\4e_v1\lacznik_dachowy.dds OK dynamic\pkp\4e_v1\izolator.dds OK dynamic\pkp\4e_v1\dach_pomost.dds OK dynamic\pkp\4e_v1\#sprzeg.dds OK dynamic\pkp\4e_v1\cien4e.dds OK dynamic\pkp\4e_v1\eu06-01.dds OK Loading - text model: dynamic\pkp\1xxa_v1\1xxa.t3d dynamic\pkp\1xxa_v1\cien1xxa.dds OK tabor\dol.dds OK tabor\wozek1xx.dds OK tabor\kolopeln.dds OK tabor\pradnica.dds OK tabor\klocekham.dds OK dynamic\pkp\1xxa_v1\#sprzeg.dds OK dynamic\pkp\1xxa_v1\bdnu_120.dds OK dynamic\pkp\1xxa_v1\adnu_120.dds OK dynamic\pkp\1xxa_v1\adu_160_1.dds OK dynamic\pkp\1xxa_v1\azdnu_120.dds OK dynamic\pkp\1xxa_v1\bdu_120.dds OK Loading - text model: dynamic\pkp\sm03_v1\sm03.t3d dynamic\pkp\sm03_v1\wycieraczka.dds OK dynamic\pkp\sm03_v1\#sprzeg.dds OK dynamic\pkp\sm03_v1\#koloalst.dds OK dynamic\pkp\sm03_v1\#wiazar_element.dds OK dynamic\pkp\sm03_v1\#wiazar.dds OK dynamic\pkp\sm03_v1\blacha.dds OK dynamic\pkp\sm03_v1\cien.dds OK dynamic\pkp\sm03_v1\coupler.dds OK dynamic\pkp\sm03_v1\sm04-002.dds OK Loading - text model: dynamic\pkp\et22_v1\201e.t3d dynamic\pkp\et22_v1\metalfrictionpattern1.dds OK dynamic\pkp\et22_v1\#sprzeg.dds OK dynamic\pkp\et22_v1\woz_et22.dds OK dynamic\pkp\et22_v1\kolo_et22.dds OK dynamic\pkp\et22_v1\panto-a.dds OK dynamic\pkp\et22_v1\cien201e.dds OK dynamic\pkp\et22_v1\201e-554.dds OK Loading - text model: dynamic\pkp\eaos_v1\401w.t3d dynamic\pkp\eaos_v1\endsignal.dds OK tabor\wagon.dds OK tabor\25tn.dds OK dynamic\pkp\eaos_v1\#sprzeg.dds OK dynamic\pkp\eaos_v1\cieneaos.dds OK dynamic\pkp\eaos_v1\401w-21.dds OK Loading - text model: dynamic\pkp\eaos_v1\coal.t3d Loading - text model: dynamic\pkp\rs_v1\412z.t3d dynamic\pkp\rs_v1\zderzak.dds OK dynamic\pkp\rs_v1\woodredbrown2_agedplanks.dds OK dynamic\pkp\rs_v1\tab_end.dds OK dynamic\pkp\rs_v1\podloga.dds OK dynamic\pkp\rs_v1\#sprzeg.dds OK dynamic\pkp\rs_v1\wozek_1xt.dds OK dynamic\pkp\rs_v1\kolopeln.dds OK dynamic\pkp\rs_v1\cienrs.dds OK dynamic\pkp\rs_v1\rs01.dds OK Loading - text model: dynamic\pkp\es_v2\es.t3d dynamic\pkp\es_v2\wozek.dds OK dynamic\pkp\es_v2\kolopeln.dds OK dynamic\pkp\es_v2\sprzeg.dds OK dynamic\pkp\es_v2\#sprzeg.dds OK dynamic\pkp\es_v2\endt.dds OK dynamic\pkp\es_v2\hak.dds OK dynamic\pkp\es_v2\cienes.dds OK dynamic\pkp\es_v2\es02.dds OK dynamic\pkp\es_v2\es01.dds OK dynamic\pkp\et22_v1\201e-615.dds OK Loading - text model: dynamic\pkp\eaos_v1\412w.t3d tabor\1xt.dds OK tabor\sprzeg.dds OK dynamic\pkp\eaos_v1\412w-35.dds OK Loading - text model: dynamic\pkp\su46_v1\303d.t3d dynamic\pkp\su46_v1\303d-podwozie.dds OK dynamic\pkp\su46_v1\wentylatory_obudowa.dds OK dynamic\pkp\su46_v1\kratkacz.dds OK dynamic\pkp\su46_v1\went.dds OK dynamic\pkp\su46_v1\303d-022.dds OK dynamic\pkp\su46_v1\blacha_siatka.dds OK dynamic\pkp\su46_v1\zaluzja.dds OK dynamic\pkp\su46_v1\#sprzeg.dds OK dynamic\pkp\su46_v1\su46-wozek.dds OK dynamic\pkp\su46_v1\kolo_sprychy.dds OK dynamic\pkp\su46_v1\coupler.dds OK dynamic\pkp\su46_v1\cien303d.dds OK dynamic\pkp\su46_v1\303d-011.dds OK Loading - text model: dynamic\pkp\bdhpumn_v1\bdhpumn.t3d dynamic\pkp\bdhpumn_v1\cienbdhpumn.dds OK dynamic\pkp\bdhpumn_v1\wozek.dds OK dynamic\pkp\bdhpumn_v1\#sprzeg.dds OK dynamic\pkp\bdhpumn_v1\bdhpumn1.dds OK dynamic\pkp\su46_v1\303d-041.dds OK dynamic\pkp\1xxa_v1\bdnu_160_1.dds OK dynamic\pkp\1xxa_v1\bdu_160.dds OK Loading - text model: dynamic\pkp\sm31_v1\sm31.t3d dynamic\pkp\sm31_v1\podloga.dds OK dynamic\pkp\sm31_v1\przud.dds OK dynamic\pkp\sm31_v1\zzz.dds OK dynamic\pkp\sm31_v1\lampa.dds OK dynamic\pkp\sm31_v1\koncowka.dds OK dynamic\pkp\sm31_v1\pomarancz.dds OK dynamic\pkp\sm31_v1\wenty.dds OK dynamic\pkp\sm31_v1\23.dds OK dynamic\pkp\sm31_v1\stal5.dds OK dynamic\pkp\sm31_v1\zz.dds OK dynamic\pkp\sm31_v1\stal.dds OK dynamic\pkp\sm31_v1\czar.dds OK dynamic\pkp\sm31_v1\stal4.dds OK dynamic\pkp\sm31_v1\stal2.dds OK dynamic\pkp\sm31_v1\sprezyna.dds OK dynamic\pkp\sm31_v1\bak.dds OK dynamic\pkp\sm31_v1\stal3.dds OK dynamic\pkp\sm31_v1\zdez3.dds OK dynamic\pkp\sm31_v1\zdez2.dds OK dynamic\pkp\sm31_v1\biel.dds Failed dynamic\pkp\sm31_v1\bokos.dds OK dynamic\pkp\sm31_v1\loko31.dds OK dynamic\pkp\sm31_v1\#sprzeg.dds OK dynamic\pkp\sm31_v1\rurka.dds OK dynamic\pkp\sm31_v1\s.dds OK dynamic\pkp\sm31_v1\ziel.dds OK dynamic\pkp\sm31_v1\zzz2.dds OK dynamic\pkp\sm31_v1\tył.dds OK dynamic\pkp\sm31_v1\loko3.dds OK dynamic\pkp\sm31_v1\32.dds OK dynamic\pkp\sm31_v1\lamp_zal.dds OK dynamic\pkp\sm31_v1\koncowka-zal.dds OK dynamic\pkp\sm31_v1\zdez.dds OK dynamic\pkp\sm31_v1\ciensm31.dds OK Loading - text model: dynamic\pkp\4e_v1\4e-zez.t3d dynamic\pkp\4e_v1\4e-ep-zez-211.dds OK dynamic\pkp\4e_v1\4e-ep-zez-242.dds OK Loading - text model: dynamic\pkp\tem2_v1\tem2a.t3d dynamic\pkp\tem2_v1\#sprzeg.dds OK dynamic\pkp\tem2_v1\telezka.dds OK dynamic\pkp\tem2_v1\kolopeln.dds OK dynamic\pkp\tem2_v1\klocekham.dds OK dynamic\pkp\tem2_v1\metalfrictionpattern1.dds OK dynamic\pkp\tem2_v1\cientem2.dds OK dynamic\pkp\tem2_v1\tem2-114.dds OK cgskj_overcast008.t3d init Loading - text model: models\cgskj_overcast008.t3d sky\sky_overcast008.dds OK Ground init OK Player train init: sm04-002 Loading - text model: dynamic\pkp\sm03_v1\kabina_sm03.t3d dynamic\pkp\sm03_v1\listwa_drzwi.dds OK dynamic\pkp\sm03_v1\blacha_sciany.dds OK dynamic\pkp\sm03_v1\rama.dds OK dynamic\pkp\sm03_v1\listwa.dds OK dynamic\pkp\sm03_v1\lampa.dds OK dynamic\pkp\sm03_v1\sufit.dds OK dynamic\pkp\sm03_v1\reczny.dds OK dynamic\pkp\sm03_v1\blacha_zielona.dds OK dynamic\pkp\sm03_v1\szyba.dds OK dynamic\pkp\sm03_v1\fotelik.dds OK dynamic\pkp\sm03_v1\zamek.dds OK dynamic\pkp\sm03_v1\dzwignia.dds OK dynamic\pkp\sm03_v1\mano_zbiornik.dds OK dynamic\pkp\sm03_v1\mano_przewod.dds OK dynamic\pkp\sm03_v1\mano_cylinder.dds OK dynamic\pkp\sm03_v1\przelacznik.dds OK dynamic\pkp\sm03_v1\przyc_cz.dds OK dynamic\pkp\sm03_v1\wskazniki.dds OK dynamic\pkp\sm03_v1\wskaz_obrot.dds OK dynamic\pkp\sm03_v1\pulpit.dds OK dynamic\pkp\sm03_v1\kran_knorr.dds OK dynamic\pkp\sm03_v1\podloga.dds OK dynamic\pkp\sm03_v1\blacha_pulpit.dds OK dynamic\pkp\sm03_v1\#nastawnik.dds OK dynamic\pkp\sm03_v1\wskazowka.dds OK dynamic\pkp\sm03_v1\obicie.dds OK dynamic\pkp\sm03_v1\knorr.dds OK dynamic\pkp\sm03_v1\laminat_pilsnia.dds OK dynamic\pkp\sm03_v1\szyba_boczna.dds OK dynamic\pkp\sm03_v1\kaloryfer.dds OK dynamic\pkp\sm03_v1\playboy.dds OK Player train init OK textures\smuga.dds OK EVENT ADDED TO QUEUE: start1p_active EVENT ADDED TO QUEUE: koniewice3-skwarki EVENT ADDED TO QUEUE: tor2end_active EVENT ADDED TO QUEUE: koniec7_active EVENT ADDED TO QUEUE: koniewice1-dejawy EVENT ADDED TO QUEUE: skwarki2-wielki_kac EVENT ADDED TO QUEUE: start1s_active EVENT ADDED TO QUEUE: wk_drozdzownia_odjazd